Class OnPremCluster (1.13.0)

OnPremCluster(mapping=None, *, ignore_unknown_fields=False, **kwargs)

OnPremCluster contains information specific to GKE On-Prem clusters.

Attributes

NameDescription
resource_link str
Immutable. Self-link of the GCP resource for the GKE On-Prem cluster. For example: //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/vmwareClusters/my-cluster //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/bareMetalClusters/my-cluster
cluster_missing bool
Output only. If cluster_missing is set then it denotes that API(gkeonprem.googleapis.com) resource for this GKE On-Prem cluster no longer exists.
admin_cluster bool
Immutable. Whether the cluster is an admin cluster.
cluster_type google.cloud.gkehub_v1beta1.types.OnPremCluster.ClusterType
Immutable. The on prem cluster's type.

Classes

ClusterType

ClusterType(value)

ClusterType describes on prem cluster's type.

Values: CLUSTERTYPE_UNSPECIFIED (0): The ClusterType is not set. BOOTSTRAP (1): The ClusterType is bootstrap cluster. HYBRID (2): The ClusterType is baremetal hybrid cluster. STANDALONE (3): The ClusterType is baremetal standalone cluster. USER (4): The ClusterType is user cluster.