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.
Implements
IMessageGuestConfigDetails, IEquatableGuestConfigDetails, IDeepCloneableGuestConfigDetails, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
GuestConfigDetails()
public GuestConfigDetails()
GuestConfigDetails(GuestConfigDetails)
public GuestConfigDetails(GuestConfigDetails other)
Parameter | |
---|---|
Name | Description |
other | GuestConfigDetails |
Properties
Fstab
public FstabEntryList Fstab { get; set; }
Mount list (Linux fstab).
Property Value | |
---|---|
Type | Description |
FstabEntryList |
Hosts
public HostsEntryList Hosts { get; set; }
Hosts file (/etc/hosts).
Property Value | |
---|---|
Type | Description |
HostsEntryList |
Issue
public string Issue { get; set; }
OS issue (typically /etc/issue in Linux).
Property Value | |
---|---|
Type | Description |
string |
NfsExports
public NfsExportList NfsExports { get; set; }
NFS exports.
Property Value | |
---|---|
Type | Description |
NfsExportList |
SelinuxMode
public GuestConfigDetails.Types.SeLinuxMode SelinuxMode { get; set; }
Security-Enhanced Linux (SELinux) mode.
Property Value | |
---|---|
Type | Description |
GuestConfigDetailsTypesSeLinuxMode |