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.2 IVds<strong>Service</strong>SAN Data TypesThis section lists data types that are used exclusively by methods in the IVds<strong>Service</strong>SAN interface.2.2.2.2.1 Enumerations2.2.2.2.1.1 <strong>VDS</strong>_SAN_POLICYThe <strong>VDS</strong>_SAN_POLICY enumeration defines the set of valid SAN policy values.typedef enum _<strong>VDS</strong>_SAN_POLICY{<strong>VDS</strong>_SP_UNKNOWN = 0x0,<strong>VDS</strong>_SP_ONLINE = 0x1,<strong>VDS</strong>_SP_OFFLINE_SHARED = 0x2,<strong>VDS</strong>_SP_OFFLINE = 0x3} <strong>VDS</strong>_SAN_POLICY;<strong>VDS</strong>_SP_UNKNOWN: The SAN policy is unknown.<strong>VDS</strong>_SP_ONLINE: All newly discovered disks are brought online and made WRITABLE. If thedisk is offline, no volume devices are exposed for the disk. If the disk is online, the volumedevices for the disk are exposed. WRITABLE is the normal state for a disk. A disk can also bemade READONLY. If the disk is READONLY, disk data and metadata may be read, but writes tothe disk will fail.<strong>VDS</strong>_SP_OFFLINE_SHARED: All newly discovered disks not residing on a shared bus arebrought online and made WRITABLE. If the disk is offline, no volume devices are exposed forthe disk. If the disk is online, the volume devices for the disk are exposed. WRITABLE is thenormal state for a disk. A disk can also be made READONLY. If the disk is READONLY, diskdata and metadata may be read, but writes to the disk will fail.<strong>VDS</strong>_SP_OFFLINE: All newly discovered disks remain offline and READONLY. If the disk isoffline, no volume devices are exposed for the disk. If the disk is online, the volume devicesfor the disk are exposed. WRITABLE is the normal state for a disk. A disk can also be madeREADONLY. If the disk is READONLY, disk data and metadata may be read, but writes to thedisk will fail.2.2.2.3 IVds<strong>Service</strong>Iscsi Data TypesThis section lists data types that the IVds<strong>Service</strong>Iscsi methods of the IVds<strong>Service</strong>Iscsi interfaceuse exclusively.2.2.2.3.1 Structures2.2.2.3.1.1 <strong>VDS</strong>_ISCSI_SHARED_SECRETThe <strong>VDS</strong>_ISCSI_SHARED_SECRET structure defines the Challenge-Handshake Authentication<strong>Protocol</strong> (CHAP), as specified in [<strong>MS</strong>-CHAP], shared secret for an iSCSI initiator.typedef struct _<strong>VDS</strong>_ISCSI_SHARED_SECRET {[size_is(ulSharedSecretSize)] unsigned char* pSharedSecret;unsigned long ulSharedSecretSize;} <strong>VDS</strong>_ISCSI_SHARED_SECRET;[<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, 201161 / 360

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

Saved successfully!

Ooh no, something went wrong!