class Google::Apis::ComputeV1::VmEndpointNatMappings
Contain information of Nat mapping for a VM endpoint (i.e., NIC).
Attributes
instance_name[RW]
Name of the VM instance which the endpoint belongs to Corresponds to the JSON property `instanceName` @return [String]
interface_nat_mappings[RW]
Corresponds to the JSON property `interfaceNatMappings` @return [Array<Google::Apis::ComputeV1::VmEndpointNatMappingsInterfaceNatMappings>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 36411 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 36416 def update!(**args) @instance_name = args[:instance_name] if args.key?(:instance_name) @interface_nat_mappings = args[:interface_nat_mappings] if args.key?(:interface_nat_mappings) end