Reference documentation and code samples for the Compute V1 Client class SourceSubnetworkIpRangesToNat.
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 then there should not be any other Router.Nat section in any Router for this network in this region.
Protobuf type google.cloud.compute.v1.RouterNat.SourceSubnetworkIpRangesToNat
Namespace
Google \ Cloud \ Compute \ V1 \ RouterNatMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_SOURCE_SUBNETWORK_IP_RANGES_TO_NAT
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_SOURCE_SUBNETWORK_IP_RANGES_TO_NAT = 0;
ALL_SUBNETWORKS_ALL_IP_RANGES
Value: 179964376
All the IP ranges in every Subnetwork are allowed to Nat.
Generated from protobuf enum ALL_SUBNETWORKS_ALL_IP_RANGES = 179964376;
ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES
Value: 185573819
All the primary IP ranges in every Subnetwork are allowed to Nat.
Generated from protobuf enum ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES = 185573819;
LIST_OF_SUBNETWORKS
Value: 517542270
A list of Subnetworks are allowed to Nat (specified in the field subnetwork below)
Generated from protobuf enum LIST_OF_SUBNETWORKS = 517542270;