DeploymentClusterArgs

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

Link copied to clipboard
constructor(azureServiceEndpoint: Output<String>? = null, cloudAccountName: Output<String>? = null, name: Output<String>? = null, witnessPath: Output<String>? = null, witnessType: Output<String>? = null)

Properties

Link copied to clipboard
val azureServiceEndpoint: Output<String>? = null

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
val cloudAccountName: Output<String>? = null

Specify the Azure Storage account name for cloud witness for your Azure Stack HCI cluster.

Link copied to clipboard
val name: Output<String>? = null

The cluster name provided when preparing Active Directory.

Link copied to clipboard
val witnessPath: Output<String>? = null

Specify the fileshare path for the local witness for your Azure Stack HCI cluster.

Link copied to clipboard
val witnessType: Output<String>? = null

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'.

Functions

Link copied to clipboard
open override fun toJava(): DeploymentClusterArgs