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.
Implements
IMessageFstabEntry, IEquatableFstabEntry, IDeepCloneableFstabEntry, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
FstabEntry()
public FstabEntry()
FstabEntry(FstabEntry)
public FstabEntry(FstabEntry other)
Parameter | |
---|---|
Name | Description |
other |
FstabEntry |
Properties
File
public string File { get; set; }
The mount point for the filesystem.
Property Value | |
---|---|
Type | Description |
string |
Freq
public int Freq { get; set; }
Used by dump to determine which filesystems need to be dumped.
Property Value | |
---|---|
Type | Description |
int |
Mntops
public string Mntops { get; set; }
Mount options associated with the filesystem.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
int |
Spec
public string Spec { get; set; }
The block special device or remote filesystem to be mounted.
Property Value | |
---|---|
Type | Description |
string |
Vfstype
public string Vfstype { get; set; }
The type of the filesystem.
Property Value | |
---|---|
Type | Description |
string |