View Source GoogleApi.MigrationCenter.V1.Model.FstabEntry (google_api_migration_center v0.6.0)

Single fstab entry.

Attributes

  • file (type: String.t, default: nil) - The mount point for the filesystem.
  • freq (type: integer(), default: nil) - Used by dump to determine which filesystems need to be dumped.
  • mntops (type: String.t, default: nil) - Mount options associated with the filesystem.
  • passno (type: integer(), default: nil) - Used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time.
  • spec (type: String.t, default: nil) - The block special device or remote filesystem to be mounted.
  • vfstype (type: String.t, default: nil) - The type of the filesystem.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.FstabEntry{
  file: String.t() | nil,
  freq: integer() | nil,
  mntops: String.t() | nil,
  passno: integer() | nil,
  spec: String.t() | nil,
  vfstype: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.