Volume Group Meta Data Args
data class VolumeGroupMetaDataArgs(val applicationIdentifier: Output<String>? = null, val applicationType: Output<Either<String, ApplicationType>>? = null, val deploymentSpecId: Output<String>? = 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, deploymentSpecId: Output<String>? = null, globalPlacementRules: Output<List<PlacementKeyValuePairsArgs>>? = null, groupDescription: Output<String>? = null)
Properties
Link copied to clipboard
Application specific identifier
Link copied to clipboard
Application Type
Link copied to clipboard
Application specific identifier of deployment rules for the volume group
Link copied to clipboard
Application specific placement rules for the volume group
Link copied to clipboard
Group Description