View Source GoogleApi.MigrationCenter.V1.Model.HostsEntry (google_api_migration_center v0.5.0)

Single /etc/hosts entry.

Attributes

  • hostNames (type: list(String.t), default: nil) - List of host names / aliases.
  • ip (type: String.t, default: nil) - IP (raw, IPv4/6 agnostic).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.HostsEntry{
  hostNames: [String.t()] | nil,
  ip: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.