Class MicrosoftFailoverClusterStorageSpacesDirectConfiguration
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Storage Spaces Direct configuration for a Microsoft failover cluster. This only applies to Azure HCI Stack, Windows Server 2016 Datacenter Edition and above.
public class MicrosoftFailoverClusterStorageSpacesDirectConfiguration : BypassSection
- Inheritance
-
MicrosoftFailoverClusterStorageSpacesDirectConfiguration
- Inherited Members
Constructors
MicrosoftFailoverClusterStorageSpacesDirectConfiguration()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterStorageSpacesDirectConfiguration class.
public MicrosoftFailoverClusterStorageSpacesDirectConfiguration()
Properties
CacheModeHdd
Gets or sets the HDD cache mode.
public MicrosoftFailoverClusterStorageSpacesDirectCacheMode CacheModeHdd { get; set; }
Property Value
CacheModeHddString
Gets the HDD cache mode as a human readable string.
public string CacheModeHddString { get; set; }
Property Value
CacheModeSsd
Gets or sets the SSD cache mode.
public MicrosoftFailoverClusterStorageSpacesDirectCacheMode CacheModeSsd { get; set; }
Property Value
CacheModeSsdString
Gets the SSD cache mode as a human readable string.
public string CacheModeSsdString { get; set; }
Property Value
IsCacheEnabled
Gets or sets whether the cache is enabled.
public BooleanOption IsCacheEnabled { get; set; }
Property Value
IsEnabled
Gets or sets whether Storage Spaces Direct is enabled.
public BooleanOption IsEnabled { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterStorageSpacesDirectConfiguration class from the specified XML.
public static MicrosoftFailoverClusterStorageSpacesDirectConfiguration FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- MicrosoftFailoverClusterStorageSpacesDirectConfiguration
A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterStorageSpacesDirectConfiguration class.
ToString()
Returns the Storage Spaces Direct configuration as a human readable string.
public override string ToString()
Returns
- string
The Storage Spaces Direct configuration as a human readable string.