HciDeploymentSettingScaleUnitCluster

data class HciDeploymentSettingScaleUnitCluster(val azureServiceEndpoint: String, val cloudAccountName: String, val name: String, val witnessPath: String, val witnessType: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the Azure blob service endpoint, for example, core.windows.net. Changing this forces a new Stack HCI Deployment Setting to be created.

Link copied to clipboard

Specifies the Azure Storage account name of the cloud witness for the Azure Stack HCI cluster. Changing this forces a new Stack HCI Deployment Setting to be created.

Link copied to clipboard

Specifies the name of the cluster. It must be 3-15 characters long and contain only letters, numbers and hyphens. Changing this forces a new Stack HCI Deployment Setting to be created.

Link copied to clipboard

Specifies the fileshare path of the local witness for the Azure Stack HCI cluster. Changing this forces a new Stack HCI Deployment Setting to be created.

Link copied to clipboard

Specifies the type of the witness. Possible values are Cloud, FileShare. Changing this forces a new Stack HCI Deployment Setting to be created.