View Source GoogleApi.BareMetalSolution.V2.Model.LogicalNetworkInterface (google_api_bare_metal_solution v0.7.0)

Each logical network interface is effectively a network and IP pair.

Attributes

  • defaultGateway (type: boolean(), default: nil) - Whether this interface is the default gateway for the instance. Only one interface can be the default gateway for the instance.
  • id (type: String.t, default: nil) - An identifier for the Network, generated by the backend.
  • ipAddress (type: String.t, default: nil) - IP address in the network
  • network (type: String.t, default: nil) - Name of the network
  • networkType (type: String.t, default: nil) - Type of network.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BareMetalSolution.V2.Model.LogicalNetworkInterface{
  defaultGateway: boolean() | nil,
  id: String.t() | nil,
  ipAddress: String.t() | nil,
  network: String.t() | nil,
  networkType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.