Win32 API 日本語リファレンス
ホームNetworking.Clustering › CLUSTER_SETUP_PHASE

CLUSTER_SETUP_PHASE

列挙型
基底型i4

メンバー 31

名前10進16進説明
ClusterSetupPhaseInitialize10x1クラスターセットアップを初期化します。
ClusterSetupPhaseValidateNodeState1000x64クラスターノードを検証します。
ClusterSetupPhaseValidateNetft1020x66クラスターネットワークを検証します。
ClusterSetupPhaseValidateClusDisk1030x67クラスターディスクを検証します。
ClusterSetupPhaseConfigureClusSvc1040x68クラスターサービスを構成します。
ClusterSetupPhaseStartingClusSvc1050x69クラスターサービスを開始します。
ClusterSetupPhaseQueryClusterNameAccount1060x6Aクラスター名を照会します。
ClusterSetupPhaseValidateClusterNameAccount1070x6Bクラスター名を検証します。
ClusterSetupPhaseCreateClusterAccount1080x6Cクラスターアカウントを作成します。
ClusterSetupPhaseConfigureClusterAccount1090x6Dクラスターアカウントを構成します。
ClusterSetupPhaseFormingCluster2000xC8クラスターを形成します。
ClusterSetupPhaseAddClusterProperties2010xC9クラスターにプロパティを追加します。
ClusterSetupPhaseCreateResourceTypes2020xCAリソースの種類を作成します。
ClusterSetupPhaseCreateGroups2030xCBリソースグループを作成します。
ClusterSetupPhaseCreateIPAddressResources2040xCCIP アドレスリソースを作成します。
ClusterSetupPhaseCreateNetworkName2050xCDネットワーク名を作成します。
ClusterSetupPhaseClusterGroupOnline2060xCEクラスターグループをオンラインにします。
ClusterSetupPhaseGettingCurrentMembership3000x12C現在のクラスターメンバーシップを取得します。
ClusterSetupPhaseAddNodeToCluster3010x12Dクラスターメンバーシップにノードを追加します。
ClusterSetupPhaseNodeUp3020x12Eノードを開始します。
ClusterSetupPhaseApplyNetworkATCIntents3030x12F
ClusterSetupPhaseMoveGroup4000x190グループを別のノードに移動します。
ClusterSetupPhaseDeleteGroup4010x191クラスターからグループを削除します。
ClusterSetupPhaseCleanupCOs4020x192オフラインのグループをクリーンアップします。
ClusterSetupPhaseOfflineGroup4030x193グループをオフラインにします。
ClusterSetupPhaseEvictNode4040x194クラスターからノードを削除します。
ClusterSetupPhaseCleanupNode4050x195ノードをクラスター構成前の状態に戻します。
ClusterSetupPhaseCoreGroupCleanup4060x196コアリソースグループをクラスター構成前の状態に戻します。
ClusterSetupPhaseRepairCNOAccount5000x1F4
ClusterSetupPhaseRepairDNSPermissions5010x1F5
ClusterSetupPhaseFailureCleanup9990x3E7失敗したリソースをクラスター構成前の状態に戻します。

公式ドキュメント

