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.
Implements
IMessageMultiCloudCluster, IEquatableMultiCloudCluster, IDeepCloneableMultiCloudCluster, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Beta1Assembly
Google.Cloud.GkeHub.V1Beta1.dll
Constructors
MultiCloudCluster()
public MultiCloudCluster()
MultiCloudCluster(MultiCloudCluster)
public MultiCloudCluster(MultiCloudCluster other)
Parameter | |
---|---|
Name | Description |
other |
MultiCloudCluster |
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 | |
---|---|
Type | Description |
bool |
ResourceLink
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 | |
---|---|
Type | Description |
string |