Class: Google::Cloud::Compute::V1::RouterNatSubnetworkToNat
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RouterNatSubnetworkToNat
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Defines the IP ranges that want to use NAT for a subnetwork.
Defined Under Namespace
Modules: SourceIpRangesToNat
Instance Attribute Summary collapse
-
#name ⇒ ::String
URL for the subnetwork resource that will use NAT.
-
#secondary_ip_range_names ⇒ ::Array<::String>
A list of the secondary ranges of the Subnetwork that are allowed to use NAT.
-
#source_ip_ranges_to_nat ⇒ ::Array<::String>
Specify the options for NAT ranges in the Subnetwork.
Instance Attribute Details
#name ⇒ ::String
31784 31785 31786 31787 31788 31789 31790 31791 31792 31793 31794 31795 31796 31797 31798 31799 31800 31801 31802 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31784 class RouterNatSubnetworkToNat include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module SourceIpRangesToNat # A value indicating that the enum field is not set. UNDEFINED_SOURCE_IP_RANGES_TO_NAT = 0 # The primary and all the secondary ranges are allowed to Nat. ALL_IP_RANGES = 35_608_496 # A list of secondary ranges are allowed to Nat. LIST_OF_SECONDARY_IP_RANGES = 192_289_308 # The primary range is allowed to Nat. PRIMARY_IP_RANGE = 297_109_954 end end |
#secondary_ip_range_names ⇒ ::Array<::String>
31784 31785 31786 31787 31788 31789 31790 31791 31792 31793 31794 31795 31796 31797 31798 31799 31800 31801 31802 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31784 class RouterNatSubnetworkToNat include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module SourceIpRangesToNat # A value indicating that the enum field is not set. UNDEFINED_SOURCE_IP_RANGES_TO_NAT = 0 # The primary and all the secondary ranges are allowed to Nat. ALL_IP_RANGES = 35_608_496 # A list of secondary ranges are allowed to Nat. LIST_OF_SECONDARY_IP_RANGES = 192_289_308 # The primary range is allowed to Nat. PRIMARY_IP_RANGE = 297_109_954 end end |
#source_ip_ranges_to_nat ⇒ ::Array<::String>
31784 31785 31786 31787 31788 31789 31790 31791 31792 31793 31794 31795 31796 31797 31798 31799 31800 31801 31802 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31784 class RouterNatSubnetworkToNat include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module SourceIpRangesToNat # A value indicating that the enum field is not set. UNDEFINED_SOURCE_IP_RANGES_TO_NAT = 0 # The primary and all the secondary ranges are allowed to Nat. ALL_IP_RANGES = 35_608_496 # A list of secondary ranges are allowed to Nat. LIST_OF_SECONDARY_IP_RANGES = 192_289_308 # The primary range is allowed to Nat. PRIMARY_IP_RANGE = 297_109_954 end end |