Get Dedicated Block Storage Clusters Result
data class GetDedicatedBlockStorageClustersResult(val clusters: List<GetDedicatedBlockStorageClustersCluster>, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null)
A collection of values returned by getDedicatedBlockStorageClusters.
Constructors
Link copied to clipboard
fun GetDedicatedBlockStorageClustersResult(clusters: List<GetDedicatedBlockStorageClustersCluster>, id: String, ids: List<String>, nameRegex: String? = null, names: List<String>, outputFile: String? = null)