Bare Metal Cluster Storage Args
data class BareMetalClusterStorageArgs(val lvpNodeMountsConfig: Output<BareMetalClusterStorageLvpNodeMountsConfigArgs>, val lvpShareConfig: Output<BareMetalClusterStorageLvpShareConfigArgs>) : ConvertibleToJava<BareMetalClusterStorageArgs>
Constructors
Link copied to clipboard
constructor(lvpNodeMountsConfig: Output<BareMetalClusterStorageLvpNodeMountsConfigArgs>, lvpShareConfig: Output<BareMetalClusterStorageLvpShareConfigArgs>)
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. Structure is documented below.
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. Structure is documented below.