GetClustersPlainArgs

data class GetClustersPlainArgs(val clusterName: String? = null, val clusterTypeLists: List<String>? = null, val createType: String? = null, val defaultStatus: Boolean? = null, val depositType: String? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, val isDesc: Boolean? = null, val machineType: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val resourceGroupId: String? = null, val statusLists: List<String>? = null, val vpcId: String? = null) : ConvertibleToJava<GetClustersPlainArgs>

A collection of arguments for invoking getClusters.

Constructors

Link copied to clipboard
constructor(clusterName: String? = null, clusterTypeLists: List<String>? = null, createType: String? = null, defaultStatus: Boolean? = null, depositType: String? = null, enableDetails: Boolean? = null, ids: List<String>? = null, isDesc: Boolean? = null, machineType: String? = null, nameRegex: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, resourceGroupId: String? = null, statusLists: List<String>? = null, vpcId: String? = null)

Properties

Link copied to clipboard
val clusterName: String? = null

The cluster name.

Link copied to clipboard

The cluster type list.

Link copied to clipboard
val createType: String? = null

How to create a cluster. Valid values: ON-DEMAND, MANUAL.

Link copied to clipboard
val defaultStatus: Boolean? = null

The default status.

Link copied to clipboard
val depositType: String? = null

The hosting type of the cluster. Valid values: HALF_MANAGED, MANAGED.

Link copied to clipboard
val enableDetails: Boolean? = null

Default to false. Set it to true can output more details about resource attributes.

Link copied to clipboard
val ids: List<String>? = null

A list of Cluster IDs.

Link copied to clipboard
val isDesc: Boolean? = null

The is desc.

Link copied to clipboard
val machineType: String? = null

The host type of the cluster. The default is ECS. Valid values: DOCKER, ECS, PYHSICAL_MACHINE, ECS_FROM_ECM_HOSTPOOL.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Cluster name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val pageNumber: Int? = null
Link copied to clipboard
val pageSize: Int? = null
Link copied to clipboard
val resourceGroupId: String? = null

The Resource Group ID.

Link copied to clipboard
val statusLists: List<String>? = null

The status list. Valid values: ABNORMAL, CREATE_FAILED, CREATING, IDLE, RELEASED, RELEASE_FAILED, RELEASING, RUNNING, WAIT_FOR_PAY.

Link copied to clipboard
val vpcId: String? = null

The VPC ID.

Functions

Link copied to clipboard
open override fun toJava(): GetClustersPlainArgs