View Source GoogleApi.Compute.V1.Model.VmEndpointNatMappings (google_api_compute v0.56.2)

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.VmEndpointNatMappings{
  instanceName: String.t() | nil,
  interfaceNatMappings:
    [GoogleApi.Compute.V1.Model.VmEndpointNatMappingsInterfaceNatMappings.t()]
    | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.