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>
A list of all NAT IPs assigned to this NAT config.
-
#nat_name ⇒ ::String
Name of the NAT config which the NAT IP belongs to.
Instance Attribute Details
#nat_ip_info_mappings ⇒ ::Array<::Google::Cloud::Compute::V1::NatIpInfoNatIpInfoMapping>
Returns A list of all NAT IPs assigned to this NAT config.
20608 20609 20610 20611 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20608 class NatIpInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |