Class VMwareDatastoreHostMountPoints
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of VMware datastore host mount points.
public class VMwareDatastoreHostMountPoints : GlobalSerializableClassicBase
- Inheritance
-
VMwareDatastoreHostMountPoints
Constructors
VMwareDatastoreHostMountPoints()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDatastoreHostMountPoints class.
public VMwareDatastoreHostMountPoints()
Properties
Items
Gets or sets the items in the collection.
public VMwareDatastoreHostMountPointCollection Items { get; set; }
Property Value
Methods
ToString()
Returns the host mount points as a human readable string - for example "10 Mount Points".
public override string ToString()
Returns
- string
The host mount points as a human readable string.