GKE Hub v1beta1 API - Class MultiCloudCluster (2.0.0-beta06)

public sealed class MultiCloudCluster : IMessage<MultiCloudCluster>, IEquatable<MultiCloudCluster>, IDeepCloneable<MultiCloudCluster>, IBufferMessage, IMessage

Reference documentation and code samples for the GKE Hub v1beta1 API class MultiCloudCluster.

MultiCloudCluster contains information specific to GKE Multi-Cloud clusters.

Inheritance

object > MultiCloudCluster

Namespace

Google.Cloud.GkeHub.V1Beta1

Assembly

Google.Cloud.GkeHub.V1Beta1.dll

Constructors

MultiCloudCluster()

public MultiCloudCluster()

MultiCloudCluster(MultiCloudCluster)

public MultiCloudCluster(MultiCloudCluster other)
Parameter
NameDescription
otherMultiCloudCluster

Properties

ClusterMissing

public bool ClusterMissing { get; set; }

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.

Property Value
TypeDescription
bool
public string ResourceLink { get; set; }

Immutable. Self-link of the GCP 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

Property Value
TypeDescription
string