pulumi-alicloud 3.56.0a1716440817__py3-none-any.whl → 3.56.0a1716959723__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 +116 -0
- pulumi_alicloud/cs/node_pool.py +105 -0
- pulumi_alicloud/cs/outputs.py +116 -0
- 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 +14 -0
- pulumi_alicloud/ecs/disk.py +28 -7
- pulumi_alicloud/ecs/ecs_deployment_set.py +14 -0
- pulumi_alicloud/ecs/ecs_disk.py +28 -7
- pulumi_alicloud/ecs/ecs_instance_set.py +35 -0
- pulumi_alicloud/ecs/eip_address.py +84 -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 +56 -0
- pulumi_alicloud/ecs/outputs.py +174 -92
- 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/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/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_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/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/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/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.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/RECORD +247 -247
- {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/top_level.txt +0 -0
pulumi_alicloud/dts/instance.py
CHANGED
|
@@ -112,6 +112,9 @@ class InstanceArgs:
|
|
|
112
112
|
- **oneway**: one-way synchronization, the default value.
|
|
113
113
|
- **bidirectional**: two-way synchronization.
|
|
114
114
|
:param pulumi.Input[str] synchronization_direction: The synchronization direction. Default value: `Forward`. Valid values:
|
|
115
|
+
- `Forward`: Data is synchronized from the source database to the destination database.
|
|
116
|
+
- `Reverse`: Data is synchronized from the destination database to the source database.
|
|
117
|
+
- **NOTE:** You can set this parameter to Reverse to delete the reverse synchronization task only if the topology is two-way synchronization.
|
|
115
118
|
:param pulumi.Input[Mapping[str, Any]] tags: The tag value corresponding to the tag key.See the following `Block Tags`.
|
|
116
119
|
:param pulumi.Input[str] type: The instance type. Valid values:
|
|
117
120
|
- **migration**: MIGRATION.
|
|
@@ -422,6 +425,9 @@ class InstanceArgs:
|
|
|
422
425
|
def synchronization_direction(self) -> Optional[pulumi.Input[str]]:
|
|
423
426
|
"""
|
|
424
427
|
The synchronization direction. Default value: `Forward`. Valid values:
|
|
428
|
+
- `Forward`: Data is synchronized from the source database to the destination database.
|
|
429
|
+
- `Reverse`: Data is synchronized from the destination database to the source database.
|
|
430
|
+
- **NOTE:** You can set this parameter to Reverse to delete the reverse synchronization task only if the topology is two-way synchronization.
|
|
425
431
|
"""
|
|
426
432
|
return pulumi.get(self, "synchronization_direction")
|
|
427
433
|
|
|
@@ -584,6 +590,9 @@ class _InstanceState:
|
|
|
584
590
|
- **oneway**: one-way synchronization, the default value.
|
|
585
591
|
- **bidirectional**: two-way synchronization.
|
|
586
592
|
:param pulumi.Input[str] synchronization_direction: The synchronization direction. Default value: `Forward`. Valid values:
|
|
593
|
+
- `Forward`: Data is synchronized from the source database to the destination database.
|
|
594
|
+
- `Reverse`: Data is synchronized from the destination database to the source database.
|
|
595
|
+
- **NOTE:** You can set this parameter to Reverse to delete the reverse synchronization task only if the topology is two-way synchronization.
|
|
587
596
|
:param pulumi.Input[Mapping[str, Any]] tags: The tag value corresponding to the tag key.See the following `Block Tags`.
|
|
588
597
|
:param pulumi.Input[str] type: The instance type. Valid values:
|
|
589
598
|
- **migration**: MIGRATION.
|
|
@@ -950,6 +959,9 @@ class _InstanceState:
|
|
|
950
959
|
def synchronization_direction(self) -> Optional[pulumi.Input[str]]:
|
|
951
960
|
"""
|
|
952
961
|
The synchronization direction. Default value: `Forward`. Valid values:
|
|
962
|
+
- `Forward`: Data is synchronized from the source database to the destination database.
|
|
963
|
+
- `Reverse`: Data is synchronized from the destination database to the source database.
|
|
964
|
+
- **NOTE:** You can set this parameter to Reverse to delete the reverse synchronization task only if the topology is two-way synchronization.
|
|
953
965
|
"""
|
|
954
966
|
return pulumi.get(self, "synchronization_direction")
|
|
955
967
|
|
|
@@ -1143,6 +1155,9 @@ class Instance(pulumi.CustomResource):
|
|
|
1143
1155
|
- **oneway**: one-way synchronization, the default value.
|
|
1144
1156
|
- **bidirectional**: two-way synchronization.
|
|
1145
1157
|
:param pulumi.Input[str] synchronization_direction: The synchronization direction. Default value: `Forward`. Valid values:
|
|
1158
|
+
- `Forward`: Data is synchronized from the source database to the destination database.
|
|
1159
|
+
- `Reverse`: Data is synchronized from the destination database to the source database.
|
|
1160
|
+
- **NOTE:** You can set this parameter to Reverse to delete the reverse synchronization task only if the topology is two-way synchronization.
|
|
1146
1161
|
:param pulumi.Input[Mapping[str, Any]] tags: The tag value corresponding to the tag key.See the following `Block Tags`.
|
|
1147
1162
|
:param pulumi.Input[str] type: The instance type. Valid values:
|
|
1148
1163
|
- **migration**: MIGRATION.
|
|
@@ -1387,6 +1402,9 @@ class Instance(pulumi.CustomResource):
|
|
|
1387
1402
|
- **oneway**: one-way synchronization, the default value.
|
|
1388
1403
|
- **bidirectional**: two-way synchronization.
|
|
1389
1404
|
:param pulumi.Input[str] synchronization_direction: The synchronization direction. Default value: `Forward`. Valid values:
|
|
1405
|
+
- `Forward`: Data is synchronized from the source database to the destination database.
|
|
1406
|
+
- `Reverse`: Data is synchronized from the destination database to the source database.
|
|
1407
|
+
- **NOTE:** You can set this parameter to Reverse to delete the reverse synchronization task only if the topology is two-way synchronization.
|
|
1390
1408
|
:param pulumi.Input[Mapping[str, Any]] tags: The tag value corresponding to the tag key.See the following `Block Tags`.
|
|
1391
1409
|
:param pulumi.Input[str] type: The instance type. Valid values:
|
|
1392
1410
|
- **migration**: MIGRATION.
|
|
@@ -1654,6 +1672,9 @@ class Instance(pulumi.CustomResource):
|
|
|
1654
1672
|
def synchronization_direction(self) -> pulumi.Output[Optional[str]]:
|
|
1655
1673
|
"""
|
|
1656
1674
|
The synchronization direction. Default value: `Forward`. Valid values:
|
|
1675
|
+
- `Forward`: Data is synchronized from the source database to the destination database.
|
|
1676
|
+
- `Reverse`: Data is synchronized from the destination database to the source database.
|
|
1677
|
+
- **NOTE:** You can set this parameter to Reverse to delete the reverse synchronization task only if the topology is two-way synchronization.
|
|
1657
1678
|
"""
|
|
1658
1679
|
return pulumi.get(self, "synchronization_direction")
|
|
1659
1680
|
|
|
@@ -121,7 +121,7 @@ def get_instances(ids: Optional[Sequence[str]] = None,
|
|
|
121
121
|
|
|
122
122
|
|
|
123
123
|
:param Sequence[str] ids: A list of Instance IDs.
|
|
124
|
-
:param str instance_type:
|
|
124
|
+
:param str instance_type: EAIS instance type. Valid values: `eais.ei-a6.4xlarge`, `eais.ei-a6.2xlarge`, `eais.ei-a6.xlarge`, `eais.ei-a6.large`, `eais.ei-a6.medium`.
|
|
125
125
|
:param str name_regex: A regex string to filter results by Instance name.
|
|
126
126
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
127
127
|
:param str status: The status of the resource. Valid values: `Attaching`, `Available`, `Detaching`, `InUse`, `Starting`, `Unavailable`.
|
|
@@ -160,7 +160,7 @@ def get_instances_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]] =
|
|
|
160
160
|
|
|
161
161
|
|
|
162
162
|
:param Sequence[str] ids: A list of Instance IDs.
|
|
163
|
-
:param str instance_type:
|
|
163
|
+
:param str instance_type: EAIS instance type. Valid values: `eais.ei-a6.4xlarge`, `eais.ei-a6.2xlarge`, `eais.ei-a6.xlarge`, `eais.ei-a6.large`, `eais.ei-a6.medium`.
|
|
164
164
|
:param str name_regex: A regex string to filter results by Instance name.
|
|
165
165
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
166
166
|
:param str status: The status of the resource. Valid values: `Attaching`, `Available`, `Detaching`, `InUse`, `Starting`, `Unavailable`.
|
pulumi_alicloud/ebs/outputs.py
CHANGED
|
@@ -922,11 +922,17 @@ class GetRegionsRegionResult(dict):
|
|
|
922
922
|
class GetRegionsRegionZoneResult(dict):
|
|
923
923
|
def __init__(__self__, *,
|
|
924
924
|
zone_id: str):
|
|
925
|
+
"""
|
|
926
|
+
:param str zone_id: The ID of the zone.
|
|
927
|
+
"""
|
|
925
928
|
pulumi.set(__self__, "zone_id", zone_id)
|
|
926
929
|
|
|
927
930
|
@property
|
|
928
931
|
@pulumi.getter(name="zoneId")
|
|
929
932
|
def zone_id(self) -> str:
|
|
933
|
+
"""
|
|
934
|
+
The ID of the zone.
|
|
935
|
+
"""
|
|
930
936
|
return pulumi.get(self, "zone_id")
|
|
931
937
|
|
|
932
938
|
|
|
@@ -209,10 +209,9 @@ def get_container_groups(container_group_name: Optional[str] = None,
|
|
|
209
209
|
:param str name_regex: A regex string to filter results by Container Group name.
|
|
210
210
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
211
211
|
:param str resource_group_id: The ID of the resource group to which the container group belongs. If you have not specified a resource group for the container group, it is added to the default resource group.
|
|
212
|
-
:param str status: The status of
|
|
213
|
-
:param
|
|
214
|
-
:param str
|
|
215
|
-
:param str zone_id: The IDs of the zones where the container groups are deployed. If this parameter is not set, the system automatically selects the zones. By default, no value is specified.
|
|
212
|
+
:param str status: The status list. For more information, see the description of ContainerGroup arrays.
|
|
213
|
+
:param str vswitch_id: The ID of the VSwitch. Currently, container groups can only be deployed in VPC networks.
|
|
214
|
+
:param str zone_id: The ID of the zone where you want to deploy the container group. If no value is specified, the system assigns a zone to the container group. By default, no value is specified.
|
|
216
215
|
"""
|
|
217
216
|
__args__ = dict()
|
|
218
217
|
__args__['containerGroupName'] = container_group_name
|
|
@@ -287,9 +286,8 @@ def get_container_groups_output(container_group_name: Optional[pulumi.Input[Opti
|
|
|
287
286
|
:param str name_regex: A regex string to filter results by Container Group name.
|
|
288
287
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
289
288
|
:param str resource_group_id: The ID of the resource group to which the container group belongs. If you have not specified a resource group for the container group, it is added to the default resource group.
|
|
290
|
-
:param str status: The status of
|
|
291
|
-
:param
|
|
292
|
-
:param str
|
|
293
|
-
:param str zone_id: The IDs of the zones where the container groups are deployed. If this parameter is not set, the system automatically selects the zones. By default, no value is specified.
|
|
289
|
+
:param str status: The status list. For more information, see the description of ContainerGroup arrays.
|
|
290
|
+
:param str vswitch_id: The ID of the VSwitch. Currently, container groups can only be deployed in VPC networks.
|
|
291
|
+
:param str zone_id: The ID of the zone where you want to deploy the container group. If no value is specified, the system assigns a zone to the container group. By default, no value is specified.
|
|
294
292
|
"""
|
|
295
293
|
...
|
|
@@ -180,12 +180,11 @@ def get_virtual_nodes(ids: Optional[Sequence[str]] = None,
|
|
|
180
180
|
:param Sequence[str] ids: A list of Virtual Node IDs.
|
|
181
181
|
:param str name_regex: A regex string to filter results by Virtual Node name.
|
|
182
182
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
183
|
-
:param str resource_group_id: The resource group ID.
|
|
184
|
-
:param str security_group_id:
|
|
185
|
-
:param str status: The Status of the virtual node.
|
|
183
|
+
:param str resource_group_id: The resource group ID. If when you create a GPU does not specify a resource group instance will automatically add the account's default resource group.
|
|
184
|
+
:param str security_group_id: VNode itself and by VNode created (ECI) the security group used by.
|
|
185
|
+
:param str status: The Status of the virtual node. Valid values: `Cleaned`, `Failed`, `Pending`, `Ready`.
|
|
186
186
|
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
187
187
|
:param str virtual_node_name: The name of the virtual node.
|
|
188
|
-
:param str vswitch_id: The vswitch id.
|
|
189
188
|
"""
|
|
190
189
|
__args__ = dict()
|
|
191
190
|
__args__['ids'] = ids
|
|
@@ -252,11 +251,10 @@ def get_virtual_nodes_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]
|
|
|
252
251
|
:param Sequence[str] ids: A list of Virtual Node IDs.
|
|
253
252
|
:param str name_regex: A regex string to filter results by Virtual Node name.
|
|
254
253
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
255
|
-
:param str resource_group_id: The resource group ID.
|
|
256
|
-
:param str security_group_id:
|
|
257
|
-
:param str status: The Status of the virtual node.
|
|
254
|
+
:param str resource_group_id: The resource group ID. If when you create a GPU does not specify a resource group instance will automatically add the account's default resource group.
|
|
255
|
+
:param str security_group_id: VNode itself and by VNode created (ECI) the security group used by.
|
|
256
|
+
:param str status: The Status of the virtual node. Valid values: `Cleaned`, `Failed`, `Pending`, `Ready`.
|
|
258
257
|
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
259
258
|
:param str virtual_node_name: The name of the virtual node.
|
|
260
|
-
:param str vswitch_id: The vswitch id.
|
|
261
259
|
"""
|
|
262
260
|
...
|
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
|
|
|
@@ -1226,6 +1236,8 @@ class InstanceNetworkInterfacesArgs:
|
|
|
1226
1236
|
"""
|
|
1227
1237
|
:param pulumi.Input[str] network_interface_id: The ID of the secondary ENI.
|
|
1228
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.
|
|
1229
1241
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: The ID of security group N to which to assign ENI N.
|
|
1230
1242
|
:param pulumi.Input[str] vswitch_id: The ID of the vSwitch to which to connect ENI N.
|
|
1231
1243
|
"""
|
|
@@ -1255,6 +1267,8 @@ class InstanceNetworkInterfacesArgs:
|
|
|
1255
1267
|
def network_interface_traffic_mode(self) -> Optional[pulumi.Input[str]]:
|
|
1256
1268
|
"""
|
|
1257
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.
|
|
1258
1272
|
"""
|
|
1259
1273
|
return pulumi.get(self, "network_interface_traffic_mode")
|
|
1260
1274
|
|
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,6 +27,8 @@ 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
|
+
* `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.
|
|
30
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:
|
|
@@ -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
|
|
|
@@ -131,6 +135,8 @@ 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`.
|
|
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.
|
|
134
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:
|
|
@@ -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
|
|
|
@@ -269,6 +277,8 @@ 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`.
|
|
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.
|
|
272
282
|
:param pulumi.Input[str] strategy: The deployment strategy. Valid values: `Availability`(Default), `AvailabilityGroup`, `LowLatency`.
|
|
273
283
|
"""
|
|
274
284
|
...
|
|
@@ -372,6 +382,8 @@ 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`.
|
|
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.
|
|
375
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))
|
|
@@ -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
|
|