<a href="/windows/desktop/api/clusapi/nc-clusapi-pcluster_setup_progress_callback">ClusterSetupProgressCallback</a> 関数が、クラスターセットアップ処理の現在のフェーズを示すために使用します。
出典・ライセンス: 上記「公式ドキュメント」の内容は Microsoft の Win32 API ドキュメント(MicrosoftDocs/sdk-api)を日本語に翻訳・改変したものです。© Microsoft Corporation. CC BY 4.0 で提供。
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp) · 原文ソース (GitHub)

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum CLUSTER_SETUP_PHASE : int {
    ClusterSetupPhaseInitialize = 1,
    ClusterSetupPhaseValidateNodeState = 100,
    ClusterSetupPhaseValidateNetft = 102,
    ClusterSetupPhaseValidateClusDisk = 103,
    ClusterSetupPhaseConfigureClusSvc = 104,
    ClusterSetupPhaseStartingClusSvc = 105,
    ClusterSetupPhaseQueryClusterNameAccount = 106,
    ClusterSetupPhaseValidateClusterNameAccount = 107,
    ClusterSetupPhaseCreateClusterAccount = 108,
    ClusterSetupPhaseConfigureClusterAccount = 109,
    ClusterSetupPhaseFormingCluster = 200,
    ClusterSetupPhaseAddClusterProperties = 201,
    ClusterSetupPhaseCreateResourceTypes = 202,
    ClusterSetupPhaseCreateGroups = 203,
    ClusterSetupPhaseCreateIPAddressResources = 204,
    ClusterSetupPhaseCreateNetworkName = 205,
    ClusterSetupPhaseClusterGroupOnline = 206,
    ClusterSetupPhaseGettingCurrentMembership = 300,
    ClusterSetupPhaseAddNodeToCluster = 301,
    ClusterSetupPhaseNodeUp = 302,
    ClusterSetupPhaseApplyNetworkATCIntents = 303,
    ClusterSetupPhaseMoveGroup = 400,
    ClusterSetupPhaseDeleteGroup = 401,
    ClusterSetupPhaseCleanupCOs = 402,
    ClusterSetupPhaseOfflineGroup = 403,
    ClusterSetupPhaseEvictNode = 404,
    ClusterSetupPhaseCleanupNode = 405,
    ClusterSetupPhaseCoreGroupCleanup = 406,
    ClusterSetupPhaseRepairCNOAccount = 500,
    ClusterSetupPhaseRepairDNSPermissions = 501,
    ClusterSetupPhaseFailureCleanup = 999
} CLUSTER_SETUP_PHASE;
public enum CLUSTER_SETUP_PHASE : int
{
    ClusterSetupPhaseInitialize = 1,
    ClusterSetupPhaseValidateNodeState = 100,
    ClusterSetupPhaseValidateNetft = 102,
    ClusterSetupPhaseValidateClusDisk = 103,
    ClusterSetupPhaseConfigureClusSvc = 104,
    ClusterSetupPhaseStartingClusSvc = 105,
    ClusterSetupPhaseQueryClusterNameAccount = 106,
    ClusterSetupPhaseValidateClusterNameAccount = 107,
    ClusterSetupPhaseCreateClusterAccount = 108,
    ClusterSetupPhaseConfigureClusterAccount = 109,
    ClusterSetupPhaseFormingCluster = 200,
    ClusterSetupPhaseAddClusterProperties = 201,
    ClusterSetupPhaseCreateResourceTypes = 202,
    ClusterSetupPhaseCreateGroups = 203,
    ClusterSetupPhaseCreateIPAddressResources = 204,
    ClusterSetupPhaseCreateNetworkName = 205,
    ClusterSetupPhaseClusterGroupOnline = 206,
    ClusterSetupPhaseGettingCurrentMembership = 300,
    ClusterSetupPhaseAddNodeToCluster = 301,
    ClusterSetupPhaseNodeUp = 302,
    ClusterSetupPhaseApplyNetworkATCIntents = 303,
    ClusterSetupPhaseMoveGroup = 400,
    ClusterSetupPhaseDeleteGroup = 401,
    ClusterSetupPhaseCleanupCOs = 402,
    ClusterSetupPhaseOfflineGroup = 403,
    ClusterSetupPhaseEvictNode = 404,
    ClusterSetupPhaseCleanupNode = 405,
    ClusterSetupPhaseCoreGroupCleanup = 406,
    ClusterSetupPhaseRepairCNOAccount = 500,
    ClusterSetupPhaseRepairDNSPermissions = 501,
    ClusterSetupPhaseFailureCleanup = 999,
}
Public Enum CLUSTER_SETUP_PHASE As Integer
    ClusterSetupPhaseInitialize = 1
    ClusterSetupPhaseValidateNodeState = 100
    ClusterSetupPhaseValidateNetft = 102
    ClusterSetupPhaseValidateClusDisk = 103
    ClusterSetupPhaseConfigureClusSvc = 104
    ClusterSetupPhaseStartingClusSvc = 105
    ClusterSetupPhaseQueryClusterNameAccount = 106
    ClusterSetupPhaseValidateClusterNameAccount = 107
    ClusterSetupPhaseCreateClusterAccount = 108
    ClusterSetupPhaseConfigureClusterAccount = 109
    ClusterSetupPhaseFormingCluster = 200
    ClusterSetupPhaseAddClusterProperties = 201
    ClusterSetupPhaseCreateResourceTypes = 202
    ClusterSetupPhaseCreateGroups = 203
    ClusterSetupPhaseCreateIPAddressResources = 204
    ClusterSetupPhaseCreateNetworkName = 205
    ClusterSetupPhaseClusterGroupOnline = 206
    ClusterSetupPhaseGettingCurrentMembership = 300
    ClusterSetupPhaseAddNodeToCluster = 301
    ClusterSetupPhaseNodeUp = 302
    ClusterSetupPhaseApplyNetworkATCIntents = 303
    ClusterSetupPhaseMoveGroup = 400
    ClusterSetupPhaseDeleteGroup = 401
    ClusterSetupPhaseCleanupCOs = 402
    ClusterSetupPhaseOfflineGroup = 403
    ClusterSetupPhaseEvictNode = 404
    ClusterSetupPhaseCleanupNode = 405
    ClusterSetupPhaseCoreGroupCleanup = 406
    ClusterSetupPhaseRepairCNOAccount = 500
    ClusterSetupPhaseRepairDNSPermissions = 501
    ClusterSetupPhaseFailureCleanup = 999
