Reference documentation and code samples for the Google Cloud Migration Center V1 Client class FstabEntry.
Single fstab entry.
Generated from protobuf message google.cloud.migrationcenter.v1.FstabEntry
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ spec
string
The block special device or remote filesystem to be mounted.
↳ file
string
The mount point for the filesystem.
↳ vfstype
string
The type of the filesystem.
↳ mntops
string
Mount options associated with the filesystem.
↳ freq
int
Used by dump to determine which filesystems need to be dumped.
↳ passno
int
Used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time.
getSpec
The block special device or remote filesystem to be mounted.
string
setSpec
The block special device or remote filesystem to be mounted.
var
string
$this
getFile
The mount point for the filesystem.
string
setFile
The mount point for the filesystem.
var
string
$this
getVfstype
The type of the filesystem.
string
setVfstype
The type of the filesystem.
var
string
$this
getMntops
Mount options associated with the filesystem.
string
setMntops
Mount options associated with the filesystem.
var
string
$this
getFreq
Used by dump to determine which filesystems need to be dumped.
int
setFreq
Used by dump to determine which filesystems need to be dumped.
var
int
$this
getPassno
Used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time.
int
setPassno
Used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time.
var
int
$this