Table of Contents

Class HyperVServer

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a Microsoft Hyper-V server.

[SupportsClientScan]
[SupportsSupportProvisions]
public class HyperVServer : BaseConfigurationType
Inheritance
HyperVServer
Inherited Members

Constructors

HyperVServer()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.HyperVServer class.

public HyperVServer()

Properties

Configuration

Gets or sets the Hyper-V server settings.

public HyperVServerConfiguration Configuration { get; set; }

Property Value

HyperVServerConfiguration

Host

Gets or sets the host information.

public HyperVServerHostInformation Host { get; set; }

Property Value

HyperVServerHostInformation

IsUnsupportedClientVersion

Gets whether the item was scanned using an unsupported client version.

[Browsable(false)]
public bool IsUnsupportedClientVersion { get; }

Property Value

bool

ResourcePools

Gets or sets the resource pools.

public HyperVServerResourcePools ResourcePools { get; set; }

Property Value

HyperVServerResourcePools

VirtualMachines

Gets or sets the virtual machines.

public HyperVServerVirtualMachines VirtualMachines { get; set; }

Property Value

HyperVServerVirtualMachines

VirtualStorageAreaNetworks

Gets or sets the virtual storage area networks.

public HyperVServerVirtualStorageAreaNetworks VirtualStorageAreaNetworks { get; set; }

Property Value

HyperVServerVirtualStorageAreaNetworks

VirtualSwitches

Gets or sets the virtual switches.

public HyperVServerVirtualSwitches VirtualSwitches { get; set; }

Property Value

HyperVServerVirtualSwitches

Methods

Clone()

Creates a clone of this CENTREL.XIA.Configuration.Types.HyperVServer object.

public HyperVServer Clone()

Returns

HyperVServer

A clone of this CENTREL.XIA.Configuration.Types.HyperVServer object.

FromXml(string)

Returns the Hyper-V server from the specified XML data.

public static HyperVServer FromXml(string xml)

Parameters

xml string

The XML representation of the Microsoft Hyper-V server.

Returns

HyperVServer

A CENTREL.XIA.Configuration.Types.HyperVServer from the specified XML.

LoadXml(string)

Returns the Hyper-V server from the specified XML file.

public static HyperVServer LoadXml(string filePath)

Parameters

filePath string

The absolute path of the XML file to load.

Returns

HyperVServer

A CENTREL.XIA.Configuration.Types.HyperVServer from the specified XML file.