Table of Contents

Class HyperVServerVirtualSwitches

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

Represents the virtual switches configured for a Hyper-V server.

public class HyperVServerVirtualSwitches : BypassSection
Inheritance
HyperVServerVirtualSwitches
Inherited Members

Constructors

HyperVServerVirtualSwitches()

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

public HyperVServerVirtualSwitches()

Properties

Items

Gets or sets the items in the collection.

public HyperVServerVirtualSwitchCollection Items { get; set; }

Property Value

HyperVServerVirtualSwitchCollection

Methods

FromXml(string)

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

public static HyperVServerVirtualSwitches FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

HyperVServerVirtualSwitches

A CENTREL.XIA.Configuration.Types.HyperVServerVirtualSwitches class.

ToString()

Returns the virtual switches as a human readable string.

public override string ToString()

Returns

string

The virtual switches as a human readable string.