Package-level declarations
Types
Link copied to clipboard
data class ClusterBootstrapActionArgs(val arg: Output<String>? = null, val executionFailStrategy: Output<String>? = null, val executionMoment: Output<String>? = null, val executionTarget: Output<String>? = null, val name: Output<String>? = null, val path: Output<String>? = null) : ConvertibleToJava<ClusterBootstrapActionArgs>
Link copied to clipboard
Builder for ClusterBootstrapActionArgs.
Link copied to clipboard
data class ClusterConfigArgs(val configKey: Output<String>, val configValue: Output<String>, val fileName: Output<String>, val serviceName: Output<String>) : ConvertibleToJava<ClusterConfigArgs>
Link copied to clipboard
class ClusterConfigArgsBuilder
Builder for ClusterConfigArgs.
Link copied to clipboard
data class ClusterHostGroupArgs(val autoRenew: Output<Boolean>? = null, val chargeType: Output<String>? = null, val decommissionTimeout: Output<Int>? = null, val diskCapacity: Output<String>? = null, val diskCount: Output<String>? = null, val diskType: Output<String>? = null, val enableGracefulDecommission: Output<Boolean>? = null, val gpuDriver: Output<String>? = null, val hostGroupName: Output<String>? = null, val hostGroupType: Output<String>? = null, val instanceList: Output<String>? = null, val instanceType: Output<String>? = null, val nodeCount: Output<String>? = null, val period: Output<Int>? = null, val sysDiskCapacity: Output<String>? = null, val sysDiskType: Output<String>? = null) : ConvertibleToJava<ClusterHostGroupArgs>
Link copied to clipboard
Builder for ClusterHostGroupArgs.
Link copied to clipboard
data class ClusterMetaStoreConfArgs(val dbPassword: Output<String>, val dbUrl: Output<String>, val dbUserName: Output<String>) : ConvertibleToJava<ClusterMetaStoreConfArgs>
Link copied to clipboard
Builder for ClusterMetaStoreConfArgs.
Link copied to clipboard
data class ClusterModifyClusterServiceConfigArgs(val comment: Output<String>? = null, val configParams: Output<String>, val configType: Output<String>? = null, val customConfigParams: Output<String>? = null, val gatewayClusterIdLists: Output<List<String>>? = null, val groupId: Output<String>? = null, val hostInstanceId: Output<String>? = null, val refreshHostConfig: Output<Boolean>? = null, val serviceName: Output<String>) : ConvertibleToJava<ClusterModifyClusterServiceConfigArgs>
Link copied to clipboard
Link copied to clipboard
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.
Link copied to clipboard
Builder for GetClustersPlainArgs.
Link copied to clipboard
data class GetDiskTypesPlainArgs(val clusterType: String, val destinationResource: String, val instanceChargeType: String, val instanceType: String, val outputFile: String? = null, val zoneId: String? = null) : ConvertibleToJava<GetDiskTypesPlainArgs>
A collection of arguments for invoking getDiskTypes.
Link copied to clipboard
Builder for GetDiskTypesPlainArgs.
Link copied to clipboard
data class GetInstanceTypesPlainArgs(val clusterType: String, val destinationResource: String, val instanceChargeType: String, val instanceType: String? = null, val outputFile: String? = null, val supportLocalStorage: Boolean? = null, val supportNodeTypes: List<String>? = null, val zoneId: String? = null) : ConvertibleToJava<GetInstanceTypesPlainArgs>
A collection of arguments for invoking getInstanceTypes.
Link copied to clipboard
Builder for GetInstanceTypesPlainArgs.
Link copied to clipboard
data class GetMainVersionsPlainArgs(val clusterTypes: List<String>? = null, val emrVersion: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetMainVersionsPlainArgs>
A collection of arguments for invoking getMainVersions.
Link copied to clipboard
Builder for GetMainVersionsPlainArgs.