VolumeGroupMetaDataResponse

data class VolumeGroupMetaDataResponse(val applicationIdentifier: String? = null, val applicationType: String? = null, val globalPlacementRules: List<PlacementKeyValuePairsResponse>? = null, val groupDescription: String? = null, val volumesCount: Double)

Volume group properties

Constructors

Link copied to clipboard
constructor(applicationIdentifier: String? = null, applicationType: String? = null, globalPlacementRules: List<PlacementKeyValuePairsResponse>? = null, groupDescription: String? = null, volumesCount: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Application specific identifier

Link copied to clipboard
val applicationType: String? = null

Application Type

Link copied to clipboard

Application specific placement rules for the volume group

Link copied to clipboard

Group Description

Link copied to clipboard

Number of volumes in volume group