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 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

Link to this type

t()

View Source
t() :: %GoogleApi.Compute.V1.Model.VmEndpointNatMappings{
  instanceName: String.t(),
  interfaceNatMappings: [
    GoogleApi.Compute.V1.Model.VmEndpointNatMappingsInterfaceNatMappings.t()
  ]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.