Class: Google::Cloud::Compute::V1::NatIpInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::NatIpInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Contains NAT IP information of a NAT config (i.e. usage status, mode).
Instance Attribute Summary collapse
-
#nat_ip_info_mappings ⇒ ::Array<::Google::Cloud::Compute::V1::NatIpInfoNatIpInfoMapping>
Output only.
-
#nat_name ⇒ ::String
Output only.
Instance Attribute Details
#nat_ip_info_mappings ⇒ ::Array<::Google::Cloud::Compute::V1::NatIpInfoNatIpInfoMapping>
Returns Output only. A list of all NAT IPs assigned to this NAT config.
53822 53823 53824 53825 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 53822 class NatIpInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |