Deployment Cluster Args
data class DeploymentClusterArgs(val azureServiceEndpoint: Output<String>? = null, val cloudAccountName: Output<String>? = null, val name: Output<String>? = null, val witnessPath: Output<String>? = null, val witnessType: Output<String>? = null) : ConvertibleToJava<DeploymentClusterArgs>
AzureStackHCI Cluster deployment properties.
Constructors
Properties
Link copied to clipboard
For Azure blob service endpoint type, select either Default or Custom domain. If you selected **Custom domain, enter the domain for the blob service in this format core.windows.net.
Link copied to clipboard
Specify the Azure Storage account name for cloud witness for your Azure Stack HCI cluster.
Link copied to clipboard
Specify the fileshare path for the local witness for your Azure Stack HCI cluster.
Link copied to clipboard
Use a cloud witness if you have internet access and if you use an Azure Storage account to provide a vote on cluster quorum. A cloud witness uses Azure Blob Storage to read or write a blob file and then uses it to arbitrate in split-brain resolution. Only allowed values are 'Cloud', 'FileShare'.