Class MultiCloudCluster
MultiCloudCluster contains information specific to GKE Multi-Cloud clusters.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1alpha.Data
Assembly: Google.Apis.GKEHub.v1alpha.dll
Syntax
public class MultiCloudCluster : IDirectResponseSchema
Properties
ClusterMissing
Output only. If cluster_missing is set then it denotes that API(gkemulticloud.googleapis.com) resource for this GKE Multi-Cloud cluster no longer exists.
Declaration
[JsonProperty("clusterMissing")]
public virtual bool? ClusterMissing { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceLink
Immutable. Self-link of the Google Cloud resource for the GKE Multi-Cloud cluster. For example: //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/awsClusters/my-cluster //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/azureClusters/my-cluster //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/attachedClusters/my-cluster
Declaration
[JsonProperty("resourceLink")]
public virtual string ResourceLink { get; set; }
Property Value
Type | Description |
---|---|
string |