Class: Google::Cloud::Compute::V1::NatIpInfo

Inherits:
Object
  • Object
show all
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

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.

Returns:



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

#nat_name::String

Returns Name of the NAT config which the NAT IP belongs to.

Returns:

  • (::String)

    Name of the NAT config which the NAT IP belongs to.



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