View Source GoogleApi.BareMetalSolution.V2.Model.GoogleCloudBaremetalsolutionV2LogicalInterface (google_api_bare_metal_solution v0.6.0)

Each logical interface represents a logical abstraction of the underlying physical interface (for eg. bond, nic) of the instance. Each logical interface can effectively map to multiple network-IP pairs and still be mapped to one underlying physical interface.

Attributes

  • interfaceIndex (type: integer(), default: nil) - The index of the logical interface mapping to the index of the hardware bond or nic on the chosen network template. This field is deprecated.
  • logicalNetworkInterfaces (type: list(GoogleApi.BareMetalSolution.V2.Model.LogicalNetworkInterface.t), default: nil) - List of logical network interfaces within a logical interface.
  • name (type: String.t, default: nil) - Interface name. This is of syntax or and forms part of the network template name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.BareMetalSolution.V2.Model.GoogleCloudBaremetalsolutionV2LogicalInterface{
    interfaceIndex: integer() | nil,
    logicalNetworkInterfaces:
      [GoogleApi.BareMetalSolution.V2.Model.LogicalNetworkInterface.t()] | nil,
    name: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.