pulumi-alicloud 3.76.0a1743571220__py3-none-any.whl → 3.76.0a1744139894__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +271 -4
- pulumi_alicloud/_inputs.py +20 -0
- pulumi_alicloud/actiontrail/global_events_storage_region.py +2 -2
- pulumi_alicloud/adb/db_cluster_lake_version.py +458 -49
- pulumi_alicloud/alb/load_balancer_access_log_config_attachment.py +2 -2
- pulumi_alicloud/alb/server_group.py +2 -2
- pulumi_alicloud/alikafka/sasl_acl.py +7 -7
- pulumi_alicloud/apigateway/_inputs.py +134 -0
- pulumi_alicloud/apigateway/group.py +117 -5
- pulumi_alicloud/apigateway/instance.py +148 -7
- pulumi_alicloud/apigateway/outputs.py +107 -0
- pulumi_alicloud/arms/alert_contact.py +2 -2
- pulumi_alicloud/arms/alert_contact_group.py +2 -2
- pulumi_alicloud/arms/get_prometheus.py +2 -6
- pulumi_alicloud/arms/grafana_workspace.py +511 -69
- pulumi_alicloud/arms/outputs.py +18 -18
- pulumi_alicloud/arms/prometheus_alert_rule.py +2 -2
- pulumi_alicloud/arms/prometheus_monitoring.py +2 -2
- pulumi_alicloud/cdn/domain_new.py +2 -2
- pulumi_alicloud/cen/_inputs.py +6 -3
- pulumi_alicloud/cen/get_transit_router_vpn_attachments.py +131 -19
- pulumi_alicloud/cen/instance.py +101 -59
- pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +126 -81
- pulumi_alicloud/cen/inter_region_traffic_qos_queue.py +93 -47
- pulumi_alicloud/cen/outputs.py +69 -26
- pulumi_alicloud/cen/transit_route_table_aggregation.py +171 -55
- pulumi_alicloud/cen/transit_router.py +127 -53
- pulumi_alicloud/cen/transit_router_cidr.py +53 -35
- pulumi_alicloud/cen/transit_router_ecr_attachment.py +2 -2
- pulumi_alicloud/cen/transit_router_peer_attachment.py +360 -143
- pulumi_alicloud/cen/transit_router_route_table_association.py +33 -43
- pulumi_alicloud/cen/transit_router_vpn_attachment.py +438 -109
- pulumi_alicloud/clickhouse/db_cluster.py +179 -6
- pulumi_alicloud/clickhouseenterprisedbcluster/__init__.py +14 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/_inputs.py +167 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/account.py +554 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/backup_policy.py +407 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/click_house_enterprise_db_cluster.py +641 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/outputs.py +147 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/public_endpoint.py +364 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/security_ip.py +357 -0
- pulumi_alicloud/cloudsso/scim_server_credential.py +178 -11
- pulumi_alicloud/config/outputs.py +12 -0
- pulumi_alicloud/cs/__init__.py +1 -0
- pulumi_alicloud/cs/get_kubernetes_node_pools.py +147 -0
- pulumi_alicloud/cs/managed_kubernetes.py +127 -24
- pulumi_alicloud/cs/node_pool.py +42 -42
- pulumi_alicloud/cs/outputs.py +1782 -4
- pulumi_alicloud/databasefilesystem/service_linked_role.py +2 -2
- pulumi_alicloud/dataworks/data_source.py +2 -2
- pulumi_alicloud/dataworks/data_source_shared_rule.py +2 -2
- pulumi_alicloud/dataworks/di_alarm_rule.py +2 -2
- pulumi_alicloud/dataworks/di_job.py +2 -2
- pulumi_alicloud/dataworks/dw_resource_group.py +2 -2
- pulumi_alicloud/dataworks/network.py +2 -2
- pulumi_alicloud/dataworks/project.py +2 -2
- pulumi_alicloud/dataworks/project_member.py +2 -2
- pulumi_alicloud/dbs/backup_plan.py +2 -2
- pulumi_alicloud/ddos/bgp_policy.py +2 -2
- pulumi_alicloud/eais/__init__.py +2 -0
- pulumi_alicloud/eais/_inputs.py +75 -0
- pulumi_alicloud/eais/client_instance_attachment.py +408 -0
- pulumi_alicloud/eais/instance.py +365 -118
- pulumi_alicloud/eais/outputs.py +32 -0
- pulumi_alicloud/ebs/disk_replica_group.py +512 -30
- pulumi_alicloud/ebs/disk_replica_pair.py +443 -113
- pulumi_alicloud/ebs/enterprise_snapshot_policy.py +2 -2
- pulumi_alicloud/ebs/enterprise_snapshot_policy_attachment.py +2 -2
- pulumi_alicloud/ecp/instance.py +2 -2
- pulumi_alicloud/ecp/key_pair.py +4 -4
- pulumi_alicloud/ecs/_inputs.py +33 -0
- pulumi_alicloud/ecs/disk.py +1 -1
- pulumi_alicloud/ecs/ecs_disk.py +1 -1
- pulumi_alicloud/ecs/ecs_launch_template.py +23 -23
- pulumi_alicloud/ecs/instance.py +1 -1
- pulumi_alicloud/ecs/outputs.py +26 -2
- pulumi_alicloud/eflo/__init__.py +5 -0
- pulumi_alicloud/eflo/_inputs.py +1717 -0
- pulumi_alicloud/eflo/cluster.py +935 -0
- pulumi_alicloud/eflo/invocation.py +1114 -0
- pulumi_alicloud/eflo/node.py +1013 -0
- pulumi_alicloud/eflo/node_group.py +1101 -0
- pulumi_alicloud/eflo/outputs.py +1366 -0
- pulumi_alicloud/ens/eip_instance_attachment.py +2 -2
- pulumi_alicloud/ens/image.py +81 -34
- pulumi_alicloud/esa/__init__.py +4 -0
- pulumi_alicloud/esa/_inputs.py +640 -18
- pulumi_alicloud/esa/cache_reserve_instance.py +522 -0
- pulumi_alicloud/esa/cache_rule.py +193 -179
- pulumi_alicloud/esa/certificate.py +99 -92
- pulumi_alicloud/esa/compression_rule.py +42 -28
- pulumi_alicloud/esa/edge_container_app.py +972 -0
- pulumi_alicloud/esa/edge_container_app_record.py +376 -0
- pulumi_alicloud/esa/http_request_header_modification_rule.py +56 -42
- pulumi_alicloud/esa/http_response_header_modification_rule.py +35 -56
- pulumi_alicloud/esa/https_application_configuration.py +42 -28
- pulumi_alicloud/esa/https_basic_configuration.py +56 -42
- pulumi_alicloud/esa/image_transform.py +42 -28
- pulumi_alicloud/esa/kv_namespace.py +11 -11
- pulumi_alicloud/esa/list.py +28 -28
- pulumi_alicloud/esa/network_optimization.py +56 -126
- pulumi_alicloud/esa/origin_pool.py +19 -19
- pulumi_alicloud/esa/origin_rule.py +67 -39
- pulumi_alicloud/esa/outputs.py +536 -12
- pulumi_alicloud/esa/page.py +28 -49
- pulumi_alicloud/esa/rate_plan_instance.py +86 -159
- pulumi_alicloud/esa/redirect_rule.py +42 -28
- pulumi_alicloud/esa/rewrite_url_rule.py +49 -63
- pulumi_alicloud/esa/site.py +67 -123
- pulumi_alicloud/esa/site_delivery_task.py +841 -0
- pulumi_alicloud/esa/waiting_room.py +269 -319
- pulumi_alicloud/esa/waiting_room_event.py +291 -305
- pulumi_alicloud/esa/waiting_room_rule.py +46 -53
- pulumi_alicloud/ess/_inputs.py +155 -0
- pulumi_alicloud/ess/outputs.py +128 -0
- pulumi_alicloud/ess/scaling_group.py +237 -2
- pulumi_alicloud/ess/scaling_rule.py +143 -2
- pulumi_alicloud/expressconnect/router_grant_association.py +2 -2
- pulumi_alicloud/expressconnect/virtual_border_router.py +4 -4
- pulumi_alicloud/gpdb/hadoop_data_source.py +2 -2
- pulumi_alicloud/gpdb/jdbc_data_source.py +2 -2
- pulumi_alicloud/gpdb/remote_adb_data_source.py +6 -6
- pulumi_alicloud/gpdb/streaming_data_source.py +2 -2
- pulumi_alicloud/gpdb/streaming_job.py +2 -2
- pulumi_alicloud/ims/oidc_provider.py +24 -13
- pulumi_alicloud/kvstore/account.py +9 -9
- pulumi_alicloud/kvstore/connection.py +2 -2
- pulumi_alicloud/kvstore/get_instance_classes.py +2 -2
- pulumi_alicloud/kvstore/get_instance_engines.py +2 -2
- pulumi_alicloud/kvstore/instance.py +7 -7
- pulumi_alicloud/kvstore/outputs.py +2 -2
- pulumi_alicloud/live/caster.py +2 -2
- pulumi_alicloud/maxcompute/__init__.py +1 -0
- pulumi_alicloud/maxcompute/_inputs.py +232 -3
- pulumi_alicloud/maxcompute/outputs.py +183 -2
- pulumi_alicloud/maxcompute/project.py +2 -2
- pulumi_alicloud/maxcompute/quota.py +438 -0
- pulumi_alicloud/nas/mount_target.py +149 -54
- pulumi_alicloud/nlb/__init__.py +1 -0
- pulumi_alicloud/nlb/_inputs.py +43 -6
- pulumi_alicloud/nlb/load_balancer.py +212 -24
- pulumi_alicloud/nlb/load_balancer_zone_shifted_attachment.py +397 -0
- pulumi_alicloud/nlb/outputs.py +30 -4
- pulumi_alicloud/nlb/server_group_server_attachment.py +118 -65
- pulumi_alicloud/oss/__init__.py +1 -0
- pulumi_alicloud/oss/_inputs.py +20 -0
- pulumi_alicloud/oss/access_point.py +2 -2
- pulumi_alicloud/oss/bucket_cname.py +2 -2
- pulumi_alicloud/oss/bucket_cors.py +2 -2
- pulumi_alicloud/oss/bucket_style.py +402 -0
- pulumi_alicloud/oss/bucket_website.py +2 -2
- pulumi_alicloud/oss/outputs.py +14 -0
- pulumi_alicloud/pai/service.py +59 -67
- pulumi_alicloud/polardb/cluster.py +75 -28
- pulumi_alicloud/privatelink/vpc_endpoint_zone.py +1 -1
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/__init__.py +3 -0
- pulumi_alicloud/ram/_inputs.py +9 -9
- pulumi_alicloud/ram/access_key.py +77 -31
- pulumi_alicloud/ram/account_alias.py +18 -45
- pulumi_alicloud/ram/get_system_policys.py +189 -0
- pulumi_alicloud/ram/group.py +156 -35
- pulumi_alicloud/ram/group_policy_attachment.py +51 -29
- pulumi_alicloud/ram/login_profile.py +92 -38
- pulumi_alicloud/ram/outputs.py +91 -6
- pulumi_alicloud/ram/password_policy.py +779 -0
- pulumi_alicloud/ram/policy.py +199 -88
- pulumi_alicloud/ram/role_policy_attachment.py +51 -29
- pulumi_alicloud/ram/saml_provider.py +44 -37
- pulumi_alicloud/ram/user_group_attachment.py +273 -0
- pulumi_alicloud/ram/user_policy_attachment.py +49 -27
- pulumi_alicloud/rds/__init__.py +1 -0
- pulumi_alicloud/rds/custom_disk.py +1053 -0
- pulumi_alicloud/rds/instance.py +110 -14
- pulumi_alicloud/redis/tair_instance.py +14 -14
- pulumi_alicloud/resourcemanager/__init__.py +1 -0
- pulumi_alicloud/resourcemanager/_inputs.py +53 -0
- pulumi_alicloud/resourcemanager/auto_grouping_rule.py +796 -0
- pulumi_alicloud/resourcemanager/outputs.py +50 -0
- pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
- pulumi_alicloud/rocketmq/__init__.py +1 -1
- pulumi_alicloud/rocketmq/_inputs.py +146 -4
- pulumi_alicloud/rocketmq/account.py +452 -0
- pulumi_alicloud/rocketmq/acl.py +473 -47
- pulumi_alicloud/rocketmq/client_user.py +8 -2
- pulumi_alicloud/rocketmq/consumer_group.py +121 -24
- pulumi_alicloud/rocketmq/dnat_entry.py +8 -2
- pulumi_alicloud/rocketmq/outputs.py +113 -4
- pulumi_alicloud/rocketmq/qos.py +8 -2
- pulumi_alicloud/rocketmq/qos_car.py +10 -4
- pulumi_alicloud/rocketmq/qos_policy.py +6 -0
- pulumi_alicloud/rocketmq/rocket_mq_instance.py +136 -7
- pulumi_alicloud/rocketmq/rocket_mq_topic.py +121 -24
- pulumi_alicloud/rocketmq/snat_entry.py +8 -2
- pulumi_alicloud/sag/__init__.py +8 -0
- pulumi_alicloud/sag/acl.py +200 -0
- pulumi_alicloud/{rocketmq → sag}/acl_rule.py +7 -7
- pulumi_alicloud/sag/client_user.py +560 -0
- pulumi_alicloud/sag/dnat_entry.py +512 -0
- pulumi_alicloud/sag/get_acls.py +2 -2
- pulumi_alicloud/sag/qos.py +202 -0
- pulumi_alicloud/sag/qos_car.py +654 -0
- pulumi_alicloud/sag/qos_policy.py +659 -0
- pulumi_alicloud/sag/snat_entry.py +313 -0
- pulumi_alicloud/securitycenter/group.py +2 -2
- pulumi_alicloud/selectdb/db_instance.py +60 -11
- pulumi_alicloud/slb/server_group_server_attachment.py +101 -111
- pulumi_alicloud/sls/oss_export_sink.py +2 -2
- pulumi_alicloud/threatdetection/__init__.py +3 -0
- pulumi_alicloud/threatdetection/anti_brute_force_rule.py +41 -65
- pulumi_alicloud/threatdetection/asset_bind.py +209 -0
- pulumi_alicloud/threatdetection/asset_selection_config.py +258 -0
- pulumi_alicloud/threatdetection/instance.py +271 -54
- pulumi_alicloud/threatdetection/log_meta.py +351 -0
- pulumi_alicloud/vpc/__init__.py +1 -0
- pulumi_alicloud/vpc/_inputs.py +281 -0
- pulumi_alicloud/vpc/gateway_endpoint.py +85 -27
- pulumi_alicloud/vpc/get_ipam_ipam_pool_allocations.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_pool_cidrs.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_pools.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_scopes.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipams.py +2 -2
- pulumi_alicloud/vpc/ipv6_address.py +85 -5
- pulumi_alicloud/vpc/outputs.py +232 -0
- pulumi_alicloud/vpc/peer_connection.py +84 -42
- pulumi_alicloud/vpc/peer_connection_accepter.py +7 -21
- pulumi_alicloud/vpc/route_table.py +100 -45
- pulumi_alicloud/vpc/vpc_route_entry.py +724 -0
- pulumi_alicloud/vpn/_inputs.py +716 -71
- pulumi_alicloud/vpn/gateway_vpn_attachment.py +622 -128
- pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +20 -63
- pulumi_alicloud/vpn/ipsec_server.py +2 -2
- pulumi_alicloud/vpn/outputs.py +1963 -998
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/RECORD +237 -197
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/top_level.txt +0 -0
|
@@ -32,7 +32,7 @@ class AccountArgs:
|
|
|
32
32
|
:param pulumi.Input[str] account_name: The name of the account. The name must meet the following requirements:
|
|
33
33
|
* The name can contain lowercase letters, digits, and hyphens (-), and must start with a lowercase letter.
|
|
34
34
|
* The name can be up to 100 characters in length.
|
|
35
|
-
* The name cannot be one of the reserved words in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/
|
|
35
|
+
* The name cannot be one of the reserved words in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/en/redis/user-guide/create-and-manage-database-accounts) section.
|
|
36
36
|
:param pulumi.Input[str] instance_id: The Id of instance in which account belongs (The engine version of instance must be 4.0 or 4.0+).
|
|
37
37
|
:param pulumi.Input[str] account_password: The password of the account. The password must be 8 to 32 characters in length. It must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include `!@ # $ % ^ & * ( ) _ + - =`. You have to specify one of `account_password` and `kms_encrypted_password` fields.
|
|
38
38
|
:param pulumi.Input[str] account_privilege: The privilege of account access database. Default value: `RoleReadWrite`
|
|
@@ -67,7 +67,7 @@ class AccountArgs:
|
|
|
67
67
|
The name of the account. The name must meet the following requirements:
|
|
68
68
|
* The name can contain lowercase letters, digits, and hyphens (-), and must start with a lowercase letter.
|
|
69
69
|
* The name can be up to 100 characters in length.
|
|
70
|
-
* The name cannot be one of the reserved words in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/
|
|
70
|
+
* The name cannot be one of the reserved words in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/en/redis/user-guide/create-and-manage-database-accounts) section.
|
|
71
71
|
"""
|
|
72
72
|
return pulumi.get(self, "account_name")
|
|
73
73
|
|
|
@@ -181,7 +181,7 @@ class _AccountState:
|
|
|
181
181
|
:param pulumi.Input[str] account_name: The name of the account. The name must meet the following requirements:
|
|
182
182
|
* The name can contain lowercase letters, digits, and hyphens (-), and must start with a lowercase letter.
|
|
183
183
|
* The name can be up to 100 characters in length.
|
|
184
|
-
* The name cannot be one of the reserved words in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/
|
|
184
|
+
* The name cannot be one of the reserved words in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/en/redis/user-guide/create-and-manage-database-accounts) section.
|
|
185
185
|
:param pulumi.Input[str] account_password: The password of the account. The password must be 8 to 32 characters in length. It must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include `!@ # $ % ^ & * ( ) _ + - =`. You have to specify one of `account_password` and `kms_encrypted_password` fields.
|
|
186
186
|
:param pulumi.Input[str] account_privilege: The privilege of account access database. Default value: `RoleReadWrite`
|
|
187
187
|
- `RoleReadOnly`: This value is only for Redis and Memcache
|
|
@@ -221,7 +221,7 @@ class _AccountState:
|
|
|
221
221
|
The name of the account. The name must meet the following requirements:
|
|
222
222
|
* The name can contain lowercase letters, digits, and hyphens (-), and must start with a lowercase letter.
|
|
223
223
|
* The name can be up to 100 characters in length.
|
|
224
|
-
* The name cannot be one of the reserved words in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/
|
|
224
|
+
* The name cannot be one of the reserved words in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/en/redis/user-guide/create-and-manage-database-accounts) section.
|
|
225
225
|
"""
|
|
226
226
|
return pulumi.get(self, "account_name")
|
|
227
227
|
|
|
@@ -347,7 +347,7 @@ class Account(pulumi.CustomResource):
|
|
|
347
347
|
"""
|
|
348
348
|
Provides a Tair (Redis OSS-Compatible) And Memcache (KVStore) Account resource.
|
|
349
349
|
|
|
350
|
-
For information about Tair (Redis OSS-Compatible) And Memcache (KVStore) Account and how to use it, see [What is Account](https://www.alibabacloud.com/help/
|
|
350
|
+
For information about Tair (Redis OSS-Compatible) And Memcache (KVStore) Account and how to use it, see [What is Account](https://www.alibabacloud.com/help/en/redis/developer-reference/api-r-kvstore-2015-01-01-createaccount-redis).
|
|
351
351
|
|
|
352
352
|
> **NOTE:** Available since v1.66.0.
|
|
353
353
|
|
|
@@ -409,7 +409,7 @@ class Account(pulumi.CustomResource):
|
|
|
409
409
|
:param pulumi.Input[str] account_name: The name of the account. The name must meet the following requirements:
|
|
410
410
|
* The name can contain lowercase letters, digits, and hyphens (-), and must start with a lowercase letter.
|
|
411
411
|
* The name can be up to 100 characters in length.
|
|
412
|
-
* The name cannot be one of the reserved words in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/
|
|
412
|
+
* The name cannot be one of the reserved words in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/en/redis/user-guide/create-and-manage-database-accounts) section.
|
|
413
413
|
:param pulumi.Input[str] account_password: The password of the account. The password must be 8 to 32 characters in length. It must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include `!@ # $ % ^ & * ( ) _ + - =`. You have to specify one of `account_password` and `kms_encrypted_password` fields.
|
|
414
414
|
:param pulumi.Input[str] account_privilege: The privilege of account access database. Default value: `RoleReadWrite`
|
|
415
415
|
- `RoleReadOnly`: This value is only for Redis and Memcache
|
|
@@ -431,7 +431,7 @@ class Account(pulumi.CustomResource):
|
|
|
431
431
|
"""
|
|
432
432
|
Provides a Tair (Redis OSS-Compatible) And Memcache (KVStore) Account resource.
|
|
433
433
|
|
|
434
|
-
For information about Tair (Redis OSS-Compatible) And Memcache (KVStore) Account and how to use it, see [What is Account](https://www.alibabacloud.com/help/
|
|
434
|
+
For information about Tair (Redis OSS-Compatible) And Memcache (KVStore) Account and how to use it, see [What is Account](https://www.alibabacloud.com/help/en/redis/developer-reference/api-r-kvstore-2015-01-01-createaccount-redis).
|
|
435
435
|
|
|
436
436
|
> **NOTE:** Available since v1.66.0.
|
|
437
437
|
|
|
@@ -564,7 +564,7 @@ class Account(pulumi.CustomResource):
|
|
|
564
564
|
:param pulumi.Input[str] account_name: The name of the account. The name must meet the following requirements:
|
|
565
565
|
* The name can contain lowercase letters, digits, and hyphens (-), and must start with a lowercase letter.
|
|
566
566
|
* The name can be up to 100 characters in length.
|
|
567
|
-
* The name cannot be one of the reserved words in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/
|
|
567
|
+
* The name cannot be one of the reserved words in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/en/redis/user-guide/create-and-manage-database-accounts) section.
|
|
568
568
|
:param pulumi.Input[str] account_password: The password of the account. The password must be 8 to 32 characters in length. It must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include `!@ # $ % ^ & * ( ) _ + - =`. You have to specify one of `account_password` and `kms_encrypted_password` fields.
|
|
569
569
|
:param pulumi.Input[str] account_privilege: The privilege of account access database. Default value: `RoleReadWrite`
|
|
570
570
|
- `RoleReadOnly`: This value is only for Redis and Memcache
|
|
@@ -600,7 +600,7 @@ class Account(pulumi.CustomResource):
|
|
|
600
600
|
The name of the account. The name must meet the following requirements:
|
|
601
601
|
* The name can contain lowercase letters, digits, and hyphens (-), and must start with a lowercase letter.
|
|
602
602
|
* The name can be up to 100 characters in length.
|
|
603
|
-
* The name cannot be one of the reserved words in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/
|
|
603
|
+
* The name cannot be one of the reserved words in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/en/redis/user-guide/create-and-manage-database-accounts) section.
|
|
604
604
|
"""
|
|
605
605
|
return pulumi.get(self, "account_name")
|
|
606
606
|
|
|
@@ -151,7 +151,7 @@ class Connection(pulumi.CustomResource):
|
|
|
151
151
|
port: Optional[pulumi.Input[str]] = None,
|
|
152
152
|
__props__=None):
|
|
153
153
|
"""
|
|
154
|
-
Operate the public network ip of the specified resource. How to use it, see [What is Connection](https://www.alibabacloud.com/help/
|
|
154
|
+
Operate the public network ip of the specified resource. How to use it, see [What is Connection](https://www.alibabacloud.com/help/en/redis/developer-reference/api-r-kvstore-2015-01-01-allocateinstancepublicconnection-redis).
|
|
155
155
|
|
|
156
156
|
> **NOTE:** Available since v1.101.0.
|
|
157
157
|
|
|
@@ -221,7 +221,7 @@ class Connection(pulumi.CustomResource):
|
|
|
221
221
|
args: ConnectionArgs,
|
|
222
222
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
223
223
|
"""
|
|
224
|
-
Operate the public network ip of the specified resource. How to use it, see [What is Connection](https://www.alibabacloud.com/help/
|
|
224
|
+
Operate the public network ip of the specified resource. How to use it, see [What is Connection](https://www.alibabacloud.com/help/en/redis/developer-reference/api-r-kvstore-2015-01-01-allocateinstancepublicconnection-redis).
|
|
225
225
|
|
|
226
226
|
> **NOTE:** Available since v1.101.0.
|
|
227
227
|
|
|
@@ -252,7 +252,7 @@ def get_instance_classes(architecture: Optional[str] = None,
|
|
|
252
252
|
:param str architecture: The Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance system architecture required by the user. Valid values: `standard`, `cluster` and `rwsplit`.
|
|
253
253
|
:param str edition_type: The Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance edition type required by the user. Valid values: `Community` and `Enterprise`.
|
|
254
254
|
:param str engine: Database type. Options are `Redis`, `Memcache`. Default to `Redis`.
|
|
255
|
-
:param str engine_version: Database version required by the user. Value options of Redis can refer to the latest docs [detail info](https://www.alibabacloud.com/help/
|
|
255
|
+
:param str engine_version: Database version required by the user. Value options of Redis can refer to the latest docs [detail info](https://www.alibabacloud.com/help/en/redis/developer-reference/api-r-kvstore-2015-01-01-createinstance-redis) `EngineVersion`. Value of Memcache should be empty.
|
|
256
256
|
:param str instance_charge_type: Filter the results by charge type. Valid values: `PrePaid` and `PostPaid`. Default to `PrePaid`.
|
|
257
257
|
:param str node_type: The Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance node type required by the user. Valid values: `double`, `single`, `readone`, `readthree` and `readfive`.
|
|
258
258
|
:param str output_file: File name where to save data source results (after running `pulumi up`).
|
|
@@ -344,7 +344,7 @@ def get_instance_classes_output(architecture: Optional[pulumi.Input[Optional[str
|
|
|
344
344
|
:param str architecture: The Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance system architecture required by the user. Valid values: `standard`, `cluster` and `rwsplit`.
|
|
345
345
|
:param str edition_type: The Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance edition type required by the user. Valid values: `Community` and `Enterprise`.
|
|
346
346
|
:param str engine: Database type. Options are `Redis`, `Memcache`. Default to `Redis`.
|
|
347
|
-
:param str engine_version: Database version required by the user. Value options of Redis can refer to the latest docs [detail info](https://www.alibabacloud.com/help/
|
|
347
|
+
:param str engine_version: Database version required by the user. Value options of Redis can refer to the latest docs [detail info](https://www.alibabacloud.com/help/en/redis/developer-reference/api-r-kvstore-2015-01-01-createinstance-redis) `EngineVersion`. Value of Memcache should be empty.
|
|
348
348
|
:param str instance_charge_type: Filter the results by charge type. Valid values: `PrePaid` and `PostPaid`. Default to `PrePaid`.
|
|
349
349
|
:param str node_type: The Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance node type required by the user. Valid values: `double`, `single`, `readone`, `readthree` and `readfive`.
|
|
350
350
|
:param str output_file: File name where to save data source results (after running `pulumi up`).
|
|
@@ -144,7 +144,7 @@ def get_instance_engines(engine: Optional[str] = None,
|
|
|
144
144
|
|
|
145
145
|
|
|
146
146
|
:param str engine: Database type. Options are `Redis`, `Memcache`. Default to `Redis`.
|
|
147
|
-
:param str engine_version: Database version required by the user. Value options of Redis can refer to the latest docs [detail info](https://www.alibabacloud.com/help/
|
|
147
|
+
:param str engine_version: Database version required by the user. Value options of Redis can refer to the latest docs [detail info](https://www.alibabacloud.com/help/en/redis/developer-reference/api-r-kvstore-2015-01-01-createinstance-redis) `EngineVersion`. Value of Memcache should be empty.
|
|
148
148
|
:param str instance_charge_type: Filter the results by charge type. Valid values: `PrePaid` and `PostPaid`. Default to `PrePaid`.
|
|
149
149
|
:param str output_file: File name where to save data source results (after running `pulumi up`).
|
|
150
150
|
:param str zone_id: The Zone to launch the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
|
|
@@ -194,7 +194,7 @@ def get_instance_engines_output(engine: Optional[pulumi.Input[Optional[str]]] =
|
|
|
194
194
|
|
|
195
195
|
|
|
196
196
|
:param str engine: Database type. Options are `Redis`, `Memcache`. Default to `Redis`.
|
|
197
|
-
:param str engine_version: Database version required by the user. Value options of Redis can refer to the latest docs [detail info](https://www.alibabacloud.com/help/
|
|
197
|
+
:param str engine_version: Database version required by the user. Value options of Redis can refer to the latest docs [detail info](https://www.alibabacloud.com/help/en/redis/developer-reference/api-r-kvstore-2015-01-01-createinstance-redis) `EngineVersion`. Value of Memcache should be empty.
|
|
198
198
|
:param str instance_charge_type: Filter the results by charge type. Valid values: `PrePaid` and `PostPaid`. Default to `PrePaid`.
|
|
199
199
|
:param str output_file: File name where to save data source results (after running `pulumi up`).
|
|
200
200
|
:param str zone_id: The Zone to launch the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
|
|
@@ -115,7 +115,7 @@ class InstanceArgs:
|
|
|
115
115
|
:param pulumi.Input[bool] global_instance: Whether to create a distributed cache. Default value: `false`.
|
|
116
116
|
:param pulumi.Input[str] global_instance_id: The ID of distributed cache.
|
|
117
117
|
:param pulumi.Input[str] instance_charge_type: It has been deprecated from provider version 1.101.0 and `payment_type` instead.
|
|
118
|
-
:param pulumi.Input[str] instance_class: Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. It can be retrieved by data source
|
|
118
|
+
:param pulumi.Input[str] instance_class: Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. It can be retrieved by data source kvstore_get_instance_classes
|
|
119
119
|
or referring to help-docs [Instance type table](https://www.alibabacloud.com/help/doc-detail/26350.htm).
|
|
120
120
|
:param pulumi.Input[str] instance_name: It has been deprecated from provider version 1.101.0 and `db_instance_name` instead.
|
|
121
121
|
:param pulumi.Input[bool] instance_release_protection: Whether to open the release protection.
|
|
@@ -630,7 +630,7 @@ class InstanceArgs:
|
|
|
630
630
|
@pulumi.getter(name="instanceClass")
|
|
631
631
|
def instance_class(self) -> Optional[pulumi.Input[str]]:
|
|
632
632
|
"""
|
|
633
|
-
Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. It can be retrieved by data source
|
|
633
|
+
Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. It can be retrieved by data source kvstore_get_instance_classes
|
|
634
634
|
or referring to help-docs [Instance type table](https://www.alibabacloud.com/help/doc-detail/26350.htm).
|
|
635
635
|
"""
|
|
636
636
|
return pulumi.get(self, "instance_class")
|
|
@@ -1185,7 +1185,7 @@ class _InstanceState:
|
|
|
1185
1185
|
:param pulumi.Input[bool] global_instance: Whether to create a distributed cache. Default value: `false`.
|
|
1186
1186
|
:param pulumi.Input[str] global_instance_id: The ID of distributed cache.
|
|
1187
1187
|
:param pulumi.Input[str] instance_charge_type: It has been deprecated from provider version 1.101.0 and `payment_type` instead.
|
|
1188
|
-
:param pulumi.Input[str] instance_class: Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. It can be retrieved by data source
|
|
1188
|
+
:param pulumi.Input[str] instance_class: Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. It can be retrieved by data source kvstore_get_instance_classes
|
|
1189
1189
|
or referring to help-docs [Instance type table](https://www.alibabacloud.com/help/doc-detail/26350.htm).
|
|
1190
1190
|
:param pulumi.Input[str] instance_name: It has been deprecated from provider version 1.101.0 and `db_instance_name` instead.
|
|
1191
1191
|
:param pulumi.Input[bool] instance_release_protection: Whether to open the release protection.
|
|
@@ -1752,7 +1752,7 @@ class _InstanceState:
|
|
|
1752
1752
|
@pulumi.getter(name="instanceClass")
|
|
1753
1753
|
def instance_class(self) -> Optional[pulumi.Input[str]]:
|
|
1754
1754
|
"""
|
|
1755
|
-
Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. It can be retrieved by data source
|
|
1755
|
+
Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. It can be retrieved by data source kvstore_get_instance_classes
|
|
1756
1756
|
or referring to help-docs [Instance type table](https://www.alibabacloud.com/help/doc-detail/26350.htm).
|
|
1757
1757
|
"""
|
|
1758
1758
|
return pulumi.get(self, "instance_class")
|
|
@@ -2335,7 +2335,7 @@ class Instance(pulumi.CustomResource):
|
|
|
2335
2335
|
:param pulumi.Input[bool] global_instance: Whether to create a distributed cache. Default value: `false`.
|
|
2336
2336
|
:param pulumi.Input[str] global_instance_id: The ID of distributed cache.
|
|
2337
2337
|
:param pulumi.Input[str] instance_charge_type: It has been deprecated from provider version 1.101.0 and `payment_type` instead.
|
|
2338
|
-
:param pulumi.Input[str] instance_class: Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. It can be retrieved by data source
|
|
2338
|
+
:param pulumi.Input[str] instance_class: Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. It can be retrieved by data source kvstore_get_instance_classes
|
|
2339
2339
|
or referring to help-docs [Instance type table](https://www.alibabacloud.com/help/doc-detail/26350.htm).
|
|
2340
2340
|
:param pulumi.Input[str] instance_name: It has been deprecated from provider version 1.101.0 and `db_instance_name` instead.
|
|
2341
2341
|
:param pulumi.Input[bool] instance_release_protection: Whether to open the release protection.
|
|
@@ -2668,7 +2668,7 @@ class Instance(pulumi.CustomResource):
|
|
|
2668
2668
|
:param pulumi.Input[bool] global_instance: Whether to create a distributed cache. Default value: `false`.
|
|
2669
2669
|
:param pulumi.Input[str] global_instance_id: The ID of distributed cache.
|
|
2670
2670
|
:param pulumi.Input[str] instance_charge_type: It has been deprecated from provider version 1.101.0 and `payment_type` instead.
|
|
2671
|
-
:param pulumi.Input[str] instance_class: Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. It can be retrieved by data source
|
|
2671
|
+
:param pulumi.Input[str] instance_class: Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. It can be retrieved by data source kvstore_get_instance_classes
|
|
2672
2672
|
or referring to help-docs [Instance type table](https://www.alibabacloud.com/help/doc-detail/26350.htm).
|
|
2673
2673
|
:param pulumi.Input[str] instance_name: It has been deprecated from provider version 1.101.0 and `db_instance_name` instead.
|
|
2674
2674
|
:param pulumi.Input[bool] instance_release_protection: Whether to open the release protection.
|
|
@@ -3032,7 +3032,7 @@ class Instance(pulumi.CustomResource):
|
|
|
3032
3032
|
@pulumi.getter(name="instanceClass")
|
|
3033
3033
|
def instance_class(self) -> pulumi.Output[Optional[str]]:
|
|
3034
3034
|
"""
|
|
3035
|
-
Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. It can be retrieved by data source
|
|
3035
|
+
Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. It can be retrieved by data source kvstore_get_instance_classes
|
|
3036
3036
|
or referring to help-docs [Instance type table](https://www.alibabacloud.com/help/doc-detail/26350.htm).
|
|
3037
3037
|
"""
|
|
3038
3038
|
return pulumi.get(self, "instance_class")
|
|
@@ -294,7 +294,7 @@ class GetInstanceEnginesInstanceEngineResult(dict):
|
|
|
294
294
|
zone_id: str):
|
|
295
295
|
"""
|
|
296
296
|
:param str engine: Database type. Options are `Redis`, `Memcache`. Default to `Redis`.
|
|
297
|
-
:param str engine_version: Database version required by the user. Value options of Redis can refer to the latest docs [detail info](https://www.alibabacloud.com/help/
|
|
297
|
+
:param str engine_version: Database version required by the user. Value options of Redis can refer to the latest docs [detail info](https://www.alibabacloud.com/help/en/redis/developer-reference/api-r-kvstore-2015-01-01-createinstance-redis) `EngineVersion`. Value of Memcache should be empty.
|
|
298
298
|
:param str zone_id: The Zone to launch the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
|
|
299
299
|
"""
|
|
300
300
|
pulumi.set(__self__, "engine", engine)
|
|
@@ -313,7 +313,7 @@ class GetInstanceEnginesInstanceEngineResult(dict):
|
|
|
313
313
|
@pulumi.getter(name="engineVersion")
|
|
314
314
|
def engine_version(self) -> str:
|
|
315
315
|
"""
|
|
316
|
-
Database version required by the user. Value options of Redis can refer to the latest docs [detail info](https://www.alibabacloud.com/help/
|
|
316
|
+
Database version required by the user. Value options of Redis can refer to the latest docs [detail info](https://www.alibabacloud.com/help/en/redis/developer-reference/api-r-kvstore-2015-01-01-createinstance-redis) `EngineVersion`. Value of Memcache should be empty.
|
|
317
317
|
"""
|
|
318
318
|
return pulumi.get(self, "engine_version")
|
|
319
319
|
|
pulumi_alicloud/live/caster.py
CHANGED
|
@@ -847,7 +847,7 @@ class Caster(pulumi.CustomResource):
|
|
|
847
847
|
|
|
848
848
|
Relying on Alibaba Cloud's powerful technologies such as live video broadcasting, media processing, and video AI, cloud guide integrates capabilities such as graphic packaging, real-time keying, multi-language translation, and multi-channel mixed streaming to innovate traditional guide services in the cloud. Provide easy-to-use cloud-based guide services for event performances, news reports, live events, off-site broadcasts and other scenes, without hardware, reduce user guide costs, and create a better live broadcast experience.
|
|
849
849
|
|
|
850
|
-
For information about Live Caster and how to use it, see [What is Caster](https://www.alibabacloud.com/help/en/).
|
|
850
|
+
For information about Live Caster and how to use it, see [What is Caster](https://www.alibabacloud.com/help/en/live/developer-reference/api-live-2016-11-01-createcaster).
|
|
851
851
|
|
|
852
852
|
> **NOTE:** Available since v1.238.0.
|
|
853
853
|
|
|
@@ -929,7 +929,7 @@ class Caster(pulumi.CustomResource):
|
|
|
929
929
|
|
|
930
930
|
Relying on Alibaba Cloud's powerful technologies such as live video broadcasting, media processing, and video AI, cloud guide integrates capabilities such as graphic packaging, real-time keying, multi-language translation, and multi-channel mixed streaming to innovate traditional guide services in the cloud. Provide easy-to-use cloud-based guide services for event performances, news reports, live events, off-site broadcasts and other scenes, without hardware, reduce user guide costs, and create a better live broadcast experience.
|
|
931
931
|
|
|
932
|
-
For information about Live Caster and how to use it, see [What is Caster](https://www.alibabacloud.com/help/en/).
|
|
932
|
+
For information about Live Caster and how to use it, see [What is Caster](https://www.alibabacloud.com/help/en/live/developer-reference/api-live-2016-11-01-createcaster).
|
|
933
933
|
|
|
934
934
|
> **NOTE:** Available since v1.238.0.
|
|
935
935
|
|
|
@@ -39,6 +39,10 @@ __all__ = [
|
|
|
39
39
|
'QuotaScheduleScheduleListArgsDict',
|
|
40
40
|
'QuotaScheduleScheduleListConditionArgs',
|
|
41
41
|
'QuotaScheduleScheduleListConditionArgsDict',
|
|
42
|
+
'QuotaSubQuotaInfoListArgs',
|
|
43
|
+
'QuotaSubQuotaInfoListArgsDict',
|
|
44
|
+
'QuotaSubQuotaInfoListParameterArgs',
|
|
45
|
+
'QuotaSubQuotaInfoListParameterArgsDict',
|
|
42
46
|
'TunnelQuotaTimerQuotaTimerArgs',
|
|
43
47
|
'TunnelQuotaTimerQuotaTimerArgsDict',
|
|
44
48
|
'TunnelQuotaTimerQuotaTimerTunnelQuotaParameterArgs',
|
|
@@ -140,7 +144,7 @@ if not MYPY:
|
|
|
140
144
|
"""
|
|
141
145
|
sql_metering_max: NotRequired[pulumi.Input[str]]
|
|
142
146
|
"""
|
|
143
|
-
Set the maximum threshold for single SQL Consumption, that is, set the ODPS. SQL. metering.value.max attribute. For more information, see [Consumption control](https://www.alibabacloud.com/help/en/maxcompute/product-overview/consumption-
|
|
147
|
+
Set the maximum threshold for single SQL Consumption, that is, set the ODPS. SQL. metering.value.max attribute. For more information, see [Consumption control](https://www.alibabacloud.com/help/en/maxcompute/product-overview/consumption-control).
|
|
144
148
|
Unit: scan volume (GB)* complexity.
|
|
145
149
|
"""
|
|
146
150
|
table_lifecycle: NotRequired[pulumi.Input['ProjectPropertiesTableLifecycleArgsDict']]
|
|
@@ -186,7 +190,7 @@ class ProjectPropertiesArgs:
|
|
|
186
190
|
The effective policy after adjusting the backup cycle is:
|
|
187
191
|
Extend the backup cycle: The new backup cycle takes effect on the same day.
|
|
188
192
|
Shorten the backup cycle: The system will automatically delete backup data that has exceeded the retention cycle.
|
|
189
|
-
:param pulumi.Input[str] sql_metering_max: Set the maximum threshold for single SQL Consumption, that is, set the ODPS. SQL. metering.value.max attribute. For more information, see [Consumption control](https://www.alibabacloud.com/help/en/maxcompute/product-overview/consumption-
|
|
193
|
+
:param pulumi.Input[str] sql_metering_max: Set the maximum threshold for single SQL Consumption, that is, set the ODPS. SQL. metering.value.max attribute. For more information, see [Consumption control](https://www.alibabacloud.com/help/en/maxcompute/product-overview/consumption-control).
|
|
190
194
|
Unit: scan volume (GB)* complexity.
|
|
191
195
|
:param pulumi.Input['ProjectPropertiesTableLifecycleArgs'] table_lifecycle: Set whether the lifecycle of the table in the project needs to be configured, that is, set the ODPS. table.lifecycle property, See `table_lifecycle` below.
|
|
192
196
|
:param pulumi.Input[str] timezone: Project time zone, example value: Asia/Shanghai
|
|
@@ -273,7 +277,7 @@ class ProjectPropertiesArgs:
|
|
|
273
277
|
@pulumi.getter(name="sqlMeteringMax")
|
|
274
278
|
def sql_metering_max(self) -> Optional[pulumi.Input[str]]:
|
|
275
279
|
"""
|
|
276
|
-
Set the maximum threshold for single SQL Consumption, that is, set the ODPS. SQL. metering.value.max attribute. For more information, see [Consumption control](https://www.alibabacloud.com/help/en/maxcompute/product-overview/consumption-
|
|
280
|
+
Set the maximum threshold for single SQL Consumption, that is, set the ODPS. SQL. metering.value.max attribute. For more information, see [Consumption control](https://www.alibabacloud.com/help/en/maxcompute/product-overview/consumption-control).
|
|
277
281
|
Unit: scan volume (GB)* complexity.
|
|
278
282
|
"""
|
|
279
283
|
return pulumi.get(self, "sql_metering_max")
|
|
@@ -1033,6 +1037,231 @@ class QuotaScheduleScheduleListConditionArgs:
|
|
|
1033
1037
|
pulumi.set(self, "at", value)
|
|
1034
1038
|
|
|
1035
1039
|
|
|
1040
|
+
if not MYPY:
|
|
1041
|
+
class QuotaSubQuotaInfoListArgsDict(TypedDict):
|
|
1042
|
+
nick_name: pulumi.Input[str]
|
|
1043
|
+
"""
|
|
1044
|
+
Secondary Quota nickname.
|
|
1045
|
+
|
|
1046
|
+
> **NOTE:** -- Subscription: If you enter partNickName, the first-level QuotaNickName created is os_partNickName_p. Each first-level Quota has a default second-level Quota whose QuotaNickName is os_partNickName . -- The first-level quotanicname created by PayAsYouGo is os_PayAsYouGoQuota_p by default, the second-level quotanicname is os_PayAsYouGoQuota
|
|
1047
|
+
"""
|
|
1048
|
+
parameter: NotRequired[pulumi.Input['QuotaSubQuotaInfoListParameterArgsDict']]
|
|
1049
|
+
"""
|
|
1050
|
+
Parameter See `parameter` below.
|
|
1051
|
+
"""
|
|
1052
|
+
type: NotRequired[pulumi.Input[str]]
|
|
1053
|
+
"""
|
|
1054
|
+
The secondary Quota type. The default value is: FUXI_OFFLINE
|
|
1055
|
+
"""
|
|
1056
|
+
elif False:
|
|
1057
|
+
QuotaSubQuotaInfoListArgsDict: TypeAlias = Mapping[str, Any]
|
|
1058
|
+
|
|
1059
|
+
@pulumi.input_type
|
|
1060
|
+
class QuotaSubQuotaInfoListArgs:
|
|
1061
|
+
def __init__(__self__, *,
|
|
1062
|
+
nick_name: pulumi.Input[str],
|
|
1063
|
+
parameter: Optional[pulumi.Input['QuotaSubQuotaInfoListParameterArgs']] = None,
|
|
1064
|
+
type: Optional[pulumi.Input[str]] = None):
|
|
1065
|
+
"""
|
|
1066
|
+
:param pulumi.Input[str] nick_name: Secondary Quota nickname.
|
|
1067
|
+
|
|
1068
|
+
> **NOTE:** -- Subscription: If you enter partNickName, the first-level QuotaNickName created is os_partNickName_p. Each first-level Quota has a default second-level Quota whose QuotaNickName is os_partNickName . -- The first-level quotanicname created by PayAsYouGo is os_PayAsYouGoQuota_p by default, the second-level quotanicname is os_PayAsYouGoQuota
|
|
1069
|
+
:param pulumi.Input['QuotaSubQuotaInfoListParameterArgs'] parameter: Parameter See `parameter` below.
|
|
1070
|
+
:param pulumi.Input[str] type: The secondary Quota type. The default value is: FUXI_OFFLINE
|
|
1071
|
+
"""
|
|
1072
|
+
pulumi.set(__self__, "nick_name", nick_name)
|
|
1073
|
+
if parameter is not None:
|
|
1074
|
+
pulumi.set(__self__, "parameter", parameter)
|
|
1075
|
+
if type is not None:
|
|
1076
|
+
pulumi.set(__self__, "type", type)
|
|
1077
|
+
|
|
1078
|
+
@property
|
|
1079
|
+
@pulumi.getter(name="nickName")
|
|
1080
|
+
def nick_name(self) -> pulumi.Input[str]:
|
|
1081
|
+
"""
|
|
1082
|
+
Secondary Quota nickname.
|
|
1083
|
+
|
|
1084
|
+
> **NOTE:** -- Subscription: If you enter partNickName, the first-level QuotaNickName created is os_partNickName_p. Each first-level Quota has a default second-level Quota whose QuotaNickName is os_partNickName . -- The first-level quotanicname created by PayAsYouGo is os_PayAsYouGoQuota_p by default, the second-level quotanicname is os_PayAsYouGoQuota
|
|
1085
|
+
"""
|
|
1086
|
+
return pulumi.get(self, "nick_name")
|
|
1087
|
+
|
|
1088
|
+
@nick_name.setter
|
|
1089
|
+
def nick_name(self, value: pulumi.Input[str]):
|
|
1090
|
+
pulumi.set(self, "nick_name", value)
|
|
1091
|
+
|
|
1092
|
+
@property
|
|
1093
|
+
@pulumi.getter
|
|
1094
|
+
def parameter(self) -> Optional[pulumi.Input['QuotaSubQuotaInfoListParameterArgs']]:
|
|
1095
|
+
"""
|
|
1096
|
+
Parameter See `parameter` below.
|
|
1097
|
+
"""
|
|
1098
|
+
return pulumi.get(self, "parameter")
|
|
1099
|
+
|
|
1100
|
+
@parameter.setter
|
|
1101
|
+
def parameter(self, value: Optional[pulumi.Input['QuotaSubQuotaInfoListParameterArgs']]):
|
|
1102
|
+
pulumi.set(self, "parameter", value)
|
|
1103
|
+
|
|
1104
|
+
@property
|
|
1105
|
+
@pulumi.getter
|
|
1106
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
|
1107
|
+
"""
|
|
1108
|
+
The secondary Quota type. The default value is: FUXI_OFFLINE
|
|
1109
|
+
"""
|
|
1110
|
+
return pulumi.get(self, "type")
|
|
1111
|
+
|
|
1112
|
+
@type.setter
|
|
1113
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
|
1114
|
+
pulumi.set(self, "type", value)
|
|
1115
|
+
|
|
1116
|
+
|
|
1117
|
+
if not MYPY:
|
|
1118
|
+
class QuotaSubQuotaInfoListParameterArgsDict(TypedDict):
|
|
1119
|
+
max_cu: pulumi.Input[int]
|
|
1120
|
+
"""
|
|
1121
|
+
The value of maxCU in Reserved CUs.
|
|
1122
|
+
|
|
1123
|
+
> **NOTE:** The value of maxCU must be less than or equal to the value of maxCU in the level-1 quota that you purchased.
|
|
1124
|
+
"""
|
|
1125
|
+
min_cu: pulumi.Input[int]
|
|
1126
|
+
"""
|
|
1127
|
+
The value of minCU in Reserved CUs.
|
|
1128
|
+
|
|
1129
|
+
> **NOTE:** -- The total value of minCU in all the level-2 quotas is equal to the value of minCU in the level-1 quota. -- The value of minCU must be less than or equal to the value of maxCU in the level-2 quota and less than or equal to the value of minCU in the level-1 quota that you purchased.
|
|
1130
|
+
"""
|
|
1131
|
+
enable_priority: NotRequired[pulumi.Input[bool]]
|
|
1132
|
+
"""
|
|
1133
|
+
Enable priority. Valid values: true/false, default: false
|
|
1134
|
+
"""
|
|
1135
|
+
force_reserved_min: NotRequired[pulumi.Input[bool]]
|
|
1136
|
+
"""
|
|
1137
|
+
Exclusive or not. Valid values: true/false, default: false
|
|
1138
|
+
"""
|
|
1139
|
+
scheduler_type: NotRequired[pulumi.Input[str]]
|
|
1140
|
+
"""
|
|
1141
|
+
Scheduling policy. Valid values: Fifo/Fair, default: Fifo
|
|
1142
|
+
"""
|
|
1143
|
+
single_job_cu_limit: NotRequired[pulumi.Input[int]]
|
|
1144
|
+
"""
|
|
1145
|
+
Single job CU upper limit. Valid value: greater than or equal to 1
|
|
1146
|
+
|
|
1147
|
+
> **NOTE:** -- If you want to not restrict SingleJobCuLimit, please make sure that this parameter is not included in the configuration at all. That is, do not configure SingleJobCuLimit to "null" or any other invalid value
|
|
1148
|
+
"""
|
|
1149
|
+
elif False:
|
|
1150
|
+
QuotaSubQuotaInfoListParameterArgsDict: TypeAlias = Mapping[str, Any]
|
|
1151
|
+
|
|
1152
|
+
@pulumi.input_type
|
|
1153
|
+
class QuotaSubQuotaInfoListParameterArgs:
|
|
1154
|
+
def __init__(__self__, *,
|
|
1155
|
+
max_cu: pulumi.Input[int],
|
|
1156
|
+
min_cu: pulumi.Input[int],
|
|
1157
|
+
enable_priority: Optional[pulumi.Input[bool]] = None,
|
|
1158
|
+
force_reserved_min: Optional[pulumi.Input[bool]] = None,
|
|
1159
|
+
scheduler_type: Optional[pulumi.Input[str]] = None,
|
|
1160
|
+
single_job_cu_limit: Optional[pulumi.Input[int]] = None):
|
|
1161
|
+
"""
|
|
1162
|
+
:param pulumi.Input[int] max_cu: The value of maxCU in Reserved CUs.
|
|
1163
|
+
|
|
1164
|
+
> **NOTE:** The value of maxCU must be less than or equal to the value of maxCU in the level-1 quota that you purchased.
|
|
1165
|
+
:param pulumi.Input[int] min_cu: The value of minCU in Reserved CUs.
|
|
1166
|
+
|
|
1167
|
+
> **NOTE:** -- The total value of minCU in all the level-2 quotas is equal to the value of minCU in the level-1 quota. -- The value of minCU must be less than or equal to the value of maxCU in the level-2 quota and less than or equal to the value of minCU in the level-1 quota that you purchased.
|
|
1168
|
+
:param pulumi.Input[bool] enable_priority: Enable priority. Valid values: true/false, default: false
|
|
1169
|
+
:param pulumi.Input[bool] force_reserved_min: Exclusive or not. Valid values: true/false, default: false
|
|
1170
|
+
:param pulumi.Input[str] scheduler_type: Scheduling policy. Valid values: Fifo/Fair, default: Fifo
|
|
1171
|
+
:param pulumi.Input[int] single_job_cu_limit: Single job CU upper limit. Valid value: greater than or equal to 1
|
|
1172
|
+
|
|
1173
|
+
> **NOTE:** -- If you want to not restrict SingleJobCuLimit, please make sure that this parameter is not included in the configuration at all. That is, do not configure SingleJobCuLimit to "null" or any other invalid value
|
|
1174
|
+
"""
|
|
1175
|
+
pulumi.set(__self__, "max_cu", max_cu)
|
|
1176
|
+
pulumi.set(__self__, "min_cu", min_cu)
|
|
1177
|
+
if enable_priority is not None:
|
|
1178
|
+
pulumi.set(__self__, "enable_priority", enable_priority)
|
|
1179
|
+
if force_reserved_min is not None:
|
|
1180
|
+
pulumi.set(__self__, "force_reserved_min", force_reserved_min)
|
|
1181
|
+
if scheduler_type is not None:
|
|
1182
|
+
pulumi.set(__self__, "scheduler_type", scheduler_type)
|
|
1183
|
+
if single_job_cu_limit is not None:
|
|
1184
|
+
pulumi.set(__self__, "single_job_cu_limit", single_job_cu_limit)
|
|
1185
|
+
|
|
1186
|
+
@property
|
|
1187
|
+
@pulumi.getter(name="maxCu")
|
|
1188
|
+
def max_cu(self) -> pulumi.Input[int]:
|
|
1189
|
+
"""
|
|
1190
|
+
The value of maxCU in Reserved CUs.
|
|
1191
|
+
|
|
1192
|
+
> **NOTE:** The value of maxCU must be less than or equal to the value of maxCU in the level-1 quota that you purchased.
|
|
1193
|
+
"""
|
|
1194
|
+
return pulumi.get(self, "max_cu")
|
|
1195
|
+
|
|
1196
|
+
@max_cu.setter
|
|
1197
|
+
def max_cu(self, value: pulumi.Input[int]):
|
|
1198
|
+
pulumi.set(self, "max_cu", value)
|
|
1199
|
+
|
|
1200
|
+
@property
|
|
1201
|
+
@pulumi.getter(name="minCu")
|
|
1202
|
+
def min_cu(self) -> pulumi.Input[int]:
|
|
1203
|
+
"""
|
|
1204
|
+
The value of minCU in Reserved CUs.
|
|
1205
|
+
|
|
1206
|
+
> **NOTE:** -- The total value of minCU in all the level-2 quotas is equal to the value of minCU in the level-1 quota. -- The value of minCU must be less than or equal to the value of maxCU in the level-2 quota and less than or equal to the value of minCU in the level-1 quota that you purchased.
|
|
1207
|
+
"""
|
|
1208
|
+
return pulumi.get(self, "min_cu")
|
|
1209
|
+
|
|
1210
|
+
@min_cu.setter
|
|
1211
|
+
def min_cu(self, value: pulumi.Input[int]):
|
|
1212
|
+
pulumi.set(self, "min_cu", value)
|
|
1213
|
+
|
|
1214
|
+
@property
|
|
1215
|
+
@pulumi.getter(name="enablePriority")
|
|
1216
|
+
def enable_priority(self) -> Optional[pulumi.Input[bool]]:
|
|
1217
|
+
"""
|
|
1218
|
+
Enable priority. Valid values: true/false, default: false
|
|
1219
|
+
"""
|
|
1220
|
+
return pulumi.get(self, "enable_priority")
|
|
1221
|
+
|
|
1222
|
+
@enable_priority.setter
|
|
1223
|
+
def enable_priority(self, value: Optional[pulumi.Input[bool]]):
|
|
1224
|
+
pulumi.set(self, "enable_priority", value)
|
|
1225
|
+
|
|
1226
|
+
@property
|
|
1227
|
+
@pulumi.getter(name="forceReservedMin")
|
|
1228
|
+
def force_reserved_min(self) -> Optional[pulumi.Input[bool]]:
|
|
1229
|
+
"""
|
|
1230
|
+
Exclusive or not. Valid values: true/false, default: false
|
|
1231
|
+
"""
|
|
1232
|
+
return pulumi.get(self, "force_reserved_min")
|
|
1233
|
+
|
|
1234
|
+
@force_reserved_min.setter
|
|
1235
|
+
def force_reserved_min(self, value: Optional[pulumi.Input[bool]]):
|
|
1236
|
+
pulumi.set(self, "force_reserved_min", value)
|
|
1237
|
+
|
|
1238
|
+
@property
|
|
1239
|
+
@pulumi.getter(name="schedulerType")
|
|
1240
|
+
def scheduler_type(self) -> Optional[pulumi.Input[str]]:
|
|
1241
|
+
"""
|
|
1242
|
+
Scheduling policy. Valid values: Fifo/Fair, default: Fifo
|
|
1243
|
+
"""
|
|
1244
|
+
return pulumi.get(self, "scheduler_type")
|
|
1245
|
+
|
|
1246
|
+
@scheduler_type.setter
|
|
1247
|
+
def scheduler_type(self, value: Optional[pulumi.Input[str]]):
|
|
1248
|
+
pulumi.set(self, "scheduler_type", value)
|
|
1249
|
+
|
|
1250
|
+
@property
|
|
1251
|
+
@pulumi.getter(name="singleJobCuLimit")
|
|
1252
|
+
def single_job_cu_limit(self) -> Optional[pulumi.Input[int]]:
|
|
1253
|
+
"""
|
|
1254
|
+
Single job CU upper limit. Valid value: greater than or equal to 1
|
|
1255
|
+
|
|
1256
|
+
> **NOTE:** -- If you want to not restrict SingleJobCuLimit, please make sure that this parameter is not included in the configuration at all. That is, do not configure SingleJobCuLimit to "null" or any other invalid value
|
|
1257
|
+
"""
|
|
1258
|
+
return pulumi.get(self, "single_job_cu_limit")
|
|
1259
|
+
|
|
1260
|
+
@single_job_cu_limit.setter
|
|
1261
|
+
def single_job_cu_limit(self, value: Optional[pulumi.Input[int]]):
|
|
1262
|
+
pulumi.set(self, "single_job_cu_limit", value)
|
|
1263
|
+
|
|
1264
|
+
|
|
1036
1265
|
if not MYPY:
|
|
1037
1266
|
class TunnelQuotaTimerQuotaTimerArgsDict(TypedDict):
|
|
1038
1267
|
begin_time: pulumi.Input[str]
|