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
/// Charge type of instance. Valid values are `PREPAID`, `POSTPAID_BY_HOUR`, `SPOTPAID`. The default is `POSTPAID_BY_HOUR`. NOTE: `SPOTPAID` instance must set `spot_instance_type` and `spot_max_price` at the same time.
311
+
/// Charge type of instance. Valid values are `PREPAID`, `POSTPAID_BY_HOUR`, `SPOTPAID`, `CDCPAID`. The default is `POSTPAID_BY_HOUR`. NOTE: `SPOTPAID` instance must set `spot_instance_type` and `spot_max_price` at the same time.
@@ -429,6 +502,12 @@ public InputList<Inputs.ScalingConfigDataDiskArgs> DataDisks
429
502
set=>_dataDisks=value;
430
503
}
431
504
505
+
/// <summary>
506
+
/// Dedicated Cluster ID.
507
+
/// </summary>
508
+
[Input("dedicatedClusterId")]
509
+
publicInput<string>?DedicatedClusterId{get;set;}
510
+
432
511
/// <summary>
433
512
/// Policy of cloud disk type. Valid values: `ORIGINAL` and `AUTOMATIC`. Default is `ORIGINAL`.
434
513
/// </summary>
@@ -472,7 +551,7 @@ public InputList<Inputs.ScalingConfigDataDiskArgs> DataDisks
472
551
publicInput<string>?ImageId{get;set;}
473
552
474
553
/// <summary>
475
-
/// Charge type of instance. Valid values are `PREPAID`, `POSTPAID_BY_HOUR`, `SPOTPAID`. The default is `POSTPAID_BY_HOUR`. NOTE: `SPOTPAID` instance must set `spot_instance_type` and `spot_max_price` at the same time.
554
+
/// Charge type of instance. Valid values are `PREPAID`, `POSTPAID_BY_HOUR`, `SPOTPAID`, `CDCPAID`. The default is `POSTPAID_BY_HOUR`. NOTE: `SPOTPAID` instance must set `spot_instance_type` and `spot_max_price` at the same time.
476
555
/// </summary>
477
556
[Input("instanceChargeType")]
478
557
publicInput<string>?InstanceChargeType{get;set;}
@@ -657,6 +736,12 @@ public InputList<Inputs.ScalingConfigDataDiskGetArgs> DataDisks
657
736
set=>_dataDisks=value;
658
737
}
659
738
739
+
/// <summary>
740
+
/// Dedicated Cluster ID.
741
+
/// </summary>
742
+
[Input("dedicatedClusterId")]
743
+
publicInput<string>?DedicatedClusterId{get;set;}
744
+
660
745
/// <summary>
661
746
/// Policy of cloud disk type. Valid values: `ORIGINAL` and `AUTOMATIC`. Default is `ORIGINAL`.
662
747
/// </summary>
@@ -700,7 +785,7 @@ public InputList<Inputs.ScalingConfigDataDiskGetArgs> DataDisks
700
785
publicInput<string>?ImageId{get;set;}
701
786
702
787
/// <summary>
703
-
/// Charge type of instance. Valid values are `PREPAID`, `POSTPAID_BY_HOUR`, `SPOTPAID`. The default is `POSTPAID_BY_HOUR`. NOTE: `SPOTPAID` instance must set `spot_instance_type` and `spot_max_price` at the same time.
788
+
/// Charge type of instance. Valid values are `PREPAID`, `POSTPAID_BY_HOUR`, `SPOTPAID`, `CDCPAID`. The default is `POSTPAID_BY_HOUR`. NOTE: `SPOTPAID` instance must set `spot_instance_type` and `spot_max_price` at the same time.
0 commit comments