Enum Location.LocationType (2.4.1)

public enum Location.LocationType extends Enum<Location.LocationType> implements ProtocolMessageEnum

LocationType is the type of GKE location, regional or zonal.

Protobuf enum google.container.v1beta1.Location.LocationType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
LOCATION_TYPE_UNSPECIFIED

LOCATION_TYPE_UNSPECIFIED means the location type was not determined.

LOCATION_TYPE_UNSPECIFIED = 0;

LOCATION_TYPE_UNSPECIFIED_VALUE

LOCATION_TYPE_UNSPECIFIED means the location type was not determined.

LOCATION_TYPE_UNSPECIFIED = 0;

REGION

A GKE Location where Regional clusters can be created.

REGION = 2;

REGION_VALUE

A GKE Location where Regional clusters can be created.

REGION = 2;

UNRECOGNIZED
ZONE

A GKE Location where Zonal clusters can be created.

ZONE = 1;

ZONE_VALUE

A GKE Location where Zonal clusters can be created.

ZONE = 1;

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