enumerazione VDS_LUN_PLEX_TYPE (vds.h)

[A partire da Windows 8 e Windows Server 2012, l'interfaccia COM del servizio disco virtuale viene sostituita dall'API gestione archiviazione di Windows.]

Definisce il set di tipi validi per un plex LUN.

Sintassi

typedef enum _VDS_LUN_PLEX_TYPE {
  VDS_LPT_UNKNOWN = 0,
  VDS_LPT_SIMPLE,
  VDS_LPT_SPAN,
  VDS_LPT_STRIPE,
  VDS_LPT_PARITY,
  VDS_LPT_RAID2,
  VDS_LPT_RAID3,
  VDS_LPT_RAID4,
  VDS_LPT_RAID5,
  VDS_LPT_RAID6,
  VDS_LPT_RAID03,
  VDS_LPT_RAID05,
  VDS_LPT_RAID10,
  VDS_LPT_RAID15,
  VDS_LPT_RAID30,
  VDS_LPT_RAID50,
  VDS_LPT_RAID53,
  VDS_LPT_RAID60
} VDS_LUN_PLEX_TYPE;

Costanti

 
VDS_LPT_UNKNOWN
Valore: 0
Questo valore è riservato.
VDS_LPT_SIMPLE
Il tipo plex è semplice, costituito da extent da un'unica unità.
VDS_LPT_SPAN
Il tipo plex è esteso, costituito da extent provenienti da più unità.
VDS_LPT_STRIPE
Il tipo plex viene sottoposto a striping, equivalente a RAID 0.
VDS_LPT_PARITY
Il tipo plex è sottoposto a striping con parità, che rappresenta i livelli RAID 3, 4, 5 e 6.
VDS_LPT_RAID2
Il tipo plex è RAID di livello 2.

Windows Server 2008, Windows Vista e Windows Server 2003: Questo valore non è supportato.
VDS_LPT_RAID3
Il tipo plex è RAID livello 3.

Windows Server 2008, Windows Vista e Windows Server 2003: Questo valore non è supportato.
VDS_LPT_RAID4
Il tipo plex è RAID livello 4.

Windows Server 2008, Windows Vista e Windows Server 2003: Questo valore non è supportato.
VDS_LPT_RAID5
Il tipo plex è RAID di livello 5.

Windows Server 2008, Windows Vista e Windows Server 2003: Questo valore non è supportato.
VDS_LPT_RAID6
Il tipo plex è RAID di livello 6.

Windows Server 2008, Windows Vista e Windows Server 2003: Questo valore non è supportato.
VDS_LPT_RAID03
Il tipo plex è RAID livello 0+3.

Windows Server 2008, Windows Vista e Windows Server 2003: Questo valore non è supportato.
VDS_LPT_RAID05
Il tipo plex è RAID livello 0+5.

Windows Server 2008, Windows Vista e Windows Server 2003: Questo valore non è supportato.
VDS_LPT_RAID10
Il tipo plex è RAID livello 1+0.

Windows Server 2008, Windows Vista e Windows Server 2003: Questo valore non è supportato.
VDS_LPT_RAID15
Il tipo plex è RAID livello 1+5.

Windows Server 2008, Windows Vista e Windows Server 2003: Questo valore non è supportato.
VDS_LPT_RAID30
Il tipo plex è RAID livello 3+0.

Windows Server 2008, Windows Vista e Windows Server 2003: Questo valore non è supportato.
VDS_LPT_RAID50
Il tipo plex è RAID livello 5+0.

Windows Server 2008, Windows Vista e Windows Server 2003: Questo valore non è supportato.
VDS_LPT_RAID53
Il tipo plex è RAID livello 5+3.

Windows Server 2008, Windows Vista e Windows Server 2003: Questo valore non è supportato.
VDS_LPT_RAID60
Il tipo plex è RAID livello 6+0.

Windows Server 2008, Windows Vista e Windows Server 2003: Questo valore non è supportato.

Commenti

La struttura VDS_LUN_PLEX_PROP include un valore VDS_LUN_PLEX_TYPE come membro per indicare il tipo plex esistente.

Se l'applicazione rileva un valore VDS_HWPROVIDER_TYPE che non riconosce, deve visualizzare il tipo di provider come sconosciuto. Non deve tentare di eseguire il mapping del tipo di provider non riconosciuto a un altro tipo di provider.

Nota È possibile aggiungere costanti aggiuntive all'enumerazione VDS_LUN_PLEX_TYPE nelle versioni future di Windows. Per questo motivo, l'applicazione deve essere progettata per gestire normalmente una costante di enumerazione non riconosciuta VDS_LUN_PLEX_TYPE .
 

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione vds.h

Vedi anche

Enumerazioni VDS

VDS_LUN_PLEX_PROP

VDS_LUN_TYPE