public sealed class GKEMasterInfo : IMessage<GKEMasterInfo>, IEquatable<GKEMasterInfo>, IDeepCloneable<GKEMasterInfo>, IBufferMessage, IMessageFor display only. Metadata associated with a Google Kubernetes Engine (GKE) cluster master.
Implements
IMessage<GKEMasterInfo>, IEquatable<GKEMasterInfo>, IDeepCloneable<GKEMasterInfo>, 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 |
|
ExternalIp
public string ExternalIp { get; set; }External IP address of a GKE cluster master.
| Property Value | |
|---|---|
| Type | Description |
String |
|
InternalIp
public string InternalIp { get; set; }Internal IP address of a GKE cluster master.
| Property Value | |
|---|---|
| Type | Description |
String |
|