Condividi tramite


CLUS_DNN_SODAFS_CLONE_STATUS struttura (clusapi.h)

Rappresenta lo stato di un clone di file server Scale-Out.

Sintassi

typedef struct CLUS_DNN_SODAFS_CLONE_STATUS {
  DWORD                  NodeId;
  CLUSTER_RESOURCE_STATE Status;
} CLUS_DNN_SODAFS_CLONE_STATUS, *PCLUS_DNN_SODAFS_CLONE_STATUS;

Members

NodeId

ID nodo del clone.

Status

Valore di enumerazione CLUSTER_RESOURCE_STATE che specifica lo stato del clone.

Requisiti

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

Vedi anche

CLUS_DNN_LEADER_STATUS

Strutture di dati