Class VMwareHostStorageConfiguration
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the storage configuration on a VMware host
public class VMwareHostStorageConfiguration : GlobalSerializableClassicBase
- Inheritance
-
VMwareHostStorageConfiguration
Constructors
VMwareHostStorageConfiguration()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareHostStorageConfiguration class.
public VMwareHostStorageConfiguration()
Properties
DatastoreIdentifiers
Gets or sets the managed object identifiers of the datastores connected to this server.
public SerializableStringCollection DatastoreIdentifiers { get; set; }
Property Value
- SerializableStringCollection
StorageAdapters
Gets or sets the storage adapters configured on this VMware system.
public VMwareHostStorageAdapters StorageAdapters { get; set; }