Table of Contents

Class HyperVServerVirtualMachineFibreChannelAdapters

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

Represents the fibre channel adapters (HBAs) for a Hyper-V virtual machine.

public class HyperVServerVirtualMachineFibreChannelAdapters : BypassSection
Inheritance
HyperVServerVirtualMachineFibreChannelAdapters
Inherited Members

Constructors

HyperVServerVirtualMachineFibreChannelAdapters()

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

public HyperVServerVirtualMachineFibreChannelAdapters()

Properties

Items

Gets or sets the items in the collection.

public HyperVServerVirtualMachineFibreChannelAdapterCollection Items { get; set; }

Property Value

HyperVServerVirtualMachineFibreChannelAdapterCollection

Methods

FromXml(string)

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

public static HyperVServerVirtualMachineFibreChannelAdapters FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

HyperVServerVirtualMachineFibreChannelAdapters

A CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineFibreChannelAdapters class.

ToString()

Returns the virtual machine fibre channel adapters as a human readable string.

public override string ToString()

Returns

string

The virtual machine fibre channel adapters as a human readable string.