Get Clusters Result
data class GetClustersResult(val clusterName: String? = null, val clusterTypeLists: List<String>? = null, val clusters: List<GetClustersCluster>, val createType: String? = null, val defaultStatus: Boolean? = null, val depositType: String? = null, val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val isDesc: Boolean? = null, val machineType: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val resourceGroupId: String? = null, val statusLists: List<String>? = null, val totalCount: Int, val vpcId: String? = null)
A collection of values returned by getClusters.
Constructors
Link copied to clipboard
fun GetClustersResult(clusterName: String? = null, clusterTypeLists: List<String>? = null, clusters: List<GetClustersCluster>, createType: String? = null, defaultStatus: Boolean? = null, depositType: String? = null, enableDetails: Boolean? = null, id: String, ids: List<String>, isDesc: Boolean? = null, machineType: String? = null, nameRegex: String? = null, names: List<String>, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, resourceGroupId: String? = null, statusLists: List<String>? = null, totalCount: Int, vpcId: String? = null)