pulumi-alicloud 3.65.0__py3-none-any.whl → 3.65.0a1730385290__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 +0 -19
- pulumi_alicloud/cen/transit_router_route_table_association.py +68 -72
- pulumi_alicloud/cloudstoragegateway/gateway.py +58 -134
- pulumi_alicloud/cs/_inputs.py +6 -6
- pulumi_alicloud/cs/outputs.py +4 -4
- pulumi_alicloud/ess/scaling_configuration.py +1 -1
- pulumi_alicloud/ess/scaling_group.py +7 -54
- pulumi_alicloud/fc/_inputs.py +3 -3
- pulumi_alicloud/fc/outputs.py +2 -2
- pulumi_alicloud/kms/get_secrets.py +5 -5
- pulumi_alicloud/kms/outputs.py +18 -18
- pulumi_alicloud/mse/__init__.py +0 -2
- pulumi_alicloud/mse/outputs.py +0 -129
- pulumi_alicloud/ocean/base_instance.py +2 -2
- pulumi_alicloud/polardb/cluster.py +14 -14
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/vpc/subnet.py +27 -59
- pulumi_alicloud/vpc/switch.py +87 -104
- {pulumi_alicloud-3.65.0.dist-info → pulumi_alicloud-3.65.0a1730385290.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.65.0.dist-info → pulumi_alicloud-3.65.0a1730385290.dist-info}/RECORD +22 -26
- pulumi_alicloud/mse/get_nacos_configs.py +0 -394
- pulumi_alicloud/mse/nacos_config.py +0 -762
- pulumi_alicloud/pai/__init__.py +0 -8
- pulumi_alicloud/pai/workspace_workspace.py +0 -447
- {pulumi_alicloud-3.65.0.dist-info → pulumi_alicloud-3.65.0a1730385290.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.65.0.dist-info → pulumi_alicloud-3.65.0a1730385290.dist-info}/top_level.txt +0 -0
|
@@ -33,18 +33,18 @@ class GatewayArgs:
|
|
|
33
33
|
vswitch_id: Optional[pulumi.Input[str]] = None):
|
|
34
34
|
"""
|
|
35
35
|
The set of arguments for constructing a Gateway resource.
|
|
36
|
-
:param pulumi.Input[str] gateway_name: The name of the gateway.
|
|
36
|
+
:param pulumi.Input[str] gateway_name: The name of the gateway.
|
|
37
37
|
:param pulumi.Input[str] location: The location of the gateway. Valid values: `Cloud`, `On_Premise`.
|
|
38
38
|
:param pulumi.Input[str] storage_bundle_id: The ID of the gateway cluster.
|
|
39
39
|
:param pulumi.Input[str] type: The type of the gateway. Valid values: `File`, `Iscsi`.
|
|
40
40
|
:param pulumi.Input[str] description: The description of the gateway.
|
|
41
|
-
:param pulumi.Input[str] gateway_class: The specification of the gateway. Valid values: `Basic`, `Standard
|
|
42
|
-
:param pulumi.Input[str] payment_type: The Payment type of gateway. Valid values: `PayAsYouGo
|
|
43
|
-
:param pulumi.Input[int] public_network_bandwidth: The public bandwidth of
|
|
44
|
-
:param pulumi.Input[str] reason_detail: The
|
|
45
|
-
:param pulumi.Input[str] reason_type: The
|
|
46
|
-
:param pulumi.Input[bool] release_after_expiration:
|
|
47
|
-
:param pulumi.Input[str] vswitch_id: The ID of the
|
|
41
|
+
:param pulumi.Input[str] gateway_class: The specification of the gateway. Valid values: `Basic`, `Standard`,`Enhanced`,`Advanced`.
|
|
42
|
+
:param pulumi.Input[str] payment_type: The Payment type of gateway. Valid values: `PayAsYouGo`.
|
|
43
|
+
:param pulumi.Input[int] public_network_bandwidth: The public network bandwidth of gateway. Default value: `5`. Valid values: `5` to `200`.
|
|
44
|
+
:param pulumi.Input[str] reason_detail: The reason detail of gateway.
|
|
45
|
+
:param pulumi.Input[str] reason_type: The reason type when user deletes the gateway.
|
|
46
|
+
:param pulumi.Input[bool] release_after_expiration: Whether to release the gateway due to expiration.
|
|
47
|
+
:param pulumi.Input[str] vswitch_id: The ID of the vSwitch.
|
|
48
48
|
"""
|
|
49
49
|
pulumi.set(__self__, "gateway_name", gateway_name)
|
|
50
50
|
pulumi.set(__self__, "location", location)
|
|
@@ -71,7 +71,7 @@ class GatewayArgs:
|
|
|
71
71
|
@pulumi.getter(name="gatewayName")
|
|
72
72
|
def gateway_name(self) -> pulumi.Input[str]:
|
|
73
73
|
"""
|
|
74
|
-
The name of the gateway.
|
|
74
|
+
The name of the gateway.
|
|
75
75
|
"""
|
|
76
76
|
return pulumi.get(self, "gateway_name")
|
|
77
77
|
|
|
@@ -131,7 +131,7 @@ class GatewayArgs:
|
|
|
131
131
|
@pulumi.getter(name="gatewayClass")
|
|
132
132
|
def gateway_class(self) -> Optional[pulumi.Input[str]]:
|
|
133
133
|
"""
|
|
134
|
-
The specification of the gateway. Valid values: `Basic`, `Standard
|
|
134
|
+
The specification of the gateway. Valid values: `Basic`, `Standard`,`Enhanced`,`Advanced`.
|
|
135
135
|
"""
|
|
136
136
|
return pulumi.get(self, "gateway_class")
|
|
137
137
|
|
|
@@ -143,7 +143,7 @@ class GatewayArgs:
|
|
|
143
143
|
@pulumi.getter(name="paymentType")
|
|
144
144
|
def payment_type(self) -> Optional[pulumi.Input[str]]:
|
|
145
145
|
"""
|
|
146
|
-
The Payment type of gateway. Valid values: `PayAsYouGo
|
|
146
|
+
The Payment type of gateway. Valid values: `PayAsYouGo`.
|
|
147
147
|
"""
|
|
148
148
|
return pulumi.get(self, "payment_type")
|
|
149
149
|
|
|
@@ -155,7 +155,7 @@ class GatewayArgs:
|
|
|
155
155
|
@pulumi.getter(name="publicNetworkBandwidth")
|
|
156
156
|
def public_network_bandwidth(self) -> Optional[pulumi.Input[int]]:
|
|
157
157
|
"""
|
|
158
|
-
The public bandwidth of
|
|
158
|
+
The public network bandwidth of gateway. Default value: `5`. Valid values: `5` to `200`.
|
|
159
159
|
"""
|
|
160
160
|
return pulumi.get(self, "public_network_bandwidth")
|
|
161
161
|
|
|
@@ -167,7 +167,7 @@ class GatewayArgs:
|
|
|
167
167
|
@pulumi.getter(name="reasonDetail")
|
|
168
168
|
def reason_detail(self) -> Optional[pulumi.Input[str]]:
|
|
169
169
|
"""
|
|
170
|
-
The
|
|
170
|
+
The reason detail of gateway.
|
|
171
171
|
"""
|
|
172
172
|
return pulumi.get(self, "reason_detail")
|
|
173
173
|
|
|
@@ -179,7 +179,7 @@ class GatewayArgs:
|
|
|
179
179
|
@pulumi.getter(name="reasonType")
|
|
180
180
|
def reason_type(self) -> Optional[pulumi.Input[str]]:
|
|
181
181
|
"""
|
|
182
|
-
The
|
|
182
|
+
The reason type when user deletes the gateway.
|
|
183
183
|
"""
|
|
184
184
|
return pulumi.get(self, "reason_type")
|
|
185
185
|
|
|
@@ -191,7 +191,7 @@ class GatewayArgs:
|
|
|
191
191
|
@pulumi.getter(name="releaseAfterExpiration")
|
|
192
192
|
def release_after_expiration(self) -> Optional[pulumi.Input[bool]]:
|
|
193
193
|
"""
|
|
194
|
-
|
|
194
|
+
Whether to release the gateway due to expiration.
|
|
195
195
|
"""
|
|
196
196
|
return pulumi.get(self, "release_after_expiration")
|
|
197
197
|
|
|
@@ -203,7 +203,7 @@ class GatewayArgs:
|
|
|
203
203
|
@pulumi.getter(name="vswitchId")
|
|
204
204
|
def vswitch_id(self) -> Optional[pulumi.Input[str]]:
|
|
205
205
|
"""
|
|
206
|
-
The ID of the
|
|
206
|
+
The ID of the vSwitch.
|
|
207
207
|
"""
|
|
208
208
|
return pulumi.get(self, "vswitch_id")
|
|
209
209
|
|
|
@@ -231,18 +231,18 @@ class _GatewayState:
|
|
|
231
231
|
"""
|
|
232
232
|
Input properties used for looking up and filtering Gateway resources.
|
|
233
233
|
:param pulumi.Input[str] description: The description of the gateway.
|
|
234
|
-
:param pulumi.Input[str] gateway_class: The specification of the gateway. Valid values: `Basic`, `Standard
|
|
235
|
-
:param pulumi.Input[str] gateway_name: The name of the gateway.
|
|
234
|
+
:param pulumi.Input[str] gateway_class: The specification of the gateway. Valid values: `Basic`, `Standard`,`Enhanced`,`Advanced`.
|
|
235
|
+
:param pulumi.Input[str] gateway_name: The name of the gateway.
|
|
236
236
|
:param pulumi.Input[str] location: The location of the gateway. Valid values: `Cloud`, `On_Premise`.
|
|
237
|
-
:param pulumi.Input[str] payment_type: The Payment type of gateway. Valid values: `PayAsYouGo
|
|
238
|
-
:param pulumi.Input[int] public_network_bandwidth: The public bandwidth of
|
|
239
|
-
:param pulumi.Input[str] reason_detail: The
|
|
240
|
-
:param pulumi.Input[str] reason_type: The
|
|
241
|
-
:param pulumi.Input[bool] release_after_expiration:
|
|
237
|
+
:param pulumi.Input[str] payment_type: The Payment type of gateway. Valid values: `PayAsYouGo`.
|
|
238
|
+
:param pulumi.Input[int] public_network_bandwidth: The public network bandwidth of gateway. Default value: `5`. Valid values: `5` to `200`.
|
|
239
|
+
:param pulumi.Input[str] reason_detail: The reason detail of gateway.
|
|
240
|
+
:param pulumi.Input[str] reason_type: The reason type when user deletes the gateway.
|
|
241
|
+
:param pulumi.Input[bool] release_after_expiration: Whether to release the gateway due to expiration.
|
|
242
242
|
:param pulumi.Input[str] status: The status of the Gateway.
|
|
243
243
|
:param pulumi.Input[str] storage_bundle_id: The ID of the gateway cluster.
|
|
244
244
|
:param pulumi.Input[str] type: The type of the gateway. Valid values: `File`, `Iscsi`.
|
|
245
|
-
:param pulumi.Input[str] vswitch_id: The ID of the
|
|
245
|
+
:param pulumi.Input[str] vswitch_id: The ID of the vSwitch.
|
|
246
246
|
"""
|
|
247
247
|
if description is not None:
|
|
248
248
|
pulumi.set(__self__, "description", description)
|
|
@@ -287,7 +287,7 @@ class _GatewayState:
|
|
|
287
287
|
@pulumi.getter(name="gatewayClass")
|
|
288
288
|
def gateway_class(self) -> Optional[pulumi.Input[str]]:
|
|
289
289
|
"""
|
|
290
|
-
The specification of the gateway. Valid values: `Basic`, `Standard
|
|
290
|
+
The specification of the gateway. Valid values: `Basic`, `Standard`,`Enhanced`,`Advanced`.
|
|
291
291
|
"""
|
|
292
292
|
return pulumi.get(self, "gateway_class")
|
|
293
293
|
|
|
@@ -299,7 +299,7 @@ class _GatewayState:
|
|
|
299
299
|
@pulumi.getter(name="gatewayName")
|
|
300
300
|
def gateway_name(self) -> Optional[pulumi.Input[str]]:
|
|
301
301
|
"""
|
|
302
|
-
The name of the gateway.
|
|
302
|
+
The name of the gateway.
|
|
303
303
|
"""
|
|
304
304
|
return pulumi.get(self, "gateway_name")
|
|
305
305
|
|
|
@@ -323,7 +323,7 @@ class _GatewayState:
|
|
|
323
323
|
@pulumi.getter(name="paymentType")
|
|
324
324
|
def payment_type(self) -> Optional[pulumi.Input[str]]:
|
|
325
325
|
"""
|
|
326
|
-
The Payment type of gateway. Valid values: `PayAsYouGo
|
|
326
|
+
The Payment type of gateway. Valid values: `PayAsYouGo`.
|
|
327
327
|
"""
|
|
328
328
|
return pulumi.get(self, "payment_type")
|
|
329
329
|
|
|
@@ -335,7 +335,7 @@ class _GatewayState:
|
|
|
335
335
|
@pulumi.getter(name="publicNetworkBandwidth")
|
|
336
336
|
def public_network_bandwidth(self) -> Optional[pulumi.Input[int]]:
|
|
337
337
|
"""
|
|
338
|
-
The public bandwidth of
|
|
338
|
+
The public network bandwidth of gateway. Default value: `5`. Valid values: `5` to `200`.
|
|
339
339
|
"""
|
|
340
340
|
return pulumi.get(self, "public_network_bandwidth")
|
|
341
341
|
|
|
@@ -347,7 +347,7 @@ class _GatewayState:
|
|
|
347
347
|
@pulumi.getter(name="reasonDetail")
|
|
348
348
|
def reason_detail(self) -> Optional[pulumi.Input[str]]:
|
|
349
349
|
"""
|
|
350
|
-
The
|
|
350
|
+
The reason detail of gateway.
|
|
351
351
|
"""
|
|
352
352
|
return pulumi.get(self, "reason_detail")
|
|
353
353
|
|
|
@@ -359,7 +359,7 @@ class _GatewayState:
|
|
|
359
359
|
@pulumi.getter(name="reasonType")
|
|
360
360
|
def reason_type(self) -> Optional[pulumi.Input[str]]:
|
|
361
361
|
"""
|
|
362
|
-
The
|
|
362
|
+
The reason type when user deletes the gateway.
|
|
363
363
|
"""
|
|
364
364
|
return pulumi.get(self, "reason_type")
|
|
365
365
|
|
|
@@ -371,7 +371,7 @@ class _GatewayState:
|
|
|
371
371
|
@pulumi.getter(name="releaseAfterExpiration")
|
|
372
372
|
def release_after_expiration(self) -> Optional[pulumi.Input[bool]]:
|
|
373
373
|
"""
|
|
374
|
-
|
|
374
|
+
Whether to release the gateway due to expiration.
|
|
375
375
|
"""
|
|
376
376
|
return pulumi.get(self, "release_after_expiration")
|
|
377
377
|
|
|
@@ -419,7 +419,7 @@ class _GatewayState:
|
|
|
419
419
|
@pulumi.getter(name="vswitchId")
|
|
420
420
|
def vswitch_id(self) -> Optional[pulumi.Input[str]]:
|
|
421
421
|
"""
|
|
422
|
-
The ID of the
|
|
422
|
+
The ID of the vSwitch.
|
|
423
423
|
"""
|
|
424
424
|
return pulumi.get(self, "vswitch_id")
|
|
425
425
|
|
|
@@ -449,48 +449,10 @@ class Gateway(pulumi.CustomResource):
|
|
|
449
449
|
"""
|
|
450
450
|
Provides a Cloud Storage Gateway Gateway resource.
|
|
451
451
|
|
|
452
|
-
For information about Cloud Storage Gateway Gateway and how to use it, see [What is Gateway](https://www.alibabacloud.com/help/en/
|
|
452
|
+
For information about Cloud Storage Gateway Gateway and how to use it, see [What is Gateway](https://www.alibabacloud.com/help/en/cloud-storage-gateway/latest/deploygateway).
|
|
453
453
|
|
|
454
454
|
> **NOTE:** Available since v1.132.0.
|
|
455
455
|
|
|
456
|
-
## Example Usage
|
|
457
|
-
|
|
458
|
-
Basic Usage
|
|
459
|
-
|
|
460
|
-
```python
|
|
461
|
-
import pulumi
|
|
462
|
-
import pulumi_alicloud as alicloud
|
|
463
|
-
import pulumi_random as random
|
|
464
|
-
|
|
465
|
-
config = pulumi.Config()
|
|
466
|
-
name = config.get("name")
|
|
467
|
-
if name is None:
|
|
468
|
-
name = "terraform-example"
|
|
469
|
-
default = alicloud.get_zones()
|
|
470
|
-
default_integer = random.index.Integer("default",
|
|
471
|
-
min=10000,
|
|
472
|
-
max=99999)
|
|
473
|
-
default_storage_bundle = alicloud.cloudstoragegateway.StorageBundle("default", storage_bundle_name=f"{name}-{default_integer['result']}")
|
|
474
|
-
default_network = alicloud.vpc.Network("default",
|
|
475
|
-
vpc_name=f"{name}-{default_integer['result']}",
|
|
476
|
-
cidr_block="192.168.0.0/16")
|
|
477
|
-
default_switch = alicloud.vpc.Switch("default",
|
|
478
|
-
vswitch_name=f"{name}-{default_integer['result']}",
|
|
479
|
-
vpc_id=default_network.id,
|
|
480
|
-
cidr_block="192.168.192.0/24",
|
|
481
|
-
zone_id=default.zones[0].id)
|
|
482
|
-
default_gateway = alicloud.cloudstoragegateway.Gateway("default",
|
|
483
|
-
storage_bundle_id=default_storage_bundle.id,
|
|
484
|
-
type="File",
|
|
485
|
-
location="Cloud",
|
|
486
|
-
gateway_name=name,
|
|
487
|
-
gateway_class="Standard",
|
|
488
|
-
vswitch_id=default_switch.id,
|
|
489
|
-
public_network_bandwidth=50,
|
|
490
|
-
payment_type="PayAsYouGo",
|
|
491
|
-
description=name)
|
|
492
|
-
```
|
|
493
|
-
|
|
494
456
|
## Import
|
|
495
457
|
|
|
496
458
|
Cloud Storage Gateway Gateway can be imported using the id, e.g.
|
|
@@ -502,17 +464,17 @@ class Gateway(pulumi.CustomResource):
|
|
|
502
464
|
:param str resource_name: The name of the resource.
|
|
503
465
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
504
466
|
:param pulumi.Input[str] description: The description of the gateway.
|
|
505
|
-
:param pulumi.Input[str] gateway_class: The specification of the gateway. Valid values: `Basic`, `Standard
|
|
506
|
-
:param pulumi.Input[str] gateway_name: The name of the gateway.
|
|
467
|
+
:param pulumi.Input[str] gateway_class: The specification of the gateway. Valid values: `Basic`, `Standard`,`Enhanced`,`Advanced`.
|
|
468
|
+
:param pulumi.Input[str] gateway_name: The name of the gateway.
|
|
507
469
|
:param pulumi.Input[str] location: The location of the gateway. Valid values: `Cloud`, `On_Premise`.
|
|
508
|
-
:param pulumi.Input[str] payment_type: The Payment type of gateway. Valid values: `PayAsYouGo
|
|
509
|
-
:param pulumi.Input[int] public_network_bandwidth: The public bandwidth of
|
|
510
|
-
:param pulumi.Input[str] reason_detail: The
|
|
511
|
-
:param pulumi.Input[str] reason_type: The
|
|
512
|
-
:param pulumi.Input[bool] release_after_expiration:
|
|
470
|
+
:param pulumi.Input[str] payment_type: The Payment type of gateway. Valid values: `PayAsYouGo`.
|
|
471
|
+
:param pulumi.Input[int] public_network_bandwidth: The public network bandwidth of gateway. Default value: `5`. Valid values: `5` to `200`.
|
|
472
|
+
:param pulumi.Input[str] reason_detail: The reason detail of gateway.
|
|
473
|
+
:param pulumi.Input[str] reason_type: The reason type when user deletes the gateway.
|
|
474
|
+
:param pulumi.Input[bool] release_after_expiration: Whether to release the gateway due to expiration.
|
|
513
475
|
:param pulumi.Input[str] storage_bundle_id: The ID of the gateway cluster.
|
|
514
476
|
:param pulumi.Input[str] type: The type of the gateway. Valid values: `File`, `Iscsi`.
|
|
515
|
-
:param pulumi.Input[str] vswitch_id: The ID of the
|
|
477
|
+
:param pulumi.Input[str] vswitch_id: The ID of the vSwitch.
|
|
516
478
|
"""
|
|
517
479
|
...
|
|
518
480
|
@overload
|
|
@@ -523,48 +485,10 @@ class Gateway(pulumi.CustomResource):
|
|
|
523
485
|
"""
|
|
524
486
|
Provides a Cloud Storage Gateway Gateway resource.
|
|
525
487
|
|
|
526
|
-
For information about Cloud Storage Gateway Gateway and how to use it, see [What is Gateway](https://www.alibabacloud.com/help/en/
|
|
488
|
+
For information about Cloud Storage Gateway Gateway and how to use it, see [What is Gateway](https://www.alibabacloud.com/help/en/cloud-storage-gateway/latest/deploygateway).
|
|
527
489
|
|
|
528
490
|
> **NOTE:** Available since v1.132.0.
|
|
529
491
|
|
|
530
|
-
## Example Usage
|
|
531
|
-
|
|
532
|
-
Basic Usage
|
|
533
|
-
|
|
534
|
-
```python
|
|
535
|
-
import pulumi
|
|
536
|
-
import pulumi_alicloud as alicloud
|
|
537
|
-
import pulumi_random as random
|
|
538
|
-
|
|
539
|
-
config = pulumi.Config()
|
|
540
|
-
name = config.get("name")
|
|
541
|
-
if name is None:
|
|
542
|
-
name = "terraform-example"
|
|
543
|
-
default = alicloud.get_zones()
|
|
544
|
-
default_integer = random.index.Integer("default",
|
|
545
|
-
min=10000,
|
|
546
|
-
max=99999)
|
|
547
|
-
default_storage_bundle = alicloud.cloudstoragegateway.StorageBundle("default", storage_bundle_name=f"{name}-{default_integer['result']}")
|
|
548
|
-
default_network = alicloud.vpc.Network("default",
|
|
549
|
-
vpc_name=f"{name}-{default_integer['result']}",
|
|
550
|
-
cidr_block="192.168.0.0/16")
|
|
551
|
-
default_switch = alicloud.vpc.Switch("default",
|
|
552
|
-
vswitch_name=f"{name}-{default_integer['result']}",
|
|
553
|
-
vpc_id=default_network.id,
|
|
554
|
-
cidr_block="192.168.192.0/24",
|
|
555
|
-
zone_id=default.zones[0].id)
|
|
556
|
-
default_gateway = alicloud.cloudstoragegateway.Gateway("default",
|
|
557
|
-
storage_bundle_id=default_storage_bundle.id,
|
|
558
|
-
type="File",
|
|
559
|
-
location="Cloud",
|
|
560
|
-
gateway_name=name,
|
|
561
|
-
gateway_class="Standard",
|
|
562
|
-
vswitch_id=default_switch.id,
|
|
563
|
-
public_network_bandwidth=50,
|
|
564
|
-
payment_type="PayAsYouGo",
|
|
565
|
-
description=name)
|
|
566
|
-
```
|
|
567
|
-
|
|
568
492
|
## Import
|
|
569
493
|
|
|
570
494
|
Cloud Storage Gateway Gateway can be imported using the id, e.g.
|
|
@@ -661,18 +585,18 @@ class Gateway(pulumi.CustomResource):
|
|
|
661
585
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
662
586
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
663
587
|
:param pulumi.Input[str] description: The description of the gateway.
|
|
664
|
-
:param pulumi.Input[str] gateway_class: The specification of the gateway. Valid values: `Basic`, `Standard
|
|
665
|
-
:param pulumi.Input[str] gateway_name: The name of the gateway.
|
|
588
|
+
:param pulumi.Input[str] gateway_class: The specification of the gateway. Valid values: `Basic`, `Standard`,`Enhanced`,`Advanced`.
|
|
589
|
+
:param pulumi.Input[str] gateway_name: The name of the gateway.
|
|
666
590
|
:param pulumi.Input[str] location: The location of the gateway. Valid values: `Cloud`, `On_Premise`.
|
|
667
|
-
:param pulumi.Input[str] payment_type: The Payment type of gateway. Valid values: `PayAsYouGo
|
|
668
|
-
:param pulumi.Input[int] public_network_bandwidth: The public bandwidth of
|
|
669
|
-
:param pulumi.Input[str] reason_detail: The
|
|
670
|
-
:param pulumi.Input[str] reason_type: The
|
|
671
|
-
:param pulumi.Input[bool] release_after_expiration:
|
|
591
|
+
:param pulumi.Input[str] payment_type: The Payment type of gateway. Valid values: `PayAsYouGo`.
|
|
592
|
+
:param pulumi.Input[int] public_network_bandwidth: The public network bandwidth of gateway. Default value: `5`. Valid values: `5` to `200`.
|
|
593
|
+
:param pulumi.Input[str] reason_detail: The reason detail of gateway.
|
|
594
|
+
:param pulumi.Input[str] reason_type: The reason type when user deletes the gateway.
|
|
595
|
+
:param pulumi.Input[bool] release_after_expiration: Whether to release the gateway due to expiration.
|
|
672
596
|
:param pulumi.Input[str] status: The status of the Gateway.
|
|
673
597
|
:param pulumi.Input[str] storage_bundle_id: The ID of the gateway cluster.
|
|
674
598
|
:param pulumi.Input[str] type: The type of the gateway. Valid values: `File`, `Iscsi`.
|
|
675
|
-
:param pulumi.Input[str] vswitch_id: The ID of the
|
|
599
|
+
:param pulumi.Input[str] vswitch_id: The ID of the vSwitch.
|
|
676
600
|
"""
|
|
677
601
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
678
602
|
|
|
@@ -705,7 +629,7 @@ class Gateway(pulumi.CustomResource):
|
|
|
705
629
|
@pulumi.getter(name="gatewayClass")
|
|
706
630
|
def gateway_class(self) -> pulumi.Output[Optional[str]]:
|
|
707
631
|
"""
|
|
708
|
-
The specification of the gateway. Valid values: `Basic`, `Standard
|
|
632
|
+
The specification of the gateway. Valid values: `Basic`, `Standard`,`Enhanced`,`Advanced`.
|
|
709
633
|
"""
|
|
710
634
|
return pulumi.get(self, "gateway_class")
|
|
711
635
|
|
|
@@ -713,7 +637,7 @@ class Gateway(pulumi.CustomResource):
|
|
|
713
637
|
@pulumi.getter(name="gatewayName")
|
|
714
638
|
def gateway_name(self) -> pulumi.Output[str]:
|
|
715
639
|
"""
|
|
716
|
-
The name of the gateway.
|
|
640
|
+
The name of the gateway.
|
|
717
641
|
"""
|
|
718
642
|
return pulumi.get(self, "gateway_name")
|
|
719
643
|
|
|
@@ -729,7 +653,7 @@ class Gateway(pulumi.CustomResource):
|
|
|
729
653
|
@pulumi.getter(name="paymentType")
|
|
730
654
|
def payment_type(self) -> pulumi.Output[Optional[str]]:
|
|
731
655
|
"""
|
|
732
|
-
The Payment type of gateway. Valid values: `PayAsYouGo
|
|
656
|
+
The Payment type of gateway. Valid values: `PayAsYouGo`.
|
|
733
657
|
"""
|
|
734
658
|
return pulumi.get(self, "payment_type")
|
|
735
659
|
|
|
@@ -737,7 +661,7 @@ class Gateway(pulumi.CustomResource):
|
|
|
737
661
|
@pulumi.getter(name="publicNetworkBandwidth")
|
|
738
662
|
def public_network_bandwidth(self) -> pulumi.Output[int]:
|
|
739
663
|
"""
|
|
740
|
-
The public bandwidth of
|
|
664
|
+
The public network bandwidth of gateway. Default value: `5`. Valid values: `5` to `200`.
|
|
741
665
|
"""
|
|
742
666
|
return pulumi.get(self, "public_network_bandwidth")
|
|
743
667
|
|
|
@@ -745,7 +669,7 @@ class Gateway(pulumi.CustomResource):
|
|
|
745
669
|
@pulumi.getter(name="reasonDetail")
|
|
746
670
|
def reason_detail(self) -> pulumi.Output[Optional[str]]:
|
|
747
671
|
"""
|
|
748
|
-
The
|
|
672
|
+
The reason detail of gateway.
|
|
749
673
|
"""
|
|
750
674
|
return pulumi.get(self, "reason_detail")
|
|
751
675
|
|
|
@@ -753,7 +677,7 @@ class Gateway(pulumi.CustomResource):
|
|
|
753
677
|
@pulumi.getter(name="reasonType")
|
|
754
678
|
def reason_type(self) -> pulumi.Output[Optional[str]]:
|
|
755
679
|
"""
|
|
756
|
-
The
|
|
680
|
+
The reason type when user deletes the gateway.
|
|
757
681
|
"""
|
|
758
682
|
return pulumi.get(self, "reason_type")
|
|
759
683
|
|
|
@@ -761,7 +685,7 @@ class Gateway(pulumi.CustomResource):
|
|
|
761
685
|
@pulumi.getter(name="releaseAfterExpiration")
|
|
762
686
|
def release_after_expiration(self) -> pulumi.Output[Optional[bool]]:
|
|
763
687
|
"""
|
|
764
|
-
|
|
688
|
+
Whether to release the gateway due to expiration.
|
|
765
689
|
"""
|
|
766
690
|
return pulumi.get(self, "release_after_expiration")
|
|
767
691
|
|
|
@@ -793,7 +717,7 @@ class Gateway(pulumi.CustomResource):
|
|
|
793
717
|
@pulumi.getter(name="vswitchId")
|
|
794
718
|
def vswitch_id(self) -> pulumi.Output[Optional[str]]:
|
|
795
719
|
"""
|
|
796
|
-
The ID of the
|
|
720
|
+
The ID of the vSwitch.
|
|
797
721
|
"""
|
|
798
722
|
return pulumi.get(self, "vswitch_id")
|
|
799
723
|
|
pulumi_alicloud/cs/_inputs.py
CHANGED
|
@@ -2304,7 +2304,7 @@ if not MYPY:
|
|
|
2304
2304
|
class ManagedKubernetesOperationPolicyClusterAutoUpgradeArgsDict(TypedDict):
|
|
2305
2305
|
channel: NotRequired[pulumi.Input[str]]
|
|
2306
2306
|
"""
|
|
2307
|
-
The automatic cluster upgrade channel. Valid values: `patch`, `stable`, `
|
|
2307
|
+
The automatic cluster upgrade channel. Valid values: `patch`, `stable`, `rapic`.
|
|
2308
2308
|
|
|
2309
2309
|
for example:
|
|
2310
2310
|
```
|
|
@@ -2329,7 +2329,7 @@ class ManagedKubernetesOperationPolicyClusterAutoUpgradeArgs:
|
|
|
2329
2329
|
channel: Optional[pulumi.Input[str]] = None,
|
|
2330
2330
|
enabled: Optional[pulumi.Input[bool]] = None):
|
|
2331
2331
|
"""
|
|
2332
|
-
:param pulumi.Input[str] channel: The automatic cluster upgrade channel. Valid values: `patch`, `stable`, `
|
|
2332
|
+
:param pulumi.Input[str] channel: The automatic cluster upgrade channel. Valid values: `patch`, `stable`, `rapic`.
|
|
2333
2333
|
|
|
2334
2334
|
for example:
|
|
2335
2335
|
```
|
|
@@ -2351,7 +2351,7 @@ class ManagedKubernetesOperationPolicyClusterAutoUpgradeArgs:
|
|
|
2351
2351
|
@pulumi.getter
|
|
2352
2352
|
def channel(self) -> Optional[pulumi.Input[str]]:
|
|
2353
2353
|
"""
|
|
2354
|
-
The automatic cluster upgrade channel. Valid values: `patch`, `stable`, `
|
|
2354
|
+
The automatic cluster upgrade channel. Valid values: `patch`, `stable`, `rapic`.
|
|
2355
2355
|
|
|
2356
2356
|
for example:
|
|
2357
2357
|
```
|
|
@@ -4427,7 +4427,7 @@ if not MYPY:
|
|
|
4427
4427
|
class ServerlessKubernetesOperationPolicyClusterAutoUpgradeArgsDict(TypedDict):
|
|
4428
4428
|
channel: NotRequired[pulumi.Input[str]]
|
|
4429
4429
|
"""
|
|
4430
|
-
The automatic cluster upgrade channel. Valid values: `patch`, `stable`, `
|
|
4430
|
+
The automatic cluster upgrade channel. Valid values: `patch`, `stable`, `rapic`.
|
|
4431
4431
|
|
|
4432
4432
|
for example:
|
|
4433
4433
|
```
|
|
@@ -4452,7 +4452,7 @@ class ServerlessKubernetesOperationPolicyClusterAutoUpgradeArgs:
|
|
|
4452
4452
|
channel: Optional[pulumi.Input[str]] = None,
|
|
4453
4453
|
enabled: Optional[pulumi.Input[bool]] = None):
|
|
4454
4454
|
"""
|
|
4455
|
-
:param pulumi.Input[str] channel: The automatic cluster upgrade channel. Valid values: `patch`, `stable`, `
|
|
4455
|
+
:param pulumi.Input[str] channel: The automatic cluster upgrade channel. Valid values: `patch`, `stable`, `rapic`.
|
|
4456
4456
|
|
|
4457
4457
|
for example:
|
|
4458
4458
|
```
|
|
@@ -4474,7 +4474,7 @@ class ServerlessKubernetesOperationPolicyClusterAutoUpgradeArgs:
|
|
|
4474
4474
|
@pulumi.getter
|
|
4475
4475
|
def channel(self) -> Optional[pulumi.Input[str]]:
|
|
4476
4476
|
"""
|
|
4477
|
-
The automatic cluster upgrade channel. Valid values: `patch`, `stable`, `
|
|
4477
|
+
The automatic cluster upgrade channel. Valid values: `patch`, `stable`, `rapic`.
|
|
4478
4478
|
|
|
4479
4479
|
for example:
|
|
4480
4480
|
```
|
pulumi_alicloud/cs/outputs.py
CHANGED
|
@@ -1729,7 +1729,7 @@ class ManagedKubernetesOperationPolicyClusterAutoUpgrade(dict):
|
|
|
1729
1729
|
channel: Optional[str] = None,
|
|
1730
1730
|
enabled: Optional[bool] = None):
|
|
1731
1731
|
"""
|
|
1732
|
-
:param str channel: The automatic cluster upgrade channel. Valid values: `patch`, `stable`, `
|
|
1732
|
+
:param str channel: The automatic cluster upgrade channel. Valid values: `patch`, `stable`, `rapic`.
|
|
1733
1733
|
|
|
1734
1734
|
for example:
|
|
1735
1735
|
```
|
|
@@ -1751,7 +1751,7 @@ class ManagedKubernetesOperationPolicyClusterAutoUpgrade(dict):
|
|
|
1751
1751
|
@pulumi.getter
|
|
1752
1752
|
def channel(self) -> Optional[str]:
|
|
1753
1753
|
"""
|
|
1754
|
-
The automatic cluster upgrade channel. Valid values: `patch`, `stable`, `
|
|
1754
|
+
The automatic cluster upgrade channel. Valid values: `patch`, `stable`, `rapic`.
|
|
1755
1755
|
|
|
1756
1756
|
for example:
|
|
1757
1757
|
```
|
|
@@ -3355,7 +3355,7 @@ class ServerlessKubernetesOperationPolicyClusterAutoUpgrade(dict):
|
|
|
3355
3355
|
channel: Optional[str] = None,
|
|
3356
3356
|
enabled: Optional[bool] = None):
|
|
3357
3357
|
"""
|
|
3358
|
-
:param str channel: The automatic cluster upgrade channel. Valid values: `patch`, `stable`, `
|
|
3358
|
+
:param str channel: The automatic cluster upgrade channel. Valid values: `patch`, `stable`, `rapic`.
|
|
3359
3359
|
|
|
3360
3360
|
for example:
|
|
3361
3361
|
```
|
|
@@ -3377,7 +3377,7 @@ class ServerlessKubernetesOperationPolicyClusterAutoUpgrade(dict):
|
|
|
3377
3377
|
@pulumi.getter
|
|
3378
3378
|
def channel(self) -> Optional[str]:
|
|
3379
3379
|
"""
|
|
3380
|
-
The automatic cluster upgrade channel. Valid values: `patch`, `stable`, `
|
|
3380
|
+
The automatic cluster upgrade channel. Valid values: `patch`, `stable`, `rapic`.
|
|
3381
3381
|
|
|
3382
3382
|
for example:
|
|
3383
3383
|
```
|
|
@@ -2508,7 +2508,7 @@ class ScalingConfiguration(pulumi.CustomResource):
|
|
|
2508
2508
|
|
|
2509
2509
|
@property
|
|
2510
2510
|
@pulumi.getter(name="internetMaxBandwidthIn")
|
|
2511
|
-
def internet_max_bandwidth_in(self) -> pulumi.Output[
|
|
2511
|
+
def internet_max_bandwidth_in(self) -> pulumi.Output[int]:
|
|
2512
2512
|
"""
|
|
2513
2513
|
Maximum incoming bandwidth from the public network, measured in Mbps (Mega bit per second). The value range is [1,200].
|
|
2514
2514
|
"""
|