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

A network.

Attributes

  • address (type: String.t, default: nil) - IPv4 address to be assigned to the server.
  • existingNetworkId (type: String.t, default: nil) - Name of the existing network to use.
  • networkId (type: String.t, default: nil) - Id of the network to use, within the same ProvisioningConfig request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BareMetalSolution.V2.Model.NetworkAddress{
  address: String.t() | nil,
  existingNetworkId: String.t() | nil,
  networkId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.