mainVolume

@JvmName(name = "lonfkldlivsvlwxh")
suspend fun mainVolume(value: Output<AzureClusterControlPlaneMainVolumeArgs>)
@JvmName(name = "fiiwdpajhfajmepr")
suspend fun mainVolume(value: AzureClusterControlPlaneMainVolumeArgs?)

Parameters

value

Optional. Configuration related to the main volume provisioned for each control plane replica. The main volume is in charge of storing all of the cluster's etcd state. When unspecified, it defaults to a 8-GiB Azure Disk.


@JvmName(name = "ueeuceatqqhttqyd")
suspend fun mainVolume(argument: suspend AzureClusterControlPlaneMainVolumeArgsBuilder.() -> Unit)

Parameters

argument

Optional. Configuration related to the main volume provisioned for each control plane replica. The main volume is in charge of storing all of the cluster's etcd state. When unspecified, it defaults to a 8-GiB Azure Disk.