Package-level declarations

Types

Link copied to clipboard
data class ClusterAdditionalVolume(val jobQueue: String? = null, val localDirectory: String? = null, val location: String? = null, val remoteDirectory: String? = null, val roles: List<ClusterAdditionalVolumeRole>? = null, val volumeId: String? = null, val volumeMountOption: String? = null, val volumeMountpoint: String? = null, val volumeProtocol: String? = null, val volumeType: String? = null)
Link copied to clipboard
data class ClusterAdditionalVolumeRole(val name: String? = null)
Link copied to clipboard
data class ClusterApplication(val tag: String? = null)
Link copied to clipboard
data class ClusterPostInstallScript(val args: String? = null, val url: String? = null)
Link copied to clipboard
data class GetClustersCluster(val accountType: String, val applications: List<GetClustersClusterApplication>, val clientVersion: String, val clusterId: String, val clusterName: String, val computeCount: Int, val computeInstanceType: String, val createTime: String, val deployMode: String, val description: String, val haEnable: Boolean, val id: String, val imageId: String, val imageOwnerAlias: String, val loginCount: Int, val loginInstanceType: String, val managerCount: Int, val managerInstanceType: String, val osTag: String, val postInstallScripts: List<GetClustersClusterPostInstallScript>, val remoteDirectory: String, val sccClusterId: String, val schedulerType: String, val securityGroupId: String, val status: String, val volumeId: String, val volumeMountpoint: String, val volumeProtocol: String, val volumeType: String, val vpcId: String, val vswitchId: String, val zoneId: String)
Link copied to clipboard
Link copied to clipboard
data class GetClustersClusterPostInstallScript(val args: String, val url: String)
Link copied to clipboard
data class GetClustersResult(val clusters: List<GetClustersCluster>, val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val status: String? = null)

A collection of values returned by getClusters.

Link copied to clipboard
data class GetJobTemplatesResult(val id: String, val ids: List<String>, val outputFile: String? = null, val templates: List<GetJobTemplatesTemplate>)

A collection of values returned by getJobTemplates.

Link copied to clipboard
data class GetJobTemplatesTemplate(val arrayRequest: String, val clockTime: String, val commandLine: String, val gpu: Int, val id: String, val jobTemplateId: String, val jobTemplateName: String, val mem: String, val node: Int, val packagePath: String, val priority: Int, val queue: String, val reRunable: Boolean, val runasUser: String, val stderrRedirectPath: String, val stdoutRedirectPath: String, val task: Int, val thread: Int, val variables: String)