Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class ClusterConfig(val configKey: String, val configValue: String, val fileName: String, val serviceName: String)
Link copied to clipboard
data class ClusterHostGroup(val autoRenew: Boolean? = null, val chargeType: String? = null, val decommissionTimeout: Int? = null, val diskCapacity: String? = null, val diskCount: String? = null, val diskType: String? = null, val enableGracefulDecommission: Boolean? = null, val gpuDriver: String? = null, val hostGroupName: String? = null, val hostGroupType: String? = null, val instanceList: String? = null, val instanceType: String? = null, val nodeCount: String? = null, val period: Int? = null, val sysDiskCapacity: String? = null, val sysDiskType: String? = null)
Link copied to clipboard
Link copied to clipboard
data class ClusterModifyClusterServiceConfig(val comment: String? = null, val configParams: String, val configType: String? = null, val customConfigParams: String? = null, val gatewayClusterIdLists: List<String>? = null, val groupId: String? = null, val hostInstanceId: String? = null, val refreshHostConfig: Boolean? = null, val serviceName: String)
Link copied to clipboard
data class GetClustersCluster(val accessInfos: List<GetClustersClusterAccessInfo>, val autoScalingAllowed: Boolean, val autoScalingByLoadAllowed: Boolean, val autoScalingEnable: Boolean, val autoScalingSpotWithLimitAllowed: Boolean, val bootstrapActionLists: List<GetClustersClusterBootstrapActionList>, val bootstrapFailed: Boolean, val clusterId: String, val clusterName: String, val createResource: String, val createTime: String, val createType: String, val depositType: String, val easEnable: Boolean, val expiredTime: String, val extraInfo: String, val hasUncompletedOrder: Boolean, val highAvailabilityEnable: Boolean, val hostGroupLists: List<GetClustersClusterHostGroupList>, val hostPoolInfos: List<GetClustersClusterHostPoolInfo>, val id: String, val imageId: String, val localMetaDb: Boolean, val machineType: String, val metaStoreType: String, val netType: String, val paymentType: String, val period: Int, val relateClusterInfos: List<GetClustersClusterRelateClusterInfo>, val resizeDiskEnable: Boolean, val runningTime: Int, val securityGroupId: String, val securityGroupName: String, val softwareInfos: List<GetClustersClusterSoftwareInfo>, val startTime: String, val status: String, val stopTime: String, val tags: Map<String, String>, val type: String, val userDefinedEmrEcsRole: String, val userId: String, val vpcId: String, val vswitchId: String, val zoneId: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetClustersClusterBootstrapActionList(val arg: String, val name: String, val path: String)
Link copied to clipboard
data class GetClustersClusterHostGroupList(val bandWidth: String, val chargeType: String, val cpuCore: Int, val diskCapacity: Int, val diskCount: Int, val diskType: String, val hostGroupChangeType: String, val hostGroupId: String, val hostGroupName: String, val hostGroupType: String, val instanceType: String, val memoryCapacity: Int, val nodeCount: Int, val nodes: List<GetClustersClusterHostGroupListNode>, val period: String)
Link copied to clipboard
data class GetClustersClusterHostGroupListNode(val createTime: String, val diskInfos: List<GetClustersClusterHostGroupListNodeDiskInfo>, val emrExpiredTime: String, val expiredTime: String, val innerIp: String, val instanceId: String, val pubIp: String, val status: String, val supportIpv6: Boolean, val zoneId: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetClustersClusterRelateClusterInfo(val clusterId: String, val clusterName: String, val clusterType: String, val status: String)
Link copied to clipboard
data class GetClustersClusterSoftwareInfo(val clusterType: String, val emrVer: String, val softwares: List<GetClustersClusterSoftwareInfoSoftware>)
Link copied to clipboard
Link copied to clipboard
data class GetClustersResult(val clusterName: String? = null, val clusterTypeLists: List<String>? = null, val clusters: List<GetClustersCluster>, val createType: String? = null, val defaultStatus: Boolean? = null, val depositType: String? = null, val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val isDesc: Boolean? = null, val machineType: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val resourceGroupId: String? = null, val statusLists: List<String>? = null, val totalCount: Int, val vpcId: String? = null)
A collection of values returned by getClusters.
Link copied to clipboard
data class GetDiskTypesResult(val clusterType: String, val destinationResource: String, val id: String, val ids: List<String>, val instanceChargeType: String, val instanceType: String, val outputFile: String? = null, val types: List<GetDiskTypesType>, val zoneId: String? = null)
A collection of values returned by getDiskTypes.
Link copied to clipboard
Link copied to clipboard
data class GetInstanceTypesResult(val clusterType: String, val destinationResource: String, val id: String, val ids: List<String>, val instanceChargeType: String, val instanceType: String? = null, val outputFile: String? = null, val supportLocalStorage: Boolean? = null, val supportNodeTypes: List<String>? = null, val types: List<GetInstanceTypesType>, val zoneId: String? = null)
A collection of values returned by getInstanceTypes.
Link copied to clipboard
Link copied to clipboard
data class GetMainVersionsMainVersion(val clusterTypes: List<String>, val emrVersion: String, val imageId: String)
Link copied to clipboard
data class GetMainVersionsResult(val clusterTypes: List<String>? = null, val emrVersion: String? = null, val id: String, val ids: List<String>, val mainVersions: List<GetMainVersionsMainVersion>, val outputFile: String? = null)
A collection of values returned by getMainVersions.