public sealed class ServiceExternalIPsConfig : IMessage<ServiceExternalIPsConfig>, IEquatable<ServiceExternalIPsConfig>, IDeepCloneable<ServiceExternalIPsConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class ServiceExternalIPsConfig.
Config to block services with externalIPs field.
Implements
IMessageServiceExternalIPsConfig, IEquatableServiceExternalIPsConfig, IDeepCloneableServiceExternalIPsConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
ServiceExternalIPsConfig()
public ServiceExternalIPsConfig()
ServiceExternalIPsConfig(ServiceExternalIPsConfig)
public ServiceExternalIPsConfig(ServiceExternalIPsConfig other)
Parameter | |
---|---|
Name | Description |
other | ServiceExternalIPsConfig |
Properties
Enabled
public bool Enabled { get; set; }
Whether Services with ExternalIPs field are allowed or not.
Property Value | |
---|---|
Type | Description |
bool |