osType property

String? osType
getter/setter pair

The OS type of the volume.

This field can't be changed after the block device is created.

Required. Immutable. Possible string values are:

  • "OS_TYPE_UNSPECIFIED" : Unspecified OS Type
  • "LINUX" : OS Type is Linux
  • "WINDOWS" : OS Type is Windows
  • "ESXI" : OS Type is VMware ESXi

Implementation

core.String? osType;