type property

String? type
getter/setter pair

Specifies the type of the disk, either SCRATCH or PERSISTENT.

If not specified, the default is PERSISTENT. Valid values: * PERSISTENT * SCRATCH

Implementation

core.String? type;