Table of Contents

Class HyperVServerVirtualMachineNetworkAdapters

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

Represents the network adapters for a Hyper-V virtual machine.

public class HyperVServerVirtualMachineNetworkAdapters : BypassSection
Inheritance
HyperVServerVirtualMachineNetworkAdapters
Inherited Members

Constructors

HyperVServerVirtualMachineNetworkAdapters()

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

public HyperVServerVirtualMachineNetworkAdapters()

Properties

Items

Gets or sets the items in the collection.

public HyperVServerVirtualMachineNetworkAdapterCollection Items { get; set; }

Property Value

HyperVServerVirtualMachineNetworkAdapterCollection

Methods

FromXml(string)

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

public static HyperVServerVirtualMachineNetworkAdapters FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

HyperVServerVirtualMachineNetworkAdapters

A CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineNetworkAdapters class.

ToString()

Returns the network adapters as a human readable string.

public override string ToString()

Returns

string

The network adapters as a human readable string.