type property

String? type
getter/setter pair

Specifies the type of the attached disk, either SCRATCH or PERSISTENT. Possible string values are:

  • "PERSISTENT"
  • "SCRATCH"

Implementation

core.String? type;