ClusterNodeGroupSubscriptionConfig

data class ClusterNodeGroupSubscriptionConfig(val autoPayOrder: Boolean? = null, val autoRenew: Boolean? = null, val autoRenewDuration: Int? = null, val autoRenewDurationUnit: String? = null, val paymentDuration: Int, val paymentDurationUnit: String)

Constructors

Link copied to clipboard
constructor(autoPayOrder: Boolean? = null, autoRenew: Boolean? = null, autoRenewDuration: Int? = null, autoRenewDurationUnit: String? = null, paymentDuration: Int, paymentDurationUnit: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autoPayOrder: Boolean? = null

Auto pay order for payment type of subscription, ’true’ or ‘false’ . Default value is ’true’.

Link copied to clipboard
val autoRenew: Boolean? = null

Auto renew for prepaid, ’true’ or ‘false’ . Default value: false.

Link copied to clipboard
val autoRenewDuration: Int? = null

If paymentType is Subscription, this should be specified. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36、48.

Link copied to clipboard

If paymentType is Subscription, this should be specified. Supported value: Month or Year.

Link copied to clipboard

If paymentType is Subscription, this should be specified. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36、48.

Link copied to clipboard

If paymentType is Subscription, this should be specified. Supported value: Month or Year.