DiskInfo Class

 

Contains information about a disk.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Storage.DiskInfo

Syntax

[DataContractAttribute]
public class DiskInfo
[DataContractAttribute]
public ref class DiskInfo 
<DataContractAttribute>
Public Class DiskInfo

Constructors

Name Description
System_CAPS_pubmethod DiskInfo()

Creates a new instance of the DiskInfo object.

Properties

Name Description
System_CAPS_pubproperty AllocatedSize

Gets and sets the allocated size of the disk.

System_CAPS_pubproperty AlreadyInStoragePool

Gets and sets a value that determines if the disk is alreayd in the storage pool.

System_CAPS_pubproperty BusType

Gets and sets the bus type.

System_CAPS_pubproperty Capacity

Gets and sets the disk capacity.

System_CAPS_pubproperty CapacityStatusOfSpace

Gets and sets the capacity status of the space.

System_CAPS_pubproperty DiskGuid

Gets and sets the disk GUID.

System_CAPS_pubproperty DiskNumber

Gets and sets the disk number.

System_CAPS_pubproperty FriendlyName

Gets and sets the friendly name.

System_CAPS_pubproperty HealthStatusOfSpace

Gets and sets the health status of the space.

System_CAPS_pubproperty ID

Gets and sets the disk ID.

System_CAPS_pubproperty Identifier

Gets and sets the disk identifier.

System_CAPS_pubproperty PartitionStyle

Gets and sets the partition style.

System_CAPS_pubproperty PoolId

Gets and sets the pool ID.

System_CAPS_pubproperty ProvisioningType

Gets and sets the provisioning type.

System_CAPS_pubproperty Resiliency

Gets and sets the resiliency.

System_CAPS_pubproperty Status

Gets and sets the disk status.

System_CAPS_pubproperty StorageSpaceFriendlyName

Gets and sets the friendly name of the storage space.

System_CAPS_pubproperty SystemDisk

Gets and sets the system disk.

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.)

Fields

Name Description
System_CAPS_pubfield ObjectId

Contains the object ID.

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