enumeración CLUSTER_SHARED_VOLUME_BACKUP_STATE (clusapi.h)
Describe el estado de copia de seguridad del volumen compartido del clúster (CSV).
Syntax
typedef enum _CLUSTER_SHARED_VOLUME_BACKUP_STATE {
VolumeBackupNone = 0x00000000,
VolumeBackupInProgress = 0x00000001
} CLUSTER_SHARED_VOLUME_BACKUP_STATE, *PCLUSTER_SHARED_VOLUME_BACKUP_STATE;
Constantes
VolumeBackupNone Valor: 0x00000000 No hay ninguna copia de seguridad en curso para este CSV. |
VolumeBackupInProgress Valor: 0x00000001 Hay una copia de seguridad en curso para este CSV. |
Requisitos
Cliente mínimo compatible | No se admite ninguno |
Servidor mínimo compatible | Windows Server 2008 R2 Enterprise, Windows Server 2008 R2 Datacenter |
Encabezado | clusapi.h |
Consulte también
CLUSCTL_RESOURCE_SET_SHARED_VOLUME_BACKUP_MODE