Enum QosType (0.53.0)

public enum QosType extends Enum<QosType> implements ProtocolMessageEnum

QoS (Quality of Service) Types of the storage pool

Protobuf enum google.cloud.netapp.v1.QosType

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUTO

QoS Type is Auto

AUTO = 1;

AUTO_VALUE

QoS Type is Auto

AUTO = 1;

MANUAL

QoS Type is Manual

MANUAL = 2;

MANUAL_VALUE

QoS Type is Manual

MANUAL = 2;

QOS_TYPE_UNSPECIFIED

Unspecified QoS Type

QOS_TYPE_UNSPECIFIED = 0;

QOS_TYPE_UNSPECIFIED_VALUE

Unspecified QoS Type

QOS_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()