Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class WorkloadClusterType.
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 type google.cloud.telcoautomation.v1.EdgeSlm.WorkloadClusterType
Namespace
Google \ Cloud \ TelcoAutomation \ V1 \ EdgeSlmMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
WORKLOAD_CLUSTER_TYPE_UNSPECIFIED
Value: 0
Unspecified workload cluster.
Generated from protobuf enum WORKLOAD_CLUSTER_TYPE_UNSPECIFIED = 0;
GDCE
Value: 1
Workload cluster is a GDCE cluster.
Generated from protobuf enum GDCE = 1;
GKE
Value: 2
Workload cluster is a GKE cluster.
Generated from protobuf enum GKE = 2;