Class ClusterSubscriptionConfigArgs


  • public final class ClusterSubscriptionConfigArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • autoRenew

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> autoRenew()
        Returns:
        Auto renew for prepaid, ’true’ or ‘false’ . Default value: false.
      • autoRenewDuration

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> autoRenewDuration()
        Returns:
        If paymentType is Subscription, this should be specified. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36、48.
      • autoRenewDurationUnit

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> autoRenewDurationUnit()
        Returns:
        If paymentType is Subscription, this should be specified. Supported value: Month or Year.
      • paymentDuration

        public com.pulumi.core.Output<java.lang.Integer> paymentDuration()
        Returns:
        If paymentType is Subscription, this should be specified. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36、48.
      • paymentDurationUnit

        public com.pulumi.core.Output<java.lang.String> paymentDurationUnit()
        Returns:
        If paymentType is Subscription, this should be specified. Supported value: Month or Year.