Class GuestConfigDetails
Guest OS config information.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.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
Output only. 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 |
Selinux
SELinux details.
Declaration
[JsonProperty("selinux")]
public virtual Selinux Selinux { get; set; }
Property Value
| Type | Description |
|---|---|
| Selinux |