Class: Google::Cloud::Compute::V1::RouterNatSubnetworkToNat

Inherits:
Object
  • Object
show all
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

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