Show / Hide Table of Contents

Class GKEMasterInfo

For display only. Metadata associated with a Google Kubernetes Engine (GKE) cluster master.

Inheritance
object
GKEMasterInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkManagement.v1beta1.Data
Assembly: Google.Apis.NetworkManagement.v1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX