Enum StoragePool.PerformanceProvisioningType (1.55.0)

public enum StoragePool.PerformanceProvisioningType extends Enum<StoragePool.PerformanceProvisioningType> implements ProtocolMessageEnum

Provisioning type of the performance-related parameters of the pool, such as throughput and IOPS. Additional supported values which may be not listed in the enum directly due to technical reasons: ADVANCED STANDARD UNSPECIFIED

Protobuf enum google.cloud.compute.v1.StoragePool.PerformanceProvisioningType

Implements

ProtocolMessageEnum

Static Fields

Name Description
UNDEFINED_PERFORMANCE_PROVISIONING_TYPE

A value indicating that the enum field is not set.

UNDEFINED_PERFORMANCE_PROVISIONING_TYPE = 0;

UNDEFINED_PERFORMANCE_PROVISIONING_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_PERFORMANCE_PROVISIONING_TYPE = 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()