public sealed class GKEMasterInfo : IMessage<GKEMasterInfo>, IEquatable<GKEMasterInfo>, IDeepCloneable<GKEMasterInfo>, IBufferMessage, IMessageReference documentation and code samples for the Network Management v1 API class GKEMasterInfo.
For display only. Metadata associated with a Google Kubernetes Engine (GKE) cluster master.
Implements
IMessageGKEMasterInfo, IEquatableGKEMasterInfo, IDeepCloneableGKEMasterInfo, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
GKEMasterInfo()
public GKEMasterInfo()GKEMasterInfo(GKEMasterInfo)
public GKEMasterInfo(GKEMasterInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
GKEMasterInfo |
Properties
ClusterNetworkUri
public string ClusterNetworkUri { get; set; }URI of a GKE cluster network.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ClusterUri
public string ClusterUri { get; set; }URI of a GKE cluster.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DnsEndpoint
public string DnsEndpoint { get; set; }DNS endpoint of a GKE cluster control plane.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ExternalIp
public string ExternalIp { get; set; }External IP address of a GKE cluster control plane.
| Property Value | |
|---|---|
| Type | Description |
string |
|
InternalIp
public string InternalIp { get; set; }Internal IP address of a GKE cluster control plane.
| Property Value | |
|---|---|
| Type | Description |
string |
|