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
ClusterSetupPhaseCreateIPAddressResources2040xCC
ClusterSetupPhaseCreateNetworkName2050xCD
ClusterSetupPhaseClusterGroupOnline2060xCE
ClusterSetupPhaseGettingCurrentMembership3000x12C
ClusterSetupPhaseAddNodeToCluster3010x12D
ClusterSetupPhaseNodeUp3020x12E
ClusterSetupPhaseApplyNetworkATCIntents3030x12F
ClusterSetupPhaseMoveGroup4000x190
ClusterSetupPhaseDeleteGroup4010x191
ClusterSetupPhaseCleanupCOs4020x192
ClusterSetupPhaseOfflineGroup4030x193
ClusterSetupPhaseEvictNode4040x194
ClusterSetupPhaseCleanupNode4050x195
ClusterSetupPhaseCoreGroupCleanup4060x196
ClusterSetupPhaseRepairCNOAccount5000x1F4
ClusterSetupPhaseRepairDNSPermissions5010x1F5
ClusterSetupPhaseFailureCleanup9990x3E7

各言語での定義

列挙メンバーの定義。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