classType property

String? classType
getter/setter pair

Storage class of the instance.

Optional. Possible string values are:

  • "CLASS_TYPE_UNSPECIFIED" : Unspecified storage class.
  • "R1" : Filestore.
  • "P1" : PD SSD.

Implementation

core.String? classType;