Package-level declarations
Types
Link copied to clipboard
data class GetProjectsProject(val comment: String, val costStorage: String, val createTime: String, val defaultQuota: String, val ipWhiteList: GetProjectsProjectIpWhiteList, val owner: String, val projectName: String, val properties: GetProjectsProjectProperties, val securityProperties: GetProjectsProjectSecurityProperties, val status: String, val type: String)
Link copied to clipboard
Link copied to clipboard
data class GetProjectsProjectProperties(val allowFullScan: Boolean, val enableDecimal2: Boolean, val encryption: GetProjectsProjectPropertiesEncryption, val retentionDays: Int, val sqlMeteringMax: String, val tableLifecycle: GetProjectsProjectPropertiesTableLifecycle, val timezone: String, val typeSystem: String)
Link copied to clipboard
data class GetProjectsProjectPropertiesEncryption(val algorithm: String, val enable: Boolean, val key: String)
Link copied to clipboard
Link copied to clipboard
data class GetProjectsProjectSecurityProperties(val enableDownloadPrivilege: Boolean, val labelSecurity: Boolean, val objectCreatorHasAccessPermission: Boolean, val objectCreatorHasGrantPermission: Boolean, val projectProtection: GetProjectsProjectSecurityPropertiesProjectProtection, val usingAcl: Boolean, val usingPolicy: Boolean)
Link copied to clipboard
data class GetProjectsProjectSecurityPropertiesProjectProtection(val exceptionPolicy: String, val protected: Boolean)
Link copied to clipboard
data class GetProjectsResult(val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val projects: List<GetProjectsProject>)
A collection of values returned by getProjects.
Link copied to clipboard
A collection of values returned by getService.
Link copied to clipboard
Link copied to clipboard
data class ProjectProperties(val allowFullScan: Boolean? = null, val enableDecimal2: Boolean? = null, val encryption: ProjectPropertiesEncryption? = null, val retentionDays: Int? = null, val sqlMeteringMax: String? = null, val tableLifecycle: ProjectPropertiesTableLifecycle? = null, val timezone: String? = null, val typeSystem: String? = null)
Link copied to clipboard
data class ProjectPropertiesEncryption(val algorithm: String? = null, val enable: Boolean? = null, val key: String? = null)
Link copied to clipboard
Link copied to clipboard
data class ProjectSecurityProperties(val enableDownloadPrivilege: Boolean? = null, val labelSecurity: Boolean? = null, val objectCreatorHasAccessPermission: Boolean? = null, val objectCreatorHasGrantPermission: Boolean? = null, val projectProtection: ProjectSecurityPropertiesProjectProtection? = null, val usingAcl: Boolean? = null, val usingPolicy: Boolean? = null)
Link copied to clipboard
data class ProjectSecurityPropertiesProjectProtection(val exceptionPolicy: String? = null, val protected: Boolean? = null)
Link copied to clipboard
data class QuotaPlanQuota(val parameter: QuotaPlanQuotaParameter? = null, val subQuotaInfoLists: List<QuotaPlanQuotaSubQuotaInfoList>? = null)
Link copied to clipboard
data class QuotaPlanQuotaParameter(val elasticReservedCu: Int, val maxCu: Int? = null, val minCu: Int? = null)
Link copied to clipboard
data class QuotaPlanQuotaSubQuotaInfoList(val nickName: String, val parameter: QuotaPlanQuotaSubQuotaInfoListParameter? = null)
Link copied to clipboard
data class QuotaPlanQuotaSubQuotaInfoListParameter(val elasticReservedCu: Int, val maxCu: Int, val minCu: Int)
Link copied to clipboard
data class QuotaScheduleScheduleList(val condition: QuotaScheduleScheduleListCondition? = null, val plan: String, val type: String)
Link copied to clipboard
Link copied to clipboard
data class QuotaSubQuotaInfoList(val nickName: String, val parameter: QuotaSubQuotaInfoListParameter? = null, val type: String? = null)
Link copied to clipboard
Link copied to clipboard
data class TunnelQuotaTimerQuotaTimer(val beginTime: String, val endTime: String, val tunnelQuotaParameter: TunnelQuotaTimerQuotaTimerTunnelQuotaParameter? = null)
Link copied to clipboard
data class TunnelQuotaTimerQuotaTimerTunnelQuotaParameter(val elasticReservedSlotNum: Int, val slotNum: Int)