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 Output only. A list of IPs auto-allocated for NAT. Example: ["1.1.1.1", "129.2.16.89"].

Returns:

  • (::Array<::String>) —

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



71937
71938
71939
71940
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 71937

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

#drain_auto_allocated_nat_ips ⇒ ::Array<::String>

Returns Output only. 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>) —

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



71937
71938
71939
71940
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 71937

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

#drain_user_allocated_nat_ips ⇒ ::Array<::String>

Returns Output only. 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>) —

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



71937
71938
71939
71940
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 71937

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

#min_extra_nat_ips_needed ⇒ ::Integer

Returns Output only. 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) —

    Output only. 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.



71937
71938
71939
71940
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 71937

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

#name ⇒ ::String

Returns Output only. Unique name of this NAT.

Returns:

  • (::String) —

    Output only. Unique name of this NAT.



71937
71938
71939
71940
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 71937

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

#num_vm_endpoints_with_nat_mappings ⇒ ::Integer

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

Returns:

  • (::Integer) —

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



71937
71938
71939
71940
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 71937

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:



71937
71938
71939
71940
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 71937

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

#user_allocated_nat_ip_resources ⇒ ::Array<::String>

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

Returns:

  • (::Array<::String>) —

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



71937
71938
71939
71940
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 71937

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

#user_allocated_nat_ips ⇒ ::Array<::String>

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

Returns:

  • (::Array<::String>) —

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



71937
71938
71939
71940
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 71937

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