public interface NatIpInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNatIpInfoMappings(int index)
public abstract NatIpInfoNatIpInfoMapping getNatIpInfoMappings(int index)
A list of all NAT IPs assigned to this NAT config.
repeated .google.cloud.compute.v1.NatIpInfoNatIpInfoMapping nat_ip_info_mappings = 241401884;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
NatIpInfoNatIpInfoMapping |
getNatIpInfoMappingsCount()
public abstract int getNatIpInfoMappingsCount()
A list of all NAT IPs assigned to this NAT config.
repeated .google.cloud.compute.v1.NatIpInfoNatIpInfoMapping nat_ip_info_mappings = 241401884;
Returns | |
---|---|
Type | Description |
int |
getNatIpInfoMappingsList()
public abstract List<NatIpInfoNatIpInfoMapping> getNatIpInfoMappingsList()
A list of all NAT IPs assigned to this NAT config.
repeated .google.cloud.compute.v1.NatIpInfoNatIpInfoMapping nat_ip_info_mappings = 241401884;
Returns | |
---|---|
Type | Description |
List<NatIpInfoNatIpInfoMapping> |
getNatIpInfoMappingsOrBuilder(int index)
public abstract NatIpInfoNatIpInfoMappingOrBuilder getNatIpInfoMappingsOrBuilder(int index)
A list of all NAT IPs assigned to this NAT config.
repeated .google.cloud.compute.v1.NatIpInfoNatIpInfoMapping nat_ip_info_mappings = 241401884;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
NatIpInfoNatIpInfoMappingOrBuilder |
getNatIpInfoMappingsOrBuilderList()
public abstract List<? extends NatIpInfoNatIpInfoMappingOrBuilder> getNatIpInfoMappingsOrBuilderList()
A list of all NAT IPs assigned to this NAT config.
repeated .google.cloud.compute.v1.NatIpInfoNatIpInfoMapping nat_ip_info_mappings = 241401884;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.compute.v1.NatIpInfoNatIpInfoMappingOrBuilder> |
getNatName()
public abstract String getNatName()
Name of the NAT config which the NAT IP belongs to.
optional string nat_name = 425596649;
Returns | |
---|---|
Type | Description |
String |
The natName. |
getNatNameBytes()
public abstract ByteString getNatNameBytes()
Name of the NAT config which the NAT IP belongs to.
optional string nat_name = 425596649;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for natName. |
hasNatName()
public abstract boolean hasNatName()
Name of the NAT config which the NAT IP belongs to.
optional string nat_name = 425596649;
Returns | |
---|---|
Type | Description |
boolean |
Whether the natName field is set. |