Interface AutoIpamConfigOrBuilder (2.81.0)

public interface AutoIpamConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnabled()

public abstract boolean getEnabled()

The flag that enables Auto IPAM on this cluster

optional bool enabled = 1;

Returns
Type Description
boolean

The enabled.

hasEnabled()

public abstract boolean hasEnabled()

The flag that enables Auto IPAM on this cluster

optional bool enabled = 1;

Returns
Type Description
boolean

Whether the enabled field is set.