View Source GoogleApi.BareMetalSolution.V2.Model.IntakeVlanAttachment (google_api_bare_metal_solution v0.5.0)

A GCP vlan attachment.

Attributes

  • id (type: String.t, default: nil) - Identifier of the VLAN attachment.
  • pairingKey (type: String.t, default: nil) - Attachment pairing key.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BareMetalSolution.V2.Model.IntakeVlanAttachment{
  id: String.t() | nil,
  pairingKey: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.