Cluster Node Group Subscription Config Args
data class ClusterNodeGroupSubscriptionConfigArgs(val autoPayOrder: Output<Boolean>? = null, val autoRenew: Output<Boolean>? = null, val autoRenewDuration: Output<Int>? = null, val autoRenewDurationUnit: Output<String>? = null, val paymentDuration: Output<Int>, val paymentDurationUnit: Output<String>) : ConvertibleToJava<ClusterNodeGroupSubscriptionConfigArgs>
Properties
Link copied to clipboard
Auto pay order for payment type of subscription, ’true’ or ‘false’ . Default value is ’true’.
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.
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.