pulumi-alicloud 3.56.0a1715923185__py3-none-any.whl → 3.56.0a1716566612__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.
- pulumi_alicloud/actiontrail/outputs.py +4 -0
- pulumi_alicloud/adb/db_cluster.py +14 -0
- pulumi_alicloud/adb/get_db_cluster_lake_versions.py +2 -2
- pulumi_alicloud/alb/_inputs.py +34 -0
- pulumi_alicloud/alb/get_acls.py +2 -2
- pulumi_alicloud/alb/get_security_policies.py +4 -4
- pulumi_alicloud/alb/outputs.py +188 -10
- pulumi_alicloud/alb/rule.py +14 -0
- pulumi_alicloud/alb/server_group.py +21 -0
- pulumi_alicloud/amqp/get_instances.py +2 -2
- pulumi_alicloud/apigateway/get_log_configs.py +2 -2
- pulumi_alicloud/apigateway/get_plugins.py +6 -6
- pulumi_alicloud/arms/outputs.py +20 -0
- pulumi_alicloud/bastionhost/get_users.py +4 -4
- pulumi_alicloud/bastionhost/host.py +28 -7
- pulumi_alicloud/bastionhost/instance.py +14 -0
- pulumi_alicloud/cddc/get_dedicated_host_accounts.py +2 -2
- pulumi_alicloud/cddc/get_dedicated_host_groups.py +2 -2
- pulumi_alicloud/cddc/outputs.py +0 -6
- pulumi_alicloud/cdn/get_real_time_log_deliveries.py +0 -2
- pulumi_alicloud/cen/get_traffic_marking_policies.py +2 -4
- pulumi_alicloud/cen/get_transit_router_route_table_associations.py +8 -0
- pulumi_alicloud/cen/outputs.py +6 -0
- pulumi_alicloud/cen/transit_router_peer_attachment.py +14 -0
- pulumi_alicloud/cen/transit_router_prefix_list_association.py +28 -0
- pulumi_alicloud/cfg/aggregator.py +14 -0
- pulumi_alicloud/clickhouse/outputs.py +34 -4
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +12 -4
- pulumi_alicloud/cloudfirewall/instance.py +28 -0
- pulumi_alicloud/cloudsso/get_access_assignments.py +4 -4
- pulumi_alicloud/cloudsso/get_groups.py +2 -2
- pulumi_alicloud/cloudsso/outputs.py +104 -2
- pulumi_alicloud/cloudstoragegateway/get_gateway_block_volumes.py +2 -2
- pulumi_alicloud/cloudstoragegateway/get_gateway_cache_disks.py +2 -2
- pulumi_alicloud/cms/_inputs.py +16 -0
- pulumi_alicloud/cms/get_event_rules.py +2 -2
- pulumi_alicloud/cms/get_group_metric_rules.py +4 -4
- pulumi_alicloud/cms/get_hybrid_monitor_fc_tasks.py +2 -2
- pulumi_alicloud/cms/get_monitor_groups.py +2 -4
- pulumi_alicloud/cms/outputs.py +216 -0
- pulumi_alicloud/cr/get_chart_namespaces.py +2 -2
- pulumi_alicloud/cr/get_chart_repositories.py +2 -2
- pulumi_alicloud/cr/get_endpoint_acl_policies.py +2 -2
- pulumi_alicloud/cr/get_endpoint_acl_service.py +2 -2
- pulumi_alicloud/cr/get_vpc_endpoint_linked_vpcs.py +4 -0
- pulumi_alicloud/cr/outputs.py +4 -0
- pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +14 -0
- pulumi_alicloud/cs/_inputs.py +244 -16
- pulumi_alicloud/cs/edge_kubernetes.py +29 -15
- pulumi_alicloud/cs/kubernetes.py +54 -7
- pulumi_alicloud/cs/managed_kubernetes.py +34 -0
- pulumi_alicloud/cs/node_pool.py +105 -0
- pulumi_alicloud/cs/outputs.py +266 -16
- pulumi_alicloud/databasefilesystem/get_snapshots.py +2 -2
- pulumi_alicloud/databasefilesystem/outputs.py +6 -0
- pulumi_alicloud/dbs/get_backup_plans.py +2 -2
- pulumi_alicloud/dcdn/get_ipa_domains.py +4 -4
- pulumi_alicloud/dcdn/outputs.py +10 -0
- pulumi_alicloud/ddos/domain_resource.py +21 -0
- pulumi_alicloud/ddos/get_ddos_bgp_ips.py +6 -2
- pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +2 -2
- pulumi_alicloud/dfs/outputs.py +10 -0
- pulumi_alicloud/directmail/get_mail_addresses.py +2 -2
- pulumi_alicloud/directmail/get_receivers.py +2 -2
- pulumi_alicloud/dns/_inputs.py +16 -0
- pulumi_alicloud/dns/get_access_strategies.py +6 -2
- pulumi_alicloud/dns/outputs.py +68 -2
- pulumi_alicloud/dns/record.py +4 -0
- pulumi_alicloud/dts/get_subscription_jobs.py +2 -4
- pulumi_alicloud/dts/get_synchronization_jobs.py +2 -2
- pulumi_alicloud/dts/instance.py +21 -0
- pulumi_alicloud/eais/get_instances.py +2 -2
- pulumi_alicloud/ebs/outputs.py +6 -0
- pulumi_alicloud/eci/get_container_groups.py +6 -8
- pulumi_alicloud/eci/get_virtual_nodes.py +6 -8
- pulumi_alicloud/eci/outputs.py +26 -26
- pulumi_alicloud/ecs/_inputs.py +63 -1
- pulumi_alicloud/ecs/disk.py +28 -7
- pulumi_alicloud/ecs/ecs_deployment_set.py +23 -9
- pulumi_alicloud/ecs/ecs_disk.py +28 -7
- pulumi_alicloud/ecs/ecs_instance_set.py +35 -0
- pulumi_alicloud/ecs/eip.py +68 -0
- pulumi_alicloud/ecs/eip_address.py +199 -7
- pulumi_alicloud/ecs/get_auto_snapshot_policies.py +2 -2
- pulumi_alicloud/ecs/get_commands.py +4 -4
- pulumi_alicloud/ecs/get_ecs_deployment_sets.py +2 -2
- pulumi_alicloud/ecs/get_ecs_image_components.py +10 -6
- pulumi_alicloud/ecs/get_ecs_key_pairs.py +2 -4
- pulumi_alicloud/ecs/get_ecs_launch_templates.py +0 -2
- pulumi_alicloud/ecs/get_ecs_network_interface_permissions.py +2 -2
- pulumi_alicloud/ecs/get_ecs_snapshots.py +16 -16
- pulumi_alicloud/ecs/get_ecs_storage_capacity_units.py +2 -2
- pulumi_alicloud/ecs/get_eip_addresses.py +12 -12
- pulumi_alicloud/ecs/get_images.py +20 -4
- pulumi_alicloud/ecs/instance.py +222 -126
- pulumi_alicloud/ecs/outputs.py +217 -93
- pulumi_alicloud/eds/ad_connector_office_site.py +21 -0
- pulumi_alicloud/eds/get_ad_connector_office_sites.py +20 -2
- pulumi_alicloud/eds/get_desktop_types.py +4 -4
- pulumi_alicloud/eds/get_desktops.py +2 -4
- pulumi_alicloud/eds/get_images.py +2 -2
- pulumi_alicloud/eds/get_ram_directories.py +2 -2
- pulumi_alicloud/eds/get_simple_office_sites.py +2 -2
- pulumi_alicloud/eds/get_users.py +2 -2
- pulumi_alicloud/eds/outputs.py +58 -4
- pulumi_alicloud/ehpc/cluster.py +70 -0
- pulumi_alicloud/ehpc/outputs.py +112 -2
- pulumi_alicloud/eipanycast/get_anycast_eip_addresses.py +6 -6
- pulumi_alicloud/emr/get_clusters.py +8 -8
- pulumi_alicloud/emr/outputs.py +18 -32
- pulumi_alicloud/emrv2/get_clusters.py +4 -4
- pulumi_alicloud/ess/_inputs.py +2 -2
- pulumi_alicloud/ess/outputs.py +2 -2
- pulumi_alicloud/ess/scaling_group.py +7 -7
- pulumi_alicloud/eventbridge/_inputs.py +4 -0
- pulumi_alicloud/eventbridge/get_rules.py +2 -2
- pulumi_alicloud/eventbridge/outputs.py +4 -0
- pulumi_alicloud/expressconnect/get_access_points.py +2 -2
- pulumi_alicloud/expressconnect/get_physical_connections.py +2 -2
- pulumi_alicloud/expressconnect/get_virtual_border_routers.py +2 -2
- pulumi_alicloud/fnf/get_executions.py +2 -2
- pulumi_alicloud/ga/_inputs.py +12 -0
- pulumi_alicloud/ga/accelerator.py +49 -0
- pulumi_alicloud/ga/bandwidth_package.py +21 -0
- pulumi_alicloud/ga/custom_routing_endpoint.py +21 -0
- pulumi_alicloud/ga/endpoint_group.py +28 -0
- pulumi_alicloud/ga/get_accelerators.py +4 -0
- pulumi_alicloud/ga/get_acls.py +2 -2
- pulumi_alicloud/ga/get_bandwidth_packages.py +4 -4
- pulumi_alicloud/ga/get_ip_sets.py +2 -2
- pulumi_alicloud/ga/get_listeners.py +2 -2
- pulumi_alicloud/ga/listener.py +28 -0
- pulumi_alicloud/ga/outputs.py +14 -2
- pulumi_alicloud/gpdb/get_db_instance_plans.py +2 -2
- pulumi_alicloud/gpdb/get_instances.py +2 -4
- pulumi_alicloud/graphdatabase/outputs.py +14 -0
- pulumi_alicloud/hbr/_inputs.py +2 -0
- pulumi_alicloud/hbr/ecs_backup_plan.py +7 -0
- pulumi_alicloud/hbr/get_backup_jobs.py +4 -4
- pulumi_alicloud/hbr/get_hana_backup_plans.py +2 -4
- pulumi_alicloud/hbr/get_hana_instances.py +12 -4
- pulumi_alicloud/hbr/get_restore_jobs.py +10 -10
- pulumi_alicloud/hbr/get_snapshots.py +14 -14
- pulumi_alicloud/hbr/get_vaults.py +4 -0
- pulumi_alicloud/hbr/hana_backup_plan.py +21 -0
- pulumi_alicloud/hbr/nas_backup_plan.py +7 -0
- pulumi_alicloud/hbr/oss_backup_plan.py +7 -0
- pulumi_alicloud/hbr/ots_backup_plan.py +7 -0
- pulumi_alicloud/hbr/outputs.py +68 -0
- pulumi_alicloud/hbr/server_backup_plan.py +7 -0
- pulumi_alicloud/hbr/vault.py +14 -0
- pulumi_alicloud/imp/get_app_templates.py +2 -2
- pulumi_alicloud/kms/instance.py +218 -128
- pulumi_alicloud/kms/key.py +133 -21
- pulumi_alicloud/kms/secret.py +28 -0
- pulumi_alicloud/kvstore/account.py +21 -7
- pulumi_alicloud/kvstore/get_accounts.py +2 -2
- pulumi_alicloud/kvstore/instance.py +14 -0
- pulumi_alicloud/lindorm/get_instances.py +2 -2
- pulumi_alicloud/log/_inputs.py +28 -6
- pulumi_alicloud/log/get_projects.py +2 -2
- pulumi_alicloud/log/outputs.py +28 -6
- pulumi_alicloud/message/service_queue.py +100 -82
- pulumi_alicloud/message/service_subscription.py +14 -0
- pulumi_alicloud/mongodb/get_accounts.py +4 -4
- pulumi_alicloud/mongodb/get_audit_policies.py +2 -2
- pulumi_alicloud/mongodb/instance.py +56 -0
- pulumi_alicloud/mongodb/outputs.py +14 -0
- pulumi_alicloud/mongodb/sharding_instance.py +21 -0
- pulumi_alicloud/mse/cluster.py +28 -0
- pulumi_alicloud/mse/outputs.py +34 -0
- pulumi_alicloud/nas/access_rule.py +38 -18
- pulumi_alicloud/nas/auto_snapshot_policy.py +111 -26
- pulumi_alicloud/nas/data_flow.py +14 -0
- pulumi_alicloud/nas/file_system.py +14 -0
- pulumi_alicloud/nas/get_data_flows.py +2 -2
- pulumi_alicloud/nas/get_file_systems.py +4 -0
- pulumi_alicloud/nas/get_filesets.py +2 -2
- pulumi_alicloud/nas/get_snapshots.py +2 -2
- pulumi_alicloud/nas/outputs.py +4 -0
- pulumi_alicloud/nlb/get_load_balancers.py +10 -12
- pulumi_alicloud/nlb/get_security_policies.py +2 -4
- pulumi_alicloud/nlb/get_server_groups.py +4 -6
- pulumi_alicloud/nlb/load_balancer.py +14 -0
- pulumi_alicloud/nlb/server_group.py +56 -7
- pulumi_alicloud/ocean/get_base_instances.py +4 -4
- pulumi_alicloud/oos/get_parameters.py +6 -6
- pulumi_alicloud/oos/get_patch_baselines.py +4 -4
- pulumi_alicloud/oos/get_secret_parameters.py +4 -4
- pulumi_alicloud/oos/parameter.py +28 -0
- pulumi_alicloud/oos/secret_parameter.py +28 -0
- pulumi_alicloud/ots/instance.py +91 -0
- pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +6 -6
- pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoints.py +2 -2
- pulumi_alicloud/privatelink/vpc_endpoint.py +124 -41
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/get_resolver_zones.py +2 -2
- pulumi_alicloud/quotas/_inputs.py +0 -10
- pulumi_alicloud/quotas/outputs.py +10 -10
- pulumi_alicloud/rds/get_accounts.py +2 -2
- pulumi_alicloud/rds/get_cross_region_backups.py +6 -2
- pulumi_alicloud/resourcemanager/get_control_policies.py +2 -2
- pulumi_alicloud/resourcemanager/get_control_policy_attachments.py +2 -2
- pulumi_alicloud/resourcemanager/get_delegated_administrators.py +2 -2
- pulumi_alicloud/resourcemanager/get_resource_shares.py +4 -4
- pulumi_alicloud/resourcemanager/shared_resource.py +35 -0
- pulumi_alicloud/ros/get_change_sets.py +2 -2
- pulumi_alicloud/ros/get_stack_groups.py +2 -2
- pulumi_alicloud/ros/get_stack_instances.py +12 -2
- pulumi_alicloud/ros/get_stacks.py +4 -4
- pulumi_alicloud/ros/get_templates.py +4 -4
- pulumi_alicloud/ros/outputs.py +68 -2
- pulumi_alicloud/ros/stack_instance.py +52 -4
- pulumi_alicloud/sae/get_config_maps.py +2 -2
- pulumi_alicloud/sae/get_ingresses.py +2 -2
- pulumi_alicloud/sae/outputs.py +274 -0
- pulumi_alicloud/scdn/get_domains.py +2 -2
- pulumi_alicloud/sddp/get_data_limits.py +4 -4
- pulumi_alicloud/sddp/get_rules.py +10 -10
- pulumi_alicloud/simpleapplicationserver/get_images.py +0 -8
- pulumi_alicloud/simpleapplicationserver/get_instances.py +4 -4
- pulumi_alicloud/simpleapplicationserver/get_server_disks.py +2 -2
- pulumi_alicloud/simpleapplicationserver/get_server_snapshots.py +2 -2
- pulumi_alicloud/simpleapplicationserver/snapshot.py +4 -4
- pulumi_alicloud/slb/get_tls_cipher_policies.py +2 -2
- pulumi_alicloud/tsdb/get_instances.py +2 -2
- pulumi_alicloud/videosurveillance/get_system_groups.py +2 -2
- pulumi_alicloud/vod/domain.py +14 -0
- pulumi_alicloud/vod/get_domains.py +4 -0
- pulumi_alicloud/vpc/get_bgp_groups.py +4 -4
- pulumi_alicloud/vpc/get_bgp_networks.py +4 -4
- pulumi_alicloud/vpc/get_bgp_peers.py +6 -6
- pulumi_alicloud/vpc/get_havips.py +2 -2
- pulumi_alicloud/vpc/get_ipv4_gateways.py +2 -2
- pulumi_alicloud/vpc/get_ipv6_addresses.py +6 -2
- pulumi_alicloud/vpc/get_ipv6_egress_rules.py +4 -4
- pulumi_alicloud/vpc/get_ipv6_gateways.py +2 -2
- pulumi_alicloud/vpc/get_nat_ip_cidrs.py +6 -6
- pulumi_alicloud/vpc/get_nat_ips.py +6 -6
- pulumi_alicloud/vpc/get_network_acls.py +4 -4
- pulumi_alicloud/vpc/get_peer_connections.py +2 -2
- pulumi_alicloud/vpc/get_public_ip_address_pools.py +6 -6
- pulumi_alicloud/vpc/get_traffic_mirror_filter_egress_rules.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_filter_ingress_rules.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_filters.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_sessions.py +6 -6
- pulumi_alicloud/vpc/get_vpc_flow_logs.py +6 -6
- pulumi_alicloud/vpc/ha_vip.py +8 -0
- pulumi_alicloud/vpc/nat_gateway.py +14 -0
- pulumi_alicloud/vpc/outputs.py +14 -14
- pulumi_alicloud/vpc/route_entry.py +70 -0
- pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +2 -2
- pulumi_alicloud/vpn/get_gateway_zones.py +16 -0
- pulumi_alicloud/vpn/outputs.py +4 -4
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/RECORD +260 -260
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/top_level.txt +0 -0
pulumi_alicloud/eci/outputs.py
CHANGED
|
@@ -1901,7 +1901,7 @@ class GetContainerGroupsGroupResult(dict):
|
|
|
1901
1901
|
:param str container_group_id: The id if ContainerGroup.
|
|
1902
1902
|
:param str container_group_name: The name of ContainerGroup.
|
|
1903
1903
|
:param Sequence['GetContainerGroupsGroupContainerArgs'] containers: A list of containers. Each element contains the following attributes:
|
|
1904
|
-
:param float cpu: The amount of CPU resources allocated to the container.
|
|
1904
|
+
:param float cpu: The amount of CPU resources allocated to the container group.
|
|
1905
1905
|
:param Sequence['GetContainerGroupsGroupDnsConfigArgs'] dns_configs: The DNS settings.
|
|
1906
1906
|
:param Sequence['GetContainerGroupsGroupEciSecurityContextArgs'] eci_security_contexts: The security context of the container group.
|
|
1907
1907
|
:param str eni_instance_id: The ID of the ENI instance.
|
|
@@ -1987,7 +1987,7 @@ class GetContainerGroupsGroupResult(dict):
|
|
|
1987
1987
|
@pulumi.getter
|
|
1988
1988
|
def cpu(self) -> float:
|
|
1989
1989
|
"""
|
|
1990
|
-
The amount of CPU resources allocated to the container.
|
|
1990
|
+
The amount of CPU resources allocated to the container group.
|
|
1991
1991
|
"""
|
|
1992
1992
|
return pulumi.get(self, "cpu")
|
|
1993
1993
|
|
|
@@ -2215,16 +2215,16 @@ class GetContainerGroupsGroupContainerResult(dict):
|
|
|
2215
2215
|
volume_mounts: Sequence['outputs.GetContainerGroupsGroupContainerVolumeMountResult'],
|
|
2216
2216
|
working_dir: str):
|
|
2217
2217
|
"""
|
|
2218
|
-
:param Sequence[str] args: The arguments passed to the commands.
|
|
2219
|
-
:param Sequence[str] commands: The commands run by the container.
|
|
2218
|
+
:param Sequence[str] args: The arguments passed to the commands. Maximum: `10`.
|
|
2219
|
+
:param Sequence[str] commands: The commands run by the container. You can define a maximum of 20 commands. Minimum length per string: 256 characters.
|
|
2220
2220
|
:param float cpu: The amount of CPU resources allocated to the container.
|
|
2221
2221
|
:param Sequence['GetContainerGroupsGroupContainerEnvironmentVarArgs'] environment_vars: The environment variables.
|
|
2222
2222
|
:param int gpu: The amount of GPU resources allocated to the container.
|
|
2223
2223
|
:param str image: The image of the container.
|
|
2224
2224
|
:param str image_pull_policy: The policy for pulling an image.
|
|
2225
|
-
:param float memory: The amount of memory resources allocated to the container
|
|
2226
|
-
:param str name: The name of the
|
|
2227
|
-
:param Sequence['GetContainerGroupsGroupContainerPortArgs'] ports: The exposed ports and protocols. Maximum:
|
|
2225
|
+
:param float memory: The amount of memory resources allocated to the container.
|
|
2226
|
+
:param str name: The name of the container.
|
|
2227
|
+
:param Sequence['GetContainerGroupsGroupContainerPortArgs'] ports: The list of exposed ports and protocols. Maximum: 100.
|
|
2228
2228
|
:param bool ready: Indicates whether the container is ready.
|
|
2229
2229
|
:param int restart_count: The number of times that the container has restarted.
|
|
2230
2230
|
:param Sequence['GetContainerGroupsGroupContainerVolumeMountArgs'] volume_mounts: The list of volumes mounted to the container.
|
|
@@ -2249,7 +2249,7 @@ class GetContainerGroupsGroupContainerResult(dict):
|
|
|
2249
2249
|
@pulumi.getter
|
|
2250
2250
|
def args(self) -> Sequence[str]:
|
|
2251
2251
|
"""
|
|
2252
|
-
The arguments passed to the commands.
|
|
2252
|
+
The arguments passed to the commands. Maximum: `10`.
|
|
2253
2253
|
"""
|
|
2254
2254
|
return pulumi.get(self, "args")
|
|
2255
2255
|
|
|
@@ -2257,7 +2257,7 @@ class GetContainerGroupsGroupContainerResult(dict):
|
|
|
2257
2257
|
@pulumi.getter
|
|
2258
2258
|
def commands(self) -> Sequence[str]:
|
|
2259
2259
|
"""
|
|
2260
|
-
The commands run by the container.
|
|
2260
|
+
The commands run by the container. You can define a maximum of 20 commands. Minimum length per string: 256 characters.
|
|
2261
2261
|
"""
|
|
2262
2262
|
return pulumi.get(self, "commands")
|
|
2263
2263
|
|
|
@@ -2305,7 +2305,7 @@ class GetContainerGroupsGroupContainerResult(dict):
|
|
|
2305
2305
|
@pulumi.getter
|
|
2306
2306
|
def memory(self) -> float:
|
|
2307
2307
|
"""
|
|
2308
|
-
The amount of memory resources allocated to the container
|
|
2308
|
+
The amount of memory resources allocated to the container.
|
|
2309
2309
|
"""
|
|
2310
2310
|
return pulumi.get(self, "memory")
|
|
2311
2311
|
|
|
@@ -2313,7 +2313,7 @@ class GetContainerGroupsGroupContainerResult(dict):
|
|
|
2313
2313
|
@pulumi.getter
|
|
2314
2314
|
def name(self) -> str:
|
|
2315
2315
|
"""
|
|
2316
|
-
The name of the
|
|
2316
|
+
The name of the container.
|
|
2317
2317
|
"""
|
|
2318
2318
|
return pulumi.get(self, "name")
|
|
2319
2319
|
|
|
@@ -2321,7 +2321,7 @@ class GetContainerGroupsGroupContainerResult(dict):
|
|
|
2321
2321
|
@pulumi.getter
|
|
2322
2322
|
def ports(self) -> Sequence['outputs.GetContainerGroupsGroupContainerPortResult']:
|
|
2323
2323
|
"""
|
|
2324
|
-
The exposed ports and protocols. Maximum:
|
|
2324
|
+
The list of exposed ports and protocols. Maximum: 100.
|
|
2325
2325
|
"""
|
|
2326
2326
|
return pulumi.get(self, "ports")
|
|
2327
2327
|
|
|
@@ -2502,8 +2502,8 @@ class GetContainerGroupsGroupDnsConfigOptionResult(dict):
|
|
|
2502
2502
|
name: str,
|
|
2503
2503
|
value: str):
|
|
2504
2504
|
"""
|
|
2505
|
-
:param str name: The name of the
|
|
2506
|
-
:param str value: The value of the variable.
|
|
2505
|
+
:param str name: The name of the object variable.
|
|
2506
|
+
:param str value: The value of the object variable.
|
|
2507
2507
|
"""
|
|
2508
2508
|
pulumi.set(__self__, "name", name)
|
|
2509
2509
|
pulumi.set(__self__, "value", value)
|
|
@@ -2512,7 +2512,7 @@ class GetContainerGroupsGroupDnsConfigOptionResult(dict):
|
|
|
2512
2512
|
@pulumi.getter
|
|
2513
2513
|
def name(self) -> str:
|
|
2514
2514
|
"""
|
|
2515
|
-
The name of the
|
|
2515
|
+
The name of the object variable.
|
|
2516
2516
|
"""
|
|
2517
2517
|
return pulumi.get(self, "name")
|
|
2518
2518
|
|
|
@@ -2520,7 +2520,7 @@ class GetContainerGroupsGroupDnsConfigOptionResult(dict):
|
|
|
2520
2520
|
@pulumi.getter
|
|
2521
2521
|
def value(self) -> str:
|
|
2522
2522
|
"""
|
|
2523
|
-
The value of the variable.
|
|
2523
|
+
The value of the object variable.
|
|
2524
2524
|
"""
|
|
2525
2525
|
return pulumi.get(self, "value")
|
|
2526
2526
|
|
|
@@ -2549,7 +2549,7 @@ class GetContainerGroupsGroupEciSecurityContextSysctlResult(dict):
|
|
|
2549
2549
|
name: str,
|
|
2550
2550
|
value: str):
|
|
2551
2551
|
"""
|
|
2552
|
-
:param str name: The name of the
|
|
2552
|
+
:param str name: The name of the variable.
|
|
2553
2553
|
:param str value: The value of the variable.
|
|
2554
2554
|
"""
|
|
2555
2555
|
pulumi.set(__self__, "name", name)
|
|
@@ -2559,7 +2559,7 @@ class GetContainerGroupsGroupEciSecurityContextSysctlResult(dict):
|
|
|
2559
2559
|
@pulumi.getter
|
|
2560
2560
|
def name(self) -> str:
|
|
2561
2561
|
"""
|
|
2562
|
-
The name of the
|
|
2562
|
+
The name of the variable.
|
|
2563
2563
|
"""
|
|
2564
2564
|
return pulumi.get(self, "name")
|
|
2565
2565
|
|
|
@@ -2587,9 +2587,9 @@ class GetContainerGroupsGroupEventResult(dict):
|
|
|
2587
2587
|
:param str first_timestamp: The time when the event started.
|
|
2588
2588
|
:param str last_timestamp: The time when the event ended.
|
|
2589
2589
|
:param str message: The content of the event.
|
|
2590
|
-
:param str name: The name of the
|
|
2590
|
+
:param str name: The name of the object to which the event belongs.
|
|
2591
2591
|
:param str reason: The name of the event.
|
|
2592
|
-
:param str type: The type of the
|
|
2592
|
+
:param str type: The type of the event. Valid values: Normal and Warning.
|
|
2593
2593
|
"""
|
|
2594
2594
|
pulumi.set(__self__, "count", count)
|
|
2595
2595
|
pulumi.set(__self__, "first_timestamp", first_timestamp)
|
|
@@ -2635,7 +2635,7 @@ class GetContainerGroupsGroupEventResult(dict):
|
|
|
2635
2635
|
@pulumi.getter
|
|
2636
2636
|
def name(self) -> str:
|
|
2637
2637
|
"""
|
|
2638
|
-
The name of the
|
|
2638
|
+
The name of the object to which the event belongs.
|
|
2639
2639
|
"""
|
|
2640
2640
|
return pulumi.get(self, "name")
|
|
2641
2641
|
|
|
@@ -2651,7 +2651,7 @@ class GetContainerGroupsGroupEventResult(dict):
|
|
|
2651
2651
|
@pulumi.getter
|
|
2652
2652
|
def type(self) -> str:
|
|
2653
2653
|
"""
|
|
2654
|
-
The type of the
|
|
2654
|
+
The type of the event. Valid values: Normal and Warning.
|
|
2655
2655
|
"""
|
|
2656
2656
|
return pulumi.get(self, "type")
|
|
2657
2657
|
|
|
@@ -2710,8 +2710,8 @@ class GetContainerGroupsGroupInitContainerResult(dict):
|
|
|
2710
2710
|
:param int gpu: The amount of GPU resources allocated to the container.
|
|
2711
2711
|
:param str image: The image of the container.
|
|
2712
2712
|
:param str image_pull_policy: The policy for pulling an image.
|
|
2713
|
-
:param float memory: The amount of memory resources allocated to the container
|
|
2714
|
-
:param str name: The name of the
|
|
2713
|
+
:param float memory: The amount of memory resources allocated to the container.
|
|
2714
|
+
:param str name: The name of the init container.
|
|
2715
2715
|
:param Sequence['GetContainerGroupsGroupInitContainerPortArgs'] ports: The exposed ports and protocols. Maximum: `100`.
|
|
2716
2716
|
:param bool ready: Indicates whether the container is ready.
|
|
2717
2717
|
:param int restart_count: The number of times that the container has restarted.
|
|
@@ -2793,7 +2793,7 @@ class GetContainerGroupsGroupInitContainerResult(dict):
|
|
|
2793
2793
|
@pulumi.getter
|
|
2794
2794
|
def memory(self) -> float:
|
|
2795
2795
|
"""
|
|
2796
|
-
The amount of memory resources allocated to the container
|
|
2796
|
+
The amount of memory resources allocated to the container.
|
|
2797
2797
|
"""
|
|
2798
2798
|
return pulumi.get(self, "memory")
|
|
2799
2799
|
|
|
@@ -2801,7 +2801,7 @@ class GetContainerGroupsGroupInitContainerResult(dict):
|
|
|
2801
2801
|
@pulumi.getter
|
|
2802
2802
|
def name(self) -> str:
|
|
2803
2803
|
"""
|
|
2804
|
-
The name of the
|
|
2804
|
+
The name of the init container.
|
|
2805
2805
|
"""
|
|
2806
2806
|
return pulumi.get(self, "name")
|
|
2807
2807
|
|
pulumi_alicloud/ecs/_inputs.py
CHANGED
|
@@ -1015,6 +1015,11 @@ class InstanceDataDiskArgs:
|
|
|
1015
1015
|
:param pulumi.Input[str] kms_key_id: The KMS key ID corresponding to the Nth data disk.
|
|
1016
1016
|
:param pulumi.Input[str] name: The name of the data disk.
|
|
1017
1017
|
:param pulumi.Input[str] performance_level: The performance level of the ESSD used as data disk:
|
|
1018
|
+
- `PL0`: A single ESSD can deliver up to 10,000 random read/write IOPS.
|
|
1019
|
+
- `PL1`: A single ESSD can deliver up to 50,000 random read/write IOPS.
|
|
1020
|
+
- `PL2`: A single ESSD can deliver up to 100,000 random read/write IOPS.
|
|
1021
|
+
- `PL3`: A single ESSD can deliver up to 1,000,000 random read/write IOPS.
|
|
1022
|
+
Default to `PL1`.
|
|
1018
1023
|
:param pulumi.Input[str] snapshot_id: The snapshot ID used to initialize the data disk. If the size specified by snapshot is greater that the size of the disk, use the size specified by snapshot as the size of the data disk.
|
|
1019
1024
|
"""
|
|
1020
1025
|
pulumi.set(__self__, "size", size)
|
|
@@ -1157,6 +1162,11 @@ class InstanceDataDiskArgs:
|
|
|
1157
1162
|
def performance_level(self) -> Optional[pulumi.Input[str]]:
|
|
1158
1163
|
"""
|
|
1159
1164
|
The performance level of the ESSD used as data disk:
|
|
1165
|
+
- `PL0`: A single ESSD can deliver up to 10,000 random read/write IOPS.
|
|
1166
|
+
- `PL1`: A single ESSD can deliver up to 50,000 random read/write IOPS.
|
|
1167
|
+
- `PL2`: A single ESSD can deliver up to 100,000 random read/write IOPS.
|
|
1168
|
+
- `PL3`: A single ESSD can deliver up to 1,000,000 random read/write IOPS.
|
|
1169
|
+
Default to `PL1`.
|
|
1160
1170
|
"""
|
|
1161
1171
|
return pulumi.get(self, "performance_level")
|
|
1162
1172
|
|
|
@@ -1219,12 +1229,26 @@ class InstanceMaintenanceTimeArgs:
|
|
|
1219
1229
|
@pulumi.input_type
|
|
1220
1230
|
class InstanceNetworkInterfacesArgs:
|
|
1221
1231
|
def __init__(__self__, *,
|
|
1222
|
-
network_interface_id: Optional[pulumi.Input[str]] = None
|
|
1232
|
+
network_interface_id: Optional[pulumi.Input[str]] = None,
|
|
1233
|
+
network_interface_traffic_mode: Optional[pulumi.Input[str]] = None,
|
|
1234
|
+
security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1235
|
+
vswitch_id: Optional[pulumi.Input[str]] = None):
|
|
1223
1236
|
"""
|
|
1224
1237
|
:param pulumi.Input[str] network_interface_id: The ID of the secondary ENI.
|
|
1238
|
+
:param pulumi.Input[str] network_interface_traffic_mode: The communication mode of the ENI. Default value: `Standard`. Valid values:
|
|
1239
|
+
- `Standard`: Uses the TCP communication mode.
|
|
1240
|
+
- `HighPerformance`: Uses the remote direct memory access (RDMA) communication mode with Elastic RDMA Interface (ERI) enabled.
|
|
1241
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: The ID of security group N to which to assign ENI N.
|
|
1242
|
+
:param pulumi.Input[str] vswitch_id: The ID of the vSwitch to which to connect ENI N.
|
|
1225
1243
|
"""
|
|
1226
1244
|
if network_interface_id is not None:
|
|
1227
1245
|
pulumi.set(__self__, "network_interface_id", network_interface_id)
|
|
1246
|
+
if network_interface_traffic_mode is not None:
|
|
1247
|
+
pulumi.set(__self__, "network_interface_traffic_mode", network_interface_traffic_mode)
|
|
1248
|
+
if security_group_ids is not None:
|
|
1249
|
+
pulumi.set(__self__, "security_group_ids", security_group_ids)
|
|
1250
|
+
if vswitch_id is not None:
|
|
1251
|
+
pulumi.set(__self__, "vswitch_id", vswitch_id)
|
|
1228
1252
|
|
|
1229
1253
|
@property
|
|
1230
1254
|
@pulumi.getter(name="networkInterfaceId")
|
|
@@ -1238,6 +1262,44 @@ class InstanceNetworkInterfacesArgs:
|
|
|
1238
1262
|
def network_interface_id(self, value: Optional[pulumi.Input[str]]):
|
|
1239
1263
|
pulumi.set(self, "network_interface_id", value)
|
|
1240
1264
|
|
|
1265
|
+
@property
|
|
1266
|
+
@pulumi.getter(name="networkInterfaceTrafficMode")
|
|
1267
|
+
def network_interface_traffic_mode(self) -> Optional[pulumi.Input[str]]:
|
|
1268
|
+
"""
|
|
1269
|
+
The communication mode of the ENI. Default value: `Standard`. Valid values:
|
|
1270
|
+
- `Standard`: Uses the TCP communication mode.
|
|
1271
|
+
- `HighPerformance`: Uses the remote direct memory access (RDMA) communication mode with Elastic RDMA Interface (ERI) enabled.
|
|
1272
|
+
"""
|
|
1273
|
+
return pulumi.get(self, "network_interface_traffic_mode")
|
|
1274
|
+
|
|
1275
|
+
@network_interface_traffic_mode.setter
|
|
1276
|
+
def network_interface_traffic_mode(self, value: Optional[pulumi.Input[str]]):
|
|
1277
|
+
pulumi.set(self, "network_interface_traffic_mode", value)
|
|
1278
|
+
|
|
1279
|
+
@property
|
|
1280
|
+
@pulumi.getter(name="securityGroupIds")
|
|
1281
|
+
def security_group_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1282
|
+
"""
|
|
1283
|
+
The ID of security group N to which to assign ENI N.
|
|
1284
|
+
"""
|
|
1285
|
+
return pulumi.get(self, "security_group_ids")
|
|
1286
|
+
|
|
1287
|
+
@security_group_ids.setter
|
|
1288
|
+
def security_group_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1289
|
+
pulumi.set(self, "security_group_ids", value)
|
|
1290
|
+
|
|
1291
|
+
@property
|
|
1292
|
+
@pulumi.getter(name="vswitchId")
|
|
1293
|
+
def vswitch_id(self) -> Optional[pulumi.Input[str]]:
|
|
1294
|
+
"""
|
|
1295
|
+
The ID of the vSwitch to which to connect ENI N.
|
|
1296
|
+
"""
|
|
1297
|
+
return pulumi.get(self, "vswitch_id")
|
|
1298
|
+
|
|
1299
|
+
@vswitch_id.setter
|
|
1300
|
+
def vswitch_id(self, value: Optional[pulumi.Input[str]]):
|
|
1301
|
+
pulumi.set(self, "vswitch_id", value)
|
|
1302
|
+
|
|
1241
1303
|
|
|
1242
1304
|
@pulumi.input_type
|
|
1243
1305
|
class LaunchTemplateDataDiskArgs:
|
pulumi_alicloud/ecs/disk.py
CHANGED
|
@@ -49,7 +49,10 @@ class DiskArgs:
|
|
|
49
49
|
:param pulumi.Input[bool] encrypted: If true, the disk will be encrypted, conflict with `snapshot_id`.
|
|
50
50
|
:param pulumi.Input[str] kms_key_id: The ID of the KMS key corresponding to the data disk, The specified parameter `Encrypted` must be `true` when KmsKeyId is not empty.
|
|
51
51
|
:param pulumi.Input[str] name: Name of the ECS disk. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://. Default value is null.
|
|
52
|
-
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Default value: `PL1`. Valid values:
|
|
52
|
+
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Default value: `PL1`. Valid values:
|
|
53
|
+
* `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
|
|
54
|
+
* `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
|
|
55
|
+
* `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
|
|
53
56
|
:param pulumi.Input[str] resource_group_id: The Id of resource group which the disk belongs.
|
|
54
57
|
> **NOTE:** Disk category `cloud` has been outdated and it only can be used none I/O Optimized ECS instances. Recommend `cloud_efficiency` and `cloud_ssd` disk.
|
|
55
58
|
:param pulumi.Input[int] size: The size of the disk in GiBs. When resize the disk, the new size must be greater than the former value, or you would get an error `InvalidDiskSize.TooSmall`.
|
|
@@ -283,7 +286,10 @@ class DiskArgs:
|
|
|
283
286
|
@pulumi.getter(name="performanceLevel")
|
|
284
287
|
def performance_level(self) -> Optional[pulumi.Input[str]]:
|
|
285
288
|
"""
|
|
286
|
-
Specifies the performance level of an ESSD when you create the ESSD. Default value: `PL1`. Valid values:
|
|
289
|
+
Specifies the performance level of an ESSD when you create the ESSD. Default value: `PL1`. Valid values:
|
|
290
|
+
* `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
|
|
291
|
+
* `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
|
|
292
|
+
* `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
|
|
287
293
|
"""
|
|
288
294
|
return pulumi.get(self, "performance_level")
|
|
289
295
|
|
|
@@ -416,7 +422,10 @@ class _DiskState:
|
|
|
416
422
|
:param pulumi.Input[bool] encrypted: If true, the disk will be encrypted, conflict with `snapshot_id`.
|
|
417
423
|
:param pulumi.Input[str] kms_key_id: The ID of the KMS key corresponding to the data disk, The specified parameter `Encrypted` must be `true` when KmsKeyId is not empty.
|
|
418
424
|
:param pulumi.Input[str] name: Name of the ECS disk. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://. Default value is null.
|
|
419
|
-
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Default value: `PL1`. Valid values:
|
|
425
|
+
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Default value: `PL1`. Valid values:
|
|
426
|
+
* `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
|
|
427
|
+
* `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
|
|
428
|
+
* `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
|
|
420
429
|
:param pulumi.Input[str] resource_group_id: The Id of resource group which the disk belongs.
|
|
421
430
|
> **NOTE:** Disk category `cloud` has been outdated and it only can be used none I/O Optimized ECS instances. Recommend `cloud_efficiency` and `cloud_ssd` disk.
|
|
422
431
|
:param pulumi.Input[int] size: The size of the disk in GiBs. When resize the disk, the new size must be greater than the former value, or you would get an error `InvalidDiskSize.TooSmall`.
|
|
@@ -653,7 +662,10 @@ class _DiskState:
|
|
|
653
662
|
@pulumi.getter(name="performanceLevel")
|
|
654
663
|
def performance_level(self) -> Optional[pulumi.Input[str]]:
|
|
655
664
|
"""
|
|
656
|
-
Specifies the performance level of an ESSD when you create the ESSD. Default value: `PL1`. Valid values:
|
|
665
|
+
Specifies the performance level of an ESSD when you create the ESSD. Default value: `PL1`. Valid values:
|
|
666
|
+
* `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
|
|
667
|
+
* `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
|
|
668
|
+
* `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
|
|
657
669
|
"""
|
|
658
670
|
return pulumi.get(self, "performance_level")
|
|
659
671
|
|
|
@@ -835,7 +847,10 @@ class Disk(pulumi.CustomResource):
|
|
|
835
847
|
:param pulumi.Input[bool] encrypted: If true, the disk will be encrypted, conflict with `snapshot_id`.
|
|
836
848
|
:param pulumi.Input[str] kms_key_id: The ID of the KMS key corresponding to the data disk, The specified parameter `Encrypted` must be `true` when KmsKeyId is not empty.
|
|
837
849
|
:param pulumi.Input[str] name: Name of the ECS disk. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://. Default value is null.
|
|
838
|
-
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Default value: `PL1`. Valid values:
|
|
850
|
+
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Default value: `PL1`. Valid values:
|
|
851
|
+
* `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
|
|
852
|
+
* `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
|
|
853
|
+
* `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
|
|
839
854
|
:param pulumi.Input[str] resource_group_id: The Id of resource group which the disk belongs.
|
|
840
855
|
> **NOTE:** Disk category `cloud` has been outdated and it only can be used none I/O Optimized ECS instances. Recommend `cloud_efficiency` and `cloud_ssd` disk.
|
|
841
856
|
:param pulumi.Input[int] size: The size of the disk in GiBs. When resize the disk, the new size must be greater than the former value, or you would get an error `InvalidDiskSize.TooSmall`.
|
|
@@ -1007,7 +1022,10 @@ class Disk(pulumi.CustomResource):
|
|
|
1007
1022
|
:param pulumi.Input[bool] encrypted: If true, the disk will be encrypted, conflict with `snapshot_id`.
|
|
1008
1023
|
:param pulumi.Input[str] kms_key_id: The ID of the KMS key corresponding to the data disk, The specified parameter `Encrypted` must be `true` when KmsKeyId is not empty.
|
|
1009
1024
|
:param pulumi.Input[str] name: Name of the ECS disk. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://. Default value is null.
|
|
1010
|
-
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Default value: `PL1`. Valid values:
|
|
1025
|
+
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Default value: `PL1`. Valid values:
|
|
1026
|
+
* `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
|
|
1027
|
+
* `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
|
|
1028
|
+
* `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
|
|
1011
1029
|
:param pulumi.Input[str] resource_group_id: The Id of resource group which the disk belongs.
|
|
1012
1030
|
> **NOTE:** Disk category `cloud` has been outdated and it only can be used none I/O Optimized ECS instances. Recommend `cloud_efficiency` and `cloud_ssd` disk.
|
|
1013
1031
|
:param pulumi.Input[int] size: The size of the disk in GiBs. When resize the disk, the new size must be greater than the former value, or you would get an error `InvalidDiskSize.TooSmall`.
|
|
@@ -1158,7 +1176,10 @@ class Disk(pulumi.CustomResource):
|
|
|
1158
1176
|
@pulumi.getter(name="performanceLevel")
|
|
1159
1177
|
def performance_level(self) -> pulumi.Output[str]:
|
|
1160
1178
|
"""
|
|
1161
|
-
Specifies the performance level of an ESSD when you create the ESSD. Default value: `PL1`. Valid values:
|
|
1179
|
+
Specifies the performance level of an ESSD when you create the ESSD. Default value: `PL1`. Valid values:
|
|
1180
|
+
* `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
|
|
1181
|
+
* `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
|
|
1182
|
+
* `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
|
|
1162
1183
|
"""
|
|
1163
1184
|
return pulumi.get(self, "performance_level")
|
|
1164
1185
|
|
|
@@ -27,7 +27,9 @@ class EcsDeploymentSetArgs:
|
|
|
27
27
|
:param pulumi.Input[str] domain: The deployment domain. Valid values: `Default`.
|
|
28
28
|
:param pulumi.Input[str] granularity: The deployment granularity. Valid values: `Host`.
|
|
29
29
|
:param pulumi.Input[str] on_unable_to_redeploy_failed_instance: The on unable to redeploy failed instance. Valid values: `CancelMembershipAndStart`, `KeepStopped`.
|
|
30
|
-
|
|
30
|
+
* `CancelMembershipAndStart` - Removes the instances from the deployment set and restarts the instances immediately after the failover is complete.
|
|
31
|
+
* `KeepStopped`- Keeps the instances in the abnormal state and restarts them after ECS resources are replenished.
|
|
32
|
+
:param pulumi.Input[str] strategy: The deployment strategy. Valid values: `Availability`(Default), `AvailabilityGroup`, `LowLatency`.
|
|
31
33
|
"""
|
|
32
34
|
if deployment_set_name is not None:
|
|
33
35
|
pulumi.set(__self__, "deployment_set_name", deployment_set_name)
|
|
@@ -95,6 +97,8 @@ class EcsDeploymentSetArgs:
|
|
|
95
97
|
def on_unable_to_redeploy_failed_instance(self) -> Optional[pulumi.Input[str]]:
|
|
96
98
|
"""
|
|
97
99
|
The on unable to redeploy failed instance. Valid values: `CancelMembershipAndStart`, `KeepStopped`.
|
|
100
|
+
* `CancelMembershipAndStart` - Removes the instances from the deployment set and restarts the instances immediately after the failover is complete.
|
|
101
|
+
* `KeepStopped`- Keeps the instances in the abnormal state and restarts them after ECS resources are replenished.
|
|
98
102
|
"""
|
|
99
103
|
return pulumi.get(self, "on_unable_to_redeploy_failed_instance")
|
|
100
104
|
|
|
@@ -106,7 +110,7 @@ class EcsDeploymentSetArgs:
|
|
|
106
110
|
@pulumi.getter
|
|
107
111
|
def strategy(self) -> Optional[pulumi.Input[str]]:
|
|
108
112
|
"""
|
|
109
|
-
The deployment strategy. Valid values: `Availability`.
|
|
113
|
+
The deployment strategy. Valid values: `Availability`(Default), `AvailabilityGroup`, `LowLatency`.
|
|
110
114
|
"""
|
|
111
115
|
return pulumi.get(self, "strategy")
|
|
112
116
|
|
|
@@ -131,7 +135,9 @@ class _EcsDeploymentSetState:
|
|
|
131
135
|
:param pulumi.Input[str] domain: The deployment domain. Valid values: `Default`.
|
|
132
136
|
:param pulumi.Input[str] granularity: The deployment granularity. Valid values: `Host`.
|
|
133
137
|
:param pulumi.Input[str] on_unable_to_redeploy_failed_instance: The on unable to redeploy failed instance. Valid values: `CancelMembershipAndStart`, `KeepStopped`.
|
|
134
|
-
|
|
138
|
+
* `CancelMembershipAndStart` - Removes the instances from the deployment set and restarts the instances immediately after the failover is complete.
|
|
139
|
+
* `KeepStopped`- Keeps the instances in the abnormal state and restarts them after ECS resources are replenished.
|
|
140
|
+
:param pulumi.Input[str] strategy: The deployment strategy. Valid values: `Availability`(Default), `AvailabilityGroup`, `LowLatency`.
|
|
135
141
|
"""
|
|
136
142
|
if deployment_set_name is not None:
|
|
137
143
|
pulumi.set(__self__, "deployment_set_name", deployment_set_name)
|
|
@@ -199,6 +205,8 @@ class _EcsDeploymentSetState:
|
|
|
199
205
|
def on_unable_to_redeploy_failed_instance(self) -> Optional[pulumi.Input[str]]:
|
|
200
206
|
"""
|
|
201
207
|
The on unable to redeploy failed instance. Valid values: `CancelMembershipAndStart`, `KeepStopped`.
|
|
208
|
+
* `CancelMembershipAndStart` - Removes the instances from the deployment set and restarts the instances immediately after the failover is complete.
|
|
209
|
+
* `KeepStopped`- Keeps the instances in the abnormal state and restarts them after ECS resources are replenished.
|
|
202
210
|
"""
|
|
203
211
|
return pulumi.get(self, "on_unable_to_redeploy_failed_instance")
|
|
204
212
|
|
|
@@ -210,7 +218,7 @@ class _EcsDeploymentSetState:
|
|
|
210
218
|
@pulumi.getter
|
|
211
219
|
def strategy(self) -> Optional[pulumi.Input[str]]:
|
|
212
220
|
"""
|
|
213
|
-
The deployment strategy. Valid values: `Availability`.
|
|
221
|
+
The deployment strategy. Valid values: `Availability`(Default), `AvailabilityGroup`, `LowLatency`.
|
|
214
222
|
"""
|
|
215
223
|
return pulumi.get(self, "strategy")
|
|
216
224
|
|
|
@@ -236,7 +244,7 @@ class EcsDeploymentSet(pulumi.CustomResource):
|
|
|
236
244
|
|
|
237
245
|
For information about ECS Deployment Set and how to use it, see [What is Deployment Set](https://www.alibabacloud.com/help/en/doc-detail/91269.htm).
|
|
238
246
|
|
|
239
|
-
> **NOTE:** Available
|
|
247
|
+
> **NOTE:** Available since v1.140.0.
|
|
240
248
|
|
|
241
249
|
## Example Usage
|
|
242
250
|
|
|
@@ -269,7 +277,9 @@ class EcsDeploymentSet(pulumi.CustomResource):
|
|
|
269
277
|
:param pulumi.Input[str] domain: The deployment domain. Valid values: `Default`.
|
|
270
278
|
:param pulumi.Input[str] granularity: The deployment granularity. Valid values: `Host`.
|
|
271
279
|
:param pulumi.Input[str] on_unable_to_redeploy_failed_instance: The on unable to redeploy failed instance. Valid values: `CancelMembershipAndStart`, `KeepStopped`.
|
|
272
|
-
|
|
280
|
+
* `CancelMembershipAndStart` - Removes the instances from the deployment set and restarts the instances immediately after the failover is complete.
|
|
281
|
+
* `KeepStopped`- Keeps the instances in the abnormal state and restarts them after ECS resources are replenished.
|
|
282
|
+
:param pulumi.Input[str] strategy: The deployment strategy. Valid values: `Availability`(Default), `AvailabilityGroup`, `LowLatency`.
|
|
273
283
|
"""
|
|
274
284
|
...
|
|
275
285
|
@overload
|
|
@@ -282,7 +292,7 @@ class EcsDeploymentSet(pulumi.CustomResource):
|
|
|
282
292
|
|
|
283
293
|
For information about ECS Deployment Set and how to use it, see [What is Deployment Set](https://www.alibabacloud.com/help/en/doc-detail/91269.htm).
|
|
284
294
|
|
|
285
|
-
> **NOTE:** Available
|
|
295
|
+
> **NOTE:** Available since v1.140.0.
|
|
286
296
|
|
|
287
297
|
## Example Usage
|
|
288
298
|
|
|
@@ -372,7 +382,9 @@ class EcsDeploymentSet(pulumi.CustomResource):
|
|
|
372
382
|
:param pulumi.Input[str] domain: The deployment domain. Valid values: `Default`.
|
|
373
383
|
:param pulumi.Input[str] granularity: The deployment granularity. Valid values: `Host`.
|
|
374
384
|
:param pulumi.Input[str] on_unable_to_redeploy_failed_instance: The on unable to redeploy failed instance. Valid values: `CancelMembershipAndStart`, `KeepStopped`.
|
|
375
|
-
|
|
385
|
+
* `CancelMembershipAndStart` - Removes the instances from the deployment set and restarts the instances immediately after the failover is complete.
|
|
386
|
+
* `KeepStopped`- Keeps the instances in the abnormal state and restarts them after ECS resources are replenished.
|
|
387
|
+
:param pulumi.Input[str] strategy: The deployment strategy. Valid values: `Availability`(Default), `AvailabilityGroup`, `LowLatency`.
|
|
376
388
|
"""
|
|
377
389
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
378
390
|
|
|
@@ -423,6 +435,8 @@ class EcsDeploymentSet(pulumi.CustomResource):
|
|
|
423
435
|
def on_unable_to_redeploy_failed_instance(self) -> pulumi.Output[Optional[str]]:
|
|
424
436
|
"""
|
|
425
437
|
The on unable to redeploy failed instance. Valid values: `CancelMembershipAndStart`, `KeepStopped`.
|
|
438
|
+
* `CancelMembershipAndStart` - Removes the instances from the deployment set and restarts the instances immediately after the failover is complete.
|
|
439
|
+
* `KeepStopped`- Keeps the instances in the abnormal state and restarts them after ECS resources are replenished.
|
|
426
440
|
"""
|
|
427
441
|
return pulumi.get(self, "on_unable_to_redeploy_failed_instance")
|
|
428
442
|
|
|
@@ -430,7 +444,7 @@ class EcsDeploymentSet(pulumi.CustomResource):
|
|
|
430
444
|
@pulumi.getter
|
|
431
445
|
def strategy(self) -> pulumi.Output[Optional[str]]:
|
|
432
446
|
"""
|
|
433
|
-
The deployment strategy. Valid values: `Availability`.
|
|
447
|
+
The deployment strategy. Valid values: `Availability`(Default), `AvailabilityGroup`, `LowLatency`.
|
|
434
448
|
"""
|
|
435
449
|
return pulumi.get(self, "strategy")
|
|
436
450
|
|
pulumi_alicloud/ecs/ecs_disk.py
CHANGED
|
@@ -55,7 +55,10 @@ class EcsDiskArgs:
|
|
|
55
55
|
:param pulumi.Input[str] kms_key_id: The ID of the KMS key corresponding to the data disk, The specified parameter `Encrypted` must be `true` when KmsKeyId is not empty.
|
|
56
56
|
:param pulumi.Input[str] name: Field `name` has been deprecated from provider version 1.122.0. New field `disk_name` instead.
|
|
57
57
|
:param pulumi.Input[str] payment_type: Payment method for disk. Valid values: `PayAsYouGo`, `Subscription`. Default to `PayAsYouGo`. If you want to change the disk payment type, the `instance_id` is required.
|
|
58
|
-
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
58
|
+
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
59
|
+
* `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
|
|
60
|
+
* `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
|
|
61
|
+
* `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
|
|
59
62
|
:param pulumi.Input[str] resource_group_id: The Id of resource group which the disk belongs. This attribute only supports adding or updating, not destroying.
|
|
60
63
|
:param pulumi.Input[int] size: The size of the disk in GiBs. When resize the disk, the new size must be greater than the former value, or you would get an error `InvalidDiskSize.TooSmall`.
|
|
61
64
|
:param pulumi.Input[str] snapshot_id: A snapshot to base the disk off of. If the disk size required by snapshot is greater than `size`, the `size` will be ignored, conflict with `encrypted`.
|
|
@@ -306,7 +309,10 @@ class EcsDiskArgs:
|
|
|
306
309
|
@pulumi.getter(name="performanceLevel")
|
|
307
310
|
def performance_level(self) -> Optional[pulumi.Input[str]]:
|
|
308
311
|
"""
|
|
309
|
-
Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
312
|
+
Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
313
|
+
* `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
|
|
314
|
+
* `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
|
|
315
|
+
* `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
|
|
310
316
|
"""
|
|
311
317
|
return pulumi.get(self, "performance_level")
|
|
312
318
|
|
|
@@ -456,7 +462,10 @@ class _EcsDiskState:
|
|
|
456
462
|
:param pulumi.Input[str] kms_key_id: The ID of the KMS key corresponding to the data disk, The specified parameter `Encrypted` must be `true` when KmsKeyId is not empty.
|
|
457
463
|
:param pulumi.Input[str] name: Field `name` has been deprecated from provider version 1.122.0. New field `disk_name` instead.
|
|
458
464
|
:param pulumi.Input[str] payment_type: Payment method for disk. Valid values: `PayAsYouGo`, `Subscription`. Default to `PayAsYouGo`. If you want to change the disk payment type, the `instance_id` is required.
|
|
459
|
-
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
465
|
+
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
466
|
+
* `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
|
|
467
|
+
* `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
|
|
468
|
+
* `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
|
|
460
469
|
:param pulumi.Input[str] resource_group_id: The Id of resource group which the disk belongs. This attribute only supports adding or updating, not destroying.
|
|
461
470
|
:param pulumi.Input[int] size: The size of the disk in GiBs. When resize the disk, the new size must be greater than the former value, or you would get an error `InvalidDiskSize.TooSmall`.
|
|
462
471
|
:param pulumi.Input[str] snapshot_id: A snapshot to base the disk off of. If the disk size required by snapshot is greater than `size`, the `size` will be ignored, conflict with `encrypted`.
|
|
@@ -710,7 +719,10 @@ class _EcsDiskState:
|
|
|
710
719
|
@pulumi.getter(name="performanceLevel")
|
|
711
720
|
def performance_level(self) -> Optional[pulumi.Input[str]]:
|
|
712
721
|
"""
|
|
713
|
-
Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
722
|
+
Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
723
|
+
* `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
|
|
724
|
+
* `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
|
|
725
|
+
* `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
|
|
714
726
|
"""
|
|
715
727
|
return pulumi.get(self, "performance_level")
|
|
716
728
|
|
|
@@ -883,7 +895,10 @@ class EcsDisk(pulumi.CustomResource):
|
|
|
883
895
|
:param pulumi.Input[str] kms_key_id: The ID of the KMS key corresponding to the data disk, The specified parameter `Encrypted` must be `true` when KmsKeyId is not empty.
|
|
884
896
|
:param pulumi.Input[str] name: Field `name` has been deprecated from provider version 1.122.0. New field `disk_name` instead.
|
|
885
897
|
:param pulumi.Input[str] payment_type: Payment method for disk. Valid values: `PayAsYouGo`, `Subscription`. Default to `PayAsYouGo`. If you want to change the disk payment type, the `instance_id` is required.
|
|
886
|
-
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
898
|
+
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
899
|
+
* `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
|
|
900
|
+
* `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
|
|
901
|
+
* `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
|
|
887
902
|
:param pulumi.Input[str] resource_group_id: The Id of resource group which the disk belongs. This attribute only supports adding or updating, not destroying.
|
|
888
903
|
:param pulumi.Input[int] size: The size of the disk in GiBs. When resize the disk, the new size must be greater than the former value, or you would get an error `InvalidDiskSize.TooSmall`.
|
|
889
904
|
:param pulumi.Input[str] snapshot_id: A snapshot to base the disk off of. If the disk size required by snapshot is greater than `size`, the `size` will be ignored, conflict with `encrypted`.
|
|
@@ -1038,7 +1053,10 @@ class EcsDisk(pulumi.CustomResource):
|
|
|
1038
1053
|
:param pulumi.Input[str] kms_key_id: The ID of the KMS key corresponding to the data disk, The specified parameter `Encrypted` must be `true` when KmsKeyId is not empty.
|
|
1039
1054
|
:param pulumi.Input[str] name: Field `name` has been deprecated from provider version 1.122.0. New field `disk_name` instead.
|
|
1040
1055
|
:param pulumi.Input[str] payment_type: Payment method for disk. Valid values: `PayAsYouGo`, `Subscription`. Default to `PayAsYouGo`. If you want to change the disk payment type, the `instance_id` is required.
|
|
1041
|
-
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
1056
|
+
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
1057
|
+
* `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
|
|
1058
|
+
* `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
|
|
1059
|
+
* `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
|
|
1042
1060
|
:param pulumi.Input[str] resource_group_id: The Id of resource group which the disk belongs. This attribute only supports adding or updating, not destroying.
|
|
1043
1061
|
:param pulumi.Input[int] size: The size of the disk in GiBs. When resize the disk, the new size must be greater than the former value, or you would get an error `InvalidDiskSize.TooSmall`.
|
|
1044
1062
|
:param pulumi.Input[str] snapshot_id: A snapshot to base the disk off of. If the disk size required by snapshot is greater than `size`, the `size` will be ignored, conflict with `encrypted`.
|
|
@@ -1206,7 +1224,10 @@ class EcsDisk(pulumi.CustomResource):
|
|
|
1206
1224
|
@pulumi.getter(name="performanceLevel")
|
|
1207
1225
|
def performance_level(self) -> pulumi.Output[str]:
|
|
1208
1226
|
"""
|
|
1209
|
-
Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
1227
|
+
Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
1228
|
+
* `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
|
|
1229
|
+
* `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
|
|
1230
|
+
* `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
|
|
1210
1231
|
"""
|
|
1211
1232
|
return pulumi.get(self, "performance_level")
|
|
1212
1233
|
|