View Source GoogleApi.BareMetalSolution.V1.Model.LogicalInterface (google_api_bare_metal_solution v0.5.0)

Logical interface.

Attributes

  • name (type: String.t, default: nil) - Interface name. This is not a globally unique identifier. Name is unique only inside the ServerNetworkTemplate. This is of syntax or and forms part of the network template name.
  • required (type: boolean(), default: nil) - If true, interface must have network connected.
  • type (type: String.t, default: nil) - Interface type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BareMetalSolution.V1.Model.LogicalInterface{
  name: String.t() | nil,
  required: boolean() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.