BareMetalStorageConfigArgs

data class BareMetalStorageConfigArgs(val lvpNodeMountsConfig: Output<BareMetalLvpConfigArgs>, val lvpShareConfig: Output<BareMetalLvpShareConfigArgs>) : ConvertibleToJava<BareMetalStorageConfigArgs>

BareMetalStorageConfig specifies the cluster storage configuration.

Constructors

Link copied to clipboard
fun BareMetalStorageConfigArgs(lvpNodeMountsConfig: Output<BareMetalLvpConfigArgs>, lvpShareConfig: Output<BareMetalLvpShareConfigArgs>)

Functions

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

Properties

Link copied to clipboard

Specifies the config for local PersistentVolumes backed by mounted node disks. These disks need to be formatted and mounted by the user, which can be done before or after cluster creation.

Link copied to clipboard

Specifies the config for local PersistentVolumes backed by subdirectories in a shared filesystem. These subdirectores are automatically created during cluster creation.