End Enum
import enum

class CLUSTER_SETUP_PHASE(enum.IntEnum):
    ClusterSetupPhaseInitialize = 1
    ClusterSetupPhaseValidateNodeState = 100
    ClusterSetupPhaseValidateNetft = 102
    ClusterSetupPhaseValidateClusDisk = 103
    ClusterSetupPhaseConfigureClusSvc = 104
    ClusterSetupPhaseStartingClusSvc = 105
    ClusterSetupPhaseQueryClusterNameAccount = 106
    ClusterSetupPhaseValidateClusterNameAccount = 107
    ClusterSetupPhaseCreateClusterAccount = 108
    ClusterSetupPhaseConfigureClusterAccount = 109
    ClusterSetupPhaseFormingCluster = 200
    ClusterSetupPhaseAddClusterProperties = 201
    ClusterSetupPhaseCreateResourceTypes = 202
    ClusterSetupPhaseCreateGroups = 203
    ClusterSetupPhaseCreateIPAddressResources = 204
    ClusterSetupPhaseCreateNetworkName = 205
    ClusterSetupPhaseClusterGroupOnline = 206
    ClusterSetupPhaseGettingCurrentMembership = 300
    ClusterSetupPhaseAddNodeToCluster = 301
    ClusterSetupPhaseNodeUp = 302
    ClusterSetupPhaseApplyNetworkATCIntents = 303
    ClusterSetupPhaseMoveGroup = 400
    ClusterSetupPhaseDeleteGroup = 401
    ClusterSetupPhaseCleanupCOs = 402
    ClusterSetupPhaseOfflineGroup = 403
    ClusterSetupPhaseEvictNode = 404
    ClusterSetupPhaseCleanupNode = 405
    ClusterSetupPhaseCoreGroupCleanup = 406
    ClusterSetupPhaseRepairCNOAccount = 500
    ClusterSetupPhaseRepairDNSPermissions = 501
    ClusterSetupPhaseFailureCleanup = 999
