Freigeben über


CLUSTER_SHARED_VOLUME_SNAPSHOT_STATE Enumeration (clusapi.h)

Gibt die verschiedenen Momentaufnahme Zustände für ein freigegebenes Volume an.

Syntax

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

Konstanten

 
ClusterSharedVolumeSnapshotStateUnknown
Gibt an, dass der Momentaufnahme Zustand unbekannt ist.
ClusterSharedVolumePrepareForHWSnapshot
Gibt an, dass die Momentaufnahme erstellt wird.
ClusterSharedVolumeHWSnapshotCompleted
Gibt an, dass die Momentaufnahme abgeschlossen ist.
ClusterSharedVolumePrepareForFreeze
TBD

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Nicht unterstützt
Unterstützte Mindestversion (Server) Windows Server 2008 Datacenter, Windows Server 2008 Enterprise
Kopfzeile clusapi.h

Weitere Informationen

ClusterSharedVolumeSetSnapshotState

Failoverclusteraufzählungen