Google Kubernetes Engine v1 API - Class ServiceExternalIPsConfig (3.28.0)

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.

Inheritance

object > ServiceExternalIPsConfig

Namespace

Google.Cloud.Container.V1

Assembly

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