Package-level declarations

Types

Link copied to clipboard
data class AppGroupOrderArgs(val autoRenew: Output<Boolean>? = null, val duration: Output<Int>? = null, val pricingCycle: Output<String>? = null) : ConvertibleToJava<AppGroupOrderArgs>
Link copied to clipboard
Link copied to clipboard
data class AppGroupQuotaArgs(val computeResource: Output<Int>, val docSize: Output<Int>, val qps: Output<Int>? = null, val spec: Output<String>) : ConvertibleToJava<AppGroupQuotaArgs>
Link copied to clipboard
Link copied to clipboard
data class GetAppGroupsPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val instanceId: String? = null, val name: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val resourceGroupId: String? = null, val type: String? = null) : ConvertibleToJava<GetAppGroupsPlainArgs>

A collection of arguments for invoking getAppGroups.