Volume Group Meta Data Response
data class VolumeGroupMetaDataResponse(val applicationIdentifier: String? = null, val applicationType: String? = null, val deploymentSpecId: String? = null, val globalPlacementRules: List<PlacementKeyValuePairsResponse>? = null, val groupDescription: String? = null, val volumesCount: Double)
Volume group properties
Constructors
Link copied to clipboard
fun VolumeGroupMetaDataResponse(applicationIdentifier: String? = null, applicationType: String? = null, deploymentSpecId: String? = null, globalPlacementRules: List<PlacementKeyValuePairsResponse>? = null, groupDescription: String? = null, volumesCount: Double)