Get Clusters Plain Args
data class GetClustersPlainArgs(val description: String? = null, val descriptionRegex: String? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val resourceGroupId: String? = null, val status: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetClustersPlainArgs>
A collection of arguments for invoking getClusters.
Constructors
Link copied to clipboard
constructor(description: String? = null, descriptionRegex: String? = null, enableDetails: Boolean? = null, ids: List<String>? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, resourceGroupId: String? = null, status: String? = null, tags: Map<String, String>? = null)
Properties
Link copied to clipboard
The description of the ADB cluster.
Link copied to clipboard
A regex string to filter results by cluster description.
Link copied to clipboard
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The status of the cluster. Valid values: Preparing
, Creating
, Restoring
, Running
, Deleting
, ClassChanging
, NetAddressCreating
, NetAddressDeleting
. For more information, see Cluster status.