Interface Cluster.SystemAddonsConfig.IngressOrBuilder (0.38.0)

public static interface Cluster.SystemAddonsConfig.IngressOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisabled()

public abstract boolean getDisabled()

Optional. Whether Ingress is disabled.

bool disabled = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The disabled.

getIpv4Vip()

public abstract String getIpv4Vip()

Optional. Ingress VIP.

string ipv4_vip = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The ipv4Vip.

getIpv4VipBytes()

public abstract ByteString getIpv4VipBytes()

Optional. Ingress VIP.

string ipv4_vip = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for ipv4Vip.