HciDeploymentSettingScaleUnitClusterArgs

data class HciDeploymentSettingScaleUnitClusterArgs(val azureServiceEndpoint: Output<String>, val cloudAccountName: Output<String>, val name: Output<String>, val witnessPath: Output<String>, val witnessType: Output<String>) : ConvertibleToJava<HciDeploymentSettingScaleUnitClusterArgs>

Constructors

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

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
val name: Output<String>

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
val witnessPath: Output<String>

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
val witnessType: Output<String>

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

Functions

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