Interface NatIpInfoNatIpInfoMappingOrBuilder (1.91.0)

public interface NatIpInfoNatIpInfoMappingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMode()

public abstract String getMode()

Output only. Specifies whether NAT IP is auto or manual. Check the Mode enum for the list of possible values.

optional string mode = 3357091;

Returns
Type Description
String

The mode.

getModeBytes()

public abstract ByteString getModeBytes()

Output only. Specifies whether NAT IP is auto or manual. Check the Mode enum for the list of possible values.

optional string mode = 3357091;

Returns
Type Description
ByteString

The bytes for mode.

getNatIp()

public abstract String getNatIp()

Output only. NAT IP address. For example: 203.0.113.11.

optional string nat_ip = 21113093;

Returns
Type Description
String

The natIp.

getNatIpBytes()

public abstract ByteString getNatIpBytes()

Output only. NAT IP address. For example: 203.0.113.11.

optional string nat_ip = 21113093;

Returns
Type Description
ByteString

The bytes for natIp.

getUsage()

public abstract String getUsage()

Output only. Specifies whether NAT IP is currently serving at least one endpoint or not. Check the Usage enum for the list of possible values.

optional string usage = 111574433;

Returns
Type Description
String

The usage.

getUsageBytes()

public abstract ByteString getUsageBytes()

Output only. Specifies whether NAT IP is currently serving at least one endpoint or not. Check the Usage enum for the list of possible values.

optional string usage = 111574433;

Returns
Type Description
ByteString

The bytes for usage.

hasMode()

public abstract boolean hasMode()

Output only. Specifies whether NAT IP is auto or manual. Check the Mode enum for the list of possible values.

optional string mode = 3357091;

Returns
Type Description
boolean

Whether the mode field is set.

hasNatIp()

public abstract boolean hasNatIp()

Output only. NAT IP address. For example: 203.0.113.11.

optional string nat_ip = 21113093;

Returns
Type Description
boolean

Whether the natIp field is set.

hasUsage()

public abstract boolean hasUsage()

Output only. Specifies whether NAT IP is currently serving at least one endpoint or not. Check the Usage enum for the list of possible values.

optional string usage = 111574433;

Returns
Type Description
boolean

Whether the usage field is set.