Class: Google::Cloud::Compute::V1::VmEndpointNatMappings
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::VmEndpointNatMappings
- 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_name ⇒ ::String
Name of the VM instance which the endpoint belongs to.
- #interface_nat_mappings ⇒ ::Array<::Google::Cloud::Compute::V1::VmEndpointNatMappingsInterfaceNatMappings>
Instance Attribute Details
#instance_name ⇒ ::String
Returns 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 |