public interface NatIpInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NatIpInfoNatIpInfoMapping |
getNatIpInfoMappings(int index)
A list of all NAT IPs assigned to this NAT config.
|
int |
getNatIpInfoMappingsCount()
A list of all NAT IPs assigned to this NAT config.
|
List<NatIpInfoNatIpInfoMapping> |
getNatIpInfoMappingsList()
A list of all NAT IPs assigned to this NAT config.
|
NatIpInfoNatIpInfoMappingOrBuilder |
getNatIpInfoMappingsOrBuilder(int index)
A list of all NAT IPs assigned to this NAT config.
|
List<? extends NatIpInfoNatIpInfoMappingOrBuilder> |
getNatIpInfoMappingsOrBuilderList()
A list of all NAT IPs assigned to this NAT config.
|
String |
getNatName()
Name of the NAT config which the NAT IP belongs to.
|
com.google.protobuf.ByteString |
getNatNameBytes()
Name of the NAT config which the NAT IP belongs to.
|
boolean |
hasNatName()
Name of the NAT config which the NAT IP belongs to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<NatIpInfoNatIpInfoMapping> getNatIpInfoMappingsList()
A list of all NAT IPs assigned to this NAT config.
repeated .google.cloud.compute.v1.NatIpInfoNatIpInfoMapping nat_ip_info_mappings = 241401884;
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;
int getNatIpInfoMappingsCount()
A list of all NAT IPs assigned to this NAT config.
repeated .google.cloud.compute.v1.NatIpInfoNatIpInfoMapping nat_ip_info_mappings = 241401884;
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;
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;
boolean hasNatName()
Name of the NAT config which the NAT IP belongs to.
optional string nat_name = 425596649;String getNatName()
Name of the NAT config which the NAT IP belongs to.
optional string nat_name = 425596649;com.google.protobuf.ByteString getNatNameBytes()
Name of the NAT config which the NAT IP belongs to.
optional string nat_name = 425596649;Copyright © 2025 Google LLC. All rights reserved.