// CLUSTER_SETUP_PHASE
pub const ClusterSetupPhaseInitialize: i32 = 1;
pub const ClusterSetupPhaseValidateNodeState: i32 = 100;
pub const ClusterSetupPhaseValidateNetft: i32 = 102;
pub const ClusterSetupPhaseValidateClusDisk: i32 = 103;
pub const ClusterSetupPhaseConfigureClusSvc: i32 = 104;
pub const ClusterSetupPhaseStartingClusSvc: i32 = 105;
pub const ClusterSetupPhaseQueryClusterNameAccount: i32 = 106;
pub const ClusterSetupPhaseValidateClusterNameAccount: i32 = 107;
pub const ClusterSetupPhaseCreateClusterAccount: i32 = 108;
pub const ClusterSetupPhaseConfigureClusterAccount: i32 = 109;
pub const ClusterSetupPhaseFormingCluster: i32 = 200;
pub const ClusterSetupPhaseAddClusterProperties: i32 = 201;
pub const ClusterSetupPhaseCreateResourceTypes: i32 = 202;
pub const ClusterSetupPhaseCreateGroups: i32 = 203;
pub const ClusterSetupPhaseCreateIPAddressResources: i32 = 204;
pub const ClusterSetupPhaseCreateNetworkName: i32 = 205;
pub const ClusterSetupPhaseClusterGroupOnline: i32 = 206;
pub const ClusterSetupPhaseGettingCurrentMembership: i32 = 300;
pub const ClusterSetupPhaseAddNodeToCluster: i32 = 301;
pub const ClusterSetupPhaseNodeUp: i32 = 302;
pub const ClusterSetupPhaseApplyNetworkATCIntents: i32 = 303;
pub const ClusterSetupPhaseMoveGroup: i32 = 400;
pub const ClusterSetupPhaseDeleteGroup: i32 = 401;
pub const ClusterSetupPhaseCleanupCOs: i32 = 402;
pub const ClusterSetupPhaseOfflineGroup: i32 = 403;
pub const ClusterSetupPhaseEvictNode: i32 = 404;
pub const ClusterSetupPhaseCleanupNode: i32 = 405;
pub const ClusterSetupPhaseCoreGroupCleanup: i32 = 406;
pub const ClusterSetupPhaseRepairCNOAccount: i32 = 500;
pub const ClusterSetupPhaseRepairDNSPermissions: i32 = 501;
pub const ClusterSetupPhaseFailureCleanup: i32 = 999;
// CLUSTER_SETUP_PHASE
const (
	ClusterSetupPhaseInitialize int32 = 1
	ClusterSetupPhaseValidateNodeState int32 = 100
	ClusterSetupPhaseValidateNetft int32 = 102
	ClusterSetupPhaseValidateClusDisk int32 = 103
	ClusterSetupPhaseConfigureClusSvc int32 = 104
	ClusterSetupPhaseStartingClusSvc int32 = 105
	ClusterSetupPhaseQueryClusterNameAccount int32 = 106
	ClusterSetupPhaseValidateClusterNameAccount int32 = 107
	ClusterSetupPhaseCreateClusterAccount int32 = 108
	ClusterSetupPhaseConfigureClusterAccount int32 = 109
	ClusterSetupPhaseFormingCluster int32 = 200
	ClusterSetupPhaseAddClusterProperties int32 = 201
	ClusterSetupPhaseCreateResourceTypes int32 = 202
	ClusterSetupPhaseCreateGroups int32 = 203
	ClusterSetupPhaseCreateIPAddressResources int32 = 204
	ClusterSetupPhaseCreateNetworkName int32 = 205
	ClusterSetupPhaseClusterGroupOnline int32 = 206
	ClusterSetupPhaseGettingCurrentMembership int32 = 300
	ClusterSetupPhaseAddNodeToCluster int32 = 301
	ClusterSetupPhaseNodeUp int32 = 302
	ClusterSetupPhaseApplyNetworkATCIntents int32 = 303
	ClusterSetupPhaseMoveGroup int32 = 400
	ClusterSetupPhaseDeleteGroup int32 = 401
	ClusterSetupPhaseCleanupCOs int32 = 402
	ClusterSetupPhaseOfflineGroup int32 = 403
	ClusterSetupPhaseEvictNode int32 = 404
	ClusterSetupPhaseCleanupNode int32 = 405
	ClusterSetupPhaseCoreGroupCleanup int32 = 406
	ClusterSetupPhaseRepairCNOAccount int32 = 500
	ClusterSetupPhaseRepairDNSPermissions int32 = 501
	ClusterSetupPhaseFailureCleanup int32 = 999
)
const
  ClusterSetupPhaseInitialize = 1;
  ClusterSetupPhaseValidateNodeState = 100;
  ClusterSetupPhaseValidateNetft = 102;
  ClusterSetupPhaseValidateClusDisk = 103;
  ClusterSetupPhaseConfigureClusSvc = 104;
  ClusterSetupPhaseStartingClusSvc = 105;
  ClusterSetupPhaseQueryClusterNameAccount = 106;
  ClusterSetupPhaseValidateClusterNameAccount = 107;
  ClusterSetupPhaseCreateClusterAccount = 108;
  ClusterSetupPhaseConfigureClusterAccount = 109;
  ClusterSetupPhaseFormingCluster = 200;
  ClusterSetupPhaseAddClusterProperties = 201;
  ClusterSetupPhaseCreateResourceTypes = 202;
  ClusterSetupPhaseCreateGroups = 203;
  ClusterSetupPhaseCreateIPAddressResources = 204;
  ClusterSetupPhaseCreateNetworkName = 205;
  ClusterSetupPhaseClusterGroupOnline = 206;
  ClusterSetupPhaseGettingCurrentMembership = 300;
  ClusterSetupPhaseAddNodeToCluster = 301;
  ClusterSetupPhaseNodeUp = 302;
  ClusterSetupPhaseApplyNetworkATCIntents = 303;
  ClusterSetupPhaseMoveGroup = 400;
  ClusterSetupPhaseDeleteGroup = 401;
  ClusterSetupPhaseCleanupCOs = 402;
  ClusterSetupPhaseOfflineGroup = 403;
  ClusterSetupPhaseEvictNode = 404;
  ClusterSetupPhaseCleanupNode = 405;
  ClusterSetupPhaseCoreGroupCleanup = 406;
  ClusterSetupPhaseRepairCNOAccount = 500;
  ClusterSetupPhaseRepairDNSPermissions = 501;
  ClusterSetupPhaseFailureCleanup = 999;
