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 the GKE cluster network. Format: projects/{project_id}/global/networks/{network_id}
Declaration
[JsonProperty("clusterNetworkUri")]
public virtual string ClusterNetworkUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ClusterUri
URI of the GKE cluster. Format: * projects/{project_id}/locations/{location}/clusters/{cluster_id}
(regional cluster) * projects/{project_id}/zones/{zone}/clusters/{cluster_id} (zonal 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 |