13.07.2015 Views

[MS-VDS]: Virtual Disk Service (VDS) Protocol Specification

[MS-VDS]: Virtual Disk Service (VDS) Protocol Specification

[MS-VDS]: Virtual Disk Service (VDS) Protocol Specification

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

2.2.2.4.1.4 <strong>VDS</strong>_PATH_STATUSThe <strong>VDS</strong>_PATH_STATUS enumeration defines the set of status values for a path to a storagedevice.typedef enum _<strong>VDS</strong>_PATH_STATUS{<strong>VDS</strong>_MPS_UNKNOWN = 0x00000000,<strong>VDS</strong>_MPS_ONLINE = 0x00000001,<strong>VDS</strong>_MPS_FAILED = 0x00000005,<strong>VDS</strong>_MPS_STANDBY = 0x00000007} <strong>VDS</strong>_PATH_STATUS;<strong>VDS</strong>_MPS_UNKNOWN: The status of the path is unknown.<strong>VDS</strong>_MPS_ONLINE: The path is available.<strong>VDS</strong>_MPS_FAILED: The path is unavailable.<strong>VDS</strong>_MPS_STANDBY: The path is on standby; it is available but will not be used unless otherpaths fail.2.2.2.4.2 Structures2.2.2.4.2.1 <strong>VDS</strong>_WWNThe <strong>VDS</strong>_WWN structure defines a worldwide name (WWN). This structure corresponds to theHBA_WWN structure, as specified in [HBAAPI], which also defines the WWN term.typedef struct _<strong>VDS</strong>_WWN {unsigned char rguchWwn[8];} <strong>VDS</strong>_WWN;rguchWwn: An array of 8 bytes that specifies the 64-bit WWN value. The first element of thearray is the most significant byte of the WWN, and the most significant bit of that byte is themost significant bit of the WWN.2.2.2.4.2.2 <strong>VDS</strong>_HBAPORT_PROPThe <strong>VDS</strong>_HBAPORT_PROP structure defines the properties of an HBA port.typedef struct _<strong>VDS</strong>_HBAPORT_PROP {<strong>VDS</strong>_OBJECT_ID id;<strong>VDS</strong>_WWN wwnNode;<strong>VDS</strong>_WWN wwnPort;<strong>VDS</strong>_HBAPORT_TYPE type;<strong>VDS</strong>_HBAPORT_STATUS status;unsigned long ulPortSpeed;unsigned long ulSupportedPortSpeed;} <strong>VDS</strong>_HBAPORT_PROP;id: The <strong>VDS</strong> object ID of the HBA port object.[<strong>MS</strong>-<strong>VDS</strong>] — v20110610<strong>Virtual</strong> <strong>Disk</strong> <strong>Service</strong> (<strong>VDS</strong>) <strong>Protocol</strong> <strong>Specification</strong>Copyright © 2011 Microsoft Corporation.Release: Friday, June 10, 201165 / 360

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!