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
Host
Gets or sets the host information.
public HyperVServerHostInformation Host { get; set; }
Property Value
IsUnsupportedClientVersion
Gets whether the item was scanned using an unsupported client version.
[Browsable(false)]
public bool IsUnsupportedClientVersion { get; }
Property Value
ResourcePools
Gets or sets the resource pools.
public HyperVServerResourcePools ResourcePools { get; set; }
Property Value
VirtualMachines
Gets or sets the virtual machines.
public HyperVServerVirtualMachines VirtualMachines { get; set; }
Property Value
VirtualStorageAreaNetworks
Gets or sets the virtual storage area networks.
public HyperVServerVirtualStorageAreaNetworks VirtualStorageAreaNetworks { get; set; }
Property Value
VirtualSwitches
Gets or sets the virtual switches.
public HyperVServerVirtualSwitches VirtualSwitches { get; set; }
Property Value
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
stringThe 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
stringThe absolute path of the XML file to load.
Returns
- HyperVServer
A CENTREL.XIA.Configuration.Types.HyperVServer from the specified XML file.