Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::RouterNatSubnetworkToNat.
Defines the IP ranges that want to use NAT for a subnetwork.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — URL for the subnetwork resource that will use NAT.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — URL for the subnetwork resource that will use NAT.
Returns
- (::String) — URL for the subnetwork resource that will use NAT.
#secondary_ip_range_names
def secondary_ip_range_names() -> ::Array<::String>
Returns
- (::Array<::String>) — A list of the secondary ranges of the Subnetwork that are allowed to use NAT. This can be populated only if "LIST_OF_SECONDARY_IP_RANGES" is one of the values in source_ip_ranges_to_nat.
#secondary_ip_range_names=
def secondary_ip_range_names=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — A list of the secondary ranges of the Subnetwork that are allowed to use NAT. This can be populated only if "LIST_OF_SECONDARY_IP_RANGES" is one of the values in source_ip_ranges_to_nat.
Returns
- (::Array<::String>) — A list of the secondary ranges of the Subnetwork that are allowed to use NAT. This can be populated only if "LIST_OF_SECONDARY_IP_RANGES" is one of the values in source_ip_ranges_to_nat.
#source_ip_ranges_to_nat
def source_ip_ranges_to_nat() -> ::Array<::String>
Returns
- (::Array<::String>) — Specify the options for NAT ranges in the Subnetwork. All options of a single value are valid except NAT_IP_RANGE_OPTION_UNSPECIFIED. The only valid option with multiple values is: ["PRIMARY_IP_RANGE", "LIST_OF_SECONDARY_IP_RANGES"] Default: [ALL_IP_RANGES] Check the SourceIpRangesToNat enum for the list of possible values.
#source_ip_ranges_to_nat=
def source_ip_ranges_to_nat=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Specify the options for NAT ranges in the Subnetwork. All options of a single value are valid except NAT_IP_RANGE_OPTION_UNSPECIFIED. The only valid option with multiple values is: ["PRIMARY_IP_RANGE", "LIST_OF_SECONDARY_IP_RANGES"] Default: [ALL_IP_RANGES] Check the SourceIpRangesToNat enum for the list of possible values.
Returns
- (::Array<::String>) — Specify the options for NAT ranges in the Subnetwork. All options of a single value are valid except NAT_IP_RANGE_OPTION_UNSPECIFIED. The only valid option with multiple values is: ["PRIMARY_IP_RANGE", "LIST_OF_SECONDARY_IP_RANGES"] Default: [ALL_IP_RANGES] Check the SourceIpRangesToNat enum for the list of possible values.