pulumi-alicloud 3.64.0a1729894283__py3-none-any.whl → 3.65.0__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 +35 -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/cen/transit_router_route_table_association.py +72 -68
- pulumi_alicloud/cloudfirewall/control_policy.py +524 -23
- pulumi_alicloud/cloudfirewall/instance.py +64 -36
- pulumi_alicloud/cloudstoragegateway/gateway.py +134 -58
- 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 +377 -1
- pulumi_alicloud/ess/scaling_group.py +54 -7
- pulumi_alicloud/fc/_inputs.py +3 -3
- pulumi_alicloud/fc/outputs.py +2 -2
- pulumi_alicloud/ga/_inputs.py +57 -22
- pulumi_alicloud/ga/outputs.py +39 -15
- pulumi_alicloud/governance/baseline.py +18 -18
- pulumi_alicloud/governance/get_baselines.py +18 -18
- pulumi_alicloud/gpdb/__init__.py +1 -0
- pulumi_alicloud/gpdb/database.py +545 -0
- pulumi_alicloud/gpdb/instance.py +1 -1
- pulumi_alicloud/kms/get_secrets.py +5 -5
- pulumi_alicloud/kms/outputs.py +18 -18
- pulumi_alicloud/kvstore/instance.py +24 -5
- pulumi_alicloud/log/alert.py +14 -14
- pulumi_alicloud/mse/__init__.py +2 -0
- 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/get_nacos_configs.py +394 -0
- pulumi_alicloud/mse/nacos_config.py +762 -0
- pulumi_alicloud/mse/outputs.py +165 -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/ocean/base_instance.py +2 -2
- pulumi_alicloud/pai/__init__.py +8 -0
- pulumi_alicloud/pai/workspace_workspace.py +447 -0
- pulumi_alicloud/polardb/cluster.py +176 -14
- 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/vpc/subnet.py +59 -27
- pulumi_alicloud/vpc/switch.py +104 -87
- {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/RECORD +94 -88
- {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/top_level.txt +0 -0
pulumi_alicloud/mse/outputs.py
CHANGED
|
@@ -22,6 +22,7 @@ __all__ = [
|
|
|
22
22
|
'GetEngineNamespacesNamespaceResult',
|
|
23
23
|
'GetGatewaysGatewayResult',
|
|
24
24
|
'GetGatewaysGatewaySlbListResult',
|
|
25
|
+
'GetNacosConfigsConfigResult',
|
|
25
26
|
'GetZnodesZnodeResult',
|
|
26
27
|
]
|
|
27
28
|
|
|
@@ -189,12 +190,12 @@ class GetClustersClusterResult(dict):
|
|
|
189
190
|
:param str cluster_name: ID of the OOS Executions.
|
|
190
191
|
:param str cluster_type: The type of MSE Cluster.
|
|
191
192
|
:param int cpu: The num of cpu.
|
|
192
|
-
:param str health_status: The health status of
|
|
193
|
+
:param str health_status: The health status of the instance.
|
|
193
194
|
:param str id: ID of the MSE Cluster.
|
|
194
195
|
:param int init_cost_time: Time-consuming to create.
|
|
195
196
|
:param int instance_count: The count of instance.
|
|
196
197
|
:param str instance_id: ID of the MSE Cluster.
|
|
197
|
-
:param Sequence['GetClustersClusterInstanceModelArgs'] instance_models: The list of
|
|
198
|
+
:param Sequence['GetClustersClusterInstanceModelArgs'] instance_models: The list of instance nodes.
|
|
198
199
|
:param str internet_address: The address of public network.
|
|
199
200
|
:param str internet_domain: The domain of public network.
|
|
200
201
|
:param str internet_port: The port of public network.
|
|
@@ -281,7 +282,7 @@ class GetClustersClusterResult(dict):
|
|
|
281
282
|
@pulumi.getter(name="healthStatus")
|
|
282
283
|
def health_status(self) -> str:
|
|
283
284
|
"""
|
|
284
|
-
The health status of
|
|
285
|
+
The health status of the instance.
|
|
285
286
|
"""
|
|
286
287
|
return pulumi.get(self, "health_status")
|
|
287
288
|
|
|
@@ -321,7 +322,7 @@ class GetClustersClusterResult(dict):
|
|
|
321
322
|
@pulumi.getter(name="instanceModels")
|
|
322
323
|
def instance_models(self) -> Sequence['outputs.GetClustersClusterInstanceModelResult']:
|
|
323
324
|
"""
|
|
324
|
-
The list of
|
|
325
|
+
The list of instance nodes.
|
|
325
326
|
"""
|
|
326
327
|
return pulumi.get(self, "instance_models")
|
|
327
328
|
|
|
@@ -418,7 +419,14 @@ class GetClustersClusterInstanceModelResult(dict):
|
|
|
418
419
|
single_tunnel_vip: str,
|
|
419
420
|
vip: str):
|
|
420
421
|
"""
|
|
421
|
-
:param str health_status: The health status of
|
|
422
|
+
:param str health_status: The health status of the instance.
|
|
423
|
+
:param str instance_type: (Deprecated from version 1.232.0)
|
|
424
|
+
:param str internet_ip: The public IP address.
|
|
425
|
+
:param str ip: The IP address of the instance.
|
|
426
|
+
:param str pod_name: The name of the pod.
|
|
427
|
+
:param str role: The role.
|
|
428
|
+
:param str single_tunnel_vip: The single-thread IP address.
|
|
429
|
+
:param str vip: (Deprecated from version 1.232.0)
|
|
422
430
|
"""
|
|
423
431
|
pulumi.set(__self__, "health_status", health_status)
|
|
424
432
|
pulumi.set(__self__, "instance_type", instance_type)
|
|
@@ -433,43 +441,64 @@ class GetClustersClusterInstanceModelResult(dict):
|
|
|
433
441
|
@pulumi.getter(name="healthStatus")
|
|
434
442
|
def health_status(self) -> str:
|
|
435
443
|
"""
|
|
436
|
-
The health status of
|
|
444
|
+
The health status of the instance.
|
|
437
445
|
"""
|
|
438
446
|
return pulumi.get(self, "health_status")
|
|
439
447
|
|
|
440
448
|
@property
|
|
441
449
|
@pulumi.getter(name="instanceType")
|
|
442
450
|
def instance_type(self) -> str:
|
|
451
|
+
"""
|
|
452
|
+
(Deprecated from version 1.232.0)
|
|
453
|
+
"""
|
|
443
454
|
return pulumi.get(self, "instance_type")
|
|
444
455
|
|
|
445
456
|
@property
|
|
446
457
|
@pulumi.getter(name="internetIp")
|
|
447
458
|
def internet_ip(self) -> str:
|
|
459
|
+
"""
|
|
460
|
+
The public IP address.
|
|
461
|
+
"""
|
|
448
462
|
return pulumi.get(self, "internet_ip")
|
|
449
463
|
|
|
450
464
|
@property
|
|
451
465
|
@pulumi.getter
|
|
452
466
|
def ip(self) -> str:
|
|
467
|
+
"""
|
|
468
|
+
The IP address of the instance.
|
|
469
|
+
"""
|
|
453
470
|
return pulumi.get(self, "ip")
|
|
454
471
|
|
|
455
472
|
@property
|
|
456
473
|
@pulumi.getter(name="podName")
|
|
457
474
|
def pod_name(self) -> str:
|
|
475
|
+
"""
|
|
476
|
+
The name of the pod.
|
|
477
|
+
"""
|
|
458
478
|
return pulumi.get(self, "pod_name")
|
|
459
479
|
|
|
460
480
|
@property
|
|
461
481
|
@pulumi.getter
|
|
462
482
|
def role(self) -> str:
|
|
483
|
+
"""
|
|
484
|
+
The role.
|
|
485
|
+
"""
|
|
463
486
|
return pulumi.get(self, "role")
|
|
464
487
|
|
|
465
488
|
@property
|
|
466
489
|
@pulumi.getter(name="singleTunnelVip")
|
|
467
490
|
def single_tunnel_vip(self) -> str:
|
|
491
|
+
"""
|
|
492
|
+
The single-thread IP address.
|
|
493
|
+
"""
|
|
468
494
|
return pulumi.get(self, "single_tunnel_vip")
|
|
469
495
|
|
|
470
496
|
@property
|
|
471
497
|
@pulumi.getter
|
|
472
498
|
def vip(self) -> str:
|
|
499
|
+
"""
|
|
500
|
+
(Deprecated from version 1.232.0)
|
|
501
|
+
"""
|
|
473
502
|
return pulumi.get(self, "vip")
|
|
474
503
|
|
|
475
504
|
|
|
@@ -486,7 +515,7 @@ class GetEngineNamespacesNamespaceResult(dict):
|
|
|
486
515
|
type: int):
|
|
487
516
|
"""
|
|
488
517
|
:param int config_count: The Number of Configuration of the Namespace.
|
|
489
|
-
:param str id: The ID of the Engine Namespace. It is formatted to `<
|
|
518
|
+
:param str id: The ID of the Engine Namespace. It is formatted to `<instance_id>:<namespace_id>`.
|
|
490
519
|
:param str namespace_desc: The description of the Namespace.
|
|
491
520
|
:param str namespace_id: The id of Namespace.
|
|
492
521
|
:param str namespace_show_name: The name of the Namespace.
|
|
@@ -518,7 +547,7 @@ class GetEngineNamespacesNamespaceResult(dict):
|
|
|
518
547
|
@pulumi.getter
|
|
519
548
|
def id(self) -> str:
|
|
520
549
|
"""
|
|
521
|
-
The ID of the Engine Namespace. It is formatted to `<
|
|
550
|
+
The ID of the Engine Namespace. It is formatted to `<instance_id>:<namespace_id>`.
|
|
522
551
|
"""
|
|
523
552
|
return pulumi.get(self, "id")
|
|
524
553
|
|
|
@@ -797,6 +826,134 @@ class GetGatewaysGatewaySlbListResult(dict):
|
|
|
797
826
|
return pulumi.get(self, "type")
|
|
798
827
|
|
|
799
828
|
|
|
829
|
+
@pulumi.output_type
|
|
830
|
+
class GetNacosConfigsConfigResult(dict):
|
|
831
|
+
def __init__(__self__, *,
|
|
832
|
+
app_name: str,
|
|
833
|
+
beta_ips: str,
|
|
834
|
+
content: str,
|
|
835
|
+
data_id: str,
|
|
836
|
+
desc: str,
|
|
837
|
+
encrypted_data_key: str,
|
|
838
|
+
group: str,
|
|
839
|
+
id: str,
|
|
840
|
+
md5: str,
|
|
841
|
+
tags: str,
|
|
842
|
+
type: str):
|
|
843
|
+
"""
|
|
844
|
+
:param str app_name: The name of the application.
|
|
845
|
+
:param str beta_ips: The list of IP addresses where the beta release of the configuration is performed.
|
|
846
|
+
:param str content: The content of the configuration.
|
|
847
|
+
:param str data_id: The ID of the data.
|
|
848
|
+
:param str desc: The description of the configuration.
|
|
849
|
+
:param str encrypted_data_key: The encryption key.
|
|
850
|
+
:param str group: The ID of the group.
|
|
851
|
+
:param str id: The ID of the Nacos Config. It is formatted to `<instance_id>:<namespace_id>:<data_id>:<group>`.
|
|
852
|
+
:param str md5: The message digest of the configuration.
|
|
853
|
+
:param str tags: The tags of the configuration.
|
|
854
|
+
:param str type: The format of the configuration. Supported formats include TEXT, JSON, and XML.
|
|
855
|
+
"""
|
|
856
|
+
pulumi.set(__self__, "app_name", app_name)
|
|
857
|
+
pulumi.set(__self__, "beta_ips", beta_ips)
|
|
858
|
+
pulumi.set(__self__, "content", content)
|
|
859
|
+
pulumi.set(__self__, "data_id", data_id)
|
|
860
|
+
pulumi.set(__self__, "desc", desc)
|
|
861
|
+
pulumi.set(__self__, "encrypted_data_key", encrypted_data_key)
|
|
862
|
+
pulumi.set(__self__, "group", group)
|
|
863
|
+
pulumi.set(__self__, "id", id)
|
|
864
|
+
pulumi.set(__self__, "md5", md5)
|
|
865
|
+
pulumi.set(__self__, "tags", tags)
|
|
866
|
+
pulumi.set(__self__, "type", type)
|
|
867
|
+
|
|
868
|
+
@property
|
|
869
|
+
@pulumi.getter(name="appName")
|
|
870
|
+
def app_name(self) -> str:
|
|
871
|
+
"""
|
|
872
|
+
The name of the application.
|
|
873
|
+
"""
|
|
874
|
+
return pulumi.get(self, "app_name")
|
|
875
|
+
|
|
876
|
+
@property
|
|
877
|
+
@pulumi.getter(name="betaIps")
|
|
878
|
+
def beta_ips(self) -> str:
|
|
879
|
+
"""
|
|
880
|
+
The list of IP addresses where the beta release of the configuration is performed.
|
|
881
|
+
"""
|
|
882
|
+
return pulumi.get(self, "beta_ips")
|
|
883
|
+
|
|
884
|
+
@property
|
|
885
|
+
@pulumi.getter
|
|
886
|
+
def content(self) -> str:
|
|
887
|
+
"""
|
|
888
|
+
The content of the configuration.
|
|
889
|
+
"""
|
|
890
|
+
return pulumi.get(self, "content")
|
|
891
|
+
|
|
892
|
+
@property
|
|
893
|
+
@pulumi.getter(name="dataId")
|
|
894
|
+
def data_id(self) -> str:
|
|
895
|
+
"""
|
|
896
|
+
The ID of the data.
|
|
897
|
+
"""
|
|
898
|
+
return pulumi.get(self, "data_id")
|
|
899
|
+
|
|
900
|
+
@property
|
|
901
|
+
@pulumi.getter
|
|
902
|
+
def desc(self) -> str:
|
|
903
|
+
"""
|
|
904
|
+
The description of the configuration.
|
|
905
|
+
"""
|
|
906
|
+
return pulumi.get(self, "desc")
|
|
907
|
+
|
|
908
|
+
@property
|
|
909
|
+
@pulumi.getter(name="encryptedDataKey")
|
|
910
|
+
def encrypted_data_key(self) -> str:
|
|
911
|
+
"""
|
|
912
|
+
The encryption key.
|
|
913
|
+
"""
|
|
914
|
+
return pulumi.get(self, "encrypted_data_key")
|
|
915
|
+
|
|
916
|
+
@property
|
|
917
|
+
@pulumi.getter
|
|
918
|
+
def group(self) -> str:
|
|
919
|
+
"""
|
|
920
|
+
The ID of the group.
|
|
921
|
+
"""
|
|
922
|
+
return pulumi.get(self, "group")
|
|
923
|
+
|
|
924
|
+
@property
|
|
925
|
+
@pulumi.getter
|
|
926
|
+
def id(self) -> str:
|
|
927
|
+
"""
|
|
928
|
+
The ID of the Nacos Config. It is formatted to `<instance_id>:<namespace_id>:<data_id>:<group>`.
|
|
929
|
+
"""
|
|
930
|
+
return pulumi.get(self, "id")
|
|
931
|
+
|
|
932
|
+
@property
|
|
933
|
+
@pulumi.getter
|
|
934
|
+
def md5(self) -> str:
|
|
935
|
+
"""
|
|
936
|
+
The message digest of the configuration.
|
|
937
|
+
"""
|
|
938
|
+
return pulumi.get(self, "md5")
|
|
939
|
+
|
|
940
|
+
@property
|
|
941
|
+
@pulumi.getter
|
|
942
|
+
def tags(self) -> str:
|
|
943
|
+
"""
|
|
944
|
+
The tags of the configuration.
|
|
945
|
+
"""
|
|
946
|
+
return pulumi.get(self, "tags")
|
|
947
|
+
|
|
948
|
+
@property
|
|
949
|
+
@pulumi.getter
|
|
950
|
+
def type(self) -> str:
|
|
951
|
+
"""
|
|
952
|
+
The format of the configuration. Supported formats include TEXT, JSON, and XML.
|
|
953
|
+
"""
|
|
954
|
+
return pulumi.get(self, "type")
|
|
955
|
+
|
|
956
|
+
|
|
800
957
|
@pulumi.output_type
|
|
801
958
|
class GetZnodesZnodeResult(dict):
|
|
802
959
|
def __init__(__self__, *,
|
pulumi_alicloud/nas/data_flow.py
CHANGED
|
@@ -335,15 +335,15 @@ class DataFlow(pulumi.CustomResource):
|
|
|
335
335
|
throughput: Optional[pulumi.Input[int]] = None,
|
|
336
336
|
__props__=None):
|
|
337
337
|
"""
|
|
338
|
-
Provides a
|
|
338
|
+
Provides a Apsara File Storage (NAS) Data Flow resource.
|
|
339
339
|
|
|
340
|
-
For information about
|
|
340
|
+
For information about Apsara File Storage (NAS) Data Flow and how to use it, see [What is Data Flow](https://www.alibabacloud.com/help/en/doc-detail/27530.html).
|
|
341
341
|
|
|
342
342
|
> **NOTE:** Available since v1.153.0.
|
|
343
343
|
|
|
344
344
|
## Import
|
|
345
345
|
|
|
346
|
-
|
|
346
|
+
Apsara File Storage (NAS) Data Flow can be imported using the id, e.g.
|
|
347
347
|
|
|
348
348
|
```sh
|
|
349
349
|
$ pulumi import alicloud:nas/dataFlow:DataFlow example <file_system_id>:<data_flow_id>
|
|
@@ -372,15 +372,15 @@ class DataFlow(pulumi.CustomResource):
|
|
|
372
372
|
args: DataFlowArgs,
|
|
373
373
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
374
374
|
"""
|
|
375
|
-
Provides a
|
|
375
|
+
Provides a Apsara File Storage (NAS) Data Flow resource.
|
|
376
376
|
|
|
377
|
-
For information about
|
|
377
|
+
For information about Apsara File Storage (NAS) Data Flow and how to use it, see [What is Data Flow](https://www.alibabacloud.com/help/en/doc-detail/27530.html).
|
|
378
378
|
|
|
379
379
|
> **NOTE:** Available since v1.153.0.
|
|
380
380
|
|
|
381
381
|
## Import
|
|
382
382
|
|
|
383
|
-
|
|
383
|
+
Apsara File Storage (NAS) Data Flow can be imported using the id, e.g.
|
|
384
384
|
|
|
385
385
|
```sh
|
|
386
386
|
$ pulumi import alicloud:nas/dataFlow:DataFlow example <file_system_id>:<data_flow_id>
|
pulumi_alicloud/nas/fileset.py
CHANGED
|
@@ -201,9 +201,9 @@ class Fileset(pulumi.CustomResource):
|
|
|
201
201
|
file_system_path: Optional[pulumi.Input[str]] = None,
|
|
202
202
|
__props__=None):
|
|
203
203
|
"""
|
|
204
|
-
Provides a
|
|
204
|
+
Provides a Apsara File Storage (NAS) Fileset resource.
|
|
205
205
|
|
|
206
|
-
For information about
|
|
206
|
+
For information about Apsara File Storage (NAS) Fileset and how to use it, see [What is Fileset](https://www.alibabacloud.com/help/en/doc-detail/27530.html).
|
|
207
207
|
|
|
208
208
|
> **NOTE:** Available in v1.153.0+.
|
|
209
209
|
|
|
@@ -240,7 +240,7 @@ class Fileset(pulumi.CustomResource):
|
|
|
240
240
|
|
|
241
241
|
## Import
|
|
242
242
|
|
|
243
|
-
|
|
243
|
+
Apsara File Storage (NAS) Fileset can be imported using the id, e.g.
|
|
244
244
|
|
|
245
245
|
```sh
|
|
246
246
|
$ pulumi import alicloud:nas/fileset:Fileset example <file_system_id>:<fileset_id>
|
|
@@ -260,9 +260,9 @@ class Fileset(pulumi.CustomResource):
|
|
|
260
260
|
args: FilesetArgs,
|
|
261
261
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
262
262
|
"""
|
|
263
|
-
Provides a
|
|
263
|
+
Provides a Apsara File Storage (NAS) Fileset resource.
|
|
264
264
|
|
|
265
|
-
For information about
|
|
265
|
+
For information about Apsara File Storage (NAS) Fileset and how to use it, see [What is Fileset](https://www.alibabacloud.com/help/en/doc-detail/27530.html).
|
|
266
266
|
|
|
267
267
|
> **NOTE:** Available in v1.153.0+.
|
|
268
268
|
|
|
@@ -299,7 +299,7 @@ class Fileset(pulumi.CustomResource):
|
|
|
299
299
|
|
|
300
300
|
## Import
|
|
301
301
|
|
|
302
|
-
|
|
302
|
+
Apsara File Storage (NAS) Fileset can be imported using the id, e.g.
|
|
303
303
|
|
|
304
304
|
```sh
|
|
305
305
|
$ pulumi import alicloud:nas/fileset:Fileset example <file_system_id>:<fileset_id>
|
|
@@ -199,9 +199,9 @@ class LifecyclePolicy(pulumi.CustomResource):
|
|
|
199
199
|
storage_type: Optional[pulumi.Input[str]] = None,
|
|
200
200
|
__props__=None):
|
|
201
201
|
"""
|
|
202
|
-
Provides a
|
|
202
|
+
Provides a Apsara File Storage (NAS) Lifecycle Policy resource.
|
|
203
203
|
|
|
204
|
-
For information about
|
|
204
|
+
For information about Apsara File Storage (NAS) Lifecycle Policy and how to use it, see [What is Lifecycle Policy](https://www.alibabacloud.com/help/en/doc-detail/169362.html).
|
|
205
205
|
|
|
206
206
|
> **NOTE:** Available in v1.153.0+.
|
|
207
207
|
|
|
@@ -226,7 +226,7 @@ class LifecyclePolicy(pulumi.CustomResource):
|
|
|
226
226
|
|
|
227
227
|
## Import
|
|
228
228
|
|
|
229
|
-
|
|
229
|
+
Apsara File Storage (NAS) Lifecycle Policy can be imported using the id, e.g.
|
|
230
230
|
|
|
231
231
|
```sh
|
|
232
232
|
$ pulumi import alicloud:nas/lifecyclePolicy:LifecyclePolicy example <file_system_id>:<lifecycle_policy_name>
|
|
@@ -247,9 +247,9 @@ class LifecyclePolicy(pulumi.CustomResource):
|
|
|
247
247
|
args: LifecyclePolicyArgs,
|
|
248
248
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
249
249
|
"""
|
|
250
|
-
Provides a
|
|
250
|
+
Provides a Apsara File Storage (NAS) Lifecycle Policy resource.
|
|
251
251
|
|
|
252
|
-
For information about
|
|
252
|
+
For information about Apsara File Storage (NAS) Lifecycle Policy and how to use it, see [What is Lifecycle Policy](https://www.alibabacloud.com/help/en/doc-detail/169362.html).
|
|
253
253
|
|
|
254
254
|
> **NOTE:** Available in v1.153.0+.
|
|
255
255
|
|
|
@@ -274,7 +274,7 @@ class LifecyclePolicy(pulumi.CustomResource):
|
|
|
274
274
|
|
|
275
275
|
## Import
|
|
276
276
|
|
|
277
|
-
|
|
277
|
+
Apsara File Storage (NAS) Lifecycle Policy can be imported using the id, e.g.
|
|
278
278
|
|
|
279
279
|
```sh
|
|
280
280
|
$ pulumi import alicloud:nas/lifecyclePolicy:LifecyclePolicy example <file_system_id>:<lifecycle_policy_name>
|
|
@@ -120,9 +120,9 @@ class RecycleBin(pulumi.CustomResource):
|
|
|
120
120
|
reserved_days: Optional[pulumi.Input[int]] = None,
|
|
121
121
|
__props__=None):
|
|
122
122
|
"""
|
|
123
|
-
Provides a
|
|
123
|
+
Provides a Apsara File Storage (NAS) Recycle Bin resource.
|
|
124
124
|
|
|
125
|
-
For information about
|
|
125
|
+
For information about Apsara File Storage (NAS) Recycle Bin and how to use it, see [What is Recycle Bin](https://www.alibabacloud.com/help/en/doc-detail/264185.html).
|
|
126
126
|
|
|
127
127
|
> **NOTE:** Available in v1.155.0+.
|
|
128
128
|
|
|
@@ -148,7 +148,7 @@ class RecycleBin(pulumi.CustomResource):
|
|
|
148
148
|
|
|
149
149
|
## Import
|
|
150
150
|
|
|
151
|
-
|
|
151
|
+
Apsara File Storage (NAS) Recycle Bin can be imported using the id, e.g.
|
|
152
152
|
|
|
153
153
|
```sh
|
|
154
154
|
$ pulumi import alicloud:nas/recycleBin:RecycleBin example <file_system_id>
|
|
@@ -166,9 +166,9 @@ class RecycleBin(pulumi.CustomResource):
|
|
|
166
166
|
args: RecycleBinArgs,
|
|
167
167
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
168
168
|
"""
|
|
169
|
-
Provides a
|
|
169
|
+
Provides a Apsara File Storage (NAS) Recycle Bin resource.
|
|
170
170
|
|
|
171
|
-
For information about
|
|
171
|
+
For information about Apsara File Storage (NAS) Recycle Bin and how to use it, see [What is Recycle Bin](https://www.alibabacloud.com/help/en/doc-detail/264185.html).
|
|
172
172
|
|
|
173
173
|
> **NOTE:** Available in v1.155.0+.
|
|
174
174
|
|
|
@@ -194,7 +194,7 @@ class RecycleBin(pulumi.CustomResource):
|
|
|
194
194
|
|
|
195
195
|
## Import
|
|
196
196
|
|
|
197
|
-
|
|
197
|
+
Apsara File Storage (NAS) Recycle Bin can be imported using the id, e.g.
|
|
198
198
|
|
|
199
199
|
```sh
|
|
200
200
|
$ pulumi import alicloud:nas/recycleBin:RecycleBin example <file_system_id>
|
pulumi_alicloud/nas/snapshot.py
CHANGED
|
@@ -190,9 +190,9 @@ class Snapshot(pulumi.CustomResource):
|
|
|
190
190
|
snapshot_name: Optional[pulumi.Input[str]] = None,
|
|
191
191
|
__props__=None):
|
|
192
192
|
"""
|
|
193
|
-
Provides a
|
|
193
|
+
Provides a Apsara File Storage (NAS) Snapshot resource.
|
|
194
194
|
|
|
195
|
-
For information about
|
|
195
|
+
For information about Apsara File Storage (NAS) Snapshot and how to use it, see [What is Snapshot](https://www.alibabacloud.com/help/en/doc-detail/126549.html).
|
|
196
196
|
|
|
197
197
|
> **NOTE:** Available in v1.152.0+.
|
|
198
198
|
|
|
@@ -226,7 +226,7 @@ class Snapshot(pulumi.CustomResource):
|
|
|
226
226
|
|
|
227
227
|
## Import
|
|
228
228
|
|
|
229
|
-
|
|
229
|
+
Apsara File Storage (NAS) Snapshot can be imported using the id, e.g.
|
|
230
230
|
|
|
231
231
|
```sh
|
|
232
232
|
$ pulumi import alicloud:nas/snapshot:Snapshot example <id>
|
|
@@ -247,9 +247,9 @@ class Snapshot(pulumi.CustomResource):
|
|
|
247
247
|
args: SnapshotArgs,
|
|
248
248
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
249
249
|
"""
|
|
250
|
-
Provides a
|
|
250
|
+
Provides a Apsara File Storage (NAS) Snapshot resource.
|
|
251
251
|
|
|
252
|
-
For information about
|
|
252
|
+
For information about Apsara File Storage (NAS) Snapshot and how to use it, see [What is Snapshot](https://www.alibabacloud.com/help/en/doc-detail/126549.html).
|
|
253
253
|
|
|
254
254
|
> **NOTE:** Available in v1.152.0+.
|
|
255
255
|
|
|
@@ -283,7 +283,7 @@ class Snapshot(pulumi.CustomResource):
|
|
|
283
283
|
|
|
284
284
|
## Import
|
|
285
285
|
|
|
286
|
-
|
|
286
|
+
Apsara File Storage (NAS) Snapshot can be imported using the id, e.g.
|
|
287
287
|
|
|
288
288
|
```sh
|
|
289
289
|
$ pulumi import alicloud:nas/snapshot:Snapshot example <id>
|
|
@@ -991,7 +991,7 @@ class BaseInstance(pulumi.CustomResource):
|
|
|
991
991
|
auto_renew=False,
|
|
992
992
|
disk_size=100,
|
|
993
993
|
payment_type="PayAsYouGo",
|
|
994
|
-
instance_class="
|
|
994
|
+
instance_class="8C32G",
|
|
995
995
|
backup_retain_mode="delete_all",
|
|
996
996
|
series="normal",
|
|
997
997
|
instance_name=name)
|
|
@@ -1123,7 +1123,7 @@ class BaseInstance(pulumi.CustomResource):
|
|
|
1123
1123
|
auto_renew=False,
|
|
1124
1124
|
disk_size=100,
|
|
1125
1125
|
payment_type="PayAsYouGo",
|
|
1126
|
-
instance_class="
|
|
1126
|
+
instance_class="8C32G",
|
|
1127
1127
|
backup_retain_mode="delete_all",
|
|
1128
1128
|
series="normal",
|
|
1129
1129
|
instance_name=name)
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
from .. import _utilities
|
|
6
|
+
import typing
|
|
7
|
+
# Export this package's modules as members:
|
|
8
|
+
from .workspace_workspace import *
|