Class VMwareDatastoreClusterDrsConfiguration
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the storage DRS configuration for a datastore cluster.
public class VMwareDatastoreClusterDrsConfiguration : GlobalSerializableClassicBase
- Inheritance
-
VMwareDatastoreClusterDrsConfiguration
Constructors
VMwareDatastoreClusterDrsConfiguration()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDatastoreClusterDrsConfiguration class.
public VMwareDatastoreClusterDrsConfiguration()
Properties
Behavior
Gets or sets the default storage DRS Behavior.
public VMwareDatastoreClusterDrsBehavior Behavior { get; set; }
Property Value
BehaviorString
Gets the default storage DRS Behavior as a human readable string.
public string BehaviorString { get; set; }
Property Value
Enabled
Gets or sets whether DRS is enabled for a datastore cluster.
public BooleanOption Enabled { get; set; }
Property Value
IoLoadBalanceEnabled
Gets or sets whether Storage DRS takes into account storage I/O workload when making load balancing and initial placement recommendations.
public BooleanOption IoLoadBalanceEnabled { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.VMwareDatastoreClusterDrsConfiguration class from the specified XML.
public static VMwareDatastoreClusterDrsConfiguration FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- VMwareDatastoreClusterDrsConfiguration
A CENTREL.XIA.Configuration.Types.VMwareDatastoreClusterDrsConfiguration class.
ToString()
Returns the storage DRS configuration as a human readable string.
public override string ToString()
Returns
- string
The storage DRS configuration as a human readable string.