pulumi-alicloud 3.60.0a1723455033__py3-none-any.whl → 3.60.0a1723462134__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 +150 -0
- pulumi_alicloud/adb/resource_group.py +48 -20
- pulumi_alicloud/alb/_inputs.py +22 -22
- pulumi_alicloud/alb/load_balancer.py +119 -133
- pulumi_alicloud/alb/outputs.py +22 -22
- pulumi_alicloud/alb/server_group.py +2 -2
- pulumi_alicloud/aligreen/__init__.py +13 -0
- pulumi_alicloud/aligreen/audit_callback.py +422 -0
- pulumi_alicloud/aligreen/biz_type.py +398 -0
- pulumi_alicloud/aligreen/callback.py +449 -0
- pulumi_alicloud/aligreen/image_lib.py +406 -0
- pulumi_alicloud/aligreen/keyword_lib.py +615 -0
- pulumi_alicloud/aligreen/oss_stock_task.py +1661 -0
- pulumi_alicloud/amqp/binding.py +94 -102
- pulumi_alicloud/apigateway/__init__.py +2 -0
- pulumi_alicloud/apigateway/_inputs.py +221 -2
- pulumi_alicloud/apigateway/access_control_list.py +17 -9
- pulumi_alicloud/apigateway/acl_entry_attachment.py +303 -0
- pulumi_alicloud/apigateway/api.py +4 -2
- pulumi_alicloud/apigateway/group.py +51 -2
- pulumi_alicloud/apigateway/instance.py +396 -63
- pulumi_alicloud/apigateway/instance_acl_attachment.py +326 -0
- pulumi_alicloud/apigateway/outputs.py +223 -2
- pulumi_alicloud/apigateway/vpc_access.py +2 -2
- pulumi_alicloud/arms/get_remote_writes.py +4 -0
- pulumi_alicloud/arms/outputs.py +2 -2
- pulumi_alicloud/arms/remote_write.py +4 -0
- pulumi_alicloud/cen/route_entry.py +2 -2
- pulumi_alicloud/cen/vbr_health_check.py +1 -1
- pulumi_alicloud/cfg/aggregate_delivery.py +255 -118
- pulumi_alicloud/cfg/delivery.py +259 -122
- pulumi_alicloud/clickhouse/_inputs.py +39 -0
- pulumi_alicloud/clickhouse/db_cluster.py +66 -6
- pulumi_alicloud/clickhouse/outputs.py +50 -0
- pulumi_alicloud/cloudfirewall/__init__.py +1 -0
- pulumi_alicloud/cloudfirewall/control_policy.py +116 -108
- pulumi_alicloud/cloudfirewall/vpc_cen_tr_firewall.py +929 -0
- pulumi_alicloud/cloudmonitor/service_monitoring_agent_process.py +2 -2
- pulumi_alicloud/cloudstoragegateway/gateway_cache_disk.py +0 -76
- pulumi_alicloud/cms/_inputs.py +214 -42
- pulumi_alicloud/cms/alarm.py +61 -14
- pulumi_alicloud/cms/dynamic_tag_group.py +53 -51
- pulumi_alicloud/cms/metric_rule_black_list.py +2 -2
- pulumi_alicloud/cms/metric_rule_template.py +54 -87
- pulumi_alicloud/cms/outputs.py +214 -42
- pulumi_alicloud/cs/get_kubernetes_clusters.py +4 -2
- pulumi_alicloud/cs/outputs.py +2 -2
- pulumi_alicloud/databasefilesystem/instance_attachment.py +2 -2
- pulumi_alicloud/databasefilesystem/snapshot.py +2 -2
- pulumi_alicloud/ddos/basic_threshold.py +2 -2
- pulumi_alicloud/ddos/bgp_ip.py +2 -6
- pulumi_alicloud/eci/get_container_groups.py +2 -2
- pulumi_alicloud/ecs/ecs_disk_attachment.py +2 -2
- pulumi_alicloud/ecs/ecs_image_pipeline.py +2 -2
- pulumi_alicloud/ecs/ecs_instance_set.py +2 -2
- pulumi_alicloud/ecs/ecs_invocation.py +2 -2
- pulumi_alicloud/ecs/ecs_key_pair_attachment.py +2 -2
- pulumi_alicloud/ecs/ecs_launch_template.py +9 -9
- pulumi_alicloud/ecs/ecs_network_interface_attachment.py +2 -2
- pulumi_alicloud/ecs/eip_association.py +4 -6
- pulumi_alicloud/ecs/get_ecs_network_interfaces.py +46 -6
- pulumi_alicloud/ecs/get_instances.py +3 -3
- pulumi_alicloud/ecs/get_network_interfaces.py +5 -5
- pulumi_alicloud/ecs/image.py +4 -6
- pulumi_alicloud/ecs/image_copy.py +2 -2
- pulumi_alicloud/ecs/image_export.py +2 -2
- pulumi_alicloud/ecs/image_import.py +14 -6
- pulumi_alicloud/ecs/image_share_permission.py +2 -2
- pulumi_alicloud/ecs/instance.py +7 -7
- pulumi_alicloud/ecs/outputs.py +48 -26
- pulumi_alicloud/edas/instance_cluster_attachment.py +2 -2
- pulumi_alicloud/eds/outputs.py +10 -10
- pulumi_alicloud/ess/scaling_group.py +101 -7
- pulumi_alicloud/fc/__init__.py +7 -0
- pulumi_alicloud/fc/_inputs.py +1666 -0
- pulumi_alicloud/fc/outputs.py +1723 -2
- pulumi_alicloud/fc/v3_alias.py +440 -0
- pulumi_alicloud/fc/v3_async_invoke_config.py +439 -0
- pulumi_alicloud/fc/v3_concurrency_config.py +281 -0
- pulumi_alicloud/fc/v3_custom_domain.py +847 -0
- pulumi_alicloud/fc/v3_function.py +1391 -0
- pulumi_alicloud/fc/v3_function_version.py +313 -0
- pulumi_alicloud/fc/v3_trigger.py +663 -0
- pulumi_alicloud/ga/basic_accelerator.py +8 -8
- pulumi_alicloud/governance/__init__.py +12 -0
- pulumi_alicloud/governance/_inputs.py +70 -0
- pulumi_alicloud/governance/account.py +505 -0
- pulumi_alicloud/governance/baseline.py +387 -0
- pulumi_alicloud/governance/get_baselines.py +241 -0
- pulumi_alicloud/governance/outputs.py +99 -0
- pulumi_alicloud/hbr/ecs_backup_client.py +2 -2
- pulumi_alicloud/hbr/ecs_backup_plan.py +2 -2
- pulumi_alicloud/hbr/server_backup_plan.py +2 -2
- pulumi_alicloud/kvstore/instance.py +47 -0
- pulumi_alicloud/kvstore/outputs.py +2 -2
- pulumi_alicloud/maxcompute/get_projects.py +12 -14
- pulumi_alicloud/maxcompute/get_service.py +4 -0
- pulumi_alicloud/maxcompute/outputs.py +75 -60
- pulumi_alicloud/maxcompute/project.py +7 -7
- pulumi_alicloud/polardb/outputs.py +2 -2
- pulumi_alicloud/privatelink/outputs.py +2 -2
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/login_profile.py +8 -8
- pulumi_alicloud/rds/get_instances.py +1 -1
- pulumi_alicloud/rds/rds_account.py +189 -49
- pulumi_alicloud/rds/read_write_splitting_connection.py +10 -2
- pulumi_alicloud/slb/get_application_load_balancers.py +3 -3
- pulumi_alicloud/slb/get_load_balancers.py +3 -3
- pulumi_alicloud/slb/load_balancer.py +7 -7
- pulumi_alicloud/slb/outputs.py +8 -8
- pulumi_alicloud/slb/server_group_server_attachment.py +2 -2
- pulumi_alicloud/vpc/bgp_peer.py +1 -1
- pulumi_alicloud/vpc/get_networks.py +2 -2
- pulumi_alicloud/vpc/get_switches.py +27 -27
- pulumi_alicloud/vpc/ha_vip_attachment.py +2 -2
- pulumi_alicloud/vpc/outputs.py +24 -24
- pulumi_alicloud/vpc/traffic_mirror_session.py +2 -2
- pulumi_alicloud/vpn/outputs.py +4 -4
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/RECORD +122 -99
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/top_level.txt +0 -0
pulumi_alicloud/ecs/outputs.py
CHANGED
|
@@ -5040,7 +5040,7 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
|
|
|
5040
5040
|
:param str key_name: The Key Pair Name.
|
|
5041
5041
|
:param str private_ip: The private IP address of the ECS instance.
|
|
5042
5042
|
:param str public_ip: The public IP address or EIP of the ECS instance.
|
|
5043
|
-
:param str vswitch_id: The ID of the
|
|
5043
|
+
:param str vswitch_id: The ID of the vSwitch attached to the ECS instance.
|
|
5044
5044
|
"""
|
|
5045
5045
|
pulumi.set(__self__, "availability_zone", availability_zone)
|
|
5046
5046
|
pulumi.set(__self__, "description", description)
|
|
@@ -5132,7 +5132,7 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
|
|
|
5132
5132
|
@pulumi.getter(name="vswitchId")
|
|
5133
5133
|
def vswitch_id(self) -> str:
|
|
5134
5134
|
"""
|
|
5135
|
-
The ID of the
|
|
5135
|
+
The ID of the vSwitch attached to the ECS instance.
|
|
5136
5136
|
"""
|
|
5137
5137
|
return pulumi.get(self, "vswitch_id")
|
|
5138
5138
|
|
|
@@ -5239,7 +5239,7 @@ class GetEcsKeyPairsPairInstanceResult(dict):
|
|
|
5239
5239
|
:param str key_name: The Key Pair Name.
|
|
5240
5240
|
:param str private_ip: The private IP address of the ECS instance.
|
|
5241
5241
|
:param str public_ip: The public IP address or EIP of the ECS instance.
|
|
5242
|
-
:param str vswitch_id: The ID of the
|
|
5242
|
+
:param str vswitch_id: The ID of the vSwitch attached to the ECS instance.
|
|
5243
5243
|
"""
|
|
5244
5244
|
pulumi.set(__self__, "availability_zone", availability_zone)
|
|
5245
5245
|
pulumi.set(__self__, "description", description)
|
|
@@ -5331,7 +5331,7 @@ class GetEcsKeyPairsPairInstanceResult(dict):
|
|
|
5331
5331
|
@pulumi.getter(name="vswitchId")
|
|
5332
5332
|
def vswitch_id(self) -> str:
|
|
5333
5333
|
"""
|
|
5334
|
-
The ID of the
|
|
5334
|
+
The ID of the vSwitch attached to the ECS instance.
|
|
5335
5335
|
"""
|
|
5336
5336
|
return pulumi.get(self, "vswitch_id")
|
|
5337
5337
|
|
|
@@ -5924,7 +5924,7 @@ class GetEcsLaunchTemplatesTemplateNetworkInterfaceResult(dict):
|
|
|
5924
5924
|
:param str name: The ENI name.
|
|
5925
5925
|
:param str primary_ip: The primary private IP address of the ENI.
|
|
5926
5926
|
:param str security_group_id: The security group ID must be one in the same VPC.
|
|
5927
|
-
:param str vswitch_id: The
|
|
5927
|
+
: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.
|
|
5928
5928
|
"""
|
|
5929
5929
|
pulumi.set(__self__, "description", description)
|
|
5930
5930
|
pulumi.set(__self__, "name", name)
|
|
@@ -5968,7 +5968,7 @@ class GetEcsLaunchTemplatesTemplateNetworkInterfaceResult(dict):
|
|
|
5968
5968
|
@pulumi.getter(name="vswitchId")
|
|
5969
5969
|
def vswitch_id(self) -> str:
|
|
5970
5970
|
"""
|
|
5971
|
-
The
|
|
5971
|
+
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.
|
|
5972
5972
|
"""
|
|
5973
5973
|
return pulumi.get(self, "vswitch_id")
|
|
5974
5974
|
|
|
@@ -6149,6 +6149,7 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
|
|
|
6149
6149
|
description: str,
|
|
6150
6150
|
id: str,
|
|
6151
6151
|
instance_id: str,
|
|
6152
|
+
ipv6_sets: Sequence[str],
|
|
6152
6153
|
mac: str,
|
|
6153
6154
|
name: str,
|
|
6154
6155
|
network_interface_id: str,
|
|
@@ -6177,14 +6178,16 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
|
|
|
6177
6178
|
:param str description: The description of the ENI.
|
|
6178
6179
|
:param str id: The ID of the Network Interface.
|
|
6179
6180
|
:param str instance_id: The instance id.
|
|
6181
|
+
:param Sequence[str] ipv6_sets: A list of IPv6 addresses that is assigned to the ENI. **NOTE:** Available since v1.228.0.
|
|
6180
6182
|
:param str mac: The MAC address of the ENI.
|
|
6181
|
-
:param str name:
|
|
6183
|
+
:param str name: Field `name` has been deprecated from provider version 1.123.1. New field `network_interface_name` instead
|
|
6182
6184
|
:param str network_interface_id: The network interface id.
|
|
6183
6185
|
:param str network_interface_name: The network interface name.
|
|
6184
6186
|
:param str network_interface_traffic_mode: The communication mode of the elastic network card.
|
|
6185
6187
|
:param str owner_id: The ID of the account to which the ENIC belongs.
|
|
6186
6188
|
:param str primary_ip_address: The primary private IP address of the ENI.
|
|
6187
|
-
:param str private_ip:
|
|
6189
|
+
:param str private_ip: Field `private_ip` has been deprecated from provider version 1.123.1. New field `primary_ip_address` instead
|
|
6190
|
+
:param Sequence[str] private_ip_addresses: A list of secondary private IP address that is assigned to the ENI.
|
|
6188
6191
|
:param Sequence[str] private_ips: A list of secondary private IP address that is assigned to the ENI.
|
|
6189
6192
|
:param int queue_number: Number of network card queues.
|
|
6190
6193
|
:param str resource_group_id: The resource group id.
|
|
@@ -6192,10 +6195,10 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
|
|
|
6192
6195
|
:param Sequence[str] security_groups: The security groups.
|
|
6193
6196
|
:param int service_id: The service id.
|
|
6194
6197
|
:param bool service_managed: Whether the user of the elastic network card is a cloud product or a virtual vendor.
|
|
6195
|
-
:param str status: The status of
|
|
6196
|
-
:param Mapping[str, Any] tags:
|
|
6197
|
-
:param str type: The type of
|
|
6198
|
-
:param str vpc_id: The
|
|
6198
|
+
:param str status: The status of ENI. Valid Values: `Attaching`, `Available`, `CreateFailed`, `Creating`, `Deleting`, `Detaching`, `InUse`, `Linked`, `Linking`, `Unlinking`.
|
|
6199
|
+
:param Mapping[str, Any] tags: A map of tags assigned to ENIs.
|
|
6200
|
+
:param str type: The type of ENI. Valid Values: `Primary`, `Secondary`.
|
|
6201
|
+
:param str vpc_id: The vpc id.
|
|
6199
6202
|
:param str vswitch_id: The vswitch id.
|
|
6200
6203
|
:param str zone_id: The zone id.
|
|
6201
6204
|
"""
|
|
@@ -6204,6 +6207,7 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
|
|
|
6204
6207
|
pulumi.set(__self__, "description", description)
|
|
6205
6208
|
pulumi.set(__self__, "id", id)
|
|
6206
6209
|
pulumi.set(__self__, "instance_id", instance_id)
|
|
6210
|
+
pulumi.set(__self__, "ipv6_sets", ipv6_sets)
|
|
6207
6211
|
pulumi.set(__self__, "mac", mac)
|
|
6208
6212
|
pulumi.set(__self__, "name", name)
|
|
6209
6213
|
pulumi.set(__self__, "network_interface_id", network_interface_id)
|
|
@@ -6267,6 +6271,14 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
|
|
|
6267
6271
|
"""
|
|
6268
6272
|
return pulumi.get(self, "instance_id")
|
|
6269
6273
|
|
|
6274
|
+
@property
|
|
6275
|
+
@pulumi.getter(name="ipv6Sets")
|
|
6276
|
+
def ipv6_sets(self) -> Sequence[str]:
|
|
6277
|
+
"""
|
|
6278
|
+
A list of IPv6 addresses that is assigned to the ENI. **NOTE:** Available since v1.228.0.
|
|
6279
|
+
"""
|
|
6280
|
+
return pulumi.get(self, "ipv6_sets")
|
|
6281
|
+
|
|
6270
6282
|
@property
|
|
6271
6283
|
@pulumi.getter
|
|
6272
6284
|
def mac(self) -> str:
|
|
@@ -6279,7 +6291,7 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
|
|
|
6279
6291
|
@pulumi.getter
|
|
6280
6292
|
def name(self) -> str:
|
|
6281
6293
|
"""
|
|
6282
|
-
|
|
6294
|
+
Field `name` has been deprecated from provider version 1.123.1. New field `network_interface_name` instead
|
|
6283
6295
|
"""
|
|
6284
6296
|
return pulumi.get(self, "name")
|
|
6285
6297
|
|
|
@@ -6327,13 +6339,16 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
|
|
|
6327
6339
|
@pulumi.getter(name="privateIp")
|
|
6328
6340
|
def private_ip(self) -> str:
|
|
6329
6341
|
"""
|
|
6330
|
-
|
|
6342
|
+
Field `private_ip` has been deprecated from provider version 1.123.1. New field `primary_ip_address` instead
|
|
6331
6343
|
"""
|
|
6332
6344
|
return pulumi.get(self, "private_ip")
|
|
6333
6345
|
|
|
6334
6346
|
@property
|
|
6335
6347
|
@pulumi.getter(name="privateIpAddresses")
|
|
6336
6348
|
def private_ip_addresses(self) -> Sequence[str]:
|
|
6349
|
+
"""
|
|
6350
|
+
A list of secondary private IP address that is assigned to the ENI.
|
|
6351
|
+
"""
|
|
6337
6352
|
return pulumi.get(self, "private_ip_addresses")
|
|
6338
6353
|
|
|
6339
6354
|
@property
|
|
@@ -6396,7 +6411,7 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
|
|
|
6396
6411
|
@pulumi.getter
|
|
6397
6412
|
def status(self) -> str:
|
|
6398
6413
|
"""
|
|
6399
|
-
The status of
|
|
6414
|
+
The status of ENI. Valid Values: `Attaching`, `Available`, `CreateFailed`, `Creating`, `Deleting`, `Detaching`, `InUse`, `Linked`, `Linking`, `Unlinking`.
|
|
6400
6415
|
"""
|
|
6401
6416
|
return pulumi.get(self, "status")
|
|
6402
6417
|
|
|
@@ -6404,7 +6419,7 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
|
|
|
6404
6419
|
@pulumi.getter
|
|
6405
6420
|
def tags(self) -> Mapping[str, Any]:
|
|
6406
6421
|
"""
|
|
6407
|
-
|
|
6422
|
+
A map of tags assigned to ENIs.
|
|
6408
6423
|
"""
|
|
6409
6424
|
return pulumi.get(self, "tags")
|
|
6410
6425
|
|
|
@@ -6412,7 +6427,7 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
|
|
|
6412
6427
|
@pulumi.getter
|
|
6413
6428
|
def type(self) -> str:
|
|
6414
6429
|
"""
|
|
6415
|
-
The type of
|
|
6430
|
+
The type of ENI. Valid Values: `Primary`, `Secondary`.
|
|
6416
6431
|
"""
|
|
6417
6432
|
return pulumi.get(self, "type")
|
|
6418
6433
|
|
|
@@ -6420,7 +6435,7 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
|
|
|
6420
6435
|
@pulumi.getter(name="vpcId")
|
|
6421
6436
|
def vpc_id(self) -> str:
|
|
6422
6437
|
"""
|
|
6423
|
-
The
|
|
6438
|
+
The vpc id.
|
|
6424
6439
|
"""
|
|
6425
6440
|
return pulumi.get(self, "vpc_id")
|
|
6426
6441
|
|
|
@@ -8786,7 +8801,7 @@ class GetInstancesInstanceResult(dict):
|
|
|
8786
8801
|
:param str spot_strategy: Spot strategy the instance is using.
|
|
8787
8802
|
:param str status: Instance status. Valid values: "Creating", "Starting", "Running", "Stopping" and "Stopped". If undefined, all statuses are considered.
|
|
8788
8803
|
:param str vpc_id: ID of the VPC linked to the instances.
|
|
8789
|
-
:param str vswitch_id: ID of the
|
|
8804
|
+
:param str vswitch_id: ID of the vSwitch linked to the instances.
|
|
8790
8805
|
:param Mapping[str, Any] tags: A map of tags assigned to the ECS instances. It must be in the format:
|
|
8791
8806
|
```python
|
|
8792
8807
|
import pulumi
|
|
@@ -9004,7 +9019,7 @@ class GetInstancesInstanceResult(dict):
|
|
|
9004
9019
|
@pulumi.getter(name="vswitchId")
|
|
9005
9020
|
def vswitch_id(self) -> str:
|
|
9006
9021
|
"""
|
|
9007
|
-
ID of the
|
|
9022
|
+
ID of the vSwitch linked to the instances.
|
|
9008
9023
|
"""
|
|
9009
9024
|
return pulumi.get(self, "vswitch_id")
|
|
9010
9025
|
|
|
@@ -9201,7 +9216,7 @@ class GetKeyPairsKeyPairInstanceResult(dict):
|
|
|
9201
9216
|
:param str key_name: Name of the key pair.
|
|
9202
9217
|
:param str private_ip: The private IP address of the ECS instance.
|
|
9203
9218
|
:param str public_ip: The public IP address or EIP of the ECS instance.
|
|
9204
|
-
:param str vswitch_id: The ID of the
|
|
9219
|
+
:param str vswitch_id: The ID of the vSwitch attached to the ECS instance.
|
|
9205
9220
|
"""
|
|
9206
9221
|
pulumi.set(__self__, "availability_zone", availability_zone)
|
|
9207
9222
|
pulumi.set(__self__, "description", description)
|
|
@@ -9293,7 +9308,7 @@ class GetKeyPairsKeyPairInstanceResult(dict):
|
|
|
9293
9308
|
@pulumi.getter(name="vswitchId")
|
|
9294
9309
|
def vswitch_id(self) -> str:
|
|
9295
9310
|
"""
|
|
9296
|
-
The ID of the
|
|
9311
|
+
The ID of the vSwitch attached to the ECS instance.
|
|
9297
9312
|
"""
|
|
9298
9313
|
return pulumi.get(self, "vswitch_id")
|
|
9299
9314
|
|
|
@@ -9400,7 +9415,7 @@ class GetKeyPairsPairInstanceResult(dict):
|
|
|
9400
9415
|
:param str key_name: Name of the key pair.
|
|
9401
9416
|
:param str private_ip: The private IP address of the ECS instance.
|
|
9402
9417
|
:param str public_ip: The public IP address or EIP of the ECS instance.
|
|
9403
|
-
:param str vswitch_id: The ID of the
|
|
9418
|
+
:param str vswitch_id: The ID of the vSwitch attached to the ECS instance.
|
|
9404
9419
|
"""
|
|
9405
9420
|
pulumi.set(__self__, "availability_zone", availability_zone)
|
|
9406
9421
|
pulumi.set(__self__, "description", description)
|
|
@@ -9492,7 +9507,7 @@ class GetKeyPairsPairInstanceResult(dict):
|
|
|
9492
9507
|
@pulumi.getter(name="vswitchId")
|
|
9493
9508
|
def vswitch_id(self) -> str:
|
|
9494
9509
|
"""
|
|
9495
|
-
The ID of the
|
|
9510
|
+
The ID of the vSwitch attached to the ECS instance.
|
|
9496
9511
|
"""
|
|
9497
9512
|
return pulumi.get(self, "vswitch_id")
|
|
9498
9513
|
|
|
@@ -9505,6 +9520,7 @@ class GetNetworkInterfacesInterfaceResult(dict):
|
|
|
9505
9520
|
description: str,
|
|
9506
9521
|
id: str,
|
|
9507
9522
|
instance_id: str,
|
|
9523
|
+
ipv6_sets: Sequence[str],
|
|
9508
9524
|
mac: str,
|
|
9509
9525
|
name: str,
|
|
9510
9526
|
network_interface_id: str,
|
|
@@ -9541,7 +9557,7 @@ class GetNetworkInterfacesInterfaceResult(dict):
|
|
|
9541
9557
|
:param str status: Current status of the ENI.
|
|
9542
9558
|
:param Mapping[str, Any] tags: A map of tags assigned to the ENI.
|
|
9543
9559
|
:param str vpc_id: ID of the VPC that the ENI belongs to.
|
|
9544
|
-
:param str vswitch_id: ID of the
|
|
9560
|
+
:param str vswitch_id: ID of the vSwitch that the ENI is linked to.
|
|
9545
9561
|
:param str zone_id: ID of the availability zone that the ENI belongs to.
|
|
9546
9562
|
"""
|
|
9547
9563
|
pulumi.set(__self__, "associated_public_ips", associated_public_ips)
|
|
@@ -9549,6 +9565,7 @@ class GetNetworkInterfacesInterfaceResult(dict):
|
|
|
9549
9565
|
pulumi.set(__self__, "description", description)
|
|
9550
9566
|
pulumi.set(__self__, "id", id)
|
|
9551
9567
|
pulumi.set(__self__, "instance_id", instance_id)
|
|
9568
|
+
pulumi.set(__self__, "ipv6_sets", ipv6_sets)
|
|
9552
9569
|
pulumi.set(__self__, "mac", mac)
|
|
9553
9570
|
pulumi.set(__self__, "name", name)
|
|
9554
9571
|
pulumi.set(__self__, "network_interface_id", network_interface_id)
|
|
@@ -9609,6 +9626,11 @@ class GetNetworkInterfacesInterfaceResult(dict):
|
|
|
9609
9626
|
"""
|
|
9610
9627
|
return pulumi.get(self, "instance_id")
|
|
9611
9628
|
|
|
9629
|
+
@property
|
|
9630
|
+
@pulumi.getter(name="ipv6Sets")
|
|
9631
|
+
def ipv6_sets(self) -> Sequence[str]:
|
|
9632
|
+
return pulumi.get(self, "ipv6_sets")
|
|
9633
|
+
|
|
9612
9634
|
@property
|
|
9613
9635
|
@pulumi.getter
|
|
9614
9636
|
def mac(self) -> str:
|
|
@@ -9740,7 +9762,7 @@ class GetNetworkInterfacesInterfaceResult(dict):
|
|
|
9740
9762
|
@pulumi.getter(name="vswitchId")
|
|
9741
9763
|
def vswitch_id(self) -> str:
|
|
9742
9764
|
"""
|
|
9743
|
-
ID of the
|
|
9765
|
+
ID of the vSwitch that the ENI is linked to.
|
|
9744
9766
|
"""
|
|
9745
9767
|
return pulumi.get(self, "vswitch_id")
|
|
9746
9768
|
|
|
@@ -164,7 +164,7 @@ class InstanceClusterAttachment(pulumi.CustomResource):
|
|
|
164
164
|
name = "tf-example"
|
|
165
165
|
default = alicloud.get_regions(current=True)
|
|
166
166
|
default_get_zones = alicloud.get_zones(available_resource_creation="VSwitch")
|
|
167
|
-
default_get_images = alicloud.ecs.get_images(name_regex="^
|
|
167
|
+
default_get_images = alicloud.ecs.get_images(name_regex="^ubuntu_18.*64",
|
|
168
168
|
owners="system")
|
|
169
169
|
default_get_instance_types = alicloud.ecs.get_instance_types(availability_zone=default_get_zones.zones[0].id,
|
|
170
170
|
cpu_core_count=1,
|
|
@@ -226,7 +226,7 @@ class InstanceClusterAttachment(pulumi.CustomResource):
|
|
|
226
226
|
name = "tf-example"
|
|
227
227
|
default = alicloud.get_regions(current=True)
|
|
228
228
|
default_get_zones = alicloud.get_zones(available_resource_creation="VSwitch")
|
|
229
|
-
default_get_images = alicloud.ecs.get_images(name_regex="^
|
|
229
|
+
default_get_images = alicloud.ecs.get_images(name_regex="^ubuntu_18.*64",
|
|
230
230
|
owners="system")
|
|
231
231
|
default_get_instance_types = alicloud.ecs.get_instance_types(availability_zone=default_get_zones.zones[0].id,
|
|
232
232
|
cpu_core_count=1,
|
pulumi_alicloud/eds/outputs.py
CHANGED
|
@@ -294,7 +294,7 @@ class GetAdConnectorDirectoriesDirectoryResult(dict):
|
|
|
294
294
|
:param str sub_domain_name: The Enterprise already has a fully qualified domain name (FQDN) of an AD subdomain, with both a host name and a domain name.
|
|
295
295
|
:param str trust_password: The trust password.
|
|
296
296
|
:param str vpc_id: The ID of the vpc.
|
|
297
|
-
:param Sequence[str] vswitch_ids: List of
|
|
297
|
+
:param Sequence[str] vswitch_ids: List of vSwitch IDs in the directory.
|
|
298
298
|
"""
|
|
299
299
|
pulumi.set(__self__, "ad_connector_directory_id", ad_connector_directory_id)
|
|
300
300
|
pulumi.set(__self__, "ad_connectors", ad_connectors)
|
|
@@ -464,7 +464,7 @@ class GetAdConnectorDirectoriesDirectoryResult(dict):
|
|
|
464
464
|
@pulumi.getter(name="vswitchIds")
|
|
465
465
|
def vswitch_ids(self) -> Sequence[str]:
|
|
466
466
|
"""
|
|
467
|
-
List of
|
|
467
|
+
List of vSwitch IDs in the directory.
|
|
468
468
|
"""
|
|
469
469
|
return pulumi.get(self, "vswitch_ids")
|
|
470
470
|
|
|
@@ -484,7 +484,7 @@ class GetAdConnectorDirectoriesDirectoryAdConnectorResult(dict):
|
|
|
484
484
|
:param str network_interface_id: The ID of the network interface.
|
|
485
485
|
:param str specification: The AD Connector specifications.
|
|
486
486
|
:param str trust_key: The AD Connector control trust password.
|
|
487
|
-
:param str vswitch_id: The ID of
|
|
487
|
+
:param str vswitch_id: The ID of vSwitch.
|
|
488
488
|
"""
|
|
489
489
|
pulumi.set(__self__, "ad_connector_address", ad_connector_address)
|
|
490
490
|
pulumi.set(__self__, "connector_status", connector_status)
|
|
@@ -537,7 +537,7 @@ class GetAdConnectorDirectoriesDirectoryAdConnectorResult(dict):
|
|
|
537
537
|
@pulumi.getter(name="vswitchId")
|
|
538
538
|
def vswitch_id(self) -> str:
|
|
539
539
|
"""
|
|
540
|
-
The ID of
|
|
540
|
+
The ID of vSwitch.
|
|
541
541
|
"""
|
|
542
542
|
return pulumi.get(self, "vswitch_id")
|
|
543
543
|
|
|
@@ -890,7 +890,7 @@ class GetAdConnectorOfficeSitesSiteAdConnectorResult(dict):
|
|
|
890
890
|
:param str ad_connector_address: AD Connector across Zones, Its Connection Addresses.
|
|
891
891
|
:param str connector_status: AD Connector of the State. Possible Values: Creating: in the Creation of. Connecting: Connection. Requires the User to Your Own Ad Configured on the Domain to Which. Running: Run. Expired: If You Are out-of-Date. CONNECT_ERROR: Connection Error.
|
|
892
892
|
:param str network_interface_id: AD Connector Mount of the Card ID.
|
|
893
|
-
:param str vswitch_id: AD Connector in the Network Corresponding to the ID of the
|
|
893
|
+
:param str vswitch_id: AD Connector in the Network Corresponding to the ID of the vSwitch in.
|
|
894
894
|
"""
|
|
895
895
|
pulumi.set(__self__, "ad_connector_address", ad_connector_address)
|
|
896
896
|
pulumi.set(__self__, "connector_status", connector_status)
|
|
@@ -925,7 +925,7 @@ class GetAdConnectorOfficeSitesSiteAdConnectorResult(dict):
|
|
|
925
925
|
@pulumi.getter(name="vswitchId")
|
|
926
926
|
def vswitch_id(self) -> str:
|
|
927
927
|
"""
|
|
928
|
-
AD Connector in the Network Corresponding to the ID of the
|
|
928
|
+
AD Connector in the Network Corresponding to the ID of the vSwitch in.
|
|
929
929
|
"""
|
|
930
930
|
return pulumi.get(self, "vswitch_id")
|
|
931
931
|
|
|
@@ -2639,7 +2639,7 @@ class GetRamDirectoriesDirectoryResult(dict):
|
|
|
2639
2639
|
:param str sub_domain_name: The Name of the sub-domain.
|
|
2640
2640
|
:param str trust_password: The trust password.
|
|
2641
2641
|
:param str vpc_id: The ID of the vpc.
|
|
2642
|
-
:param Sequence[str] vswitch_ids: List of
|
|
2642
|
+
:param Sequence[str] vswitch_ids: List of vSwitch IDs in the directory.
|
|
2643
2643
|
"""
|
|
2644
2644
|
pulumi.set(__self__, "ad_connectors", ad_connectors)
|
|
2645
2645
|
pulumi.set(__self__, "create_time", create_time)
|
|
@@ -2881,7 +2881,7 @@ class GetRamDirectoriesDirectoryResult(dict):
|
|
|
2881
2881
|
@pulumi.getter(name="vswitchIds")
|
|
2882
2882
|
def vswitch_ids(self) -> Sequence[str]:
|
|
2883
2883
|
"""
|
|
2884
|
-
List of
|
|
2884
|
+
List of vSwitch IDs in the directory.
|
|
2885
2885
|
"""
|
|
2886
2886
|
return pulumi.get(self, "vswitch_ids")
|
|
2887
2887
|
|
|
@@ -2897,7 +2897,7 @@ class GetRamDirectoriesDirectoryAdConnectorResult(dict):
|
|
|
2897
2897
|
:param str ad_connector_address: The address of AD connector.
|
|
2898
2898
|
:param str connector_status: The status of connector.
|
|
2899
2899
|
:param str network_interface_id: The ID of the network interface.
|
|
2900
|
-
:param str vswitch_id: The ID of
|
|
2900
|
+
:param str vswitch_id: The ID of vSwitch.
|
|
2901
2901
|
"""
|
|
2902
2902
|
pulumi.set(__self__, "ad_connector_address", ad_connector_address)
|
|
2903
2903
|
pulumi.set(__self__, "connector_status", connector_status)
|
|
@@ -2932,7 +2932,7 @@ class GetRamDirectoriesDirectoryAdConnectorResult(dict):
|
|
|
2932
2932
|
@pulumi.getter(name="vswitchId")
|
|
2933
2933
|
def vswitch_id(self) -> str:
|
|
2934
2934
|
"""
|
|
2935
|
-
The ID of
|
|
2935
|
+
The ID of vSwitch.
|
|
2936
2936
|
"""
|
|
2937
2937
|
return pulumi.get(self, "vswitch_id")
|
|
2938
2938
|
|
|
@@ -27,6 +27,8 @@ class ScalingGroupArgs:
|
|
|
27
27
|
group_deletion_protection: Optional[pulumi.Input[bool]] = None,
|
|
28
28
|
group_type: Optional[pulumi.Input[str]] = None,
|
|
29
29
|
health_check_type: Optional[pulumi.Input[str]] = None,
|
|
30
|
+
health_check_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
31
|
+
instance_id: Optional[pulumi.Input[str]] = None,
|
|
30
32
|
launch_template_id: Optional[pulumi.Input[str]] = None,
|
|
31
33
|
launch_template_overrides: Optional[pulumi.Input[Sequence[pulumi.Input['ScalingGroupLaunchTemplateOverrideArgs']]]] = None,
|
|
32
34
|
launch_template_version: Optional[pulumi.Input[str]] = None,
|
|
@@ -62,7 +64,9 @@ class ScalingGroupArgs:
|
|
|
62
64
|
:param pulumi.Input[int] desired_capacity: Expected number of ECS instances in the scaling group. Value range: [min_size, max_size].
|
|
63
65
|
:param pulumi.Input[bool] group_deletion_protection: Specifies whether the scaling group deletion protection is enabled. `true` or `false`, Default value: `false`.
|
|
64
66
|
:param pulumi.Input[str] group_type: Resource type within scaling group. Optional values: ECS, ECI. Default to ECS.
|
|
65
|
-
:param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, NONE, LOAD_BALANCER. Default to ECS.
|
|
67
|
+
:param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, ECI, NONE, LOAD_BALANCER. Default to ECS.
|
|
68
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] health_check_types: The health check modes of the scaling group. Valid values: ECS, ECI, NONE, LOAD_BALANCER.
|
|
69
|
+
:param pulumi.Input[str] instance_id: The ID of the instance from which Auto Scaling obtains the required configuration information and uses the information to automatically create a scaling configuration.
|
|
66
70
|
:param pulumi.Input[str] launch_template_id: Instance launch template ID, scaling group obtains launch configuration from instance launch template, see [Launch Template](https://www.alibabacloud.com/help/doc-detail/73916.html). Creating scaling group from launch template enable group automatically.
|
|
67
71
|
:param pulumi.Input[Sequence[pulumi.Input['ScalingGroupLaunchTemplateOverrideArgs']]] launch_template_overrides: The details of the instance types that are specified by using the Extend Instance Type of Launch Template feature. See `launch_template_override` below for details.
|
|
68
72
|
:param pulumi.Input[str] launch_template_version: The version number of the launch template. Valid values are the version number, `Latest`, or `Default`, Default value: `Default`.
|
|
@@ -114,6 +118,10 @@ class ScalingGroupArgs:
|
|
|
114
118
|
pulumi.set(__self__, "group_type", group_type)
|
|
115
119
|
if health_check_type is not None:
|
|
116
120
|
pulumi.set(__self__, "health_check_type", health_check_type)
|
|
121
|
+
if health_check_types is not None:
|
|
122
|
+
pulumi.set(__self__, "health_check_types", health_check_types)
|
|
123
|
+
if instance_id is not None:
|
|
124
|
+
pulumi.set(__self__, "instance_id", instance_id)
|
|
117
125
|
if launch_template_id is not None:
|
|
118
126
|
pulumi.set(__self__, "launch_template_id", launch_template_id)
|
|
119
127
|
if launch_template_overrides is not None:
|
|
@@ -284,7 +292,7 @@ class ScalingGroupArgs:
|
|
|
284
292
|
@pulumi.getter(name="healthCheckType")
|
|
285
293
|
def health_check_type(self) -> Optional[pulumi.Input[str]]:
|
|
286
294
|
"""
|
|
287
|
-
Resource type within scaling group. Optional values: ECS, NONE, LOAD_BALANCER. Default to ECS.
|
|
295
|
+
Resource type within scaling group. Optional values: ECS, ECI, NONE, LOAD_BALANCER. Default to ECS.
|
|
288
296
|
"""
|
|
289
297
|
return pulumi.get(self, "health_check_type")
|
|
290
298
|
|
|
@@ -292,6 +300,30 @@ class ScalingGroupArgs:
|
|
|
292
300
|
def health_check_type(self, value: Optional[pulumi.Input[str]]):
|
|
293
301
|
pulumi.set(self, "health_check_type", value)
|
|
294
302
|
|
|
303
|
+
@property
|
|
304
|
+
@pulumi.getter(name="healthCheckTypes")
|
|
305
|
+
def health_check_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
306
|
+
"""
|
|
307
|
+
The health check modes of the scaling group. Valid values: ECS, ECI, NONE, LOAD_BALANCER.
|
|
308
|
+
"""
|
|
309
|
+
return pulumi.get(self, "health_check_types")
|
|
310
|
+
|
|
311
|
+
@health_check_types.setter
|
|
312
|
+
def health_check_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
313
|
+
pulumi.set(self, "health_check_types", value)
|
|
314
|
+
|
|
315
|
+
@property
|
|
316
|
+
@pulumi.getter(name="instanceId")
|
|
317
|
+
def instance_id(self) -> Optional[pulumi.Input[str]]:
|
|
318
|
+
"""
|
|
319
|
+
The ID of the instance from which Auto Scaling obtains the required configuration information and uses the information to automatically create a scaling configuration.
|
|
320
|
+
"""
|
|
321
|
+
return pulumi.get(self, "instance_id")
|
|
322
|
+
|
|
323
|
+
@instance_id.setter
|
|
324
|
+
def instance_id(self, value: Optional[pulumi.Input[str]]):
|
|
325
|
+
pulumi.set(self, "instance_id", value)
|
|
326
|
+
|
|
295
327
|
@property
|
|
296
328
|
@pulumi.getter(name="launchTemplateId")
|
|
297
329
|
def launch_template_id(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -545,6 +577,8 @@ class _ScalingGroupState:
|
|
|
545
577
|
group_deletion_protection: Optional[pulumi.Input[bool]] = None,
|
|
546
578
|
group_type: Optional[pulumi.Input[str]] = None,
|
|
547
579
|
health_check_type: Optional[pulumi.Input[str]] = None,
|
|
580
|
+
health_check_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
581
|
+
instance_id: Optional[pulumi.Input[str]] = None,
|
|
548
582
|
launch_template_id: Optional[pulumi.Input[str]] = None,
|
|
549
583
|
launch_template_overrides: Optional[pulumi.Input[Sequence[pulumi.Input['ScalingGroupLaunchTemplateOverrideArgs']]]] = None,
|
|
550
584
|
launch_template_version: Optional[pulumi.Input[str]] = None,
|
|
@@ -578,7 +612,9 @@ class _ScalingGroupState:
|
|
|
578
612
|
:param pulumi.Input[int] desired_capacity: Expected number of ECS instances in the scaling group. Value range: [min_size, max_size].
|
|
579
613
|
:param pulumi.Input[bool] group_deletion_protection: Specifies whether the scaling group deletion protection is enabled. `true` or `false`, Default value: `false`.
|
|
580
614
|
:param pulumi.Input[str] group_type: Resource type within scaling group. Optional values: ECS, ECI. Default to ECS.
|
|
581
|
-
:param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, NONE, LOAD_BALANCER. Default to ECS.
|
|
615
|
+
:param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, ECI, NONE, LOAD_BALANCER. Default to ECS.
|
|
616
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] health_check_types: The health check modes of the scaling group. Valid values: ECS, ECI, NONE, LOAD_BALANCER.
|
|
617
|
+
:param pulumi.Input[str] instance_id: The ID of the instance from which Auto Scaling obtains the required configuration information and uses the information to automatically create a scaling configuration.
|
|
582
618
|
:param pulumi.Input[str] launch_template_id: Instance launch template ID, scaling group obtains launch configuration from instance launch template, see [Launch Template](https://www.alibabacloud.com/help/doc-detail/73916.html). Creating scaling group from launch template enable group automatically.
|
|
583
619
|
:param pulumi.Input[Sequence[pulumi.Input['ScalingGroupLaunchTemplateOverrideArgs']]] launch_template_overrides: The details of the instance types that are specified by using the Extend Instance Type of Launch Template feature. See `launch_template_override` below for details.
|
|
584
620
|
:param pulumi.Input[str] launch_template_version: The version number of the launch template. Valid values are the version number, `Latest`, or `Default`, Default value: `Default`.
|
|
@@ -632,6 +668,10 @@ class _ScalingGroupState:
|
|
|
632
668
|
pulumi.set(__self__, "group_type", group_type)
|
|
633
669
|
if health_check_type is not None:
|
|
634
670
|
pulumi.set(__self__, "health_check_type", health_check_type)
|
|
671
|
+
if health_check_types is not None:
|
|
672
|
+
pulumi.set(__self__, "health_check_types", health_check_types)
|
|
673
|
+
if instance_id is not None:
|
|
674
|
+
pulumi.set(__self__, "instance_id", instance_id)
|
|
635
675
|
if launch_template_id is not None:
|
|
636
676
|
pulumi.set(__self__, "launch_template_id", launch_template_id)
|
|
637
677
|
if launch_template_overrides is not None:
|
|
@@ -780,7 +820,7 @@ class _ScalingGroupState:
|
|
|
780
820
|
@pulumi.getter(name="healthCheckType")
|
|
781
821
|
def health_check_type(self) -> Optional[pulumi.Input[str]]:
|
|
782
822
|
"""
|
|
783
|
-
Resource type within scaling group. Optional values: ECS, NONE, LOAD_BALANCER. Default to ECS.
|
|
823
|
+
Resource type within scaling group. Optional values: ECS, ECI, NONE, LOAD_BALANCER. Default to ECS.
|
|
784
824
|
"""
|
|
785
825
|
return pulumi.get(self, "health_check_type")
|
|
786
826
|
|
|
@@ -788,6 +828,30 @@ class _ScalingGroupState:
|
|
|
788
828
|
def health_check_type(self, value: Optional[pulumi.Input[str]]):
|
|
789
829
|
pulumi.set(self, "health_check_type", value)
|
|
790
830
|
|
|
831
|
+
@property
|
|
832
|
+
@pulumi.getter(name="healthCheckTypes")
|
|
833
|
+
def health_check_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
834
|
+
"""
|
|
835
|
+
The health check modes of the scaling group. Valid values: ECS, ECI, NONE, LOAD_BALANCER.
|
|
836
|
+
"""
|
|
837
|
+
return pulumi.get(self, "health_check_types")
|
|
838
|
+
|
|
839
|
+
@health_check_types.setter
|
|
840
|
+
def health_check_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
841
|
+
pulumi.set(self, "health_check_types", value)
|
|
842
|
+
|
|
843
|
+
@property
|
|
844
|
+
@pulumi.getter(name="instanceId")
|
|
845
|
+
def instance_id(self) -> Optional[pulumi.Input[str]]:
|
|
846
|
+
"""
|
|
847
|
+
The ID of the instance from which Auto Scaling obtains the required configuration information and uses the information to automatically create a scaling configuration.
|
|
848
|
+
"""
|
|
849
|
+
return pulumi.get(self, "instance_id")
|
|
850
|
+
|
|
851
|
+
@instance_id.setter
|
|
852
|
+
def instance_id(self, value: Optional[pulumi.Input[str]]):
|
|
853
|
+
pulumi.set(self, "instance_id", value)
|
|
854
|
+
|
|
791
855
|
@property
|
|
792
856
|
@pulumi.getter(name="launchTemplateId")
|
|
793
857
|
def launch_template_id(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1069,6 +1133,8 @@ class ScalingGroup(pulumi.CustomResource):
|
|
|
1069
1133
|
group_deletion_protection: Optional[pulumi.Input[bool]] = None,
|
|
1070
1134
|
group_type: Optional[pulumi.Input[str]] = None,
|
|
1071
1135
|
health_check_type: Optional[pulumi.Input[str]] = None,
|
|
1136
|
+
health_check_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1137
|
+
instance_id: Optional[pulumi.Input[str]] = None,
|
|
1072
1138
|
launch_template_id: Optional[pulumi.Input[str]] = None,
|
|
1073
1139
|
launch_template_overrides: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ScalingGroupLaunchTemplateOverrideArgs', 'ScalingGroupLaunchTemplateOverrideArgsDict']]]]] = None,
|
|
1074
1140
|
launch_template_version: Optional[pulumi.Input[str]] = None,
|
|
@@ -1190,7 +1256,9 @@ class ScalingGroup(pulumi.CustomResource):
|
|
|
1190
1256
|
:param pulumi.Input[int] desired_capacity: Expected number of ECS instances in the scaling group. Value range: [min_size, max_size].
|
|
1191
1257
|
:param pulumi.Input[bool] group_deletion_protection: Specifies whether the scaling group deletion protection is enabled. `true` or `false`, Default value: `false`.
|
|
1192
1258
|
:param pulumi.Input[str] group_type: Resource type within scaling group. Optional values: ECS, ECI. Default to ECS.
|
|
1193
|
-
:param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, NONE, LOAD_BALANCER. Default to ECS.
|
|
1259
|
+
:param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, ECI, NONE, LOAD_BALANCER. Default to ECS.
|
|
1260
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] health_check_types: The health check modes of the scaling group. Valid values: ECS, ECI, NONE, LOAD_BALANCER.
|
|
1261
|
+
:param pulumi.Input[str] instance_id: The ID of the instance from which Auto Scaling obtains the required configuration information and uses the information to automatically create a scaling configuration.
|
|
1194
1262
|
:param pulumi.Input[str] launch_template_id: Instance launch template ID, scaling group obtains launch configuration from instance launch template, see [Launch Template](https://www.alibabacloud.com/help/doc-detail/73916.html). Creating scaling group from launch template enable group automatically.
|
|
1195
1263
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ScalingGroupLaunchTemplateOverrideArgs', 'ScalingGroupLaunchTemplateOverrideArgsDict']]]] launch_template_overrides: The details of the instance types that are specified by using the Extend Instance Type of Launch Template feature. See `launch_template_override` below for details.
|
|
1196
1264
|
:param pulumi.Input[str] launch_template_version: The version number of the launch template. Valid values are the version number, `Latest`, or `Default`, Default value: `Default`.
|
|
@@ -1343,6 +1411,8 @@ class ScalingGroup(pulumi.CustomResource):
|
|
|
1343
1411
|
group_deletion_protection: Optional[pulumi.Input[bool]] = None,
|
|
1344
1412
|
group_type: Optional[pulumi.Input[str]] = None,
|
|
1345
1413
|
health_check_type: Optional[pulumi.Input[str]] = None,
|
|
1414
|
+
health_check_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1415
|
+
instance_id: Optional[pulumi.Input[str]] = None,
|
|
1346
1416
|
launch_template_id: Optional[pulumi.Input[str]] = None,
|
|
1347
1417
|
launch_template_overrides: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ScalingGroupLaunchTemplateOverrideArgs', 'ScalingGroupLaunchTemplateOverrideArgsDict']]]]] = None,
|
|
1348
1418
|
launch_template_version: Optional[pulumi.Input[str]] = None,
|
|
@@ -1382,6 +1452,8 @@ class ScalingGroup(pulumi.CustomResource):
|
|
|
1382
1452
|
__props__.__dict__["group_deletion_protection"] = group_deletion_protection
|
|
1383
1453
|
__props__.__dict__["group_type"] = group_type
|
|
1384
1454
|
__props__.__dict__["health_check_type"] = health_check_type
|
|
1455
|
+
__props__.__dict__["health_check_types"] = health_check_types
|
|
1456
|
+
__props__.__dict__["instance_id"] = instance_id
|
|
1385
1457
|
__props__.__dict__["launch_template_id"] = launch_template_id
|
|
1386
1458
|
__props__.__dict__["launch_template_overrides"] = launch_template_overrides
|
|
1387
1459
|
__props__.__dict__["launch_template_version"] = launch_template_version
|
|
@@ -1426,6 +1498,8 @@ class ScalingGroup(pulumi.CustomResource):
|
|
|
1426
1498
|
group_deletion_protection: Optional[pulumi.Input[bool]] = None,
|
|
1427
1499
|
group_type: Optional[pulumi.Input[str]] = None,
|
|
1428
1500
|
health_check_type: Optional[pulumi.Input[str]] = None,
|
|
1501
|
+
health_check_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1502
|
+
instance_id: Optional[pulumi.Input[str]] = None,
|
|
1429
1503
|
launch_template_id: Optional[pulumi.Input[str]] = None,
|
|
1430
1504
|
launch_template_overrides: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ScalingGroupLaunchTemplateOverrideArgs', 'ScalingGroupLaunchTemplateOverrideArgsDict']]]]] = None,
|
|
1431
1505
|
launch_template_version: Optional[pulumi.Input[str]] = None,
|
|
@@ -1464,7 +1538,9 @@ class ScalingGroup(pulumi.CustomResource):
|
|
|
1464
1538
|
:param pulumi.Input[int] desired_capacity: Expected number of ECS instances in the scaling group. Value range: [min_size, max_size].
|
|
1465
1539
|
:param pulumi.Input[bool] group_deletion_protection: Specifies whether the scaling group deletion protection is enabled. `true` or `false`, Default value: `false`.
|
|
1466
1540
|
:param pulumi.Input[str] group_type: Resource type within scaling group. Optional values: ECS, ECI. Default to ECS.
|
|
1467
|
-
:param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, NONE, LOAD_BALANCER. Default to ECS.
|
|
1541
|
+
:param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, ECI, NONE, LOAD_BALANCER. Default to ECS.
|
|
1542
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] health_check_types: The health check modes of the scaling group. Valid values: ECS, ECI, NONE, LOAD_BALANCER.
|
|
1543
|
+
:param pulumi.Input[str] instance_id: The ID of the instance from which Auto Scaling obtains the required configuration information and uses the information to automatically create a scaling configuration.
|
|
1468
1544
|
:param pulumi.Input[str] launch_template_id: Instance launch template ID, scaling group obtains launch configuration from instance launch template, see [Launch Template](https://www.alibabacloud.com/help/doc-detail/73916.html). Creating scaling group from launch template enable group automatically.
|
|
1469
1545
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ScalingGroupLaunchTemplateOverrideArgs', 'ScalingGroupLaunchTemplateOverrideArgsDict']]]] launch_template_overrides: The details of the instance types that are specified by using the Extend Instance Type of Launch Template feature. See `launch_template_override` below for details.
|
|
1470
1546
|
:param pulumi.Input[str] launch_template_version: The version number of the launch template. Valid values are the version number, `Latest`, or `Default`, Default value: `Default`.
|
|
@@ -1513,6 +1589,8 @@ class ScalingGroup(pulumi.CustomResource):
|
|
|
1513
1589
|
__props__.__dict__["group_deletion_protection"] = group_deletion_protection
|
|
1514
1590
|
__props__.__dict__["group_type"] = group_type
|
|
1515
1591
|
__props__.__dict__["health_check_type"] = health_check_type
|
|
1592
|
+
__props__.__dict__["health_check_types"] = health_check_types
|
|
1593
|
+
__props__.__dict__["instance_id"] = instance_id
|
|
1516
1594
|
__props__.__dict__["launch_template_id"] = launch_template_id
|
|
1517
1595
|
__props__.__dict__["launch_template_overrides"] = launch_template_overrides
|
|
1518
1596
|
__props__.__dict__["launch_template_version"] = launch_template_version
|
|
@@ -1606,10 +1684,26 @@ class ScalingGroup(pulumi.CustomResource):
|
|
|
1606
1684
|
@pulumi.getter(name="healthCheckType")
|
|
1607
1685
|
def health_check_type(self) -> pulumi.Output[str]:
|
|
1608
1686
|
"""
|
|
1609
|
-
Resource type within scaling group. Optional values: ECS, NONE, LOAD_BALANCER. Default to ECS.
|
|
1687
|
+
Resource type within scaling group. Optional values: ECS, ECI, NONE, LOAD_BALANCER. Default to ECS.
|
|
1610
1688
|
"""
|
|
1611
1689
|
return pulumi.get(self, "health_check_type")
|
|
1612
1690
|
|
|
1691
|
+
@property
|
|
1692
|
+
@pulumi.getter(name="healthCheckTypes")
|
|
1693
|
+
def health_check_types(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
1694
|
+
"""
|
|
1695
|
+
The health check modes of the scaling group. Valid values: ECS, ECI, NONE, LOAD_BALANCER.
|
|
1696
|
+
"""
|
|
1697
|
+
return pulumi.get(self, "health_check_types")
|
|
1698
|
+
|
|
1699
|
+
@property
|
|
1700
|
+
@pulumi.getter(name="instanceId")
|
|
1701
|
+
def instance_id(self) -> pulumi.Output[Optional[str]]:
|
|
1702
|
+
"""
|
|
1703
|
+
The ID of the instance from which Auto Scaling obtains the required configuration information and uses the information to automatically create a scaling configuration.
|
|
1704
|
+
"""
|
|
1705
|
+
return pulumi.get(self, "instance_id")
|
|
1706
|
+
|
|
1613
1707
|
@property
|
|
1614
1708
|
@pulumi.getter(name="launchTemplateId")
|
|
1615
1709
|
def launch_template_id(self) -> pulumi.Output[Optional[str]]:
|
pulumi_alicloud/fc/__init__.py
CHANGED
|
@@ -19,5 +19,12 @@ from .layer_version import *
|
|
|
19
19
|
from .service import *
|
|
20
20
|
from .trigger import *
|
|
21
21
|
from .v2_function import *
|
|
22
|
+
from .v3_alias import *
|
|
23
|
+
from .v3_async_invoke_config import *
|
|
24
|
+
from .v3_concurrency_config import *
|
|
25
|
+
from .v3_custom_domain import *
|
|
26
|
+
from .v3_function import *
|
|
27
|
+
from .v3_function_version import *
|
|
28
|
+
from .v3_trigger import *
|
|
22
29
|
from ._inputs import *
|
|
23
30
|
from . import outputs
|