public interface NatIpInfoNatIpInfoMappingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMode()
Specifies whether NAT IP is auto or manual.
|
com.google.protobuf.ByteString |
getModeBytes()
Specifies whether NAT IP is auto or manual.
|
String |
getNatIp()
NAT IP address.
|
com.google.protobuf.ByteString |
getNatIpBytes()
NAT IP address.
|
String |
getUsage()
Specifies whether NAT IP is currently serving at least one endpoint or not.
|
com.google.protobuf.ByteString |
getUsageBytes()
Specifies whether NAT IP is currently serving at least one endpoint or not.
|
boolean |
hasMode()
Specifies whether NAT IP is auto or manual.
|
boolean |
hasNatIp()
NAT IP address.
|
boolean |
hasUsage()
Specifies whether NAT IP is currently serving at least one endpoint or not.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMode()
Specifies whether NAT IP is auto or manual. Check the Mode enum for the list of possible values.
optional string mode = 3357091;String getMode()
Specifies whether NAT IP is auto or manual. Check the Mode enum for the list of possible values.
optional string mode = 3357091;com.google.protobuf.ByteString getModeBytes()
Specifies whether NAT IP is auto or manual. Check the Mode enum for the list of possible values.
optional string mode = 3357091;boolean hasNatIp()
NAT IP address. For example: 203.0.113.11.
optional string nat_ip = 21113093;String getNatIp()
NAT IP address. For example: 203.0.113.11.
optional string nat_ip = 21113093;com.google.protobuf.ByteString getNatIpBytes()
NAT IP address. For example: 203.0.113.11.
optional string nat_ip = 21113093;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;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;com.google.protobuf.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;Copyright © 2025 Google LLC. All rights reserved.