pulumi-alicloud 3.64.0a1729196623__py3-none-any.whl → 3.64.0a1730118787__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +16 -0
- pulumi_alicloud/amqp/instance.py +8 -8
- pulumi_alicloud/bss/get_open_api_pricing_modules.py +4 -4
- pulumi_alicloud/bss/get_open_api_products.py +4 -4
- pulumi_alicloud/cas/get_certificates.py +17 -1
- pulumi_alicloud/cas/get_service_certificates.py +153 -17
- pulumi_alicloud/cas/outputs.py +40 -36
- pulumi_alicloud/cen/instance.py +108 -53
- pulumi_alicloud/cloudfirewall/control_policy.py +524 -23
- pulumi_alicloud/cloudfirewall/instance.py +64 -36
- pulumi_alicloud/cs/_inputs.py +390 -26
- pulumi_alicloud/cs/get_serverless_kubernetes_clusters.py +2 -0
- pulumi_alicloud/cs/kubernetes.py +48 -35
- pulumi_alicloud/cs/managed_kubernetes.py +91 -35
- pulumi_alicloud/cs/node_pool.py +68 -14
- pulumi_alicloud/cs/outputs.py +293 -16
- pulumi_alicloud/cs/serverless_kubernetes.py +157 -63
- pulumi_alicloud/databasefilesystem/_inputs.py +0 -6
- pulumi_alicloud/databasefilesystem/instance.py +31 -0
- pulumi_alicloud/databasefilesystem/outputs.py +0 -4
- pulumi_alicloud/dns/get_alidns_records.py +26 -4
- pulumi_alicloud/dns/outputs.py +2 -2
- pulumi_alicloud/eais/instance.py +55 -57
- pulumi_alicloud/ecp/instance.py +177 -219
- pulumi_alicloud/ecs/disk.py +2 -2
- pulumi_alicloud/ecs/ecs_disk.py +142 -58
- pulumi_alicloud/ecs/ecs_key_pair.py +1 -1
- pulumi_alicloud/ecs/ecs_launch_template.py +169 -0
- pulumi_alicloud/ecs/get_ecs_launch_templates.py +172 -6
- pulumi_alicloud/ecs/instance.py +131 -98
- pulumi_alicloud/ecs/key_pair.py +1 -1
- pulumi_alicloud/ecs/launch_template.py +102 -0
- pulumi_alicloud/ecs/outputs.py +57 -24
- pulumi_alicloud/ens/disk.py +2 -2
- pulumi_alicloud/ens/disk_instance_attachment.py +2 -2
- pulumi_alicloud/ess/_inputs.py +342 -2
- pulumi_alicloud/ess/eci_scaling_configuration.py +202 -0
- pulumi_alicloud/ess/outputs.py +226 -2
- pulumi_alicloud/ess/scaling_configuration.py +376 -0
- pulumi_alicloud/ga/_inputs.py +57 -22
- pulumi_alicloud/ga/outputs.py +39 -15
- pulumi_alicloud/gpdb/__init__.py +1 -0
- pulumi_alicloud/gpdb/database.py +545 -0
- pulumi_alicloud/gpdb/instance.py +1 -1
- pulumi_alicloud/kvstore/instance.py +24 -5
- pulumi_alicloud/mse/cluster.py +149 -51
- pulumi_alicloud/mse/engine_namespace.py +176 -74
- pulumi_alicloud/mse/get_clusters.py +70 -10
- pulumi_alicloud/mse/get_engine_namespaces.py +93 -15
- pulumi_alicloud/mse/outputs.py +36 -8
- pulumi_alicloud/nas/data_flow.py +6 -6
- pulumi_alicloud/nas/fileset.py +6 -6
- pulumi_alicloud/nas/lifecycle_policy.py +6 -6
- pulumi_alicloud/nas/recycle_bin.py +6 -6
- pulumi_alicloud/nas/snapshot.py +6 -6
- pulumi_alicloud/polardb/cluster.py +162 -0
- pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +51 -7
- pulumi_alicloud/privatelink/outputs.py +17 -6
- pulumi_alicloud/privatelink/vpc_endpoint_service_user.py +54 -17
- pulumi_alicloud/privatelink/vpc_endpoint_zone.py +7 -21
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/rds/instance.py +50 -3
- pulumi_alicloud/resourcemanager/get_folders.py +35 -28
- pulumi_alicloud/resourcemanager/outputs.py +8 -8
- pulumi_alicloud/servicemesh/_inputs.py +656 -174
- pulumi_alicloud/servicemesh/outputs.py +507 -117
- pulumi_alicloud/servicemesh/service_mesh.py +120 -78
- pulumi_alicloud/sls/__init__.py +1 -0
- pulumi_alicloud/sls/_inputs.py +307 -0
- pulumi_alicloud/sls/collection_policy.py +561 -0
- pulumi_alicloud/sls/outputs.py +263 -0
- pulumi_alicloud/threatdetection/instance.py +331 -43
- {pulumi_alicloud-3.64.0a1729196623.dist-info → pulumi_alicloud-3.64.0a1730118787.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.64.0a1729196623.dist-info → pulumi_alicloud-3.64.0a1730118787.dist-info}/RECORD +76 -74
- {pulumi_alicloud-3.64.0a1729196623.dist-info → pulumi_alicloud-3.64.0a1730118787.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.64.0a1729196623.dist-info → pulumi_alicloud-3.64.0a1730118787.dist-info}/top_level.txt +0 -0
pulumi_alicloud/mse/cluster.py
CHANGED
|
@@ -40,24 +40,38 @@ class ClusterArgs:
|
|
|
40
40
|
vswitch_id: Optional[pulumi.Input[str]] = None):
|
|
41
41
|
"""
|
|
42
42
|
The set of arguments for constructing a Cluster resource.
|
|
43
|
-
:param pulumi.Input[str] cluster_specification: The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. Valid values:
|
|
43
|
+
:param pulumi.Input[str] cluster_specification: The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. If you were an international user, please use the specification version ending with `_200_c`.Valid values:
|
|
44
|
+
- Professional Edition
|
|
44
45
|
- `MSE_SC_1_2_60_c`: 1C2G
|
|
45
46
|
- `MSE_SC_2_4_60_c`: 2C4G
|
|
46
47
|
- `MSE_SC_4_8_60_c`: 4C8G
|
|
47
48
|
- `MSE_SC_8_16_60_c`: 8C16G
|
|
49
|
+
- `MSE_SC_16_32_60_c`:16C32G
|
|
50
|
+
- `MSE_SC_1_2_200_c`: 1C2G
|
|
51
|
+
- `MSE_SC_2_4_200_c`: 2C4G
|
|
52
|
+
- `MSE_SC_4_8_200_c`: 4C8G
|
|
53
|
+
- `MSE_SC_8_16_200_c`: 8C16G
|
|
54
|
+
- `MSE_SC_16_32_200_c`:16C32G
|
|
55
|
+
- Developer Edition
|
|
56
|
+
- `MSE_SC_1_2_60_c`: 1C2G
|
|
57
|
+
- `MSE_SC_2_4_60_c`: 2C4G
|
|
58
|
+
- `MSE_SC_1_2_200_c`: 1C2G
|
|
59
|
+
- `MSE_SC_2_4_200_c`: 2C4G
|
|
60
|
+
- Serverless Edition
|
|
61
|
+
- `MSE_SC_SERVERLESS`: Available since v1.232.0
|
|
48
62
|
:param pulumi.Input[str] cluster_type: The type of MSE Cluster.
|
|
49
63
|
:param pulumi.Input[str] cluster_version: The version of MSE Cluster. See [details](https://www.alibabacloud.com/help/en/mse/developer-reference/api-mse-2019-05-31-createcluster)
|
|
50
64
|
:param pulumi.Input[int] instance_count: The count of instance. **NOTE:** From version 1.188.0, `instance_count` can be modified.
|
|
51
|
-
:param pulumi.Input[str] net_type: The type of network. Valid values:
|
|
52
|
-
:param pulumi.Input[str] pub_network_flow: The public network bandwidth.
|
|
65
|
+
:param pulumi.Input[str] net_type: The type of network. Valid values: `privatenet` and `pubnet` and `both`(Available since v1.232.0).
|
|
66
|
+
:param pulumi.Input[str] pub_network_flow: The public network bandwidth.
|
|
53
67
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] acl_entry_lists: The whitelist. **NOTE:** This attribute is invalid when the value of `pub_network_flow` is `0` and the value of `net_type` is `privatenet`.
|
|
54
68
|
:param pulumi.Input[str] cluster_alias_name: The alias of MSE Cluster.
|
|
55
|
-
:param pulumi.Input[str] connection_type: The connection type. Valid values: `slb`.
|
|
69
|
+
:param pulumi.Input[str] connection_type: The connection type. Valid values: `slb`,`single_eni`(Available since v1.232.0). If your region is one of `ap-southeast-6、us-west-1、eu-central-1、us-east-1、ap-southeast-1`,and your cluster's mse_version is `mse_dev`,please use `single_eni`.
|
|
56
70
|
:param pulumi.Input[str] disk_type: The type of Disk.
|
|
57
|
-
:param pulumi.Input[str] mse_version: The version of MSE. Valid values: `mse_dev` or `mse_pro
|
|
71
|
+
:param pulumi.Input[str] mse_version: The version of MSE. Valid values: `mse_dev` or `mse_pro` or `mse_serverless`(Available since v1.232.0).
|
|
58
72
|
:param pulumi.Input[str] payment_type: Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default PayAsYouGo.
|
|
59
73
|
:param pulumi.Input[str] private_slb_specification: The specification of private network SLB.
|
|
60
|
-
:param pulumi.Input[str] pub_slb_specification: The specification of public network SLB.
|
|
74
|
+
:param pulumi.Input[str] pub_slb_specification: The specification of public network SLB. Serverless Instance could ignore this parameter.
|
|
61
75
|
:param pulumi.Input[str] request_pars: The extended request parameters in the JSON format.
|
|
62
76
|
:param pulumi.Input[str] resource_group_id: The resource group of the resource.
|
|
63
77
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource.
|
|
@@ -101,11 +115,25 @@ class ClusterArgs:
|
|
|
101
115
|
@pulumi.getter(name="clusterSpecification")
|
|
102
116
|
def cluster_specification(self) -> pulumi.Input[str]:
|
|
103
117
|
"""
|
|
104
|
-
The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. Valid values:
|
|
118
|
+
The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. If you were an international user, please use the specification version ending with `_200_c`.Valid values:
|
|
119
|
+
- Professional Edition
|
|
105
120
|
- `MSE_SC_1_2_60_c`: 1C2G
|
|
106
121
|
- `MSE_SC_2_4_60_c`: 2C4G
|
|
107
122
|
- `MSE_SC_4_8_60_c`: 4C8G
|
|
108
123
|
- `MSE_SC_8_16_60_c`: 8C16G
|
|
124
|
+
- `MSE_SC_16_32_60_c`:16C32G
|
|
125
|
+
- `MSE_SC_1_2_200_c`: 1C2G
|
|
126
|
+
- `MSE_SC_2_4_200_c`: 2C4G
|
|
127
|
+
- `MSE_SC_4_8_200_c`: 4C8G
|
|
128
|
+
- `MSE_SC_8_16_200_c`: 8C16G
|
|
129
|
+
- `MSE_SC_16_32_200_c`:16C32G
|
|
130
|
+
- Developer Edition
|
|
131
|
+
- `MSE_SC_1_2_60_c`: 1C2G
|
|
132
|
+
- `MSE_SC_2_4_60_c`: 2C4G
|
|
133
|
+
- `MSE_SC_1_2_200_c`: 1C2G
|
|
134
|
+
- `MSE_SC_2_4_200_c`: 2C4G
|
|
135
|
+
- Serverless Edition
|
|
136
|
+
- `MSE_SC_SERVERLESS`: Available since v1.232.0
|
|
109
137
|
"""
|
|
110
138
|
return pulumi.get(self, "cluster_specification")
|
|
111
139
|
|
|
@@ -153,7 +181,7 @@ class ClusterArgs:
|
|
|
153
181
|
@pulumi.getter(name="netType")
|
|
154
182
|
def net_type(self) -> pulumi.Input[str]:
|
|
155
183
|
"""
|
|
156
|
-
The type of network. Valid values:
|
|
184
|
+
The type of network. Valid values: `privatenet` and `pubnet` and `both`(Available since v1.232.0).
|
|
157
185
|
"""
|
|
158
186
|
return pulumi.get(self, "net_type")
|
|
159
187
|
|
|
@@ -165,7 +193,7 @@ class ClusterArgs:
|
|
|
165
193
|
@pulumi.getter(name="pubNetworkFlow")
|
|
166
194
|
def pub_network_flow(self) -> pulumi.Input[str]:
|
|
167
195
|
"""
|
|
168
|
-
The public network bandwidth.
|
|
196
|
+
The public network bandwidth.
|
|
169
197
|
"""
|
|
170
198
|
return pulumi.get(self, "pub_network_flow")
|
|
171
199
|
|
|
@@ -201,7 +229,7 @@ class ClusterArgs:
|
|
|
201
229
|
@pulumi.getter(name="connectionType")
|
|
202
230
|
def connection_type(self) -> Optional[pulumi.Input[str]]:
|
|
203
231
|
"""
|
|
204
|
-
The connection type. Valid values: `slb`.
|
|
232
|
+
The connection type. Valid values: `slb`,`single_eni`(Available since v1.232.0). If your region is one of `ap-southeast-6、us-west-1、eu-central-1、us-east-1、ap-southeast-1`,and your cluster's mse_version is `mse_dev`,please use `single_eni`.
|
|
205
233
|
"""
|
|
206
234
|
return pulumi.get(self, "connection_type")
|
|
207
235
|
|
|
@@ -225,7 +253,7 @@ class ClusterArgs:
|
|
|
225
253
|
@pulumi.getter(name="mseVersion")
|
|
226
254
|
def mse_version(self) -> Optional[pulumi.Input[str]]:
|
|
227
255
|
"""
|
|
228
|
-
The version of MSE. Valid values: `mse_dev` or `mse_pro
|
|
256
|
+
The version of MSE. Valid values: `mse_dev` or `mse_pro` or `mse_serverless`(Available since v1.232.0).
|
|
229
257
|
"""
|
|
230
258
|
return pulumi.get(self, "mse_version")
|
|
231
259
|
|
|
@@ -261,7 +289,7 @@ class ClusterArgs:
|
|
|
261
289
|
@pulumi.getter(name="pubSlbSpecification")
|
|
262
290
|
def pub_slb_specification(self) -> Optional[pulumi.Input[str]]:
|
|
263
291
|
"""
|
|
264
|
-
The specification of public network SLB.
|
|
292
|
+
The specification of public network SLB. Serverless Instance could ignore this parameter.
|
|
265
293
|
"""
|
|
266
294
|
return pulumi.get(self, "pub_slb_specification")
|
|
267
295
|
|
|
@@ -358,25 +386,39 @@ class _ClusterState:
|
|
|
358
386
|
"""
|
|
359
387
|
Input properties used for looking up and filtering Cluster resources.
|
|
360
388
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] acl_entry_lists: The whitelist. **NOTE:** This attribute is invalid when the value of `pub_network_flow` is `0` and the value of `net_type` is `privatenet`.
|
|
361
|
-
:param pulumi.Input[str] app_version: (Available
|
|
389
|
+
:param pulumi.Input[str] app_version: (Available since v1.205.0) The application version.
|
|
362
390
|
:param pulumi.Input[str] cluster_alias_name: The alias of MSE Cluster.
|
|
363
|
-
:param pulumi.Input[str] cluster_id: (Available
|
|
364
|
-
:param pulumi.Input[str] cluster_specification: The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. Valid values:
|
|
391
|
+
:param pulumi.Input[str] cluster_id: (Available since v1.162.0) The cluster id of Cluster.
|
|
392
|
+
:param pulumi.Input[str] cluster_specification: The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. If you were an international user, please use the specification version ending with `_200_c`.Valid values:
|
|
393
|
+
- Professional Edition
|
|
365
394
|
- `MSE_SC_1_2_60_c`: 1C2G
|
|
366
395
|
- `MSE_SC_2_4_60_c`: 2C4G
|
|
367
396
|
- `MSE_SC_4_8_60_c`: 4C8G
|
|
368
397
|
- `MSE_SC_8_16_60_c`: 8C16G
|
|
398
|
+
- `MSE_SC_16_32_60_c`:16C32G
|
|
399
|
+
- `MSE_SC_1_2_200_c`: 1C2G
|
|
400
|
+
- `MSE_SC_2_4_200_c`: 2C4G
|
|
401
|
+
- `MSE_SC_4_8_200_c`: 4C8G
|
|
402
|
+
- `MSE_SC_8_16_200_c`: 8C16G
|
|
403
|
+
- `MSE_SC_16_32_200_c`:16C32G
|
|
404
|
+
- Developer Edition
|
|
405
|
+
- `MSE_SC_1_2_60_c`: 1C2G
|
|
406
|
+
- `MSE_SC_2_4_60_c`: 2C4G
|
|
407
|
+
- `MSE_SC_1_2_200_c`: 1C2G
|
|
408
|
+
- `MSE_SC_2_4_200_c`: 2C4G
|
|
409
|
+
- Serverless Edition
|
|
410
|
+
- `MSE_SC_SERVERLESS`: Available since v1.232.0
|
|
369
411
|
:param pulumi.Input[str] cluster_type: The type of MSE Cluster.
|
|
370
412
|
:param pulumi.Input[str] cluster_version: The version of MSE Cluster. See [details](https://www.alibabacloud.com/help/en/mse/developer-reference/api-mse-2019-05-31-createcluster)
|
|
371
|
-
:param pulumi.Input[str] connection_type: The connection type. Valid values: `slb`.
|
|
413
|
+
:param pulumi.Input[str] connection_type: The connection type. Valid values: `slb`,`single_eni`(Available since v1.232.0). If your region is one of `ap-southeast-6、us-west-1、eu-central-1、us-east-1、ap-southeast-1`,and your cluster's mse_version is `mse_dev`,please use `single_eni`.
|
|
372
414
|
:param pulumi.Input[str] disk_type: The type of Disk.
|
|
373
415
|
:param pulumi.Input[int] instance_count: The count of instance. **NOTE:** From version 1.188.0, `instance_count` can be modified.
|
|
374
|
-
:param pulumi.Input[str] mse_version: The version of MSE. Valid values: `mse_dev` or `mse_pro
|
|
375
|
-
:param pulumi.Input[str] net_type: The type of network. Valid values:
|
|
416
|
+
:param pulumi.Input[str] mse_version: The version of MSE. Valid values: `mse_dev` or `mse_pro` or `mse_serverless`(Available since v1.232.0).
|
|
417
|
+
:param pulumi.Input[str] net_type: The type of network. Valid values: `privatenet` and `pubnet` and `both`(Available since v1.232.0).
|
|
376
418
|
:param pulumi.Input[str] payment_type: Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default PayAsYouGo.
|
|
377
419
|
:param pulumi.Input[str] private_slb_specification: The specification of private network SLB.
|
|
378
|
-
:param pulumi.Input[str] pub_network_flow: The public network bandwidth.
|
|
379
|
-
:param pulumi.Input[str] pub_slb_specification: The specification of public network SLB.
|
|
420
|
+
:param pulumi.Input[str] pub_network_flow: The public network bandwidth.
|
|
421
|
+
:param pulumi.Input[str] pub_slb_specification: The specification of public network SLB. Serverless Instance could ignore this parameter.
|
|
380
422
|
:param pulumi.Input[str] request_pars: The extended request parameters in the JSON format.
|
|
381
423
|
:param pulumi.Input[str] resource_group_id: The resource group of the resource.
|
|
382
424
|
:param pulumi.Input[str] status: The status of MSE Cluster.
|
|
@@ -445,7 +487,7 @@ class _ClusterState:
|
|
|
445
487
|
@pulumi.getter(name="appVersion")
|
|
446
488
|
def app_version(self) -> Optional[pulumi.Input[str]]:
|
|
447
489
|
"""
|
|
448
|
-
(Available
|
|
490
|
+
(Available since v1.205.0) The application version.
|
|
449
491
|
"""
|
|
450
492
|
return pulumi.get(self, "app_version")
|
|
451
493
|
|
|
@@ -469,7 +511,7 @@ class _ClusterState:
|
|
|
469
511
|
@pulumi.getter(name="clusterId")
|
|
470
512
|
def cluster_id(self) -> Optional[pulumi.Input[str]]:
|
|
471
513
|
"""
|
|
472
|
-
(Available
|
|
514
|
+
(Available since v1.162.0) The cluster id of Cluster.
|
|
473
515
|
"""
|
|
474
516
|
return pulumi.get(self, "cluster_id")
|
|
475
517
|
|
|
@@ -481,11 +523,25 @@ class _ClusterState:
|
|
|
481
523
|
@pulumi.getter(name="clusterSpecification")
|
|
482
524
|
def cluster_specification(self) -> Optional[pulumi.Input[str]]:
|
|
483
525
|
"""
|
|
484
|
-
The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. Valid values:
|
|
526
|
+
The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. If you were an international user, please use the specification version ending with `_200_c`.Valid values:
|
|
527
|
+
- Professional Edition
|
|
485
528
|
- `MSE_SC_1_2_60_c`: 1C2G
|
|
486
529
|
- `MSE_SC_2_4_60_c`: 2C4G
|
|
487
530
|
- `MSE_SC_4_8_60_c`: 4C8G
|
|
488
531
|
- `MSE_SC_8_16_60_c`: 8C16G
|
|
532
|
+
- `MSE_SC_16_32_60_c`:16C32G
|
|
533
|
+
- `MSE_SC_1_2_200_c`: 1C2G
|
|
534
|
+
- `MSE_SC_2_4_200_c`: 2C4G
|
|
535
|
+
- `MSE_SC_4_8_200_c`: 4C8G
|
|
536
|
+
- `MSE_SC_8_16_200_c`: 8C16G
|
|
537
|
+
- `MSE_SC_16_32_200_c`:16C32G
|
|
538
|
+
- Developer Edition
|
|
539
|
+
- `MSE_SC_1_2_60_c`: 1C2G
|
|
540
|
+
- `MSE_SC_2_4_60_c`: 2C4G
|
|
541
|
+
- `MSE_SC_1_2_200_c`: 1C2G
|
|
542
|
+
- `MSE_SC_2_4_200_c`: 2C4G
|
|
543
|
+
- Serverless Edition
|
|
544
|
+
- `MSE_SC_SERVERLESS`: Available since v1.232.0
|
|
489
545
|
"""
|
|
490
546
|
return pulumi.get(self, "cluster_specification")
|
|
491
547
|
|
|
@@ -521,7 +577,7 @@ class _ClusterState:
|
|
|
521
577
|
@pulumi.getter(name="connectionType")
|
|
522
578
|
def connection_type(self) -> Optional[pulumi.Input[str]]:
|
|
523
579
|
"""
|
|
524
|
-
The connection type. Valid values: `slb`.
|
|
580
|
+
The connection type. Valid values: `slb`,`single_eni`(Available since v1.232.0). If your region is one of `ap-southeast-6、us-west-1、eu-central-1、us-east-1、ap-southeast-1`,and your cluster's mse_version is `mse_dev`,please use `single_eni`.
|
|
525
581
|
"""
|
|
526
582
|
return pulumi.get(self, "connection_type")
|
|
527
583
|
|
|
@@ -557,7 +613,7 @@ class _ClusterState:
|
|
|
557
613
|
@pulumi.getter(name="mseVersion")
|
|
558
614
|
def mse_version(self) -> Optional[pulumi.Input[str]]:
|
|
559
615
|
"""
|
|
560
|
-
The version of MSE. Valid values: `mse_dev` or `mse_pro
|
|
616
|
+
The version of MSE. Valid values: `mse_dev` or `mse_pro` or `mse_serverless`(Available since v1.232.0).
|
|
561
617
|
"""
|
|
562
618
|
return pulumi.get(self, "mse_version")
|
|
563
619
|
|
|
@@ -569,7 +625,7 @@ class _ClusterState:
|
|
|
569
625
|
@pulumi.getter(name="netType")
|
|
570
626
|
def net_type(self) -> Optional[pulumi.Input[str]]:
|
|
571
627
|
"""
|
|
572
|
-
The type of network. Valid values:
|
|
628
|
+
The type of network. Valid values: `privatenet` and `pubnet` and `both`(Available since v1.232.0).
|
|
573
629
|
"""
|
|
574
630
|
return pulumi.get(self, "net_type")
|
|
575
631
|
|
|
@@ -605,7 +661,7 @@ class _ClusterState:
|
|
|
605
661
|
@pulumi.getter(name="pubNetworkFlow")
|
|
606
662
|
def pub_network_flow(self) -> Optional[pulumi.Input[str]]:
|
|
607
663
|
"""
|
|
608
|
-
The public network bandwidth.
|
|
664
|
+
The public network bandwidth.
|
|
609
665
|
"""
|
|
610
666
|
return pulumi.get(self, "pub_network_flow")
|
|
611
667
|
|
|
@@ -617,7 +673,7 @@ class _ClusterState:
|
|
|
617
673
|
@pulumi.getter(name="pubSlbSpecification")
|
|
618
674
|
def pub_slb_specification(self) -> Optional[pulumi.Input[str]]:
|
|
619
675
|
"""
|
|
620
|
-
The specification of public network SLB.
|
|
676
|
+
The specification of public network SLB. Serverless Instance could ignore this parameter.
|
|
621
677
|
"""
|
|
622
678
|
return pulumi.get(self, "pub_slb_specification")
|
|
623
679
|
|
|
@@ -736,22 +792,36 @@ class Cluster(pulumi.CustomResource):
|
|
|
736
792
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
737
793
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] acl_entry_lists: The whitelist. **NOTE:** This attribute is invalid when the value of `pub_network_flow` is `0` and the value of `net_type` is `privatenet`.
|
|
738
794
|
:param pulumi.Input[str] cluster_alias_name: The alias of MSE Cluster.
|
|
739
|
-
:param pulumi.Input[str] cluster_specification: The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. Valid values:
|
|
795
|
+
:param pulumi.Input[str] cluster_specification: The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. If you were an international user, please use the specification version ending with `_200_c`.Valid values:
|
|
796
|
+
- Professional Edition
|
|
740
797
|
- `MSE_SC_1_2_60_c`: 1C2G
|
|
741
798
|
- `MSE_SC_2_4_60_c`: 2C4G
|
|
742
799
|
- `MSE_SC_4_8_60_c`: 4C8G
|
|
743
800
|
- `MSE_SC_8_16_60_c`: 8C16G
|
|
801
|
+
- `MSE_SC_16_32_60_c`:16C32G
|
|
802
|
+
- `MSE_SC_1_2_200_c`: 1C2G
|
|
803
|
+
- `MSE_SC_2_4_200_c`: 2C4G
|
|
804
|
+
- `MSE_SC_4_8_200_c`: 4C8G
|
|
805
|
+
- `MSE_SC_8_16_200_c`: 8C16G
|
|
806
|
+
- `MSE_SC_16_32_200_c`:16C32G
|
|
807
|
+
- Developer Edition
|
|
808
|
+
- `MSE_SC_1_2_60_c`: 1C2G
|
|
809
|
+
- `MSE_SC_2_4_60_c`: 2C4G
|
|
810
|
+
- `MSE_SC_1_2_200_c`: 1C2G
|
|
811
|
+
- `MSE_SC_2_4_200_c`: 2C4G
|
|
812
|
+
- Serverless Edition
|
|
813
|
+
- `MSE_SC_SERVERLESS`: Available since v1.232.0
|
|
744
814
|
:param pulumi.Input[str] cluster_type: The type of MSE Cluster.
|
|
745
815
|
:param pulumi.Input[str] cluster_version: The version of MSE Cluster. See [details](https://www.alibabacloud.com/help/en/mse/developer-reference/api-mse-2019-05-31-createcluster)
|
|
746
|
-
:param pulumi.Input[str] connection_type: The connection type. Valid values: `slb`.
|
|
816
|
+
:param pulumi.Input[str] connection_type: The connection type. Valid values: `slb`,`single_eni`(Available since v1.232.0). If your region is one of `ap-southeast-6、us-west-1、eu-central-1、us-east-1、ap-southeast-1`,and your cluster's mse_version is `mse_dev`,please use `single_eni`.
|
|
747
817
|
:param pulumi.Input[str] disk_type: The type of Disk.
|
|
748
818
|
:param pulumi.Input[int] instance_count: The count of instance. **NOTE:** From version 1.188.0, `instance_count` can be modified.
|
|
749
|
-
:param pulumi.Input[str] mse_version: The version of MSE. Valid values: `mse_dev` or `mse_pro
|
|
750
|
-
:param pulumi.Input[str] net_type: The type of network. Valid values:
|
|
819
|
+
:param pulumi.Input[str] mse_version: The version of MSE. Valid values: `mse_dev` or `mse_pro` or `mse_serverless`(Available since v1.232.0).
|
|
820
|
+
:param pulumi.Input[str] net_type: The type of network. Valid values: `privatenet` and `pubnet` and `both`(Available since v1.232.0).
|
|
751
821
|
:param pulumi.Input[str] payment_type: Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default PayAsYouGo.
|
|
752
822
|
:param pulumi.Input[str] private_slb_specification: The specification of private network SLB.
|
|
753
|
-
:param pulumi.Input[str] pub_network_flow: The public network bandwidth.
|
|
754
|
-
:param pulumi.Input[str] pub_slb_specification: The specification of public network SLB.
|
|
823
|
+
:param pulumi.Input[str] pub_network_flow: The public network bandwidth.
|
|
824
|
+
:param pulumi.Input[str] pub_slb_specification: The specification of public network SLB. Serverless Instance could ignore this parameter.
|
|
755
825
|
:param pulumi.Input[str] request_pars: The extended request parameters in the JSON format.
|
|
756
826
|
:param pulumi.Input[str] resource_group_id: The resource group of the resource.
|
|
757
827
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource.
|
|
@@ -890,25 +960,39 @@ class Cluster(pulumi.CustomResource):
|
|
|
890
960
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
891
961
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
892
962
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] acl_entry_lists: The whitelist. **NOTE:** This attribute is invalid when the value of `pub_network_flow` is `0` and the value of `net_type` is `privatenet`.
|
|
893
|
-
:param pulumi.Input[str] app_version: (Available
|
|
963
|
+
:param pulumi.Input[str] app_version: (Available since v1.205.0) The application version.
|
|
894
964
|
:param pulumi.Input[str] cluster_alias_name: The alias of MSE Cluster.
|
|
895
|
-
:param pulumi.Input[str] cluster_id: (Available
|
|
896
|
-
:param pulumi.Input[str] cluster_specification: The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. Valid values:
|
|
965
|
+
:param pulumi.Input[str] cluster_id: (Available since v1.162.0) The cluster id of Cluster.
|
|
966
|
+
:param pulumi.Input[str] cluster_specification: The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. If you were an international user, please use the specification version ending with `_200_c`.Valid values:
|
|
967
|
+
- Professional Edition
|
|
897
968
|
- `MSE_SC_1_2_60_c`: 1C2G
|
|
898
969
|
- `MSE_SC_2_4_60_c`: 2C4G
|
|
899
970
|
- `MSE_SC_4_8_60_c`: 4C8G
|
|
900
971
|
- `MSE_SC_8_16_60_c`: 8C16G
|
|
972
|
+
- `MSE_SC_16_32_60_c`:16C32G
|
|
973
|
+
- `MSE_SC_1_2_200_c`: 1C2G
|
|
974
|
+
- `MSE_SC_2_4_200_c`: 2C4G
|
|
975
|
+
- `MSE_SC_4_8_200_c`: 4C8G
|
|
976
|
+
- `MSE_SC_8_16_200_c`: 8C16G
|
|
977
|
+
- `MSE_SC_16_32_200_c`:16C32G
|
|
978
|
+
- Developer Edition
|
|
979
|
+
- `MSE_SC_1_2_60_c`: 1C2G
|
|
980
|
+
- `MSE_SC_2_4_60_c`: 2C4G
|
|
981
|
+
- `MSE_SC_1_2_200_c`: 1C2G
|
|
982
|
+
- `MSE_SC_2_4_200_c`: 2C4G
|
|
983
|
+
- Serverless Edition
|
|
984
|
+
- `MSE_SC_SERVERLESS`: Available since v1.232.0
|
|
901
985
|
:param pulumi.Input[str] cluster_type: The type of MSE Cluster.
|
|
902
986
|
:param pulumi.Input[str] cluster_version: The version of MSE Cluster. See [details](https://www.alibabacloud.com/help/en/mse/developer-reference/api-mse-2019-05-31-createcluster)
|
|
903
|
-
:param pulumi.Input[str] connection_type: The connection type. Valid values: `slb`.
|
|
987
|
+
:param pulumi.Input[str] connection_type: The connection type. Valid values: `slb`,`single_eni`(Available since v1.232.0). If your region is one of `ap-southeast-6、us-west-1、eu-central-1、us-east-1、ap-southeast-1`,and your cluster's mse_version is `mse_dev`,please use `single_eni`.
|
|
904
988
|
:param pulumi.Input[str] disk_type: The type of Disk.
|
|
905
989
|
:param pulumi.Input[int] instance_count: The count of instance. **NOTE:** From version 1.188.0, `instance_count` can be modified.
|
|
906
|
-
:param pulumi.Input[str] mse_version: The version of MSE. Valid values: `mse_dev` or `mse_pro
|
|
907
|
-
:param pulumi.Input[str] net_type: The type of network. Valid values:
|
|
990
|
+
:param pulumi.Input[str] mse_version: The version of MSE. Valid values: `mse_dev` or `mse_pro` or `mse_serverless`(Available since v1.232.0).
|
|
991
|
+
:param pulumi.Input[str] net_type: The type of network. Valid values: `privatenet` and `pubnet` and `both`(Available since v1.232.0).
|
|
908
992
|
:param pulumi.Input[str] payment_type: Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default PayAsYouGo.
|
|
909
993
|
:param pulumi.Input[str] private_slb_specification: The specification of private network SLB.
|
|
910
|
-
:param pulumi.Input[str] pub_network_flow: The public network bandwidth.
|
|
911
|
-
:param pulumi.Input[str] pub_slb_specification: The specification of public network SLB.
|
|
994
|
+
:param pulumi.Input[str] pub_network_flow: The public network bandwidth.
|
|
995
|
+
:param pulumi.Input[str] pub_slb_specification: The specification of public network SLB. Serverless Instance could ignore this parameter.
|
|
912
996
|
:param pulumi.Input[str] request_pars: The extended request parameters in the JSON format.
|
|
913
997
|
:param pulumi.Input[str] resource_group_id: The resource group of the resource.
|
|
914
998
|
:param pulumi.Input[str] status: The status of MSE Cluster.
|
|
@@ -956,13 +1040,13 @@ class Cluster(pulumi.CustomResource):
|
|
|
956
1040
|
@pulumi.getter(name="appVersion")
|
|
957
1041
|
def app_version(self) -> pulumi.Output[str]:
|
|
958
1042
|
"""
|
|
959
|
-
(Available
|
|
1043
|
+
(Available since v1.205.0) The application version.
|
|
960
1044
|
"""
|
|
961
1045
|
return pulumi.get(self, "app_version")
|
|
962
1046
|
|
|
963
1047
|
@property
|
|
964
1048
|
@pulumi.getter(name="clusterAliasName")
|
|
965
|
-
def cluster_alias_name(self) -> pulumi.Output[
|
|
1049
|
+
def cluster_alias_name(self) -> pulumi.Output[str]:
|
|
966
1050
|
"""
|
|
967
1051
|
The alias of MSE Cluster.
|
|
968
1052
|
"""
|
|
@@ -972,7 +1056,7 @@ class Cluster(pulumi.CustomResource):
|
|
|
972
1056
|
@pulumi.getter(name="clusterId")
|
|
973
1057
|
def cluster_id(self) -> pulumi.Output[str]:
|
|
974
1058
|
"""
|
|
975
|
-
(Available
|
|
1059
|
+
(Available since v1.162.0) The cluster id of Cluster.
|
|
976
1060
|
"""
|
|
977
1061
|
return pulumi.get(self, "cluster_id")
|
|
978
1062
|
|
|
@@ -980,11 +1064,25 @@ class Cluster(pulumi.CustomResource):
|
|
|
980
1064
|
@pulumi.getter(name="clusterSpecification")
|
|
981
1065
|
def cluster_specification(self) -> pulumi.Output[str]:
|
|
982
1066
|
"""
|
|
983
|
-
The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. Valid values:
|
|
1067
|
+
The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. If you were an international user, please use the specification version ending with `_200_c`.Valid values:
|
|
1068
|
+
- Professional Edition
|
|
984
1069
|
- `MSE_SC_1_2_60_c`: 1C2G
|
|
985
1070
|
- `MSE_SC_2_4_60_c`: 2C4G
|
|
986
1071
|
- `MSE_SC_4_8_60_c`: 4C8G
|
|
987
1072
|
- `MSE_SC_8_16_60_c`: 8C16G
|
|
1073
|
+
- `MSE_SC_16_32_60_c`:16C32G
|
|
1074
|
+
- `MSE_SC_1_2_200_c`: 1C2G
|
|
1075
|
+
- `MSE_SC_2_4_200_c`: 2C4G
|
|
1076
|
+
- `MSE_SC_4_8_200_c`: 4C8G
|
|
1077
|
+
- `MSE_SC_8_16_200_c`: 8C16G
|
|
1078
|
+
- `MSE_SC_16_32_200_c`:16C32G
|
|
1079
|
+
- Developer Edition
|
|
1080
|
+
- `MSE_SC_1_2_60_c`: 1C2G
|
|
1081
|
+
- `MSE_SC_2_4_60_c`: 2C4G
|
|
1082
|
+
- `MSE_SC_1_2_200_c`: 1C2G
|
|
1083
|
+
- `MSE_SC_2_4_200_c`: 2C4G
|
|
1084
|
+
- Serverless Edition
|
|
1085
|
+
- `MSE_SC_SERVERLESS`: Available since v1.232.0
|
|
988
1086
|
"""
|
|
989
1087
|
return pulumi.get(self, "cluster_specification")
|
|
990
1088
|
|
|
@@ -1008,7 +1106,7 @@ class Cluster(pulumi.CustomResource):
|
|
|
1008
1106
|
@pulumi.getter(name="connectionType")
|
|
1009
1107
|
def connection_type(self) -> pulumi.Output[str]:
|
|
1010
1108
|
"""
|
|
1011
|
-
The connection type. Valid values: `slb`.
|
|
1109
|
+
The connection type. Valid values: `slb`,`single_eni`(Available since v1.232.0). If your region is one of `ap-southeast-6、us-west-1、eu-central-1、us-east-1、ap-southeast-1`,and your cluster's mse_version is `mse_dev`,please use `single_eni`.
|
|
1012
1110
|
"""
|
|
1013
1111
|
return pulumi.get(self, "connection_type")
|
|
1014
1112
|
|
|
@@ -1032,7 +1130,7 @@ class Cluster(pulumi.CustomResource):
|
|
|
1032
1130
|
@pulumi.getter(name="mseVersion")
|
|
1033
1131
|
def mse_version(self) -> pulumi.Output[str]:
|
|
1034
1132
|
"""
|
|
1035
|
-
The version of MSE. Valid values: `mse_dev` or `mse_pro
|
|
1133
|
+
The version of MSE. Valid values: `mse_dev` or `mse_pro` or `mse_serverless`(Available since v1.232.0).
|
|
1036
1134
|
"""
|
|
1037
1135
|
return pulumi.get(self, "mse_version")
|
|
1038
1136
|
|
|
@@ -1040,7 +1138,7 @@ class Cluster(pulumi.CustomResource):
|
|
|
1040
1138
|
@pulumi.getter(name="netType")
|
|
1041
1139
|
def net_type(self) -> pulumi.Output[str]:
|
|
1042
1140
|
"""
|
|
1043
|
-
The type of network. Valid values:
|
|
1141
|
+
The type of network. Valid values: `privatenet` and `pubnet` and `both`(Available since v1.232.0).
|
|
1044
1142
|
"""
|
|
1045
1143
|
return pulumi.get(self, "net_type")
|
|
1046
1144
|
|
|
@@ -1064,7 +1162,7 @@ class Cluster(pulumi.CustomResource):
|
|
|
1064
1162
|
@pulumi.getter(name="pubNetworkFlow")
|
|
1065
1163
|
def pub_network_flow(self) -> pulumi.Output[str]:
|
|
1066
1164
|
"""
|
|
1067
|
-
The public network bandwidth.
|
|
1165
|
+
The public network bandwidth.
|
|
1068
1166
|
"""
|
|
1069
1167
|
return pulumi.get(self, "pub_network_flow")
|
|
1070
1168
|
|
|
@@ -1072,7 +1170,7 @@ class Cluster(pulumi.CustomResource):
|
|
|
1072
1170
|
@pulumi.getter(name="pubSlbSpecification")
|
|
1073
1171
|
def pub_slb_specification(self) -> pulumi.Output[Optional[str]]:
|
|
1074
1172
|
"""
|
|
1075
|
-
The specification of public network SLB.
|
|
1173
|
+
The specification of public network SLB. Serverless Instance could ignore this parameter.
|
|
1076
1174
|
"""
|
|
1077
1175
|
return pulumi.get(self, "pub_slb_specification")
|
|
1078
1176
|
|