Class GKEMasterInfo
For display only. Metadata associated with a Google Kubernetes Engine (GKE) cluster master.
Implements
Inherited Members
Namespace: Google.Apis.NetworkManagement.v1.Data
Assembly: Google.Apis.NetworkManagement.v1.dll
Syntax
public class GKEMasterInfo : IDirectResponseSchema
Properties
ClusterNetworkUri
URI of a GKE cluster network.
Declaration
[JsonProperty("clusterNetworkUri")]
public virtual string ClusterNetworkUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ClusterUri
URI of a GKE cluster.
Declaration
[JsonProperty("clusterUri")]
public virtual string ClusterUri { get; set; }
Property Value
Type | Description |
---|---|
string |
DnsEndpoint
DNS endpoint of a GKE cluster control plane.
Declaration
[JsonProperty("dnsEndpoint")]
public virtual string DnsEndpoint { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExternalIp
External IP address of a GKE cluster control plane.
Declaration
[JsonProperty("externalIp")]
public virtual string ExternalIp { get; set; }
Property Value
Type | Description |
---|---|
string |
InternalIp
Internal IP address of a GKE cluster control plane.
Declaration
[JsonProperty("internalIp")]
public virtual string InternalIp { get; set; }
Property Value
Type | Description |
---|---|
string |