GoogleApi.Compute.V1.Model.VmEndpointNatMappings (google_api_compute v0.30.0) View Source
Contain information of Nat mapping for a VM endpoint (i.e., NIC).
Attributes
-
instanceName
(type:String.t
, default:nil
) - Name of the VM instance which the endpoint belongs to -
interfaceNatMappings
(type:list(GoogleApi.Compute.V1.Model.VmEndpointNatMappingsInterfaceNatMappings.t)
, default:nil
) -
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Compute.V1.Model.VmEndpointNatMappings{ instanceName: String.t(), interfaceNatMappings: [ GoogleApi.Compute.V1.Model.VmEndpointNatMappingsInterfaceNatMappings.t() ] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.