Table 4.63. MS SQL Server Cluster Unit object
| Attribute | Type | Required | Description |
|---|---|---|---|
| name | string | User-friendly name | |
| adminPassword | string | Domain password | |
| externalAD | boolean | Is Active Directory is configured by the System Administrator | |
| domainAdminUserName | string | Username for Active Directory user with admin role, if Active Directory is configured by the System Administrator | |
| domainAdminPassword | string | Password for Active Directory user with admin role, if Active Directory is configured by the System Administrator | |
| domain | string | Domain name. This attribute may be empty/null/omitted if machine is not a domain member | |
| mixedModeAuth | bool | Use LDAP to access SQL Server | |
| saPassword | string | SQL Server admin password | |
| clusterIp | string | A valid IPv4 fixed IP | |
| clusterName | string | Service name for new SQL Cluster service | |
| agGroupName | string | Availability Group Name | |
| agListenerName | string | FQDN name of a new DNS entry for AG Listener endpoint | |
| agListenerIP | string | Availability Group Listener IP | |
| sqlServicePassword | string | User password that will be created to manage cluster instances | |
| units | object | SQL Server Cluster Unit object |
Table 4.64. MS SQL Server Cluster Unit Object
| Attribute | Type | Required | Description |
|---|---|---|---|
| isMaster | boolean | yes | Is this node master? |
| isSync | boolean | yes | Is this node in sync mode? |


