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.
Implements
IMessageControlPlaneEndpointsConfig, IEquatableControlPlaneEndpointsConfig, IDeepCloneableControlPlaneEndpointsConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
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 |