Show / Hide Table of Contents

Class GuestConfigDetails

Guest OS config information.

Inheritance
object
GuestConfigDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX