Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::NatIpInfo.
Contains NAT IP information of a NAT config (i.e. usage status, mode).
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#nat_ip_info_mappings
def nat_ip_info_mappings() -> ::Array<::Google::Cloud::Compute::V1::NatIpInfoNatIpInfoMapping>
Returns
- (::Array<::Google::Cloud::Compute::V1::NatIpInfoNatIpInfoMapping>) — A list of all NAT IPs assigned to this NAT config.
#nat_ip_info_mappings=
def nat_ip_info_mappings=(value) -> ::Array<::Google::Cloud::Compute::V1::NatIpInfoNatIpInfoMapping>
Parameter
- value (::Array<::Google::Cloud::Compute::V1::NatIpInfoNatIpInfoMapping>) — A list of all NAT IPs assigned to this NAT config.
Returns
- (::Array<::Google::Cloud::Compute::V1::NatIpInfoNatIpInfoMapping>) — A list of all NAT IPs assigned to this NAT config.
#nat_name
def nat_name() -> ::String
Returns
- (::String) — Name of the NAT config which the NAT IP belongs to.
#nat_name=
def nat_name=(value) -> ::String
Parameter
- value (::String) — Name of the NAT config which the NAT IP belongs to.
Returns
- (::String) — Name of the NAT config which the NAT IP belongs to.