qosType property

String? qosType
getter/setter pair

QoS (Quality of Service) Type of the storage pool

Optional. Possible string values are:

  • "QOS_TYPE_UNSPECIFIED" : Unspecified QoS Type
  • "AUTO" : QoS Type is Auto
  • "MANUAL" : QoS Type is Manual

Implementation

core.String? qosType;