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

Mount point for a network.

Attributes

  • defaultGateway (type: boolean(), default: nil) - Network should be a default gateway.
  • instance (type: String.t, default: nil) - Instance to attach network to.
  • ipAddress (type: String.t, default: nil) - Ip address of the server.
  • logicalInterface (type: String.t, default: nil) - Logical interface to detach from.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BareMetalSolution.V2.Model.NetworkMountPoint{
  defaultGateway: boolean() | nil,
  instance: String.t() | nil,
  ipAddress: String.t() | nil,
  logicalInterface: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.