Reference documentation and code samples for the Google Cloud Net App V1 Client class QosType.
QoS (Quality of Service) Types of the storage pool
Protobuf type google.cloud.netapp.v1.QosType
Namespace
Google \ Cloud \ NetApp \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
QOS_TYPE_UNSPECIFIED
Value: 0Unspecified QoS Type
Generated from protobuf enum QOS_TYPE_UNSPECIFIED = 0;
AUTO
Value: 1QoS Type is Auto
Generated from protobuf enum AUTO = 1;
MANUAL
Value: 2QoS Type is Manual
Generated from protobuf enum MANUAL = 2;