SpacesPoolInfo Class
Contains information on the spaces pool.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Storage.SpacesPoolInfo
Syntax
[DataContractAttribute]
public class SpacesPoolInfo
[DataContractAttribute]
public ref class SpacesPoolInfo
<DataContractAttribute>
Public Class SpacesPoolInfo
Constructors
Name | Description | |
---|---|---|
SpacesPoolInfo() | Creates a new instance of the SpacesPoolInfo object. |
Properties
Name | Description | |
---|---|---|
AllocatedSize | Gets and sets the allocated size. |
|
CapacityStatus | Gets and sets the capacity status. |
|
FriendlyName | Gets and sets the friendly name. |
|
HealthStatus | Gets and sets the health status. |
|
Id | Gets and sets the ID. |
|
IsPoolSystemUnHealthy | Gets and sets a value that describes whether the pool system is unhealth. |
|
ObjectId | Gets and sets the object ID. |
|
ThinProvisionThreshold | Gets and sets the thin provision threshold. |
|
TotalSize | Gets and sest the total size. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top