BareMetalLvpShareConfigArgs

data class BareMetalLvpShareConfigArgs(val lvpConfig: Output<BareMetalLvpConfigArgs>, val sharedPathPvCount: Output<Int>? = null) : ConvertibleToJava<BareMetalLvpShareConfigArgs>

Specifies the configs for local persistent volumes under a shared file system.

Constructors

Link copied to clipboard
constructor(lvpConfig: Output<BareMetalLvpConfigArgs>, sharedPathPvCount: Output<Int>? = null)

Properties

Link copied to clipboard

Defines the machine path and storage class for the LVP Share.

Link copied to clipboard
val sharedPathPvCount: Output<Int>? = null

The number of subdirectories to create under path.

Functions

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