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
21644 21645 21646 21647 21648 21649 21650 21651 21652 21653 21654 21655 21656 21657 21658 21659 21660 21661 21662 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21644 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 = 35608496 # A list of secondary ranges are allowed to Nat. LIST_OF_SECONDARY_IP_RANGES = 192289308 # The primary range is allowed to Nat. PRIMARY_IP_RANGE = 297109954 end end |
#secondary_ip_range_names ⇒ ::Array<::String>
21644 21645 21646 21647 21648 21649 21650 21651 21652 21653 21654 21655 21656 21657 21658 21659 21660 21661 21662 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21644 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 = 35608496 # A list of secondary ranges are allowed to Nat. LIST_OF_SECONDARY_IP_RANGES = 192289308 # The primary range is allowed to Nat. PRIMARY_IP_RANGE = 297109954 end end |
#source_ip_ranges_to_nat ⇒ ::Array<::String>
21644 21645 21646 21647 21648 21649 21650 21651 21652 21653 21654 21655 21656 21657 21658 21659 21660 21661 21662 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21644 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 = 35608496 # A list of secondary ranges are allowed to Nat. LIST_OF_SECONDARY_IP_RANGES = 192289308 # The primary range is allowed to Nat. PRIMARY_IP_RANGE = 297109954 end end |