Migration Center v1 API - Class GuestConfigDetails (1.0.0)

public sealed class GuestConfigDetails : IMessage<GuestConfigDetails>, IEquatable<GuestConfigDetails>, IDeepCloneable<GuestConfigDetails>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class GuestConfigDetails.

Guest OS config information.

Inheritance

object > GuestConfigDetails

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

GuestConfigDetails()

public GuestConfigDetails()

GuestConfigDetails(GuestConfigDetails)

public GuestConfigDetails(GuestConfigDetails other)
Parameter
NameDescription
otherGuestConfigDetails

Properties

Fstab

public FstabEntryList Fstab { get; set; }

Mount list (Linux fstab).

Property Value
TypeDescription
FstabEntryList

Hosts

public HostsEntryList Hosts { get; set; }

Hosts file (/etc/hosts).

Property Value
TypeDescription
HostsEntryList

Issue

public string Issue { get; set; }

OS issue (typically /etc/issue in Linux).

Property Value
TypeDescription
string

NfsExports

public NfsExportList NfsExports { get; set; }

NFS exports.

Property Value
TypeDescription
NfsExportList

SelinuxMode

public GuestConfigDetails.Types.SeLinuxMode SelinuxMode { get; set; }

Security-Enhanced Linux (SELinux) mode.

Property Value
TypeDescription
GuestConfigDetailsTypesSeLinuxMode