Table of Contents

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

string

FailoverClustering

Gets or sets the failover clustering configuration.

public HyperVServerFailoverClusteringConfiguration FailoverClustering { get; set; }

Property Value

HyperVServerFailoverClusteringConfiguration

IsBareMetalHypervisor

Gets or sets whether the server is a bare metal hypervisor.

public BooleanOption IsBareMetalHypervisor { get; set; }

Property Value

BooleanOption

LiveMigration

Gets or sets the live migration settings.

public HyperVServerLiveMigrationSettings LiveMigration { get; set; }

Property Value

HyperVServerLiveMigrationSettings

MachineName

Gets or sets the machine name.

public string MachineName { get; set; }

Property Value

string

Replication

Gets or sets the server replication settings.

public HyperVServerReplicationSettings Replication { get; set; }

Property Value

HyperVServerReplicationSettings

ServerSettings

Gets or sets the server settings.

public HyperVServerSettings ServerSettings { get; set; }

Property Value

HyperVServerSettings

WindowsVersion

Gets or sets the Windows version.

public WindowsOperatingSystemVersion WindowsVersion { get; set; }

Property Value

WindowsOperatingSystemVersion

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.HyperVServerConfiguration class from the specified XML.

public static HyperVServerConfiguration FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

HyperVServerConfiguration

A CENTREL.XIA.Configuration.Types.HyperVServerConfiguration class.