Interface NatIpInfoNatIpInfoMappingOrBuilder (1.51.0)

public interface NatIpInfoNatIpInfoMappingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMode()

public abstract String getMode()

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

optional string mode = 3357091;

Returns
TypeDescription
String

The mode.

getModeBytes()

public abstract ByteString getModeBytes()

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

optional string mode = 3357091;

Returns
TypeDescription
ByteString

The bytes for mode.

getNatIp()

public abstract String getNatIp()

NAT IP address. For example: 203.0.113.11.

optional string nat_ip = 21113093;

Returns
TypeDescription
String

The natIp.

getNatIpBytes()

public abstract ByteString getNatIpBytes()

NAT IP address. For example: 203.0.113.11.

optional string nat_ip = 21113093;

Returns
TypeDescription
ByteString

The bytes for natIp.

getUsage()

public abstract String getUsage()

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
TypeDescription
String

The usage.

getUsageBytes()

public abstract ByteString getUsageBytes()

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
TypeDescription
ByteString

The bytes for usage.

hasMode()

public abstract boolean hasMode()

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

optional string mode = 3357091;

Returns
TypeDescription
boolean

Whether the mode field is set.

hasNatIp()

public abstract boolean hasNatIp()

NAT IP address. For example: 203.0.113.11.

optional string nat_ip = 21113093;

Returns
TypeDescription
boolean

Whether the natIp field is set.

hasUsage()

public abstract boolean hasUsage()

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
TypeDescription
boolean

Whether the usage field is set.