pulumi-alicloud 3.76.0a1743571220__py3-none-any.whl → 3.76.0a1744139894__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 +271 -4
- pulumi_alicloud/_inputs.py +20 -0
- pulumi_alicloud/actiontrail/global_events_storage_region.py +2 -2
- pulumi_alicloud/adb/db_cluster_lake_version.py +458 -49
- pulumi_alicloud/alb/load_balancer_access_log_config_attachment.py +2 -2
- pulumi_alicloud/alb/server_group.py +2 -2
- pulumi_alicloud/alikafka/sasl_acl.py +7 -7
- pulumi_alicloud/apigateway/_inputs.py +134 -0
- pulumi_alicloud/apigateway/group.py +117 -5
- pulumi_alicloud/apigateway/instance.py +148 -7
- pulumi_alicloud/apigateway/outputs.py +107 -0
- pulumi_alicloud/arms/alert_contact.py +2 -2
- pulumi_alicloud/arms/alert_contact_group.py +2 -2
- pulumi_alicloud/arms/get_prometheus.py +2 -6
- pulumi_alicloud/arms/grafana_workspace.py +511 -69
- pulumi_alicloud/arms/outputs.py +18 -18
- pulumi_alicloud/arms/prometheus_alert_rule.py +2 -2
- pulumi_alicloud/arms/prometheus_monitoring.py +2 -2
- pulumi_alicloud/cdn/domain_new.py +2 -2
- pulumi_alicloud/cen/_inputs.py +6 -3
- pulumi_alicloud/cen/get_transit_router_vpn_attachments.py +131 -19
- pulumi_alicloud/cen/instance.py +101 -59
- pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +126 -81
- pulumi_alicloud/cen/inter_region_traffic_qos_queue.py +93 -47
- pulumi_alicloud/cen/outputs.py +69 -26
- pulumi_alicloud/cen/transit_route_table_aggregation.py +171 -55
- pulumi_alicloud/cen/transit_router.py +127 -53
- pulumi_alicloud/cen/transit_router_cidr.py +53 -35
- pulumi_alicloud/cen/transit_router_ecr_attachment.py +2 -2
- pulumi_alicloud/cen/transit_router_peer_attachment.py +360 -143
- pulumi_alicloud/cen/transit_router_route_table_association.py +33 -43
- pulumi_alicloud/cen/transit_router_vpn_attachment.py +438 -109
- pulumi_alicloud/clickhouse/db_cluster.py +179 -6
- pulumi_alicloud/clickhouseenterprisedbcluster/__init__.py +14 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/_inputs.py +167 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/account.py +554 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/backup_policy.py +407 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/click_house_enterprise_db_cluster.py +641 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/outputs.py +147 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/public_endpoint.py +364 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/security_ip.py +357 -0
- pulumi_alicloud/cloudsso/scim_server_credential.py +178 -11
- pulumi_alicloud/config/outputs.py +12 -0
- pulumi_alicloud/cs/__init__.py +1 -0
- pulumi_alicloud/cs/get_kubernetes_node_pools.py +147 -0
- pulumi_alicloud/cs/managed_kubernetes.py +127 -24
- pulumi_alicloud/cs/node_pool.py +42 -42
- pulumi_alicloud/cs/outputs.py +1782 -4
- pulumi_alicloud/databasefilesystem/service_linked_role.py +2 -2
- pulumi_alicloud/dataworks/data_source.py +2 -2
- pulumi_alicloud/dataworks/data_source_shared_rule.py +2 -2
- pulumi_alicloud/dataworks/di_alarm_rule.py +2 -2
- pulumi_alicloud/dataworks/di_job.py +2 -2
- pulumi_alicloud/dataworks/dw_resource_group.py +2 -2
- pulumi_alicloud/dataworks/network.py +2 -2
- pulumi_alicloud/dataworks/project.py +2 -2
- pulumi_alicloud/dataworks/project_member.py +2 -2
- pulumi_alicloud/dbs/backup_plan.py +2 -2
- pulumi_alicloud/ddos/bgp_policy.py +2 -2
- pulumi_alicloud/eais/__init__.py +2 -0
- pulumi_alicloud/eais/_inputs.py +75 -0
- pulumi_alicloud/eais/client_instance_attachment.py +408 -0
- pulumi_alicloud/eais/instance.py +365 -118
- pulumi_alicloud/eais/outputs.py +32 -0
- pulumi_alicloud/ebs/disk_replica_group.py +512 -30
- pulumi_alicloud/ebs/disk_replica_pair.py +443 -113
- pulumi_alicloud/ebs/enterprise_snapshot_policy.py +2 -2
- pulumi_alicloud/ebs/enterprise_snapshot_policy_attachment.py +2 -2
- pulumi_alicloud/ecp/instance.py +2 -2
- pulumi_alicloud/ecp/key_pair.py +4 -4
- pulumi_alicloud/ecs/_inputs.py +33 -0
- pulumi_alicloud/ecs/disk.py +1 -1
- pulumi_alicloud/ecs/ecs_disk.py +1 -1
- pulumi_alicloud/ecs/ecs_launch_template.py +23 -23
- pulumi_alicloud/ecs/instance.py +1 -1
- pulumi_alicloud/ecs/outputs.py +26 -2
- pulumi_alicloud/eflo/__init__.py +5 -0
- pulumi_alicloud/eflo/_inputs.py +1717 -0
- pulumi_alicloud/eflo/cluster.py +935 -0
- pulumi_alicloud/eflo/invocation.py +1114 -0
- pulumi_alicloud/eflo/node.py +1013 -0
- pulumi_alicloud/eflo/node_group.py +1101 -0
- pulumi_alicloud/eflo/outputs.py +1366 -0
- pulumi_alicloud/ens/eip_instance_attachment.py +2 -2
- pulumi_alicloud/ens/image.py +81 -34
- pulumi_alicloud/esa/__init__.py +4 -0
- pulumi_alicloud/esa/_inputs.py +640 -18
- pulumi_alicloud/esa/cache_reserve_instance.py +522 -0
- pulumi_alicloud/esa/cache_rule.py +193 -179
- pulumi_alicloud/esa/certificate.py +99 -92
- pulumi_alicloud/esa/compression_rule.py +42 -28
- pulumi_alicloud/esa/edge_container_app.py +972 -0
- pulumi_alicloud/esa/edge_container_app_record.py +376 -0
- pulumi_alicloud/esa/http_request_header_modification_rule.py +56 -42
- pulumi_alicloud/esa/http_response_header_modification_rule.py +35 -56
- pulumi_alicloud/esa/https_application_configuration.py +42 -28
- pulumi_alicloud/esa/https_basic_configuration.py +56 -42
- pulumi_alicloud/esa/image_transform.py +42 -28
- pulumi_alicloud/esa/kv_namespace.py +11 -11
- pulumi_alicloud/esa/list.py +28 -28
- pulumi_alicloud/esa/network_optimization.py +56 -126
- pulumi_alicloud/esa/origin_pool.py +19 -19
- pulumi_alicloud/esa/origin_rule.py +67 -39
- pulumi_alicloud/esa/outputs.py +536 -12
- pulumi_alicloud/esa/page.py +28 -49
- pulumi_alicloud/esa/rate_plan_instance.py +86 -159
- pulumi_alicloud/esa/redirect_rule.py +42 -28
- pulumi_alicloud/esa/rewrite_url_rule.py +49 -63
- pulumi_alicloud/esa/site.py +67 -123
- pulumi_alicloud/esa/site_delivery_task.py +841 -0
- pulumi_alicloud/esa/waiting_room.py +269 -319
- pulumi_alicloud/esa/waiting_room_event.py +291 -305
- pulumi_alicloud/esa/waiting_room_rule.py +46 -53
- pulumi_alicloud/ess/_inputs.py +155 -0
- pulumi_alicloud/ess/outputs.py +128 -0
- pulumi_alicloud/ess/scaling_group.py +237 -2
- pulumi_alicloud/ess/scaling_rule.py +143 -2
- pulumi_alicloud/expressconnect/router_grant_association.py +2 -2
- pulumi_alicloud/expressconnect/virtual_border_router.py +4 -4
- pulumi_alicloud/gpdb/hadoop_data_source.py +2 -2
- pulumi_alicloud/gpdb/jdbc_data_source.py +2 -2
- pulumi_alicloud/gpdb/remote_adb_data_source.py +6 -6
- pulumi_alicloud/gpdb/streaming_data_source.py +2 -2
- pulumi_alicloud/gpdb/streaming_job.py +2 -2
- pulumi_alicloud/ims/oidc_provider.py +24 -13
- pulumi_alicloud/kvstore/account.py +9 -9
- pulumi_alicloud/kvstore/connection.py +2 -2
- pulumi_alicloud/kvstore/get_instance_classes.py +2 -2
- pulumi_alicloud/kvstore/get_instance_engines.py +2 -2
- pulumi_alicloud/kvstore/instance.py +7 -7
- pulumi_alicloud/kvstore/outputs.py +2 -2
- pulumi_alicloud/live/caster.py +2 -2
- pulumi_alicloud/maxcompute/__init__.py +1 -0
- pulumi_alicloud/maxcompute/_inputs.py +232 -3
- pulumi_alicloud/maxcompute/outputs.py +183 -2
- pulumi_alicloud/maxcompute/project.py +2 -2
- pulumi_alicloud/maxcompute/quota.py +438 -0
- pulumi_alicloud/nas/mount_target.py +149 -54
- pulumi_alicloud/nlb/__init__.py +1 -0
- pulumi_alicloud/nlb/_inputs.py +43 -6
- pulumi_alicloud/nlb/load_balancer.py +212 -24
- pulumi_alicloud/nlb/load_balancer_zone_shifted_attachment.py +397 -0
- pulumi_alicloud/nlb/outputs.py +30 -4
- pulumi_alicloud/nlb/server_group_server_attachment.py +118 -65
- pulumi_alicloud/oss/__init__.py +1 -0
- pulumi_alicloud/oss/_inputs.py +20 -0
- pulumi_alicloud/oss/access_point.py +2 -2
- pulumi_alicloud/oss/bucket_cname.py +2 -2
- pulumi_alicloud/oss/bucket_cors.py +2 -2
- pulumi_alicloud/oss/bucket_style.py +402 -0
- pulumi_alicloud/oss/bucket_website.py +2 -2
- pulumi_alicloud/oss/outputs.py +14 -0
- pulumi_alicloud/pai/service.py +59 -67
- pulumi_alicloud/polardb/cluster.py +75 -28
- pulumi_alicloud/privatelink/vpc_endpoint_zone.py +1 -1
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/__init__.py +3 -0
- pulumi_alicloud/ram/_inputs.py +9 -9
- pulumi_alicloud/ram/access_key.py +77 -31
- pulumi_alicloud/ram/account_alias.py +18 -45
- pulumi_alicloud/ram/get_system_policys.py +189 -0
- pulumi_alicloud/ram/group.py +156 -35
- pulumi_alicloud/ram/group_policy_attachment.py +51 -29
- pulumi_alicloud/ram/login_profile.py +92 -38
- pulumi_alicloud/ram/outputs.py +91 -6
- pulumi_alicloud/ram/password_policy.py +779 -0
- pulumi_alicloud/ram/policy.py +199 -88
- pulumi_alicloud/ram/role_policy_attachment.py +51 -29
- pulumi_alicloud/ram/saml_provider.py +44 -37
- pulumi_alicloud/ram/user_group_attachment.py +273 -0
- pulumi_alicloud/ram/user_policy_attachment.py +49 -27
- pulumi_alicloud/rds/__init__.py +1 -0
- pulumi_alicloud/rds/custom_disk.py +1053 -0
- pulumi_alicloud/rds/instance.py +110 -14
- pulumi_alicloud/redis/tair_instance.py +14 -14
- pulumi_alicloud/resourcemanager/__init__.py +1 -0
- pulumi_alicloud/resourcemanager/_inputs.py +53 -0
- pulumi_alicloud/resourcemanager/auto_grouping_rule.py +796 -0
- pulumi_alicloud/resourcemanager/outputs.py +50 -0
- pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
- pulumi_alicloud/rocketmq/__init__.py +1 -1
- pulumi_alicloud/rocketmq/_inputs.py +146 -4
- pulumi_alicloud/rocketmq/account.py +452 -0
- pulumi_alicloud/rocketmq/acl.py +473 -47
- pulumi_alicloud/rocketmq/client_user.py +8 -2
- pulumi_alicloud/rocketmq/consumer_group.py +121 -24
- pulumi_alicloud/rocketmq/dnat_entry.py +8 -2
- pulumi_alicloud/rocketmq/outputs.py +113 -4
- pulumi_alicloud/rocketmq/qos.py +8 -2
- pulumi_alicloud/rocketmq/qos_car.py +10 -4
- pulumi_alicloud/rocketmq/qos_policy.py +6 -0
- pulumi_alicloud/rocketmq/rocket_mq_instance.py +136 -7
- pulumi_alicloud/rocketmq/rocket_mq_topic.py +121 -24
- pulumi_alicloud/rocketmq/snat_entry.py +8 -2
- pulumi_alicloud/sag/__init__.py +8 -0
- pulumi_alicloud/sag/acl.py +200 -0
- pulumi_alicloud/{rocketmq → sag}/acl_rule.py +7 -7
- pulumi_alicloud/sag/client_user.py +560 -0
- pulumi_alicloud/sag/dnat_entry.py +512 -0
- pulumi_alicloud/sag/get_acls.py +2 -2
- pulumi_alicloud/sag/qos.py +202 -0
- pulumi_alicloud/sag/qos_car.py +654 -0
- pulumi_alicloud/sag/qos_policy.py +659 -0
- pulumi_alicloud/sag/snat_entry.py +313 -0
- pulumi_alicloud/securitycenter/group.py +2 -2
- pulumi_alicloud/selectdb/db_instance.py +60 -11
- pulumi_alicloud/slb/server_group_server_attachment.py +101 -111
- pulumi_alicloud/sls/oss_export_sink.py +2 -2
- pulumi_alicloud/threatdetection/__init__.py +3 -0
- pulumi_alicloud/threatdetection/anti_brute_force_rule.py +41 -65
- pulumi_alicloud/threatdetection/asset_bind.py +209 -0
- pulumi_alicloud/threatdetection/asset_selection_config.py +258 -0
- pulumi_alicloud/threatdetection/instance.py +271 -54
- pulumi_alicloud/threatdetection/log_meta.py +351 -0
- pulumi_alicloud/vpc/__init__.py +1 -0
- pulumi_alicloud/vpc/_inputs.py +281 -0
- pulumi_alicloud/vpc/gateway_endpoint.py +85 -27
- pulumi_alicloud/vpc/get_ipam_ipam_pool_allocations.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_pool_cidrs.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_pools.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_scopes.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipams.py +2 -2
- pulumi_alicloud/vpc/ipv6_address.py +85 -5
- pulumi_alicloud/vpc/outputs.py +232 -0
- pulumi_alicloud/vpc/peer_connection.py +84 -42
- pulumi_alicloud/vpc/peer_connection_accepter.py +7 -21
- pulumi_alicloud/vpc/route_table.py +100 -45
- pulumi_alicloud/vpc/vpc_route_entry.py +724 -0
- pulumi_alicloud/vpn/_inputs.py +716 -71
- pulumi_alicloud/vpn/gateway_vpn_attachment.py +622 -128
- pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +20 -63
- pulumi_alicloud/vpn/ipsec_server.py +2 -2
- pulumi_alicloud/vpn/outputs.py +1963 -998
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/RECORD +237 -197
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/top_level.txt +0 -0
|
@@ -418,7 +418,7 @@ class EnterpriseSnapshotPolicy(pulumi.CustomResource):
|
|
|
418
418
|
"""
|
|
419
419
|
Provides a EBS Enterprise Snapshot Policy resource. enterprise snapshot policy.
|
|
420
420
|
|
|
421
|
-
For information about EBS Enterprise Snapshot Policy and how to use it, see [What is Enterprise Snapshot Policy](https://
|
|
421
|
+
For information about EBS Enterprise Snapshot Policy and how to use it, see [What is Enterprise Snapshot Policy](https://next.api.aliyun.com/api/ebs/2021-07-30/CreateEnterpriseSnapshotPolicy).
|
|
422
422
|
|
|
423
423
|
> **NOTE:** Available since v1.215.0.
|
|
424
424
|
|
|
@@ -486,7 +486,7 @@ class EnterpriseSnapshotPolicy(pulumi.CustomResource):
|
|
|
486
486
|
"""
|
|
487
487
|
Provides a EBS Enterprise Snapshot Policy resource. enterprise snapshot policy.
|
|
488
488
|
|
|
489
|
-
For information about EBS Enterprise Snapshot Policy and how to use it, see [What is Enterprise Snapshot Policy](https://
|
|
489
|
+
For information about EBS Enterprise Snapshot Policy and how to use it, see [What is Enterprise Snapshot Policy](https://next.api.aliyun.com/api/ebs/2021-07-30/CreateEnterpriseSnapshotPolicy).
|
|
490
490
|
|
|
491
491
|
> **NOTE:** Available since v1.215.0.
|
|
492
492
|
|
|
@@ -106,7 +106,7 @@ class EnterpriseSnapshotPolicyAttachment(pulumi.CustomResource):
|
|
|
106
106
|
"""
|
|
107
107
|
Provides a EBS Enterprise Snapshot Policy Attachment resource. Enterprise-level snapshot policy cloud disk binding relationship.
|
|
108
108
|
|
|
109
|
-
For information about EBS Enterprise Snapshot Policy Attachment and how to use it, see [What is Enterprise Snapshot Policy Attachment](https://
|
|
109
|
+
For information about EBS Enterprise Snapshot Policy Attachment and how to use it, see [What is Enterprise Snapshot Policy Attachment](https://next.api.aliyun.com/api/ebs/2021-07-30/BindEnterpriseSnapshotPolicy).
|
|
110
110
|
|
|
111
111
|
> **NOTE:** Available since v1.215.0.
|
|
112
112
|
|
|
@@ -168,7 +168,7 @@ class EnterpriseSnapshotPolicyAttachment(pulumi.CustomResource):
|
|
|
168
168
|
"""
|
|
169
169
|
Provides a EBS Enterprise Snapshot Policy Attachment resource. Enterprise-level snapshot policy cloud disk binding relationship.
|
|
170
170
|
|
|
171
|
-
For information about EBS Enterprise Snapshot Policy Attachment and how to use it, see [What is Enterprise Snapshot Policy Attachment](https://
|
|
171
|
+
For information about EBS Enterprise Snapshot Policy Attachment and how to use it, see [What is Enterprise Snapshot Policy Attachment](https://next.api.aliyun.com/api/ebs/2021-07-30/BindEnterpriseSnapshotPolicy).
|
|
172
172
|
|
|
173
173
|
> **NOTE:** Available since v1.215.0.
|
|
174
174
|
|
pulumi_alicloud/ecp/instance.py
CHANGED
|
@@ -606,7 +606,7 @@ class Instance(pulumi.CustomResource):
|
|
|
606
606
|
"""
|
|
607
607
|
Provides a Elastic Cloud Phone (ECP) Instance resource.
|
|
608
608
|
|
|
609
|
-
For information about Elastic Cloud Phone (ECP) Instance and how to use it, see [What is Instance](https://
|
|
609
|
+
For information about Elastic Cloud Phone (ECP) Instance and how to use it, see [What is Instance](https://next.api.aliyun.com/document/cloudphone/2020-12-30/RunInstances).
|
|
610
610
|
|
|
611
611
|
> **NOTE:** Available since v1.158.0.
|
|
612
612
|
|
|
@@ -694,7 +694,7 @@ class Instance(pulumi.CustomResource):
|
|
|
694
694
|
"""
|
|
695
695
|
Provides a Elastic Cloud Phone (ECP) Instance resource.
|
|
696
696
|
|
|
697
|
-
For information about Elastic Cloud Phone (ECP) Instance and how to use it, see [What is Instance](https://
|
|
697
|
+
For information about Elastic Cloud Phone (ECP) Instance and how to use it, see [What is Instance](https://next.api.aliyun.com/document/cloudphone/2020-12-30/RunInstances).
|
|
698
698
|
|
|
699
699
|
> **NOTE:** Available since v1.158.0.
|
|
700
700
|
|
pulumi_alicloud/ecp/key_pair.py
CHANGED
|
@@ -105,9 +105,9 @@ class KeyPair(pulumi.CustomResource):
|
|
|
105
105
|
"""
|
|
106
106
|
Provides a Elastic Cloud Phone (ECP) Key Pair resource.
|
|
107
107
|
|
|
108
|
-
For information about Elastic Cloud Phone (ECP) Key Pair and how to use it, see [What is Key Pair](https://
|
|
108
|
+
For information about Elastic Cloud Phone (ECP) Key Pair and how to use it, see [What is Key Pair](https://next.api.aliyun.com/document/cloudphone/2020-12-30/ImportImage).
|
|
109
109
|
|
|
110
|
-
> **NOTE:** Available
|
|
110
|
+
> **NOTE:** Available since v1.130.0.
|
|
111
111
|
|
|
112
112
|
## Example Usage
|
|
113
113
|
|
|
@@ -144,9 +144,9 @@ class KeyPair(pulumi.CustomResource):
|
|
|
144
144
|
"""
|
|
145
145
|
Provides a Elastic Cloud Phone (ECP) Key Pair resource.
|
|
146
146
|
|
|
147
|
-
For information about Elastic Cloud Phone (ECP) Key Pair and how to use it, see [What is Key Pair](https://
|
|
147
|
+
For information about Elastic Cloud Phone (ECP) Key Pair and how to use it, see [What is Key Pair](https://next.api.aliyun.com/document/cloudphone/2020-12-30/ImportImage).
|
|
148
148
|
|
|
149
|
-
> **NOTE:** Available
|
|
149
|
+
> **NOTE:** Available since v1.130.0.
|
|
150
150
|
|
|
151
151
|
## Example Usage
|
|
152
152
|
|
pulumi_alicloud/ecs/_inputs.py
CHANGED
|
@@ -840,6 +840,10 @@ class EcsLaunchTemplateDataDiskArgs:
|
|
|
840
840
|
|
|
841
841
|
if not MYPY:
|
|
842
842
|
class EcsLaunchTemplateNetworkInterfacesArgsDict(TypedDict):
|
|
843
|
+
delete_on_release: NotRequired[pulumi.Input[bool]]
|
|
844
|
+
"""
|
|
845
|
+
Specifies whether to release ENI N when the instance is released. Valid values: `true`, `false`.
|
|
846
|
+
"""
|
|
843
847
|
description: NotRequired[pulumi.Input[str]]
|
|
844
848
|
"""
|
|
845
849
|
The ENI description.
|
|
@@ -866,18 +870,22 @@ elif False:
|
|
|
866
870
|
@pulumi.input_type
|
|
867
871
|
class EcsLaunchTemplateNetworkInterfacesArgs:
|
|
868
872
|
def __init__(__self__, *,
|
|
873
|
+
delete_on_release: Optional[pulumi.Input[bool]] = None,
|
|
869
874
|
description: Optional[pulumi.Input[str]] = None,
|
|
870
875
|
name: Optional[pulumi.Input[str]] = None,
|
|
871
876
|
primary_ip: Optional[pulumi.Input[str]] = None,
|
|
872
877
|
security_group_id: Optional[pulumi.Input[str]] = None,
|
|
873
878
|
vswitch_id: Optional[pulumi.Input[str]] = None):
|
|
874
879
|
"""
|
|
880
|
+
:param pulumi.Input[bool] delete_on_release: Specifies whether to release ENI N when the instance is released. Valid values: `true`, `false`.
|
|
875
881
|
:param pulumi.Input[str] description: The ENI description.
|
|
876
882
|
:param pulumi.Input[str] name: The ENI name.
|
|
877
883
|
:param pulumi.Input[str] primary_ip: The primary private IP address of the ENI.
|
|
878
884
|
:param pulumi.Input[str] security_group_id: The security group ID must be one in the same VPC.
|
|
879
885
|
:param pulumi.Input[str] vswitch_id: The VSwitch ID for ENI. The instance must be in the same zone of the same VPC network as the ENI, but they may belong to different VSwitches.
|
|
880
886
|
"""
|
|
887
|
+
if delete_on_release is not None:
|
|
888
|
+
pulumi.set(__self__, "delete_on_release", delete_on_release)
|
|
881
889
|
if description is not None:
|
|
882
890
|
pulumi.set(__self__, "description", description)
|
|
883
891
|
if name is not None:
|
|
@@ -889,6 +897,18 @@ class EcsLaunchTemplateNetworkInterfacesArgs:
|
|
|
889
897
|
if vswitch_id is not None:
|
|
890
898
|
pulumi.set(__self__, "vswitch_id", vswitch_id)
|
|
891
899
|
|
|
900
|
+
@property
|
|
901
|
+
@pulumi.getter(name="deleteOnRelease")
|
|
902
|
+
def delete_on_release(self) -> Optional[pulumi.Input[bool]]:
|
|
903
|
+
"""
|
|
904
|
+
Specifies whether to release ENI N when the instance is released. Valid values: `true`, `false`.
|
|
905
|
+
"""
|
|
906
|
+
return pulumi.get(self, "delete_on_release")
|
|
907
|
+
|
|
908
|
+
@delete_on_release.setter
|
|
909
|
+
def delete_on_release(self, value: Optional[pulumi.Input[bool]]):
|
|
910
|
+
pulumi.set(self, "delete_on_release", value)
|
|
911
|
+
|
|
892
912
|
@property
|
|
893
913
|
@pulumi.getter
|
|
894
914
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -2269,6 +2289,7 @@ class LaunchTemplateDataDiskArgs:
|
|
|
2269
2289
|
|
|
2270
2290
|
if not MYPY:
|
|
2271
2291
|
class LaunchTemplateNetworkInterfacesArgsDict(TypedDict):
|
|
2292
|
+
delete_on_release: NotRequired[pulumi.Input[bool]]
|
|
2272
2293
|
description: NotRequired[pulumi.Input[str]]
|
|
2273
2294
|
"""
|
|
2274
2295
|
The ENI description.
|
|
@@ -2295,6 +2316,7 @@ elif False:
|
|
|
2295
2316
|
@pulumi.input_type
|
|
2296
2317
|
class LaunchTemplateNetworkInterfacesArgs:
|
|
2297
2318
|
def __init__(__self__, *,
|
|
2319
|
+
delete_on_release: Optional[pulumi.Input[bool]] = None,
|
|
2298
2320
|
description: Optional[pulumi.Input[str]] = None,
|
|
2299
2321
|
name: Optional[pulumi.Input[str]] = None,
|
|
2300
2322
|
primary_ip: Optional[pulumi.Input[str]] = None,
|
|
@@ -2307,6 +2329,8 @@ class LaunchTemplateNetworkInterfacesArgs:
|
|
|
2307
2329
|
:param pulumi.Input[str] security_group_id: The security group ID must be one in the same VPC.
|
|
2308
2330
|
:param pulumi.Input[str] vswitch_id: The VSwitch ID for ENI. The instance must be in the same zone of the same VPC network as the ENI, but they may belong to different VSwitches.
|
|
2309
2331
|
"""
|
|
2332
|
+
if delete_on_release is not None:
|
|
2333
|
+
pulumi.set(__self__, "delete_on_release", delete_on_release)
|
|
2310
2334
|
if description is not None:
|
|
2311
2335
|
pulumi.set(__self__, "description", description)
|
|
2312
2336
|
if name is not None:
|
|
@@ -2318,6 +2342,15 @@ class LaunchTemplateNetworkInterfacesArgs:
|
|
|
2318
2342
|
if vswitch_id is not None:
|
|
2319
2343
|
pulumi.set(__self__, "vswitch_id", vswitch_id)
|
|
2320
2344
|
|
|
2345
|
+
@property
|
|
2346
|
+
@pulumi.getter(name="deleteOnRelease")
|
|
2347
|
+
def delete_on_release(self) -> Optional[pulumi.Input[bool]]:
|
|
2348
|
+
return pulumi.get(self, "delete_on_release")
|
|
2349
|
+
|
|
2350
|
+
@delete_on_release.setter
|
|
2351
|
+
def delete_on_release(self, value: Optional[pulumi.Input[bool]]):
|
|
2352
|
+
pulumi.set(self, "delete_on_release", value)
|
|
2353
|
+
|
|
2321
2354
|
@property
|
|
2322
2355
|
@pulumi.getter
|
|
2323
2356
|
def description(self) -> Optional[pulumi.Input[str]]:
|
pulumi_alicloud/ecs/disk.py
CHANGED
|
@@ -1272,7 +1272,7 @@ class Disk(pulumi.CustomResource):
|
|
|
1272
1272
|
|
|
1273
1273
|
@property
|
|
1274
1274
|
@pulumi.getter(name="kmsKeyId")
|
|
1275
|
-
def kms_key_id(self) -> pulumi.Output[
|
|
1275
|
+
def kms_key_id(self) -> pulumi.Output[str]:
|
|
1276
1276
|
"""
|
|
1277
1277
|
The ID of the KMS key corresponding to the data disk, The specified parameter `Encrypted` must be `true` when KmsKeyId is not empty.
|
|
1278
1278
|
"""
|
pulumi_alicloud/ecs/ecs_disk.py
CHANGED
|
@@ -1453,7 +1453,7 @@ class EcsDisk(pulumi.CustomResource):
|
|
|
1453
1453
|
|
|
1454
1454
|
@property
|
|
1455
1455
|
@pulumi.getter(name="kmsKeyId")
|
|
1456
|
-
def kms_key_id(self) -> pulumi.Output[
|
|
1456
|
+
def kms_key_id(self) -> pulumi.Output[str]:
|
|
1457
1457
|
"""
|
|
1458
1458
|
The ID of the Key Management Service (KMS) key that is used for the disk. **NOTE:** `kms_key_id` is only valid when `encrypted` is `true`.
|
|
1459
1459
|
"""
|
|
@@ -110,9 +110,9 @@ class EcsLaunchTemplateArgs:
|
|
|
110
110
|
:param pulumi.Input[str] network_type: Network type of the instance. Valid values: `classic`, `vpc`.
|
|
111
111
|
:param pulumi.Input[bool] password_inherit: Whether to use the password preset by the mirror.
|
|
112
112
|
:param pulumi.Input[int] period: The subscription period of the instance. Unit: months. This parameter takes effect and is required only when InstanceChargeType is set to PrePaid. If the DedicatedHostId parameter is specified, the value of the Period parameter must be within the subscription period of the dedicated host.
|
|
113
|
-
- When the
|
|
114
|
-
- When the
|
|
115
|
-
:param pulumi.Input[str] period_unit: The unit of the subscription period. Valid values: `Month
|
|
113
|
+
- When the `period_unit` is set to `Week`, the valid values of the Period parameter are `1`, `2`, `3`.
|
|
114
|
+
- When the `period_unit` is set to `Month`, the valid values of the Period parameter are `1`, `2`, `3`, `6`, `12`, `24`, `36`, `48`, and `60`.
|
|
115
|
+
:param pulumi.Input[str] period_unit: The unit of the subscription period. Default value: `Month`. Valid values: `Week`, `Month`.
|
|
116
116
|
:param pulumi.Input[str] private_ip_address: The private IP address of the instance.
|
|
117
117
|
:param pulumi.Input[str] ram_role_name: The RAM role name of the instance. You can use the RAM API ListRoles to query instance RAM role names.
|
|
118
118
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which to assign the instance, Elastic Block Storage (EBS) device, and ENI.
|
|
@@ -601,8 +601,8 @@ class EcsLaunchTemplateArgs:
|
|
|
601
601
|
def period(self) -> Optional[pulumi.Input[int]]:
|
|
602
602
|
"""
|
|
603
603
|
The subscription period of the instance. Unit: months. This parameter takes effect and is required only when InstanceChargeType is set to PrePaid. If the DedicatedHostId parameter is specified, the value of the Period parameter must be within the subscription period of the dedicated host.
|
|
604
|
-
- When the
|
|
605
|
-
- When the
|
|
604
|
+
- When the `period_unit` is set to `Week`, the valid values of the Period parameter are `1`, `2`, `3`.
|
|
605
|
+
- When the `period_unit` is set to `Month`, the valid values of the Period parameter are `1`, `2`, `3`, `6`, `12`, `24`, `36`, `48`, and `60`.
|
|
606
606
|
"""
|
|
607
607
|
return pulumi.get(self, "period")
|
|
608
608
|
|
|
@@ -614,7 +614,7 @@ class EcsLaunchTemplateArgs:
|
|
|
614
614
|
@pulumi.getter(name="periodUnit")
|
|
615
615
|
def period_unit(self) -> Optional[pulumi.Input[str]]:
|
|
616
616
|
"""
|
|
617
|
-
The unit of the subscription period. Valid values: `Month
|
|
617
|
+
The unit of the subscription period. Default value: `Month`. Valid values: `Week`, `Month`.
|
|
618
618
|
"""
|
|
619
619
|
return pulumi.get(self, "period_unit")
|
|
620
620
|
|
|
@@ -1012,9 +1012,9 @@ class _EcsLaunchTemplateState:
|
|
|
1012
1012
|
:param pulumi.Input[str] network_type: Network type of the instance. Valid values: `classic`, `vpc`.
|
|
1013
1013
|
:param pulumi.Input[bool] password_inherit: Whether to use the password preset by the mirror.
|
|
1014
1014
|
:param pulumi.Input[int] period: The subscription period of the instance. Unit: months. This parameter takes effect and is required only when InstanceChargeType is set to PrePaid. If the DedicatedHostId parameter is specified, the value of the Period parameter must be within the subscription period of the dedicated host.
|
|
1015
|
-
- When the
|
|
1016
|
-
- When the
|
|
1017
|
-
:param pulumi.Input[str] period_unit: The unit of the subscription period. Valid values: `Month
|
|
1015
|
+
- When the `period_unit` is set to `Week`, the valid values of the Period parameter are `1`, `2`, `3`.
|
|
1016
|
+
- When the `period_unit` is set to `Month`, the valid values of the Period parameter are `1`, `2`, `3`, `6`, `12`, `24`, `36`, `48`, and `60`.
|
|
1017
|
+
:param pulumi.Input[str] period_unit: The unit of the subscription period. Default value: `Month`. Valid values: `Week`, `Month`.
|
|
1018
1018
|
:param pulumi.Input[str] private_ip_address: The private IP address of the instance.
|
|
1019
1019
|
:param pulumi.Input[str] ram_role_name: The RAM role name of the instance. You can use the RAM API ListRoles to query instance RAM role names.
|
|
1020
1020
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which to assign the instance, Elastic Block Storage (EBS) device, and ENI.
|
|
@@ -1517,8 +1517,8 @@ class _EcsLaunchTemplateState:
|
|
|
1517
1517
|
def period(self) -> Optional[pulumi.Input[int]]:
|
|
1518
1518
|
"""
|
|
1519
1519
|
The subscription period of the instance. Unit: months. This parameter takes effect and is required only when InstanceChargeType is set to PrePaid. If the DedicatedHostId parameter is specified, the value of the Period parameter must be within the subscription period of the dedicated host.
|
|
1520
|
-
- When the
|
|
1521
|
-
- When the
|
|
1520
|
+
- When the `period_unit` is set to `Week`, the valid values of the Period parameter are `1`, `2`, `3`.
|
|
1521
|
+
- When the `period_unit` is set to `Month`, the valid values of the Period parameter are `1`, `2`, `3`, `6`, `12`, `24`, `36`, `48`, and `60`.
|
|
1522
1522
|
"""
|
|
1523
1523
|
return pulumi.get(self, "period")
|
|
1524
1524
|
|
|
@@ -1530,7 +1530,7 @@ class _EcsLaunchTemplateState:
|
|
|
1530
1530
|
@pulumi.getter(name="periodUnit")
|
|
1531
1531
|
def period_unit(self) -> Optional[pulumi.Input[str]]:
|
|
1532
1532
|
"""
|
|
1533
|
-
The unit of the subscription period. Valid values: `Month
|
|
1533
|
+
The unit of the subscription period. Default value: `Month`. Valid values: `Week`, `Month`.
|
|
1534
1534
|
"""
|
|
1535
1535
|
return pulumi.get(self, "period_unit")
|
|
1536
1536
|
|
|
@@ -1922,7 +1922,7 @@ class EcsLaunchTemplate(pulumi.CustomResource):
|
|
|
1922
1922
|
vpc_id=default_network.id,
|
|
1923
1923
|
zone_id=default.zones[0].id)
|
|
1924
1924
|
default_security_group = alicloud.ecs.SecurityGroup("default",
|
|
1925
|
-
|
|
1925
|
+
security_group_name="terraform-example",
|
|
1926
1926
|
vpc_id=default_network.id)
|
|
1927
1927
|
default_ecs_launch_template = alicloud.ecs.EcsLaunchTemplate("default",
|
|
1928
1928
|
launch_template_name="terraform-example",
|
|
@@ -2031,9 +2031,9 @@ class EcsLaunchTemplate(pulumi.CustomResource):
|
|
|
2031
2031
|
:param pulumi.Input[str] network_type: Network type of the instance. Valid values: `classic`, `vpc`.
|
|
2032
2032
|
:param pulumi.Input[bool] password_inherit: Whether to use the password preset by the mirror.
|
|
2033
2033
|
:param pulumi.Input[int] period: The subscription period of the instance. Unit: months. This parameter takes effect and is required only when InstanceChargeType is set to PrePaid. If the DedicatedHostId parameter is specified, the value of the Period parameter must be within the subscription period of the dedicated host.
|
|
2034
|
-
- When the
|
|
2035
|
-
- When the
|
|
2036
|
-
:param pulumi.Input[str] period_unit: The unit of the subscription period. Valid values: `Month
|
|
2034
|
+
- When the `period_unit` is set to `Week`, the valid values of the Period parameter are `1`, `2`, `3`.
|
|
2035
|
+
- When the `period_unit` is set to `Month`, the valid values of the Period parameter are `1`, `2`, `3`, `6`, `12`, `24`, `36`, `48`, and `60`.
|
|
2036
|
+
:param pulumi.Input[str] period_unit: The unit of the subscription period. Default value: `Month`. Valid values: `Week`, `Month`.
|
|
2037
2037
|
:param pulumi.Input[str] private_ip_address: The private IP address of the instance.
|
|
2038
2038
|
:param pulumi.Input[str] ram_role_name: The RAM role name of the instance. You can use the RAM API ListRoles to query instance RAM role names.
|
|
2039
2039
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which to assign the instance, Elastic Block Storage (EBS) device, and ENI.
|
|
@@ -2096,7 +2096,7 @@ class EcsLaunchTemplate(pulumi.CustomResource):
|
|
|
2096
2096
|
vpc_id=default_network.id,
|
|
2097
2097
|
zone_id=default.zones[0].id)
|
|
2098
2098
|
default_security_group = alicloud.ecs.SecurityGroup("default",
|
|
2099
|
-
|
|
2099
|
+
security_group_name="terraform-example",
|
|
2100
2100
|
vpc_id=default_network.id)
|
|
2101
2101
|
default_ecs_launch_template = alicloud.ecs.EcsLaunchTemplate("default",
|
|
2102
2102
|
launch_template_name="terraform-example",
|
|
@@ -2406,9 +2406,9 @@ class EcsLaunchTemplate(pulumi.CustomResource):
|
|
|
2406
2406
|
:param pulumi.Input[str] network_type: Network type of the instance. Valid values: `classic`, `vpc`.
|
|
2407
2407
|
:param pulumi.Input[bool] password_inherit: Whether to use the password preset by the mirror.
|
|
2408
2408
|
:param pulumi.Input[int] period: The subscription period of the instance. Unit: months. This parameter takes effect and is required only when InstanceChargeType is set to PrePaid. If the DedicatedHostId parameter is specified, the value of the Period parameter must be within the subscription period of the dedicated host.
|
|
2409
|
-
- When the
|
|
2410
|
-
- When the
|
|
2411
|
-
:param pulumi.Input[str] period_unit: The unit of the subscription period. Valid values: `Month
|
|
2409
|
+
- When the `period_unit` is set to `Week`, the valid values of the Period parameter are `1`, `2`, `3`.
|
|
2410
|
+
- When the `period_unit` is set to `Month`, the valid values of the Period parameter are `1`, `2`, `3`, `6`, `12`, `24`, `36`, `48`, and `60`.
|
|
2411
|
+
:param pulumi.Input[str] period_unit: The unit of the subscription period. Default value: `Month`. Valid values: `Week`, `Month`.
|
|
2412
2412
|
:param pulumi.Input[str] private_ip_address: The private IP address of the instance.
|
|
2413
2413
|
:param pulumi.Input[str] ram_role_name: The RAM role name of the instance. You can use the RAM API ListRoles to query instance RAM role names.
|
|
2414
2414
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which to assign the instance, Elastic Block Storage (EBS) device, and ENI.
|
|
@@ -2732,8 +2732,8 @@ class EcsLaunchTemplate(pulumi.CustomResource):
|
|
|
2732
2732
|
def period(self) -> pulumi.Output[int]:
|
|
2733
2733
|
"""
|
|
2734
2734
|
The subscription period of the instance. Unit: months. This parameter takes effect and is required only when InstanceChargeType is set to PrePaid. If the DedicatedHostId parameter is specified, the value of the Period parameter must be within the subscription period of the dedicated host.
|
|
2735
|
-
- When the
|
|
2736
|
-
- When the
|
|
2735
|
+
- When the `period_unit` is set to `Week`, the valid values of the Period parameter are `1`, `2`, `3`.
|
|
2736
|
+
- When the `period_unit` is set to `Month`, the valid values of the Period parameter are `1`, `2`, `3`, `6`, `12`, `24`, `36`, `48`, and `60`.
|
|
2737
2737
|
"""
|
|
2738
2738
|
return pulumi.get(self, "period")
|
|
2739
2739
|
|
|
@@ -2741,7 +2741,7 @@ class EcsLaunchTemplate(pulumi.CustomResource):
|
|
|
2741
2741
|
@pulumi.getter(name="periodUnit")
|
|
2742
2742
|
def period_unit(self) -> pulumi.Output[str]:
|
|
2743
2743
|
"""
|
|
2744
|
-
The unit of the subscription period. Valid values: `Month
|
|
2744
|
+
The unit of the subscription period. Default value: `Month`. Valid values: `Week`, `Month`.
|
|
2745
2745
|
"""
|
|
2746
2746
|
return pulumi.get(self, "period_unit")
|
|
2747
2747
|
|
pulumi_alicloud/ecs/instance.py
CHANGED
|
@@ -4495,7 +4495,7 @@ class Instance(pulumi.CustomResource):
|
|
|
4495
4495
|
|
|
4496
4496
|
@property
|
|
4497
4497
|
@pulumi.getter(name="systemDiskKmsKeyId")
|
|
4498
|
-
def system_disk_kms_key_id(self) -> pulumi.Output[
|
|
4498
|
+
def system_disk_kms_key_id(self) -> pulumi.Output[str]:
|
|
4499
4499
|
"""
|
|
4500
4500
|
The ID of the Key Management Service (KMS) key to be used for the system disk.
|
|
4501
4501
|
"""
|
pulumi_alicloud/ecs/outputs.py
CHANGED
|
@@ -703,7 +703,9 @@ class EcsLaunchTemplateNetworkInterfaces(dict):
|
|
|
703
703
|
@staticmethod
|
|
704
704
|
def __key_warning(key: str):
|
|
705
705
|
suggest = None
|
|
706
|
-
if key == "
|
|
706
|
+
if key == "deleteOnRelease":
|
|
707
|
+
suggest = "delete_on_release"
|
|
708
|
+
elif key == "primaryIp":
|
|
707
709
|
suggest = "primary_ip"
|
|
708
710
|
elif key == "securityGroupId":
|
|
709
711
|
suggest = "security_group_id"
|
|
@@ -722,18 +724,22 @@ class EcsLaunchTemplateNetworkInterfaces(dict):
|
|
|
722
724
|
return super().get(key, default)
|
|
723
725
|
|
|
724
726
|
def __init__(__self__, *,
|
|
727
|
+
delete_on_release: Optional[bool] = None,
|
|
725
728
|
description: Optional[str] = None,
|
|
726
729
|
name: Optional[str] = None,
|
|
727
730
|
primary_ip: Optional[str] = None,
|
|
728
731
|
security_group_id: Optional[str] = None,
|
|
729
732
|
vswitch_id: Optional[str] = None):
|
|
730
733
|
"""
|
|
734
|
+
:param bool delete_on_release: Specifies whether to release ENI N when the instance is released. Valid values: `true`, `false`.
|
|
731
735
|
:param str description: The ENI description.
|
|
732
736
|
:param str name: The ENI name.
|
|
733
737
|
:param str primary_ip: The primary private IP address of the ENI.
|
|
734
738
|
:param str security_group_id: The security group ID must be one in the same VPC.
|
|
735
739
|
:param str vswitch_id: The VSwitch ID for ENI. The instance must be in the same zone of the same VPC network as the ENI, but they may belong to different VSwitches.
|
|
736
740
|
"""
|
|
741
|
+
if delete_on_release is not None:
|
|
742
|
+
pulumi.set(__self__, "delete_on_release", delete_on_release)
|
|
737
743
|
if description is not None:
|
|
738
744
|
pulumi.set(__self__, "description", description)
|
|
739
745
|
if name is not None:
|
|
@@ -745,6 +751,14 @@ class EcsLaunchTemplateNetworkInterfaces(dict):
|
|
|
745
751
|
if vswitch_id is not None:
|
|
746
752
|
pulumi.set(__self__, "vswitch_id", vswitch_id)
|
|
747
753
|
|
|
754
|
+
@property
|
|
755
|
+
@pulumi.getter(name="deleteOnRelease")
|
|
756
|
+
def delete_on_release(self) -> Optional[bool]:
|
|
757
|
+
"""
|
|
758
|
+
Specifies whether to release ENI N when the instance is released. Valid values: `true`, `false`.
|
|
759
|
+
"""
|
|
760
|
+
return pulumi.get(self, "delete_on_release")
|
|
761
|
+
|
|
748
762
|
@property
|
|
749
763
|
@pulumi.getter
|
|
750
764
|
def description(self) -> Optional[str]:
|
|
@@ -1779,7 +1793,9 @@ class LaunchTemplateNetworkInterfaces(dict):
|
|
|
1779
1793
|
@staticmethod
|
|
1780
1794
|
def __key_warning(key: str):
|
|
1781
1795
|
suggest = None
|
|
1782
|
-
if key == "
|
|
1796
|
+
if key == "deleteOnRelease":
|
|
1797
|
+
suggest = "delete_on_release"
|
|
1798
|
+
elif key == "primaryIp":
|
|
1783
1799
|
suggest = "primary_ip"
|
|
1784
1800
|
elif key == "securityGroupId":
|
|
1785
1801
|
suggest = "security_group_id"
|
|
@@ -1798,6 +1814,7 @@ class LaunchTemplateNetworkInterfaces(dict):
|
|
|
1798
1814
|
return super().get(key, default)
|
|
1799
1815
|
|
|
1800
1816
|
def __init__(__self__, *,
|
|
1817
|
+
delete_on_release: Optional[bool] = None,
|
|
1801
1818
|
description: Optional[str] = None,
|
|
1802
1819
|
name: Optional[str] = None,
|
|
1803
1820
|
primary_ip: Optional[str] = None,
|
|
@@ -1810,6 +1827,8 @@ class LaunchTemplateNetworkInterfaces(dict):
|
|
|
1810
1827
|
:param str security_group_id: The security group ID must be one in the same VPC.
|
|
1811
1828
|
:param str vswitch_id: The VSwitch ID for ENI. The instance must be in the same zone of the same VPC network as the ENI, but they may belong to different VSwitches.
|
|
1812
1829
|
"""
|
|
1830
|
+
if delete_on_release is not None:
|
|
1831
|
+
pulumi.set(__self__, "delete_on_release", delete_on_release)
|
|
1813
1832
|
if description is not None:
|
|
1814
1833
|
pulumi.set(__self__, "description", description)
|
|
1815
1834
|
if name is not None:
|
|
@@ -1821,6 +1840,11 @@ class LaunchTemplateNetworkInterfaces(dict):
|
|
|
1821
1840
|
if vswitch_id is not None:
|
|
1822
1841
|
pulumi.set(__self__, "vswitch_id", vswitch_id)
|
|
1823
1842
|
|
|
1843
|
+
@property
|
|
1844
|
+
@pulumi.getter(name="deleteOnRelease")
|
|
1845
|
+
def delete_on_release(self) -> Optional[bool]:
|
|
1846
|
+
return pulumi.get(self, "delete_on_release")
|
|
1847
|
+
|
|
1824
1848
|
@property
|
|
1825
1849
|
@pulumi.getter
|
|
1826
1850
|
def description(self) -> Optional[str]:
|
pulumi_alicloud/eflo/__init__.py
CHANGED
|
@@ -5,8 +5,13 @@
|
|
|
5
5
|
from .. import _utilities
|
|
6
6
|
import typing
|
|
7
7
|
# Export this package's modules as members:
|
|
8
|
+
from .cluster import *
|
|
8
9
|
from .get_subnets import *
|
|
9
10
|
from .get_vpds import *
|
|
11
|
+
from .invocation import *
|
|
12
|
+
from .node import *
|
|
13
|
+
from .node_group import *
|
|
10
14
|
from .subnet import *
|
|
11
15
|
from .vpd import *
|
|
16
|
+
from ._inputs import *
|
|
12
17
|
from . import outputs
|