Table of Contents

Class HyperVServerVirtualStorageAreaNetworks

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

Represents the virtual storage area networks configured for a Hyper-V server.

public class HyperVServerVirtualStorageAreaNetworks : BypassSection
Inheritance
HyperVServerVirtualStorageAreaNetworks
Inherited Members

Constructors

HyperVServerVirtualStorageAreaNetworks()

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

public HyperVServerVirtualStorageAreaNetworks()

Properties

Items

Gets or sets the items in the collection.

public HyperVServerVirtualStorageAreaNetworkCollection Items { get; set; }

Property Value

HyperVServerVirtualStorageAreaNetworkCollection

Methods

FromXml(string)

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

public static HyperVServerVirtualStorageAreaNetworks FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

HyperVServerVirtualStorageAreaNetworks

A CENTREL.XIA.Configuration.Types.HyperVServerVirtualStorageAreaNetworks class.

ToString()

Returns the virtual storage area networks as a human readable string.

public override string ToString()

Returns

string

The virtual storage area networks as a human readable string.