Get Clusters Plain Args
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
The cluster name.
Link copied to clipboard
The cluster type list.
Link copied to clipboard
How to create a cluster. Valid values: ON-DEMAND
, MANUAL
.
Link copied to clipboard
The default status.
Link copied to clipboard
The hosting type of the cluster. Valid values: HALF_MANAGED
, MANAGED
.
Link copied to clipboard
Default to false
. Set it to true
can output more details about resource attributes.
Link copied to clipboard
The host type of the cluster. The default is ECS. Valid values: DOCKER
, ECS
, PYHSICAL_MACHINE
, ECS_FROM_ECM_HOSTPOOL
.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
Link copied to clipboard
The Resource Group ID.
Link copied to clipboard
The status list. Valid values: ABNORMAL
, CREATE_FAILED
, CREATING
, IDLE
, RELEASED
, RELEASE_FAILED
, RELEASING
, RUNNING
, WAIT_FOR_PAY
.