Class: Google::Cloud::Compute::V1::RouterStatusNatStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RouterStatusNatStatus
- 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
-
#auto_allocated_nat_ips ⇒ ::Array<::String>
A list of IPs auto-allocated for NAT.
-
#drain_auto_allocated_nat_ips ⇒ ::Array<::String>
A list of IPs auto-allocated for NAT that are in drain mode.
-
#drain_user_allocated_nat_ips ⇒ ::Array<::String>
A list of IPs user-allocated for NAT that are in drain mode.
-
#min_extra_nat_ips_needed ⇒ ::Integer
The number of extra IPs to allocate.
-
#name ⇒ ::String
Unique name of this NAT.
-
#num_vm_endpoints_with_nat_mappings ⇒ ::Integer
Number of VM endpoints (i.e., Nics) that can use NAT.
-
#rule_status ⇒ ::Array<::Google::Cloud::Compute::V1::RouterStatusNatStatusNatRuleStatus>
Status of rules in this NAT.
-
#user_allocated_nat_ip_resources ⇒ ::Array<::String>
A list of fully qualified URLs of reserved IP address resources.
-
#user_allocated_nat_ips ⇒ ::Array<::String>
A list of IPs user-allocated for NAT.
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"].
27887 27888 27889 27890 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27887 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"].
27887 27888 27889 27890 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27887 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"].
27887 27888 27889 27890 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27887 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.
27887 27888 27889 27890 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27887 class RouterStatusNatStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Unique name of this NAT.
27887 27888 27889 27890 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27887 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.
27887 27888 27889 27890 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27887 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.
27887 27888 27889 27890 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27887 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.
27887 27888 27889 27890 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27887 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".
27887 27888 27889 27890 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27887 class RouterStatusNatStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |