Package-level declarations
Types
Link copied to clipboard
data class GetProjectsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetProjectsPlainArgs>
A collection of arguments for invoking getProjects.
Link copied to clipboard
Builder for GetProjectsPlainArgs.
Link copied to clipboard
A collection of arguments for invoking getService.
Link copied to clipboard
Builder for GetServicePlainArgs.
Link copied to clipboard
data class ProjectIpWhiteListArgs(val ipList: Output<String>? = null, val vpcIpList: Output<String>? = null) : ConvertibleToJava<ProjectIpWhiteListArgs>
Link copied to clipboard
Builder for ProjectIpWhiteListArgs.
Link copied to clipboard
data class ProjectPropertiesArgs(val allowFullScan: Output<Boolean>? = null, val enableDecimal2: Output<Boolean>? = null, val encryption: Output<ProjectPropertiesEncryptionArgs>? = null, val retentionDays: Output<Int>? = null, val sqlMeteringMax: Output<String>? = null, val tableLifecycle: Output<ProjectPropertiesTableLifecycleArgs>? = null, val timezone: Output<String>? = null, val typeSystem: Output<String>? = null) : ConvertibleToJava<ProjectPropertiesArgs>
Link copied to clipboard
Builder for ProjectPropertiesArgs.
Link copied to clipboard
data class ProjectPropertiesEncryptionArgs(val algorithm: Output<String>? = null, val enable: Output<Boolean>? = null, val key: Output<String>? = null) : ConvertibleToJava<ProjectPropertiesEncryptionArgs>
Link copied to clipboard
Builder for ProjectPropertiesEncryptionArgs.
Link copied to clipboard
data class ProjectPropertiesTableLifecycleArgs(val type: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<ProjectPropertiesTableLifecycleArgs>
Link copied to clipboard
Link copied to clipboard
data class ProjectSecurityPropertiesArgs(val enableDownloadPrivilege: Output<Boolean>? = null, val labelSecurity: Output<Boolean>? = null, val objectCreatorHasAccessPermission: Output<Boolean>? = null, val objectCreatorHasGrantPermission: Output<Boolean>? = null, val projectProtection: Output<ProjectSecurityPropertiesProjectProtectionArgs>? = null, val usingAcl: Output<Boolean>? = null, val usingPolicy: Output<Boolean>? = null) : ConvertibleToJava<ProjectSecurityPropertiesArgs>
Link copied to clipboard
Builder for ProjectSecurityPropertiesArgs.
Link copied to clipboard
data class ProjectSecurityPropertiesProjectProtectionArgs(val exceptionPolicy: Output<String>? = null, val protected: Output<Boolean>? = null) : ConvertibleToJava<ProjectSecurityPropertiesProjectProtectionArgs>
Link copied to clipboard
Link copied to clipboard
data class QuotaPlanQuotaArgs(val parameter: Output<QuotaPlanQuotaParameterArgs>? = null, val subQuotaInfoLists: Output<List<QuotaPlanQuotaSubQuotaInfoListArgs>>? = null) : ConvertibleToJava<QuotaPlanQuotaArgs>
Link copied to clipboard
Builder for QuotaPlanQuotaArgs.
Link copied to clipboard
data class QuotaPlanQuotaParameterArgs(val elasticReservedCu: Output<Int>, val maxCu: Output<Int>? = null, val minCu: Output<Int>? = null) : ConvertibleToJava<QuotaPlanQuotaParameterArgs>
Link copied to clipboard
Builder for QuotaPlanQuotaParameterArgs.
Link copied to clipboard
data class QuotaPlanQuotaSubQuotaInfoListArgs(val nickName: Output<String>, val parameter: Output<QuotaPlanQuotaSubQuotaInfoListParameterArgs>? = null) : ConvertibleToJava<QuotaPlanQuotaSubQuotaInfoListArgs>
Link copied to clipboard
Builder for QuotaPlanQuotaSubQuotaInfoListArgs.
Link copied to clipboard
data class QuotaPlanQuotaSubQuotaInfoListParameterArgs(val elasticReservedCu: Output<Int>, val maxCu: Output<Int>, val minCu: Output<Int>) : ConvertibleToJava<QuotaPlanQuotaSubQuotaInfoListParameterArgs>
Link copied to clipboard
Link copied to clipboard
data class QuotaScheduleScheduleListArgs(val condition: Output<QuotaScheduleScheduleListConditionArgs>? = null, val plan: Output<String>, val type: Output<String>) : ConvertibleToJava<QuotaScheduleScheduleListArgs>
Link copied to clipboard
Builder for QuotaScheduleScheduleListArgs.
Link copied to clipboard
data class QuotaScheduleScheduleListConditionArgs(val at: Output<String>) : ConvertibleToJava<QuotaScheduleScheduleListConditionArgs>
Link copied to clipboard
Link copied to clipboard
data class QuotaSubQuotaInfoListArgs(val nickName: Output<String>, val parameter: Output<QuotaSubQuotaInfoListParameterArgs>? = null, val type: Output<String>? = null) : ConvertibleToJava<QuotaSubQuotaInfoListArgs>
Link copied to clipboard
Builder for QuotaSubQuotaInfoListArgs.
Link copied to clipboard
data class QuotaSubQuotaInfoListParameterArgs(val enablePriority: Output<Boolean>? = null, val forceReservedMin: Output<Boolean>? = null, val maxCu: Output<Int>, val minCu: Output<Int>, val schedulerType: Output<String>? = null, val singleJobCuLimit: Output<Int>? = null) : ConvertibleToJava<QuotaSubQuotaInfoListParameterArgs>
Link copied to clipboard
Builder for QuotaSubQuotaInfoListParameterArgs.
Link copied to clipboard
data class TunnelQuotaTimerQuotaTimerArgs(val beginTime: Output<String>, val endTime: Output<String>, val tunnelQuotaParameter: Output<TunnelQuotaTimerQuotaTimerTunnelQuotaParameterArgs>? = null) : ConvertibleToJava<TunnelQuotaTimerQuotaTimerArgs>
Link copied to clipboard
Builder for TunnelQuotaTimerQuotaTimerArgs.
Link copied to clipboard
data class TunnelQuotaTimerQuotaTimerTunnelQuotaParameterArgs(val elasticReservedSlotNum: Output<Int>, val slotNum: Output<Int>) : ConvertibleToJava<TunnelQuotaTimerQuotaTimerTunnelQuotaParameterArgs>
Link copied to clipboard