Class FstabEntry
Single fstab entry.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class FstabEntry : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
File
The mount point for the filesystem.
Declaration
[JsonProperty("file")]
public virtual string File { get; set; }
Property Value
Type | Description |
---|---|
string |
Freq
Used by dump to determine which filesystems need to be dumped.
Declaration
[JsonProperty("freq")]
public virtual int? Freq { get; set; }
Property Value
Type | Description |
---|---|
int? |
Mntops
Mount options associated with the filesystem.
Declaration
[JsonProperty("mntops")]
public virtual string Mntops { get; set; }
Property Value
Type | Description |
---|---|
string |
Passno
Used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time.
Declaration
[JsonProperty("passno")]
public virtual int? Passno { get; set; }
Property Value
Type | Description |
---|---|
int? |
Spec
The block special device or remote filesystem to be mounted.
Declaration
[JsonProperty("spec")]
public virtual string Spec { get; set; }
Property Value
Type | Description |
---|---|
string |
Vfstype
The type of the filesystem.
Declaration
[JsonProperty("vfstype")]
public virtual string Vfstype { get; set; }
Property Value
Type | Description |
---|---|
string |