- 1.62.0 (latest)
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public final class RouterNat extends GeneratedMessageV3 implements RouterNatOrBuilder
Represents a Nat resource. It enables the VMs within the specified subnetworks to access Internet without external IP addresses. It specifies a list of subnetworks (and the ranges within) that want to use NAT. Customers can also provide the external IPs that would be used for NAT. GCP would auto-allocate ephemeral IPs if no external IPs are provided.
Protobuf type google.cloud.compute.v1.RouterNat
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > RouterNatImplements
RouterNatOrBuilderStatic Fields
DRAIN_NAT_IPS_FIELD_NUMBER
public static final int DRAIN_NAT_IPS_FIELD_NUMBER
Type | Description |
int |
ENABLE_DYNAMIC_PORT_ALLOCATION_FIELD_NUMBER
public static final int ENABLE_DYNAMIC_PORT_ALLOCATION_FIELD_NUMBER
Type | Description |
int |
ENABLE_ENDPOINT_INDEPENDENT_MAPPING_FIELD_NUMBER
public static final int ENABLE_ENDPOINT_INDEPENDENT_MAPPING_FIELD_NUMBER
Type | Description |
int |
ICMP_IDLE_TIMEOUT_SEC_FIELD_NUMBER
public static final int ICMP_IDLE_TIMEOUT_SEC_FIELD_NUMBER
Type | Description |
int |
LOG_CONFIG_FIELD_NUMBER
public static final int LOG_CONFIG_FIELD_NUMBER
Type | Description |
int |
MAX_PORTS_PER_VM_FIELD_NUMBER
public static final int MAX_PORTS_PER_VM_FIELD_NUMBER
Type | Description |
int |
MIN_PORTS_PER_VM_FIELD_NUMBER
public static final int MIN_PORTS_PER_VM_FIELD_NUMBER
Type | Description |
int |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Type | Description |
int |
NAT_IPS_FIELD_NUMBER
public static final int NAT_IPS_FIELD_NUMBER
Type | Description |
int |
NAT_IP_ALLOCATE_OPTION_FIELD_NUMBER
public static final int NAT_IP_ALLOCATE_OPTION_FIELD_NUMBER
Type | Description |
int |
RULES_FIELD_NUMBER
public static final int RULES_FIELD_NUMBER
Type | Description |
int |
SOURCE_SUBNETWORK_IP_RANGES_TO_NAT_FIELD_NUMBER
public static final int SOURCE_SUBNETWORK_IP_RANGES_TO_NAT_FIELD_NUMBER
Type | Description |
int |
SUBNETWORKS_FIELD_NUMBER
public static final int SUBNETWORKS_FIELD_NUMBER
Type | Description |
int |
TCP_ESTABLISHED_IDLE_TIMEOUT_SEC_FIELD_NUMBER
public static final int TCP_ESTABLISHED_IDLE_TIMEOUT_SEC_FIELD_NUMBER
Type | Description |
int |
TCP_TIME_WAIT_TIMEOUT_SEC_FIELD_NUMBER
public static final int TCP_TIME_WAIT_TIMEOUT_SEC_FIELD_NUMBER
Type | Description |
int |
TCP_TRANSITORY_IDLE_TIMEOUT_SEC_FIELD_NUMBER
public static final int TCP_TRANSITORY_IDLE_TIMEOUT_SEC_FIELD_NUMBER
Type | Description |
int |
UDP_IDLE_TIMEOUT_SEC_FIELD_NUMBER
public static final int UDP_IDLE_TIMEOUT_SEC_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static RouterNat getDefaultInstance()
Type | Description |
RouterNat |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static RouterNat.Builder newBuilder()
Type | Description |
RouterNat.Builder |
newBuilder(RouterNat prototype)
public static RouterNat.Builder newBuilder(RouterNat prototype)
Name | Description |
prototype | RouterNat |
Type | Description |
RouterNat.Builder |
parseDelimitedFrom(InputStream input)
public static RouterNat parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
RouterNat |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RouterNat parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RouterNat |
Type | Description |
IOException |
parseFrom(byte[] data)
public static RouterNat parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
RouterNat |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RouterNat parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RouterNat |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static RouterNat parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
RouterNat |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RouterNat parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RouterNat |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static RouterNat parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
RouterNat |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RouterNat parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RouterNat |
Type | Description |
IOException |
parseFrom(InputStream input)
public static RouterNat parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
RouterNat |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RouterNat parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RouterNat |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static RouterNat parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
RouterNat |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RouterNat parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RouterNat |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<RouterNat> parser()
Type | Description |
Parser<RouterNat> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public RouterNat getDefaultInstanceForType()
Type | Description |
RouterNat |
getDrainNatIps(int index)
public String getDrainNatIps(int index)
A list of URLs of the IP resources to be drained. These IPs must be valid static external IPs that have been assigned to the NAT. These IPs should be used for updating/patching a NAT only.
repeated string drain_nat_ips = 504078535;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The drainNatIps at the given index. |
getDrainNatIpsBytes(int index)
public ByteString getDrainNatIpsBytes(int index)
A list of URLs of the IP resources to be drained. These IPs must be valid static external IPs that have been assigned to the NAT. These IPs should be used for updating/patching a NAT only.
repeated string drain_nat_ips = 504078535;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the drainNatIps at the given index. |
getDrainNatIpsCount()
public int getDrainNatIpsCount()
A list of URLs of the IP resources to be drained. These IPs must be valid static external IPs that have been assigned to the NAT. These IPs should be used for updating/patching a NAT only.
repeated string drain_nat_ips = 504078535;
Type | Description |
int | The count of drainNatIps. |
getDrainNatIpsList()
public ProtocolStringList getDrainNatIpsList()
A list of URLs of the IP resources to be drained. These IPs must be valid static external IPs that have been assigned to the NAT. These IPs should be used for updating/patching a NAT only.
repeated string drain_nat_ips = 504078535;
Type | Description |
ProtocolStringList | A list containing the drainNatIps. |
getEnableDynamicPortAllocation()
public boolean getEnableDynamicPortAllocation()
Enable Dynamic Port Allocation. If not specified, it is disabled by default. If set to true, - Dynamic Port Allocation will be enabled on this NAT config. - enableEndpointIndependentMapping cannot be set to true. - If minPorts is set, minPortsPerVm must be set to a power of two greater than or equal to 32. If minPortsPerVm is not set, a minimum of 32 ports will be allocated to a VM from this NAT config.
optional bool enable_dynamic_port_allocation = 532106402;
Type | Description |
boolean | The enableDynamicPortAllocation. |
getEnableEndpointIndependentMapping()
public boolean getEnableEndpointIndependentMapping()
optional bool enable_endpoint_independent_mapping = 259441819;
Type | Description |
boolean | The enableEndpointIndependentMapping. |
getIcmpIdleTimeoutSec()
public int getIcmpIdleTimeoutSec()
Timeout (in seconds) for ICMP connections. Defaults to 30s if not set.
optional int32 icmp_idle_timeout_sec = 3647562;
Type | Description |
int | The icmpIdleTimeoutSec. |
getLogConfig()
public RouterNatLogConfig getLogConfig()
Configure logging on this NAT.
optional .google.cloud.compute.v1.RouterNatLogConfig log_config = 351299741;
Type | Description |
RouterNatLogConfig | The logConfig. |
getLogConfigOrBuilder()
public RouterNatLogConfigOrBuilder getLogConfigOrBuilder()
Configure logging on this NAT.
optional .google.cloud.compute.v1.RouterNatLogConfig log_config = 351299741;
Type | Description |
RouterNatLogConfigOrBuilder |
getMaxPortsPerVm()
public int getMaxPortsPerVm()
Maximum number of ports allocated to a VM from this NAT config when Dynamic Port Allocation is enabled. If Dynamic Port Allocation is not enabled, this field has no effect. If Dynamic Port Allocation is enabled, and this field is set, it must be set to a power of two greater than minPortsPerVm, or 64 if minPortsPerVm is not set. If Dynamic Port Allocation is enabled and this field is not set, a maximum of 65536 ports will be allocated to a VM from this NAT config.
optional int32 max_ports_per_vm = 250062049;
Type | Description |
int | The maxPortsPerVm. |
getMinPortsPerVm()
public int getMinPortsPerVm()
Minimum number of ports allocated to a VM from this NAT config. If not set, a default number of ports is allocated to a VM. This is rounded up to the nearest power of 2. For example, if the value of this field is 50, at least 64 ports are allocated to a VM.
optional int32 min_ports_per_vm = 186193587;
Type | Description |
int | The minPortsPerVm. |
getName()
public String getName()
Unique name of this Nat service. The name must be 1-63 characters long and comply with RFC1035.
optional string name = 3373707;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Unique name of this Nat service. The name must be 1-63 characters long and comply with RFC1035.
optional string name = 3373707;
Type | Description |
ByteString | The bytes for name. |
getNatIpAllocateOption()
public String getNatIpAllocateOption()
Specify the NatIpAllocateOption, which can take one of the following values: - MANUAL_ONLY: Uses only Nat IP addresses provided by customers. When there are not enough specified Nat IPs, the Nat service fails for new VMs. - AUTO_ONLY: Nat IPs are allocated by Google Cloud Platform; customers can't specify any Nat IPs. When choosing AUTO_ONLY, then nat_ip should be empty. Check the NatIpAllocateOption enum for the list of possible values.
optional string nat_ip_allocate_option = 429726845;
Type | Description |
String | The natIpAllocateOption. |
getNatIpAllocateOptionBytes()
public ByteString getNatIpAllocateOptionBytes()
Specify the NatIpAllocateOption, which can take one of the following values: - MANUAL_ONLY: Uses only Nat IP addresses provided by customers. When there are not enough specified Nat IPs, the Nat service fails for new VMs. - AUTO_ONLY: Nat IPs are allocated by Google Cloud Platform; customers can't specify any Nat IPs. When choosing AUTO_ONLY, then nat_ip should be empty. Check the NatIpAllocateOption enum for the list of possible values.
optional string nat_ip_allocate_option = 429726845;
Type | Description |
ByteString | The bytes for natIpAllocateOption. |
getNatIps(int index)
public String getNatIps(int index)
A list of URLs of the IP resources used for this Nat service. These IP addresses must be valid static external IP addresses assigned to the project.
repeated string nat_ips = 117635086;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The natIps at the given index. |
getNatIpsBytes(int index)
public ByteString getNatIpsBytes(int index)
A list of URLs of the IP resources used for this Nat service. These IP addresses must be valid static external IP addresses assigned to the project.
repeated string nat_ips = 117635086;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the natIps at the given index. |
getNatIpsCount()
public int getNatIpsCount()
A list of URLs of the IP resources used for this Nat service. These IP addresses must be valid static external IP addresses assigned to the project.
repeated string nat_ips = 117635086;
Type | Description |
int | The count of natIps. |
getNatIpsList()
public ProtocolStringList getNatIpsList()
A list of URLs of the IP resources used for this Nat service. These IP addresses must be valid static external IP addresses assigned to the project.
repeated string nat_ips = 117635086;
Type | Description |
ProtocolStringList | A list containing the natIps. |
getParserForType()
public Parser<RouterNat> getParserForType()
Type | Description |
Parser<RouterNat> |
getRules(int index)
public RouterNatRule getRules(int index)
A list of rules associated with this NAT.
repeated .google.cloud.compute.v1.RouterNatRule rules = 108873975;
Name | Description |
index | int |
Type | Description |
RouterNatRule |
getRulesCount()
public int getRulesCount()
A list of rules associated with this NAT.
repeated .google.cloud.compute.v1.RouterNatRule rules = 108873975;
Type | Description |
int |
getRulesList()
public List<RouterNatRule> getRulesList()
A list of rules associated with this NAT.
repeated .google.cloud.compute.v1.RouterNatRule rules = 108873975;
Type | Description |
List<RouterNatRule> |
getRulesOrBuilder(int index)
public RouterNatRuleOrBuilder getRulesOrBuilder(int index)
A list of rules associated with this NAT.
repeated .google.cloud.compute.v1.RouterNatRule rules = 108873975;
Name | Description |
index | int |
Type | Description |
RouterNatRuleOrBuilder |
getRulesOrBuilderList()
public List<? extends RouterNatRuleOrBuilder> getRulesOrBuilderList()
A list of rules associated with this NAT.
repeated .google.cloud.compute.v1.RouterNatRule rules = 108873975;
Type | Description |
List<? extends com.google.cloud.compute.v1.RouterNatRuleOrBuilder> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getSourceSubnetworkIpRangesToNat()
public String getSourceSubnetworkIpRangesToNat()
Specify the Nat option, which can take one of the following values: - ALL_SUBNETWORKS_ALL_IP_RANGES: All of the IP ranges in every Subnetwork are allowed to Nat. - ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES: All of the primary IP ranges in every Subnetwork are allowed to Nat. - LIST_OF_SUBNETWORKS: A list of Subnetworks are allowed to Nat (specified in the field subnetwork below) The default is SUBNETWORK_IP_RANGE_TO_NAT_OPTION_UNSPECIFIED. Note that if this field contains ALL_SUBNETWORKS_ALL_IP_RANGES or ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES, then there should not be any other Router.Nat section in any Router for this network in this region. Check the SourceSubnetworkIpRangesToNat enum for the list of possible values.
optional string source_subnetwork_ip_ranges_to_nat = 252213211;
Type | Description |
String | The sourceSubnetworkIpRangesToNat. |
getSourceSubnetworkIpRangesToNatBytes()
public ByteString getSourceSubnetworkIpRangesToNatBytes()
Specify the Nat option, which can take one of the following values: - ALL_SUBNETWORKS_ALL_IP_RANGES: All of the IP ranges in every Subnetwork are allowed to Nat. - ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES: All of the primary IP ranges in every Subnetwork are allowed to Nat. - LIST_OF_SUBNETWORKS: A list of Subnetworks are allowed to Nat (specified in the field subnetwork below) The default is SUBNETWORK_IP_RANGE_TO_NAT_OPTION_UNSPECIFIED. Note that if this field contains ALL_SUBNETWORKS_ALL_IP_RANGES or ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES, then there should not be any other Router.Nat section in any Router for this network in this region. Check the SourceSubnetworkIpRangesToNat enum for the list of possible values.
optional string source_subnetwork_ip_ranges_to_nat = 252213211;
Type | Description |
ByteString | The bytes for sourceSubnetworkIpRangesToNat. |
getSubnetworks(int index)
public RouterNatSubnetworkToNat getSubnetworks(int index)
A list of Subnetwork resources whose traffic should be translated by NAT Gateway. It is used only when LIST_OF_SUBNETWORKS is selected for the SubnetworkIpRangeToNatOption above.
repeated .google.cloud.compute.v1.RouterNatSubnetworkToNat subnetworks = 415853125;
Name | Description |
index | int |
Type | Description |
RouterNatSubnetworkToNat |
getSubnetworksCount()
public int getSubnetworksCount()
A list of Subnetwork resources whose traffic should be translated by NAT Gateway. It is used only when LIST_OF_SUBNETWORKS is selected for the SubnetworkIpRangeToNatOption above.
repeated .google.cloud.compute.v1.RouterNatSubnetworkToNat subnetworks = 415853125;
Type | Description |
int |
getSubnetworksList()
public List<RouterNatSubnetworkToNat> getSubnetworksList()
A list of Subnetwork resources whose traffic should be translated by NAT Gateway. It is used only when LIST_OF_SUBNETWORKS is selected for the SubnetworkIpRangeToNatOption above.
repeated .google.cloud.compute.v1.RouterNatSubnetworkToNat subnetworks = 415853125;
Type | Description |
List<RouterNatSubnetworkToNat> |
getSubnetworksOrBuilder(int index)
public RouterNatSubnetworkToNatOrBuilder getSubnetworksOrBuilder(int index)
A list of Subnetwork resources whose traffic should be translated by NAT Gateway. It is used only when LIST_OF_SUBNETWORKS is selected for the SubnetworkIpRangeToNatOption above.
repeated .google.cloud.compute.v1.RouterNatSubnetworkToNat subnetworks = 415853125;
Name | Description |
index | int |
Type | Description |
RouterNatSubnetworkToNatOrBuilder |
getSubnetworksOrBuilderList()
public List<? extends RouterNatSubnetworkToNatOrBuilder> getSubnetworksOrBuilderList()
A list of Subnetwork resources whose traffic should be translated by NAT Gateway. It is used only when LIST_OF_SUBNETWORKS is selected for the SubnetworkIpRangeToNatOption above.
repeated .google.cloud.compute.v1.RouterNatSubnetworkToNat subnetworks = 415853125;
Type | Description |
List<? extends com.google.cloud.compute.v1.RouterNatSubnetworkToNatOrBuilder> |
getTcpEstablishedIdleTimeoutSec()
public int getTcpEstablishedIdleTimeoutSec()
Timeout (in seconds) for TCP established connections. Defaults to 1200s if not set.
optional int32 tcp_established_idle_timeout_sec = 223098349;
Type | Description |
int | The tcpEstablishedIdleTimeoutSec. |
getTcpTimeWaitTimeoutSec()
public int getTcpTimeWaitTimeoutSec()
Timeout (in seconds) for TCP connections that are in TIME_WAIT state. Defaults to 120s if not set.
optional int32 tcp_time_wait_timeout_sec = 513596925;
Type | Description |
int | The tcpTimeWaitTimeoutSec. |
getTcpTransitoryIdleTimeoutSec()
public int getTcpTransitoryIdleTimeoutSec()
Timeout (in seconds) for TCP transitory connections. Defaults to 30s if not set.
optional int32 tcp_transitory_idle_timeout_sec = 205028774;
Type | Description |
int | The tcpTransitoryIdleTimeoutSec. |
getUdpIdleTimeoutSec()
public int getUdpIdleTimeoutSec()
Timeout (in seconds) for UDP connections. Defaults to 30s if not set.
optional int32 udp_idle_timeout_sec = 64919878;
Type | Description |
int | The udpIdleTimeoutSec. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasEnableDynamicPortAllocation()
public boolean hasEnableDynamicPortAllocation()
Enable Dynamic Port Allocation. If not specified, it is disabled by default. If set to true, - Dynamic Port Allocation will be enabled on this NAT config. - enableEndpointIndependentMapping cannot be set to true. - If minPorts is set, minPortsPerVm must be set to a power of two greater than or equal to 32. If minPortsPerVm is not set, a minimum of 32 ports will be allocated to a VM from this NAT config.
optional bool enable_dynamic_port_allocation = 532106402;
Type | Description |
boolean | Whether the enableDynamicPortAllocation field is set. |
hasEnableEndpointIndependentMapping()
public boolean hasEnableEndpointIndependentMapping()
optional bool enable_endpoint_independent_mapping = 259441819;
Type | Description |
boolean | Whether the enableEndpointIndependentMapping field is set. |
hasIcmpIdleTimeoutSec()
public boolean hasIcmpIdleTimeoutSec()
Timeout (in seconds) for ICMP connections. Defaults to 30s if not set.
optional int32 icmp_idle_timeout_sec = 3647562;
Type | Description |
boolean | Whether the icmpIdleTimeoutSec field is set. |
hasLogConfig()
public boolean hasLogConfig()
Configure logging on this NAT.
optional .google.cloud.compute.v1.RouterNatLogConfig log_config = 351299741;
Type | Description |
boolean | Whether the logConfig field is set. |
hasMaxPortsPerVm()
public boolean hasMaxPortsPerVm()
Maximum number of ports allocated to a VM from this NAT config when Dynamic Port Allocation is enabled. If Dynamic Port Allocation is not enabled, this field has no effect. If Dynamic Port Allocation is enabled, and this field is set, it must be set to a power of two greater than minPortsPerVm, or 64 if minPortsPerVm is not set. If Dynamic Port Allocation is enabled and this field is not set, a maximum of 65536 ports will be allocated to a VM from this NAT config.
optional int32 max_ports_per_vm = 250062049;
Type | Description |
boolean | Whether the maxPortsPerVm field is set. |
hasMinPortsPerVm()
public boolean hasMinPortsPerVm()
Minimum number of ports allocated to a VM from this NAT config. If not set, a default number of ports is allocated to a VM. This is rounded up to the nearest power of 2. For example, if the value of this field is 50, at least 64 ports are allocated to a VM.
optional int32 min_ports_per_vm = 186193587;
Type | Description |
boolean | Whether the minPortsPerVm field is set. |
hasName()
public boolean hasName()
Unique name of this Nat service. The name must be 1-63 characters long and comply with RFC1035.
optional string name = 3373707;
Type | Description |
boolean | Whether the name field is set. |
hasNatIpAllocateOption()
public boolean hasNatIpAllocateOption()
Specify the NatIpAllocateOption, which can take one of the following values: - MANUAL_ONLY: Uses only Nat IP addresses provided by customers. When there are not enough specified Nat IPs, the Nat service fails for new VMs. - AUTO_ONLY: Nat IPs are allocated by Google Cloud Platform; customers can't specify any Nat IPs. When choosing AUTO_ONLY, then nat_ip should be empty. Check the NatIpAllocateOption enum for the list of possible values.
optional string nat_ip_allocate_option = 429726845;
Type | Description |
boolean | Whether the natIpAllocateOption field is set. |
hasSourceSubnetworkIpRangesToNat()
public boolean hasSourceSubnetworkIpRangesToNat()
Specify the Nat option, which can take one of the following values: - ALL_SUBNETWORKS_ALL_IP_RANGES: All of the IP ranges in every Subnetwork are allowed to Nat. - ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES: All of the primary IP ranges in every Subnetwork are allowed to Nat. - LIST_OF_SUBNETWORKS: A list of Subnetworks are allowed to Nat (specified in the field subnetwork below) The default is SUBNETWORK_IP_RANGE_TO_NAT_OPTION_UNSPECIFIED. Note that if this field contains ALL_SUBNETWORKS_ALL_IP_RANGES or ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES, then there should not be any other Router.Nat section in any Router for this network in this region. Check the SourceSubnetworkIpRangesToNat enum for the list of possible values.
optional string source_subnetwork_ip_ranges_to_nat = 252213211;
Type | Description |
boolean | Whether the sourceSubnetworkIpRangesToNat field is set. |
hasTcpEstablishedIdleTimeoutSec()
public boolean hasTcpEstablishedIdleTimeoutSec()
Timeout (in seconds) for TCP established connections. Defaults to 1200s if not set.
optional int32 tcp_established_idle_timeout_sec = 223098349;
Type | Description |
boolean | Whether the tcpEstablishedIdleTimeoutSec field is set. |
hasTcpTimeWaitTimeoutSec()
public boolean hasTcpTimeWaitTimeoutSec()
Timeout (in seconds) for TCP connections that are in TIME_WAIT state. Defaults to 120s if not set.
optional int32 tcp_time_wait_timeout_sec = 513596925;
Type | Description |
boolean | Whether the tcpTimeWaitTimeoutSec field is set. |
hasTcpTransitoryIdleTimeoutSec()
public boolean hasTcpTransitoryIdleTimeoutSec()
Timeout (in seconds) for TCP transitory connections. Defaults to 30s if not set.
optional int32 tcp_transitory_idle_timeout_sec = 205028774;
Type | Description |
boolean | Whether the tcpTransitoryIdleTimeoutSec field is set. |
hasUdpIdleTimeoutSec()
public boolean hasUdpIdleTimeoutSec()
Timeout (in seconds) for UDP connections. Defaults to 30s if not set.
optional int32 udp_idle_timeout_sec = 64919878;
Type | Description |
boolean | Whether the udpIdleTimeoutSec field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public RouterNat.Builder newBuilderForType()
Type | Description |
RouterNat.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RouterNat.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
RouterNat.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public RouterNat.Builder toBuilder()
Type | Description |
RouterNat.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |