Table of Contents

Class HyperVServerResourcePools

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

Represents the resource pools configured for a Hyper-V server.

public class HyperVServerResourcePools : BypassSection
Inheritance
HyperVServerResourcePools
Inherited Members

Constructors

HyperVServerResourcePools()

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

public HyperVServerResourcePools()

Properties

Items

Gets or sets the items in the collection.

public HyperVServerResourcePoolCollection Items { get; set; }

Property Value

HyperVServerResourcePoolCollection

Methods

FromXml(string)

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

public static HyperVServerResourcePools FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

HyperVServerResourcePools

A CENTREL.XIA.Configuration.Types.HyperVServerResourcePools class.

ToString()

Returns the resource pools as a human readable string.

public override string ToString()

Returns

string

The resource pools as a human readable string.