You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Charge type of instance. 1: postpaid; 2: prepaid. Default is postpaid.",
189
+
},
190
+
"instance_charge_type_prepaid_period": {
191
+
Type: schema.TypeInt,
192
+
Optional: true,
193
+
ValidateFunc: validateIntegerMin(1),
194
+
Description: "Length of time to purchase an instance (in month). Must set when registry_charge_type is prepaid.",
195
+
},
196
+
"instance_charge_type_prepaid_renew_flag": {
197
+
Type: schema.TypeInt,
198
+
Optional: true,
199
+
ValidateFunc: validateIntegerInRange(1, 3),
200
+
Description: "Auto renewal flag. 1: manual renewal, 2: automatic renewal, 3: no renewal and no notification. Must set when registry_charge_type is prepaid.",
0 commit comments