public sealed class GkeCluster : IMessage<GkeCluster>, IEquatable<GkeCluster>, IDeepCloneable<GkeCluster>, IBufferMessage, IMessage
Information specifying a GKE Cluster.
Implements
IMessage<GkeCluster>, IEquatable<GkeCluster>, IDeepCloneable<GkeCluster>, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
GkeCluster()
public GkeCluster()
GkeCluster(GkeCluster)
public GkeCluster(GkeCluster other)
Parameter | |
---|---|
Name | Description |
other | GkeCluster |
Properties
Cluster
public string Cluster { get; set; }
Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.
Property Value | |
---|---|
Type | Description |
String |
ClusterAsClusterName
public ClusterName ClusterAsClusterName { get; set; }
ClusterName-typed view over the Cluster resource name property.
Property Value | |
---|---|
Type | Description |
ClusterName |
InternalIp
public bool InternalIp { get; set; }
Optional. If true, cluster
is accessed using the private IP address of the control
plane endpoint. Otherwise, the default IP address of the control plane
endpoint is used. The default IP address is the private IP address for
clusters with private control-plane endpoints and the public IP address
otherwise.
Only specify this option when cluster
is a private GKE
cluster.
Property Value | |
---|---|
Type | Description |
Boolean |