Share via


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
System_CAPS_pubmethod SpacesPoolInfo()

Creates a new instance of the SpacesPoolInfo object.

Properties

Name Description
System_CAPS_pubproperty AllocatedSize

Gets and sets the allocated size.

System_CAPS_pubproperty CapacityStatus

Gets and sets the capacity status.

System_CAPS_pubproperty FriendlyName

Gets and sets the friendly name.

System_CAPS_pubproperty HealthStatus

Gets and sets the health status.

System_CAPS_pubproperty Id

Gets and sets the ID.

System_CAPS_pubproperty IsPoolSystemUnHealthy

Gets and sets a value that describes whether the pool system is unhealth.

System_CAPS_pubproperty ObjectId

Gets and sets the object ID.

System_CAPS_pubproperty ThinProvisionThreshold

Gets and sets the thin provision threshold.

System_CAPS_pubproperty TotalSize

Gets and sest the total size.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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