ClusterResponse

data class ClusterResponse(val azureServiceEndpoint: String? = null, val cloudAccountName: String? = null, val name: String? = null, val witnessPath: String? = null, val witnessType: String? = null)

AzureStackHCI Cluster deployment properties.

Constructors

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

Types

Link copied to clipboard
object Companion

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

The cluster name provided when preparing Active Directory.

Link copied to clipboard
val witnessPath: String? = null

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

Link copied to clipboard
val witnessType: 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'.