// CLUSTER_SETUP_PHASE
pub const ClusterSetupPhaseInitialize: i32 = 1;
pub const ClusterSetupPhaseValidateNodeState: i32 = 100;
pub const ClusterSetupPhaseValidateNetft: i32 = 102;
pub const ClusterSetupPhaseValidateClusDisk: i32 = 103;
pub const ClusterSetupPhaseConfigureClusSvc: i32 = 104;
pub const ClusterSetupPhaseStartingClusSvc: i32 = 105;
pub const ClusterSetupPhaseQueryClusterNameAccount: i32 = 106;
pub const ClusterSetupPhaseValidateClusterNameAccount: i32 = 107;
pub const ClusterSetupPhaseCreateClusterAccount: i32 = 108;
pub const ClusterSetupPhaseConfigureClusterAccount: i32 = 109;
pub const ClusterSetupPhaseFormingCluster: i32 = 200;
pub const ClusterSetupPhaseAddClusterProperties: i32 = 201;
pub const ClusterSetupPhaseCreateResourceTypes: i32 = 202;
pub const ClusterSetupPhaseCreateGroups: i32 = 203;
pub const ClusterSetupPhaseCreateIPAddressResources: i32 = 204;
pub const ClusterSetupPhaseCreateNetworkName: i32 = 205;
pub const ClusterSetupPhaseClusterGroupOnline: i32 = 206;
pub const ClusterSetupPhaseGettingCurrentMembership: i32 = 300;
pub const ClusterSetupPhaseAddNodeToCluster: i32 = 301;
pub const ClusterSetupPhaseNodeUp: i32 = 302;
pub const ClusterSetupPhaseApplyNetworkATCIntents: i32 = 303;
pub const ClusterSetupPhaseMoveGroup: i32 = 400;
pub const ClusterSetupPhaseDeleteGroup: i32 = 401;
pub const ClusterSetupPhaseCleanupCOs: i32 = 402;
pub const ClusterSetupPhaseOfflineGroup: i32 = 403;
pub const ClusterSetupPhaseEvictNode: i32 = 404;
pub const ClusterSetupPhaseCleanupNode: i32 = 405;
pub const ClusterSetupPhaseCoreGroupCleanup: i32 = 406;
pub const ClusterSetupPhaseRepairCNOAccount: i32 = 500;
pub const ClusterSetupPhaseRepairDNSPermissions: i32 = 501;
pub const ClusterSetupPhaseFailureCleanup: i32 = 999;
const
  ClusterSetupPhaseInitialize* = 1
  ClusterSetupPhaseValidateNodeState* = 100
  ClusterSetupPhaseValidateNetft* = 102
  ClusterSetupPhaseValidateClusDisk* = 103
  ClusterSetupPhaseConfigureClusSvc* = 104
  ClusterSetupPhaseStartingClusSvc* = 105
  ClusterSetupPhaseQueryClusterNameAccount* = 106
  ClusterSetupPhaseValidateClusterNameAccount* = 107
  ClusterSetupPhaseCreateClusterAccount* = 108
  ClusterSetupPhaseConfigureClusterAccount* = 109
  ClusterSetupPhaseFormingCluster* = 200
  ClusterSetupPhaseAddClusterProperties* = 201
  ClusterSetupPhaseCreateResourceTypes* = 202
  ClusterSetupPhaseCreateGroups* = 203
  ClusterSetupPhaseCreateIPAddressResources* = 204
  ClusterSetupPhaseCreateNetworkName* = 205
  ClusterSetupPhaseClusterGroupOnline* = 206
  ClusterSetupPhaseGettingCurrentMembership* = 300
  ClusterSetupPhaseAddNodeToCluster* = 301
  ClusterSetupPhaseNodeUp* = 302
  ClusterSetupPhaseApplyNetworkATCIntents* = 303
  ClusterSetupPhaseMoveGroup* = 400
  ClusterSetupPhaseDeleteGroup* = 401
  ClusterSetupPhaseCleanupCOs* = 402
  ClusterSetupPhaseOfflineGroup* = 403
  ClusterSetupPhaseEvictNode* = 404
  ClusterSetupPhaseCleanupNode* = 405
  ClusterSetupPhaseCoreGroupCleanup* = 406
  ClusterSetupPhaseRepairCNOAccount* = 500
  ClusterSetupPhaseRepairDNSPermissions* = 501
  ClusterSetupPhaseFailureCleanup* = 999
