Migration Center V1 API - Class Google::Cloud::MigrationCenter::V1::FstabEntry (v0.2.2)

Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::FstabEntry.

Single fstab entry.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#file

def file() -> ::String
Returns
  • (::String) — The mount point for the filesystem.

#file=

def file=(value) -> ::String
Parameter
  • value (::String) — The mount point for the filesystem.
Returns
  • (::String) — The mount point for the filesystem.

#freq

def freq() -> ::Integer
Returns
  • (::Integer) — Used by dump to determine which filesystems need to be dumped.

#freq=

def freq=(value) -> ::Integer
Parameter
  • value (::Integer) — Used by dump to determine which filesystems need to be dumped.
Returns
  • (::Integer) — Used by dump to determine which filesystems need to be dumped.

#mntops

def mntops() -> ::String
Returns
  • (::String) — Mount options associated with the filesystem.

#mntops=

def mntops=(value) -> ::String
Parameter
  • value (::String) — Mount options associated with the filesystem.
Returns
  • (::String) — Mount options associated with the filesystem.

#passno

def passno() -> ::Integer
Returns
  • (::Integer) — Used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time.

#passno=

def passno=(value) -> ::Integer
Parameter
  • value (::Integer) — Used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time.
Returns
  • (::Integer) — Used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time.

#spec

def spec() -> ::String
Returns
  • (::String) — The block special device or remote filesystem to be mounted.

#spec=

def spec=(value) -> ::String
Parameter
  • value (::String) — The block special device or remote filesystem to be mounted.
Returns
  • (::String) — The block special device or remote filesystem to be mounted.

#vfstype

def vfstype() -> ::String
Returns
  • (::String) — The type of the filesystem.

#vfstype=

def vfstype=(value) -> ::String
Parameter
  • value (::String) — The type of the filesystem.
Returns
  • (::String) — The type of the filesystem.