Google Kubernetes Engine v1 API - Class ControlPlaneEndpointsConfig (3.32.0)

public sealed class ControlPlaneEndpointsConfig : IMessage<ControlPlaneEndpointsConfig>, IEquatable<ControlPlaneEndpointsConfig>, IDeepCloneable<ControlPlaneEndpointsConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class ControlPlaneEndpointsConfig.

Configuration for all of the cluster's control plane endpoints.

Inheritance

object > ControlPlaneEndpointsConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

ControlPlaneEndpointsConfig()

public ControlPlaneEndpointsConfig()

ControlPlaneEndpointsConfig(ControlPlaneEndpointsConfig)

public ControlPlaneEndpointsConfig(ControlPlaneEndpointsConfig other)
Parameter
Name Description
other ControlPlaneEndpointsConfig

Properties

DnsEndpointConfig

public ControlPlaneEndpointsConfig.Types.DNSEndpointConfig DnsEndpointConfig { get; set; }

DNS endpoint configuration.

Property Value
Type Description
ControlPlaneEndpointsConfigTypesDNSEndpointConfig

IpEndpointsConfig

public ControlPlaneEndpointsConfig.Types.IPEndpointsConfig IpEndpointsConfig { get; set; }

IP endpoints configuration.

Property Value
Type Description
ControlPlaneEndpointsConfigTypesIPEndpointsConfig