Class MicrosoftFailoverClusterStoragePoolResourceProperties
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the properties of a storage pool resource in a Microsoft failover cluster.
public class MicrosoftFailoverClusterStoragePoolResourceProperties : GlobalSerializableBase
- Inheritance
-
MicrosoftFailoverClusterStoragePoolResourceProperties
Constructors
MicrosoftFailoverClusterStoragePoolResourceProperties()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterStoragePoolResourceProperties class.
public MicrosoftFailoverClusterStoragePoolResourceProperties()
Properties
FreeSpace
Gets or sets the free space in the storage pool in bytes.
public ulong FreeSpace { get; set; }
Property Value
FreeSpaceString
Gets the free space in the storage pool as a human readable string.
public string FreeSpaceString { get; set; }
Property Value
PhysicalDiskNumbers
Gets or sets the physical disk numbers.
public string PhysicalDiskNumbers { get; set; }
Property Value
Size
Gets or sets the size of the storage pool in bytes.
public ulong Size { get; set; }
Property Value
SizeString
Gets the size of the storage pool as a human readable string.
public string SizeString { get; set; }
Property Value
StoragePoolIdentifier
Gets or sets the unique identifier of the storage pool.
public Guid StoragePoolIdentifier { get; set; }
Property Value
StoragePoolName
Gets or sets the name of the storage pool.
public string StoragePoolName { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterStoragePoolResourceProperties cloned from this object.
public MicrosoftFailoverClusterStoragePoolResourceProperties Clone()
Returns
- MicrosoftFailoverClusterStoragePoolResourceProperties
A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterStoragePoolResourceProperties.
ToString()
Returns the storage pool resource properties as a human readable string.
public override string ToString()
Returns
- string
The storage pool resource properties as a human readable string.