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