Class: Google::Cloud::Compute::V1::VmEndpointNatMappings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Contain information of Nat mapping for a VM endpoint (i.e., NIC).

Instance Attribute Summary collapse

Instance Attribute Details

#instance_name::String

Returns Output only. Name of the VM instance which the endpoint belongs to.

Returns:

  • (::String)

    Output only. Name of the VM instance which the endpoint belongs to



82769
82770
82771
82772
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 82769

class VmEndpointNatMappings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#interface_nat_mappings::Array<::Google::Cloud::Compute::V1::VmEndpointNatMappingsInterfaceNatMappings>



82769
82770
82771
82772
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 82769

class VmEndpointNatMappings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end