Class HyperVServerVirtualMachines
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the virtual machines configured for a Hyper-V server.
public class HyperVServerVirtualMachines : BypassSection
- Inheritance
-
HyperVServerVirtualMachines
- Inherited Members
Constructors
HyperVServerVirtualMachines()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachines class.
public HyperVServerVirtualMachines()
Properties
IsAllNetworkAdapterInformationAvailable
Gets whether information is available for all network adapters in all virtual machines.
public bool IsAllNetworkAdapterInformationAvailable { get; }
Property Value
Items
Gets or sets the items in the collection.
public HyperVServerVirtualMachineCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachines class from the specified XML.
public static HyperVServerVirtualMachines FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- HyperVServerVirtualMachines
A CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachines class.
ToString()
Returns the virtual machines as a human readable string.
public override string ToString()
Returns
- string
The virtual machines as a human readable string.