View Source GoogleApi.MigrationCenter.V1.Model.NetworkAddress (google_api_migration_center v0.5.2)

Details of network address.

Attributes

  • assignment (type: String.t, default: nil) - Whether DHCP is used to assign addresses.
  • bcast (type: String.t, default: nil) - Broadcast address.
  • fqdn (type: String.t, default: nil) - Fully qualified domain name.
  • ipAddress (type: String.t, default: nil) - Assigned or configured IP Address.
  • subnetMask (type: String.t, default: nil) - Subnet mask.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.NetworkAddress{
  assignment: String.t() | nil,
  bcast: String.t() | nil,
  fqdn: String.t() | nil,
  ipAddress: String.t() | nil,
  subnetMask: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.