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 Name of the VM instance which the endpoint belongs to.

Returns:

  • (::String)

    Name of the VM instance which the endpoint belongs to



35774
35775
35776
35777
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 35774

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

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



35774
35775
35776
35777
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 35774

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