PlacementKeyValuePairsArgs

data class PlacementKeyValuePairsArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<PlacementKeyValuePairsArgs>

Application specific parameters for the placement of volumes in the volume group

Constructors

Link copied to clipboard
fun PlacementKeyValuePairsArgs(key: Output<String>, value: Output<String>)

Functions

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

Properties

Link copied to clipboard
val key: Output<String>

Key for an application specific parameter for the placement of volumes in the volume group

Link copied to clipboard
val value: Output<String>

Value for an application specific parameter for the placement of volumes in the volume group