public interface NatIpInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNatIpInfoMappings(int index)
public abstract NatIpInfoNatIpInfoMapping getNatIpInfoMappings(int index)Output only. 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()Output only. 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()Output only. 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)Output only. 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()Output only. 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()Output only. 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()Output only. 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()Output only. 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. |