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
constructor(key: Output<String>, value: Output<String>)

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

Functions

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