Condividi tramite


enumerazione CLUSTER_SHARED_VOLUME_SNAPSHOT_STATE (clusapi.h)

Specifica i vari stati di snapshot per un volume condiviso.

Sintassi

typedef enum CLUSTER_SHARED_VOLUME_SNAPSHOT_STATE {
  ClusterSharedVolumeSnapshotStateUnknown,
  ClusterSharedVolumePrepareForHWSnapshot,
  ClusterSharedVolumeHWSnapshotCompleted,
  ClusterSharedVolumePrepareForFreeze
} ;

Costanti

 
ClusterSharedVolumeSnapshotStateUnknown
Indica che lo stato dello snapshot è sconosciuto.
ClusterSharedVolumePrepareForHWSnapshot
Indica che viene creato lo snapshot.
ClusterSharedVolumeHWSnapshotCompleted
Indica che lo snapshot è stato completato.
ClusterSharedVolumePrepareForFreeze
TBD

Requisiti

Requisito Valore
Client minimo supportato Nessuno supportato
Server minimo supportato Windows Server 2008 Datacenter, Windows Server 2008 Enterprise
Intestazione clusapi.h

Vedi anche

ClusterSharedVolumeSetSnapshotState

Enumerazioni cluster di failover