Class GuestConfigDetails
Guest OS config information.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class GuestConfigDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Fstab
Mount list (Linux fstab).
Declaration
[JsonProperty("fstab")]
public virtual FstabEntryList Fstab { get; set; }
Property Value
Type | Description |
---|---|
FstabEntryList |
Hosts
Hosts file (/etc/hosts).
Declaration
[JsonProperty("hosts")]
public virtual HostsEntryList Hosts { get; set; }
Property Value
Type | Description |
---|---|
HostsEntryList |
Issue
OS issue (typically /etc/issue in Linux).
Declaration
[JsonProperty("issue")]
public virtual string Issue { get; set; }
Property Value
Type | Description |
---|---|
string |
NfsExports
NFS exports.
Declaration
[JsonProperty("nfsExports")]
public virtual NfsExportList NfsExports { get; set; }
Property Value
Type | Description |
---|---|
NfsExportList |
SelinuxMode
Security-Enhanced Linux (SELinux) mode.
Declaration
[JsonProperty("selinuxMode")]
public virtual string SelinuxMode { get; set; }
Property Value
Type | Description |
---|---|
string |