QuotaSubQuotaInfoListArgs

data class QuotaSubQuotaInfoListArgs(val nickName: Output<String>, val parameter: Output<QuotaSubQuotaInfoListParameterArgs>? = null, val type: Output<String>? = null) : ConvertibleToJava<QuotaSubQuotaInfoListArgs>

Constructors

Link copied to clipboard
constructor(nickName: Output<String>, parameter: Output<QuotaSubQuotaInfoListParameterArgs>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard
val nickName: Output<String>

Secondary Quota nickname.

Link copied to clipboard

Parameter See parameter below.

Link copied to clipboard
val type: Output<String>? = null

The secondary Quota type. The default value is: FUXI_OFFLINE

Functions

Link copied to clipboard
open override fun toJava(): QuotaSubQuotaInfoListArgs