google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.VmEndpointNatMappings 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 tointerfaceNatMappings(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
Link to this type
t()
View Sourcet() :: %GoogleApi.Compute.V1.Model.VmEndpointNatMappings{
instanceName: String.t(),
interfaceNatMappings: [
GoogleApi.Compute.V1.Model.VmEndpointNatMappingsInterfaceNatMappings.t()
]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.