Enum ZoneMetadata.RackType (0.38.0)

public enum ZoneMetadata.RackType extends Enum<ZoneMetadata.RackType> implements ProtocolMessageEnum

Type of the rack.

Protobuf enum google.cloud.edgecontainer.v1.ZoneMetadata.RackType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BASE

Base rack type, a pair of two modified Config-1 racks containing Aggregation switches.

BASE = 1;

BASE_VALUE

Base rack type, a pair of two modified Config-1 racks containing Aggregation switches.

BASE = 1;

EXPANSION

Expansion rack type, also known as standalone racks, added by customers on demand.

EXPANSION = 2;

EXPANSION_VALUE

Expansion rack type, also known as standalone racks, added by customers on demand.

EXPANSION = 2;

RACK_TYPE_UNSPECIFIED

Unspecified rack type, single rack also belongs to this type.

RACK_TYPE_UNSPECIFIED = 0;

RACK_TYPE_UNSPECIFIED_VALUE

Unspecified rack type, single rack also belongs to this type.

RACK_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()