diskTypeDeprecated property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
Specifies the type of the disk. Possible string values are:
- "DISK_TYPE_UNSPECIFIED" : Default value, which is unused.
- "SCRATCH" : A scratch disk type.
- "PERSISTENT" : A persistent disk type.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.String? diskTypeDeprecated;