enumerazione CLUSTER_CHANGE_NETINTERFACE_V2 (clusapi.h)
Definisce il set di notifiche generate per un'interfaccia di rete del cluster.
Sintassi
typedef enum CLUSTER_CHANGE_NETINTERFACE_V2 {
CLUSTER_CHANGE_NETINTERFACE_DELETED_V2 = 0x00000001,
CLUSTER_CHANGE_NETINTERFACE_COMMON_PROPERTY_V2 = 0x00000002,
CLUSTER_CHANGE_NETINTERFACE_PRIVATE_PROPERTY_V2 = 0x00000004,
CLUSTER_CHANGE_NETINTERFACE_STATE_V2 = 0x00000008,
CLUSTER_CHANGE_NETINTERFACE_HANDLE_CLOSE_V2 = 0x00000010,
CLUSTER_CHANGE_NETINTERFACE_ALL_V2
} ;
Costanti
CLUSTER_CHANGE_NETINTERFACE_DELETED_V2 Valore: 0x00000001 Indica che l'interfaccia di rete del cluster è stata eliminata. |
CLUSTER_CHANGE_NETINTERFACE_COMMON_PROPERTY_V2 Valore: 0x00000002 Indica che le proprietà comuni per l'interfaccia del cluster sono state modificate. |
CLUSTER_CHANGE_NETINTERFACE_PRIVATE_PROPERTY_V2 Valore: 0x00000004 Indica che le proprietà private per l'interfaccia del cluster sono state modificate. |
CLUSTER_CHANGE_NETINTERFACE_STATE_V2 Valore: 0x00000008 Indica che lo stato dell'interfaccia del cluster è cambiato. |
CLUSTER_CHANGE_NETINTERFACE_HANDLE_CLOSE_V2 Valore: 0x00000010 Indica che l'handle di contesto dell'interfaccia cluster è stato chiuso. |
CLUSTER_CHANGE_NETINTERFACE_ALL_V2 Indica tutte le notifiche dell'interfaccia di rete V2. |
Commenti
I server protocollo versione 2.0 non supportano questa enumerazione.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Nessuno supportato |
Server minimo supportato | Windows Server 2012 |
Intestazione | clusapi.h |