Enum NewFilestoreConfig.Tier (0.1.0)

public enum NewFilestoreConfig.Tier extends Enum<NewFilestoreConfig.Tier> implements ProtocolMessageEnum

Available service tiers for Filestore instances.

Protobuf enum google.cloud.hypercomputecluster.v1beta.NewFilestoreConfig.Tier

Implements

ProtocolMessageEnum

Static Fields

Name Description
REGIONAL

Offers features and availability needed for mission-critical, high-performance computing workloads.

REGIONAL = 6;

REGIONAL_VALUE

Offers features and availability needed for mission-critical, high-performance computing workloads.

REGIONAL = 6;

TIER_UNSPECIFIED

Not set.

TIER_UNSPECIFIED = 0;

TIER_UNSPECIFIED_VALUE

Not set.

TIER_UNSPECIFIED = 0;

UNRECOGNIZED
ZONAL

Offers expanded capacity and performance scaling capabilities suitable for high-performance computing application requirements.

ZONAL = 4;

ZONAL_VALUE

Offers expanded capacity and performance scaling capabilities suitable for high-performance computing application requirements.

ZONAL = 4;

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