Migration Center v1 API - Class FstabEntry (1.1.0)

public sealed class FstabEntry : IMessage<FstabEntry>, IEquatable<FstabEntry>, IDeepCloneable<FstabEntry>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class FstabEntry.

Single fstab entry.

Inheritance

object > FstabEntry

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

FstabEntry()

public FstabEntry()

FstabEntry(FstabEntry)

public FstabEntry(FstabEntry other)
Parameter
NameDescription
otherFstabEntry

Properties

File

public string File { get; set; }

The mount point for the filesystem.

Property Value
TypeDescription
string

Freq

public int Freq { get; set; }

Used by dump to determine which filesystems need to be dumped.

Property Value
TypeDescription
int

Mntops

public string Mntops { get; set; }

Mount options associated with the filesystem.

Property Value
TypeDescription
string

Passno

public int Passno { get; set; }

Used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time.

Property Value
TypeDescription
int

Spec

public string Spec { get; set; }

The block special device or remote filesystem to be mounted.

Property Value
TypeDescription
string

Vfstype

public string Vfstype { get; set; }

The type of the filesystem.

Property Value
TypeDescription
string