Table of Contents

Class HyperVServerVirtualMachineComPorts

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

Represents the COM ports for a Hyper-V virtual machine. This only applies to Generation 1 virtual machines.

public class HyperVServerVirtualMachineComPorts : BypassSection
Inheritance
HyperVServerVirtualMachineComPorts
Inherited Members

Constructors

HyperVServerVirtualMachineComPorts()

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

public HyperVServerVirtualMachineComPorts()

Properties

Items

Gets or sets the items in the collection.

public HyperVServerVirtualMachineComPortCollection Items { get; set; }

Property Value

HyperVServerVirtualMachineComPortCollection

Methods

FromXml(string)

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

public static HyperVServerVirtualMachineComPorts FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

HyperVServerVirtualMachineComPorts

A CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineComPorts class.

ToString()

Returns the virtual machine COM ports as a human readable string.

public override string ToString()

Returns

string

The virtual machine COM ports as a human readable string.