enum CLUSTER_SETUP_PHASE : int {
    ClusterSetupPhaseInitialize = 1,
    ClusterSetupPhaseValidateNodeState = 100,
    ClusterSetupPhaseValidateNetft = 102,
    ClusterSetupPhaseValidateClusDisk = 103,
    ClusterSetupPhaseConfigureClusSvc = 104,
    ClusterSetupPhaseStartingClusSvc = 105,
    ClusterSetupPhaseQueryClusterNameAccount = 106,
    ClusterSetupPhaseValidateClusterNameAccount = 107,
    ClusterSetupPhaseCreateClusterAccount = 108,
    ClusterSetupPhaseConfigureClusterAccount = 109,
    ClusterSetupPhaseFormingCluster = 200,
    ClusterSetupPhaseAddClusterProperties = 201,
    ClusterSetupPhaseCreateResourceTypes = 202,
    ClusterSetupPhaseCreateGroups = 203,
    ClusterSetupPhaseCreateIPAddressResources = 204,
    ClusterSetupPhaseCreateNetworkName = 205,
    ClusterSetupPhaseClusterGroupOnline = 206,
    ClusterSetupPhaseGettingCurrentMembership = 300,
    ClusterSetupPhaseAddNodeToCluster = 301,
    ClusterSetupPhaseNodeUp = 302,
    ClusterSetupPhaseApplyNetworkATCIntents = 303,
    ClusterSetupPhaseMoveGroup = 400,
    ClusterSetupPhaseDeleteGroup = 401,
    ClusterSetupPhaseCleanupCOs = 402,
    ClusterSetupPhaseOfflineGroup = 403,
    ClusterSetupPhaseEvictNode = 404,
    ClusterSetupPhaseCleanupNode = 405,
    ClusterSetupPhaseCoreGroupCleanup = 406,
    ClusterSetupPhaseRepairCNOAccount = 500,
    ClusterSetupPhaseRepairDNSPermissions = 501,
    ClusterSetupPhaseFailureCleanup = 999,
}
#define global ClusterSetupPhaseInitialize                 0x1
#define global ClusterSetupPhaseValidateNodeState          0x64
#define global ClusterSetupPhaseValidateNetft              0x66
#define global ClusterSetupPhaseValidateClusDisk           0x67
#define global ClusterSetupPhaseConfigureClusSvc           0x68
#define global ClusterSetupPhaseStartingClusSvc            0x69
#define global ClusterSetupPhaseQueryClusterNameAccount    0x6A
#define global ClusterSetupPhaseValidateClusterNameAccount 0x6B
#define global ClusterSetupPhaseCreateClusterAccount       0x6C
#define global ClusterSetupPhaseConfigureClusterAccount    0x6D
#define global ClusterSetupPhaseFormingCluster             0xC8
#define global ClusterSetupPhaseAddClusterProperties       0xC9
#define global ClusterSetupPhaseCreateResourceTypes        0xCA
#define global ClusterSetupPhaseCreateGroups               0xCB
#define global ClusterSetupPhaseCreateIPAddressResources   0xCC
#define global ClusterSetupPhaseCreateNetworkName          0xCD
#define global ClusterSetupPhaseClusterGroupOnline         0xCE
#define global ClusterSetupPhaseGettingCurrentMembership   0x12C
#define global ClusterSetupPhaseAddNodeToCluster           0x12D
#define global ClusterSetupPhaseNodeUp                     0x12E
#define global ClusterSetupPhaseApplyNetworkATCIntents     0x12F
#define global ClusterSetupPhaseMoveGroup                  0x190
#define global ClusterSetupPhaseDeleteGroup                0x191
#define global ClusterSetupPhaseCleanupCOs                 0x192
#define global ClusterSetupPhaseOfflineGroup               0x193
#define global ClusterSetupPhaseEvictNode                  0x194
#define global ClusterSetupPhaseCleanupNode                0x195
#define global ClusterSetupPhaseCoreGroupCleanup           0x196
#define global ClusterSetupPhaseRepairCNOAccount           0x1F4
#define global ClusterSetupPhaseRepairDNSPermissions       0x1F5
#define global ClusterSetupPhaseFailureCleanup             0x3E7