VDS_INTERCONNECT_ADDRESS_TYPE enumeration [VDS]

The VDS_INTERCONNECT_ADDRESS_TYPE enumeration defines the set of the valid address types of a physical interconnect.

typedef enum 
{
  VDS_IA_UNKNOWN = 0,
  VDS_IA_FCFS = 1,
  VDS_IA_FCPH = 2,
  VDS_IA_FCPH3 = 3,
  VDS_IA_MAC = 4,
  VDS_IA_SCSI = 5
}VDS_INTERCONNECT_ADDRESS_TYPE;

Constants

  • VDS_IA_UNKNOWN
    This value is reserved.
  • VDS_IA_FCFS
    The address type is FCFS.
  • VDS_IA_FCPH
    The address type is FCPH.
  • VDS_IA_FCPH3
    The address type is FCPH3.
  • VDS_IA_MAC
    The address type is MAC.
  • VDS_IA_SCSI
    The address type is SCSI.

Remarks

The VDS_INTERCONNECT structure includes the value of this enumeration as a member to indicate an interconnect address type.

Requirements

Client Requires Windows Vista.
Server Requires Windows Server "Longhorn" or Windows Server 2003.
Header

Declared in VdsLun.h.

See Also

Volume Shadow Copy API Enumeration Types
VDS_INTERCONNECT