public sealed class AutoIpamConfig : IMessage<AutoIpamConfig>, IEquatable<AutoIpamConfig>, IDeepCloneable<AutoIpamConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class AutoIpamConfig.
AutoIpamConfig contains all information related to Auto IPAM
Implements
IMessageAutoIpamConfig, IEquatableAutoIpamConfig, IDeepCloneableAutoIpamConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
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 |
|