Class: Google::Cloud::Compute::V1::RouterStatusNatStatus

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Status of a NAT contained in this router.

Instance Attribute Summary collapse

Instance Attribute Details

#auto_allocated_nat_ips::Array<::String>

Returns A list of IPs auto-allocated for NAT. Example: ["1.1.1.1", "129.2.16.89"].

Returns:

  • (::Array<::String>)

    A list of IPs auto-allocated for NAT. Example: ["1.1.1.1", "129.2.16.89"]



21763
21764
21765
21766
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21763

class RouterStatusNatStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#drain_auto_allocated_nat_ips::Array<::String>

Returns A list of IPs auto-allocated for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].

Returns:

  • (::Array<::String>)

    A list of IPs auto-allocated for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].



21763
21764
21765
21766
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21763

class RouterStatusNatStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#drain_user_allocated_nat_ips::Array<::String>

Returns A list of IPs user-allocated for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].

Returns:

  • (::Array<::String>)

    A list of IPs user-allocated for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].



21763
21764
21765
21766
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21763

class RouterStatusNatStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#min_extra_nat_ips_needed::Integer

Returns The number of extra IPs to allocate. This will be greater than 0 only if user-specified IPs are NOT enough to allow all configured VMs to use NAT. This value is meaningful only when auto-allocation of NAT IPs is not used.

Returns:

  • (::Integer)

    The number of extra IPs to allocate. This will be greater than 0 only if user-specified IPs are NOT enough to allow all configured VMs to use NAT. This value is meaningful only when auto-allocation of NAT IPs is not used.



21763
21764
21765
21766
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21763

class RouterStatusNatStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Unique name of this NAT.

Returns:

  • (::String)

    Unique name of this NAT.



21763
21764
21765
21766
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21763

class RouterStatusNatStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#num_vm_endpoints_with_nat_mappings::Integer

Returns Number of VM endpoints (i.e., Nics) that can use NAT.

Returns:

  • (::Integer)

    Number of VM endpoints (i.e., Nics) that can use NAT.



21763
21764
21765
21766
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21763

class RouterStatusNatStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#rule_status::Array<::Google::Cloud::Compute::V1::RouterStatusNatStatusNatRuleStatus>

Returns Status of rules in this NAT.

Returns:



21763
21764
21765
21766
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21763

class RouterStatusNatStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#user_allocated_nat_ip_resources::Array<::String>

Returns A list of fully qualified URLs of reserved IP address resources.

Returns:

  • (::Array<::String>)

    A list of fully qualified URLs of reserved IP address resources.



21763
21764
21765
21766
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21763

class RouterStatusNatStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#user_allocated_nat_ips::Array<::String>

Returns A list of IPs user-allocated for NAT. They will be raw IP strings like "179.12.26.133".

Returns:

  • (::Array<::String>)

    A list of IPs user-allocated for NAT. They will be raw IP strings like "179.12.26.133".



21763
21764
21765
21766
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21763

class RouterStatusNatStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end