Enum EdgeSlm.WorkloadClusterType (0.14.0)

public enum EdgeSlm.WorkloadClusterType extends Enum<EdgeSlm.WorkloadClusterType> implements ProtocolMessageEnum

Workload clusters supported by TNA. New values will be added to the enum list as TNA adds supports for new workload clusters in future.

Protobuf enum google.cloud.telcoautomation.v1alpha1.EdgeSlm.WorkloadClusterType

Implements

ProtocolMessageEnum

Static Fields

Name Description
GDCE

Workload cluster is a GDCE cluster.

GDCE = 1;

GDCE_VALUE

Workload cluster is a GDCE cluster.

GDCE = 1;

GKE

Workload cluster is a GKE cluster.

GKE = 2;

GKE_VALUE

Workload cluster is a GKE cluster.

GKE = 2;

UNRECOGNIZED
WORKLOAD_CLUSTER_TYPE_UNSPECIFIED

Unspecified workload cluster.

WORKLOAD_CLUSTER_TYPE_UNSPECIFIED = 0;

WORKLOAD_CLUSTER_TYPE_UNSPECIFIED_VALUE

Unspecified workload cluster.

WORKLOAD_CLUSTER_TYPE_UNSPECIFIED = 0;

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