WT_Volume class

Represents the volumes that are suitable to host iSCSI virtual disks.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

class WT_Volume
{
  string  DeviceID;
  string  ResourceGroup;
  string  MountPoint;
  string  FileSystem;
  boolean IsOnDynamicDisk;
  uint64  TotalSize;
};

Members

The WT_Volume class has these types of members:

Properties

The WT_Volume class has these properties.

DeviceID

Data type: string

Access type: Read-only

Qualifiers: Key

A string that uniquely identifies the volume on the computer.

FileSystem

Data type: string

Access type: Read-only

Name of the file system that is mounted on the volume.

IsOnDynamicDisk

Data type: boolean

Access type: Read-only

Deprecated; do not use.

MountPoint

Data type: string

Access type: Read-only

A volume mount point for the volume.

ResourceGroup

Data type: string

Access type: Read-only

The name of the cluster group that this volume belongs to. If the Microsoft iSCSI Target Server service is not running on a Microsoft Failover Cluster, this property is an empty string.

TotalSize

Data type: uint64

Access type: Read-only

Total volume size, in megabytes.

Remarks

In a clustering configuration, only shared storage or volumes can be used for storing iSCSI virtual disks.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Wmi
MOF
WmiWtProvider.mof
DLL
WtWmiProv.dll