DiskInfo Class

 

Contains information about a disk.

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

System::Object
  Microsoft.WindowsServerSolutions.Storage::DiskInfo

[DataContractAttribute]
public ref class DiskInfo 

NameDescription
System_CAPS_pubmethodDiskInfo()

Creates a new instance of the DiskInfo object.

NameDescription
System_CAPS_pubpropertyAllocatedSize

Gets and sets the allocated size of the disk.

System_CAPS_pubpropertyAlreadyInStoragePool

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

System_CAPS_pubpropertyBusType

Gets and sets the bus type.

System_CAPS_pubpropertyCapacity

Gets and sets the disk capacity.

System_CAPS_pubpropertyCapacityStatusOfSpace

Gets and sets the capacity status of the space.

System_CAPS_pubpropertyDiskGuid

Gets and sets the disk GUID.

System_CAPS_pubpropertyDiskNumber

Gets and sets the disk number.

System_CAPS_pubpropertyFriendlyName

Gets and sets the friendly name.

System_CAPS_pubpropertyHealthStatusOfSpace

Gets and sets the health status of the space.

System_CAPS_pubpropertyID

Gets and sets the disk ID.

System_CAPS_pubpropertyIdentifier

Gets and sets the disk identifier.

System_CAPS_pubpropertyPartitionStyle

Gets and sets the partition style.

System_CAPS_pubpropertyPoolId

Gets and sets the pool ID.

System_CAPS_pubpropertyProvisioningType

Gets and sets the provisioning type.

System_CAPS_pubpropertyResiliency

Gets and sets the resiliency.

System_CAPS_pubpropertyStatus

Gets and sets the disk status.

System_CAPS_pubpropertyStorageSpaceFriendlyName

Gets and sets the friendly name of the storage space.

System_CAPS_pubpropertySystemDisk

Gets and sets the system disk.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldObjectId

Contains the object ID.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: