Share via


IClusCfgCreateClusterWizard interface

[This interface is available for use only in Windows Server 2003.]

Sets up and starts a wizard that creates a new cluster.

Members

The IClusCfgCreateClusterWizard interface inherits from the IDispatch interface. IClusCfgCreateClusterWizard also has these types of members:

  • Methods
  • Properties

Methods

The IClusCfgCreateClusterWizard interface has these methods.

Method Description
ShowWizard

Displays the wizard, starting at the first page.

 

Properties

The IClusCfgCreateClusterWizard interface has these properties.

Property Access type Description

ClusterIPAddress

Read/write

Sets or retrieves the cluster IP address.

ClusterIPAddressNetwork

Read-only

Retrieves the network on which the cluster IP address is offered.

ClusterIPSubnet

Read-only

Retrieves the cluster IP subnet mask for the newly created cluster.

ClusterName

Read/write

Sets or retrieves the name of the newly created cluster.

FirstNodeInCluster

Read/write

Sets or retrieves the first node in the newly created cluster.

MinimumConfiguration

Read/write

Sets or retrieves a Boolean value that determines whether the wizard is in minimum configuration mode.

ServiceAccountDomain

Read/write

Sets or retrieves the domain name in the cluster service account.

ServiceAccountName

Read/write

Sets or retrieves the user name in the cluster service account.

ServiceAccountPassword

Write-only

Sets a value for the password of the cluster service account.

 

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2003

End of server support

Windows Server 2003

IDL

ClusCfgWizard.idl

DLL

ClCfgSrv.dll

IID

IID_IClusCfgCreateClusterWizard is defined as F65C6990-A144-4127-AB6E-3712B75F1843

See also

IClusCfgAddNodesWizard