Class HyperVServerConfiguration
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the server configuration for a Hyper-V server.
public class HyperVServerConfiguration : GlobalSerializableBase
- Inheritance
-
HyperVServerConfiguration
Constructors
HyperVServerConfiguration()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.HyperVServerConfiguration class.
public HyperVServerConfiguration()
Properties
DomainName
Gets or sets the name of the Active Directory domain to which the server is a member.
public string DomainName { get; set; }
Property Value
FailoverClustering
Gets or sets the failover clustering configuration.
public HyperVServerFailoverClusteringConfiguration FailoverClustering { get; set; }
Property Value
IsBareMetalHypervisor
Gets or sets whether the server is a bare metal hypervisor.
public BooleanOption IsBareMetalHypervisor { get; set; }
Property Value
LiveMigration
Gets or sets the live migration settings.
public HyperVServerLiveMigrationSettings LiveMigration { get; set; }
Property Value
MachineName
Gets or sets the machine name.
public string MachineName { get; set; }
Property Value
Replication
Gets or sets the server replication settings.
public HyperVServerReplicationSettings Replication { get; set; }
Property Value
ServerSettings
Gets or sets the server settings.
public HyperVServerSettings ServerSettings { get; set; }
Property Value
WindowsVersion
Gets or sets the Windows version.
public WindowsOperatingSystemVersion WindowsVersion { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.HyperVServerConfiguration class from the specified XML.
public static HyperVServerConfiguration FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- HyperVServerConfiguration
A CENTREL.XIA.Configuration.Types.HyperVServerConfiguration class.