Class: Google::Cloud::Compute::V1::RouterStatusNatStatusNatRuleStatus

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 Rule contained in this NAT.

Instance Attribute Summary collapse

Instance Attribute Details

#active_nat_ips::Array<::String>

Returns Output only. A list of active IPs for NAT. Example: ["1.1.1.1", "179.12.26.133"].

Returns:

  • (::Array<::String>)

    Output only. A list of active IPs for NAT. Example: ["1.1.1.1", "179.12.26.133"].



67850
67851
67852
67853
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 67850

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

#drain_nat_ips::Array<::String>

Returns Output only. A list of IPs 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 for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].



67850
67851
67852
67853
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 67850

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

#min_extra_ips_needed::Integer

Returns Output only. The number of extra IPs to allocate. This will be greater than 0 only if the existing IPs in this NAT Rule are NOT enough to allow all configured VMs to use NAT.

Returns:

  • (::Integer)

    Output only. The number of extra IPs to allocate. This will be greater than 0 only if the existing IPs in this NAT Rule are NOT enough to allow all configured VMs to use NAT.



67850
67851
67852
67853
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 67850

class RouterStatusNatStatusNatRuleStatus
  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 have NAT Mappings from this NAT Rule.

Returns:

  • (::Integer)

    Output only. Number of VM endpoints (i.e., NICs) that have NAT Mappings from this NAT Rule.



67850
67851
67852
67853
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 67850

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

#rule_number::Integer

Returns Output only. Rule number of the rule.

Returns:

  • (::Integer)

    Output only. Rule number of the rule.



67850
67851
67852
67853
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 67850

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