Class ServiceExternalIPsConfig (3.0.0)

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

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
NameDescription
otherServiceExternalIPsConfig

Properties

Enabled

public bool Enabled { get; set; }

Whether Services with ExternalIPs field are allowed or not.

Property Value
TypeDescription
Boolean