Google Kubernetes Engine v1 API - Class AutoIpamConfig (3.36.0)

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

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

AutoIpamConfig contains all information related to Auto IPAM

Inheritance

object > AutoIpamConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

AutoIpamConfig()

public AutoIpamConfig()

AutoIpamConfig(AutoIpamConfig)

public AutoIpamConfig(AutoIpamConfig other)
Parameter
Name Description
other AutoIpamConfig

Properties

Enabled

public bool Enabled { get; set; }

The flag that enables Auto IPAM on this cluster

Property Value
Type Description
bool

HasEnabled

public bool HasEnabled { get; }

Gets whether the "enabled" field is set

Property Value
Type Description
bool