View Source GoogleApi.MigrationCenter.V1.Model.GuestConfigDetails (google_api_migration_center v0.3.0)

Guest OS config information.

Attributes

  • fstab (type: GoogleApi.MigrationCenter.V1.Model.FstabEntryList.t, default: nil) - Mount list (Linux fstab).
  • hosts (type: GoogleApi.MigrationCenter.V1.Model.HostsEntryList.t, default: nil) - Hosts file (/etc/hosts).
  • issue (type: String.t, default: nil) - OS issue (typically /etc/issue in Linux).
  • nfsExports (type: GoogleApi.MigrationCenter.V1.Model.NfsExportList.t, default: nil) - NFS exports.
  • selinuxMode (type: String.t, default: nil) - Security-Enhanced Linux (SELinux) mode.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.GuestConfigDetails{
  fstab: GoogleApi.MigrationCenter.V1.Model.FstabEntryList.t() | nil,
  hosts: GoogleApi.MigrationCenter.V1.Model.HostsEntryList.t() | nil,
  issue: String.t() | nil,
  nfsExports: GoogleApi.MigrationCenter.V1.Model.NfsExportList.t() | nil,
  selinuxMode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.