Interface Cluster.SystemAddonsConfig.IngressOrBuilder (0.39.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
Type Description
boolean

The disabled.

getIpv4Vip()

public abstract String getIpv4Vip()

Optional. Ingress VIP.

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

Returns
Type Description
String

The ipv4Vip.

getIpv4VipBytes()

public abstract ByteString getIpv4VipBytes()

Optional. Ingress VIP.

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

Returns
Type Description
ByteString

The bytes for ipv4Vip.