Table of Contents

Class VMwareHostStorageAdapters

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

Represents a collection of VMware storage adapters

public class VMwareHostStorageAdapters : BaseTypeSection
Inheritance
VMwareHostStorageAdapters

Constructors

VMwareHostStorageAdapters()

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

public VMwareHostStorageAdapters()

Properties

Items

Gets or sets the items in the collection.

public VMwareHostStorageAdapterCollection Items { get; set; }

Property Value

VMwareHostStorageAdapterCollection

Methods

ToString()

Returns the storage adapters as a human readable string - for example "10 Storage Adapters".

public override string ToString()

Returns

string

The storage adapters as a human readable string.