VolumeGroupMetaDataArgs

data class VolumeGroupMetaDataArgs(val applicationIdentifier: Output<String>? = null, val applicationType: Output<Either<String, ApplicationType>>? = null, val globalPlacementRules: Output<List<PlacementKeyValuePairsArgs>>? = null, val groupDescription: Output<String>? = null) : ConvertibleToJava<VolumeGroupMetaDataArgs>

Volume group properties

Constructors

Link copied to clipboard
constructor(applicationIdentifier: Output<String>? = null, applicationType: Output<Either<String, ApplicationType>>? = null, globalPlacementRules: Output<List<PlacementKeyValuePairsArgs>>? = null, groupDescription: Output<String>? = null)

Properties

Link copied to clipboard
val applicationIdentifier: Output<String>? = null

Application specific identifier

Link copied to clipboard
val applicationType: Output<Either<String, ApplicationType>>? = null

Application Type

Link copied to clipboard

Application specific placement rules for the volume group

Link copied to clipboard
val groupDescription: Output<String>? = null

Group Description

Functions

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