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



85496
85497
85498
85499
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 85496

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

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



85496
85497
85498
85499
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 85496

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