Get Clusters Plain Args
data class GetClustersPlainArgs(val clusterName: String? = null, val clusterStates: List<String>? = null, val clusterTypes: List<String>? = null, val ids: List<String>? = null, val maxResults: Int? = null, val nameRegex: String? = null, val nextToken: String? = null, val outputFile: String? = null, val paymentTypes: List<String>? = null, val resourceGroupId: String? = null, val tags: Map<String, Any>? = null) : ConvertibleToJava<GetClustersPlainArgs>
A collection of arguments for invoking getClusters.
Constructors
Link copied to clipboard
fun GetClustersPlainArgs(clusterName: String? = null, clusterStates: List<String>? = null, clusterTypes: List<String>? = null, ids: List<String>? = null, maxResults: Int? = null, nameRegex: String? = null, nextToken: String? = null, outputFile: String? = null, paymentTypes: List<String>? = null, resourceGroupId: String? = null, tags: Map<String, Any>? = null)