Class VMwareDatastores
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of VMware datastores.
public class VMwareDatastores : GlobalSerializableClassicBase
- Inheritance
-
VMwareDatastores
Constructors
VMwareDatastores()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDatastores class.
public VMwareDatastores()
Properties
Items
Gets or sets the items in the collection.
public VMwareDatastoreCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.VMwareDatastores class from the specified XML.
public static VMwareDatastores FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- VMwareDatastores
A CENTREL.XIA.Configuration.Types.VMwareDatastores class.
ToString()
Returns the datastores as a human readable string - for example "10 Datastores".
public override string ToString()
Returns
- string
The datastores as a human readable string.