pulumi-alicloud 3.56.0a1716440817__py3-none-any.whl → 3.56.0a1716566612__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_alicloud/actiontrail/outputs.py +4 -0
- pulumi_alicloud/adb/db_cluster.py +14 -0
- pulumi_alicloud/adb/get_db_cluster_lake_versions.py +2 -2
- pulumi_alicloud/alb/_inputs.py +34 -0
- pulumi_alicloud/alb/get_acls.py +2 -2
- pulumi_alicloud/alb/get_security_policies.py +4 -4
- pulumi_alicloud/alb/outputs.py +188 -10
- pulumi_alicloud/alb/rule.py +14 -0
- pulumi_alicloud/alb/server_group.py +21 -0
- pulumi_alicloud/amqp/get_instances.py +2 -2
- pulumi_alicloud/apigateway/get_log_configs.py +2 -2
- pulumi_alicloud/apigateway/get_plugins.py +6 -6
- pulumi_alicloud/arms/outputs.py +20 -0
- pulumi_alicloud/bastionhost/get_users.py +4 -4
- pulumi_alicloud/bastionhost/host.py +28 -7
- pulumi_alicloud/bastionhost/instance.py +14 -0
- pulumi_alicloud/cddc/get_dedicated_host_accounts.py +2 -2
- pulumi_alicloud/cddc/get_dedicated_host_groups.py +2 -2
- pulumi_alicloud/cddc/outputs.py +0 -6
- pulumi_alicloud/cdn/get_real_time_log_deliveries.py +0 -2
- pulumi_alicloud/cen/get_traffic_marking_policies.py +2 -4
- pulumi_alicloud/cen/get_transit_router_route_table_associations.py +8 -0
- pulumi_alicloud/cen/outputs.py +6 -0
- pulumi_alicloud/cen/transit_router_peer_attachment.py +14 -0
- pulumi_alicloud/cen/transit_router_prefix_list_association.py +28 -0
- pulumi_alicloud/cfg/aggregator.py +14 -0
- pulumi_alicloud/clickhouse/outputs.py +34 -4
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +12 -4
- pulumi_alicloud/cloudfirewall/instance.py +28 -0
- pulumi_alicloud/cloudsso/get_access_assignments.py +4 -4
- pulumi_alicloud/cloudsso/get_groups.py +2 -2
- pulumi_alicloud/cloudsso/outputs.py +104 -2
- pulumi_alicloud/cloudstoragegateway/get_gateway_block_volumes.py +2 -2
- pulumi_alicloud/cloudstoragegateway/get_gateway_cache_disks.py +2 -2
- pulumi_alicloud/cms/_inputs.py +16 -0
- pulumi_alicloud/cms/get_event_rules.py +2 -2
- pulumi_alicloud/cms/get_group_metric_rules.py +4 -4
- pulumi_alicloud/cms/get_hybrid_monitor_fc_tasks.py +2 -2
- pulumi_alicloud/cms/get_monitor_groups.py +2 -4
- pulumi_alicloud/cms/outputs.py +216 -0
- pulumi_alicloud/cr/get_chart_namespaces.py +2 -2
- pulumi_alicloud/cr/get_chart_repositories.py +2 -2
- pulumi_alicloud/cr/get_endpoint_acl_policies.py +2 -2
- pulumi_alicloud/cr/get_endpoint_acl_service.py +2 -2
- pulumi_alicloud/cr/get_vpc_endpoint_linked_vpcs.py +4 -0
- pulumi_alicloud/cr/outputs.py +4 -0
- pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +14 -0
- pulumi_alicloud/cs/_inputs.py +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.0a1716566612.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/RECORD +247 -247
- {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/top_level.txt +0 -0
|
@@ -210,6 +210,7 @@ class GetHistoryDeliveryJobsJobJobStatusResult(dict):
|
|
|
210
210
|
region: str,
|
|
211
211
|
status: int):
|
|
212
212
|
"""
|
|
213
|
+
:param str region: The region of the delivery job.
|
|
213
214
|
:param int status: The status of the task. Valid values: `0`, `1`, `2`, `3`. `0`: The task is initializing. `1`: The task is delivering historical events. `2`: The delivery of historical events is complete. `3`: The task fails.
|
|
214
215
|
"""
|
|
215
216
|
pulumi.set(__self__, "region", region)
|
|
@@ -218,6 +219,9 @@ class GetHistoryDeliveryJobsJobJobStatusResult(dict):
|
|
|
218
219
|
@property
|
|
219
220
|
@pulumi.getter
|
|
220
221
|
def region(self) -> str:
|
|
222
|
+
"""
|
|
223
|
+
The region of the delivery job.
|
|
224
|
+
"""
|
|
221
225
|
return pulumi.get(self, "region")
|
|
222
226
|
|
|
223
227
|
@property
|
|
@@ -57,6 +57,8 @@ class DBClusterArgs:
|
|
|
57
57
|
:param pulumi.Input[str] disk_performance_level: The ESSD performance level. Default Value: `PL1`. Valid values: `PL1`, `PL2`, `PL3`.
|
|
58
58
|
:param pulumi.Input[int] elastic_io_resource: The elastic io resource.
|
|
59
59
|
:param pulumi.Input[str] elastic_io_resource_size: The specifications of a single elastic resource node. Default Value: `8Core64GB`. Valid values:
|
|
60
|
+
- `8Core64GB`: If you set `elastic_io_resource_size` to `8Core64GB`, the specifications of an EIU are 24 cores and 192 GB memory.
|
|
61
|
+
- `12Core96GB`: If you set `elastic_io_resource_size` to `12Core96GB`, the specifications of an EIU are 36 cores and 288 GB memory.
|
|
60
62
|
:param pulumi.Input[str] kms_id: The Key Management Service (KMS) ID that is used for disk encryption. `kms_id` is valid only when `disk_encryption` is set to `true`.
|
|
61
63
|
:param pulumi.Input[str] maintain_time: The maintenance window of the cluster. Format: hh:mmZ-hh:mmZ.
|
|
62
64
|
:param pulumi.Input[str] modify_type: The modify type.
|
|
@@ -299,6 +301,8 @@ class DBClusterArgs:
|
|
|
299
301
|
def elastic_io_resource_size(self) -> Optional[pulumi.Input[str]]:
|
|
300
302
|
"""
|
|
301
303
|
The specifications of a single elastic resource node. Default Value: `8Core64GB`. Valid values:
|
|
304
|
+
- `8Core64GB`: If you set `elastic_io_resource_size` to `8Core64GB`, the specifications of an EIU are 24 cores and 192 GB memory.
|
|
305
|
+
- `12Core96GB`: If you set `elastic_io_resource_size` to `12Core96GB`, the specifications of an EIU are 36 cores and 288 GB memory.
|
|
302
306
|
"""
|
|
303
307
|
return pulumi.get(self, "elastic_io_resource_size")
|
|
304
308
|
|
|
@@ -520,6 +524,8 @@ class _DBClusterState:
|
|
|
520
524
|
:param pulumi.Input[str] disk_performance_level: The ESSD performance level. Default Value: `PL1`. Valid values: `PL1`, `PL2`, `PL3`.
|
|
521
525
|
:param pulumi.Input[int] elastic_io_resource: The elastic io resource.
|
|
522
526
|
:param pulumi.Input[str] elastic_io_resource_size: The specifications of a single elastic resource node. Default Value: `8Core64GB`. Valid values:
|
|
527
|
+
- `8Core64GB`: If you set `elastic_io_resource_size` to `8Core64GB`, the specifications of an EIU are 24 cores and 192 GB memory.
|
|
528
|
+
- `12Core96GB`: If you set `elastic_io_resource_size` to `12Core96GB`, the specifications of an EIU are 36 cores and 288 GB memory.
|
|
523
529
|
:param pulumi.Input[str] kms_id: The Key Management Service (KMS) ID that is used for disk encryption. `kms_id` is valid only when `disk_encryption` is set to `true`.
|
|
524
530
|
:param pulumi.Input[str] maintain_time: The maintenance window of the cluster. Format: hh:mmZ-hh:mmZ.
|
|
525
531
|
:param pulumi.Input[str] mode: The mode of the cluster. Valid values: `reserver`, `flexible`.
|
|
@@ -773,6 +779,8 @@ class _DBClusterState:
|
|
|
773
779
|
def elastic_io_resource_size(self) -> Optional[pulumi.Input[str]]:
|
|
774
780
|
"""
|
|
775
781
|
The specifications of a single elastic resource node. Default Value: `8Core64GB`. Valid values:
|
|
782
|
+
- `8Core64GB`: If you set `elastic_io_resource_size` to `8Core64GB`, the specifications of an EIU are 24 cores and 192 GB memory.
|
|
783
|
+
- `12Core96GB`: If you set `elastic_io_resource_size` to `12Core96GB`, the specifications of an EIU are 36 cores and 288 GB memory.
|
|
776
784
|
"""
|
|
777
785
|
return pulumi.get(self, "elastic_io_resource_size")
|
|
778
786
|
|
|
@@ -1038,6 +1046,8 @@ class DBCluster(pulumi.CustomResource):
|
|
|
1038
1046
|
:param pulumi.Input[str] disk_performance_level: The ESSD performance level. Default Value: `PL1`. Valid values: `PL1`, `PL2`, `PL3`.
|
|
1039
1047
|
:param pulumi.Input[int] elastic_io_resource: The elastic io resource.
|
|
1040
1048
|
:param pulumi.Input[str] elastic_io_resource_size: The specifications of a single elastic resource node. Default Value: `8Core64GB`. Valid values:
|
|
1049
|
+
- `8Core64GB`: If you set `elastic_io_resource_size` to `8Core64GB`, the specifications of an EIU are 24 cores and 192 GB memory.
|
|
1050
|
+
- `12Core96GB`: If you set `elastic_io_resource_size` to `12Core96GB`, the specifications of an EIU are 36 cores and 288 GB memory.
|
|
1041
1051
|
:param pulumi.Input[str] kms_id: The Key Management Service (KMS) ID that is used for disk encryption. `kms_id` is valid only when `disk_encryption` is set to `true`.
|
|
1042
1052
|
:param pulumi.Input[str] maintain_time: The maintenance window of the cluster. Format: hh:mmZ-hh:mmZ.
|
|
1043
1053
|
:param pulumi.Input[str] mode: The mode of the cluster. Valid values: `reserver`, `flexible`.
|
|
@@ -1219,6 +1229,8 @@ class DBCluster(pulumi.CustomResource):
|
|
|
1219
1229
|
:param pulumi.Input[str] disk_performance_level: The ESSD performance level. Default Value: `PL1`. Valid values: `PL1`, `PL2`, `PL3`.
|
|
1220
1230
|
:param pulumi.Input[int] elastic_io_resource: The elastic io resource.
|
|
1221
1231
|
:param pulumi.Input[str] elastic_io_resource_size: The specifications of a single elastic resource node. Default Value: `8Core64GB`. Valid values:
|
|
1232
|
+
- `8Core64GB`: If you set `elastic_io_resource_size` to `8Core64GB`, the specifications of an EIU are 24 cores and 192 GB memory.
|
|
1233
|
+
- `12Core96GB`: If you set `elastic_io_resource_size` to `12Core96GB`, the specifications of an EIU are 36 cores and 288 GB memory.
|
|
1222
1234
|
:param pulumi.Input[str] kms_id: The Key Management Service (KMS) ID that is used for disk encryption. `kms_id` is valid only when `disk_encryption` is set to `true`.
|
|
1223
1235
|
:param pulumi.Input[str] maintain_time: The maintenance window of the cluster. Format: hh:mmZ-hh:mmZ.
|
|
1224
1236
|
:param pulumi.Input[str] mode: The mode of the cluster. Valid values: `reserver`, `flexible`.
|
|
@@ -1389,6 +1401,8 @@ class DBCluster(pulumi.CustomResource):
|
|
|
1389
1401
|
def elastic_io_resource_size(self) -> pulumi.Output[str]:
|
|
1390
1402
|
"""
|
|
1391
1403
|
The specifications of a single elastic resource node. Default Value: `8Core64GB`. Valid values:
|
|
1404
|
+
- `8Core64GB`: If you set `elastic_io_resource_size` to `8Core64GB`, the specifications of an EIU are 24 cores and 192 GB memory.
|
|
1405
|
+
- `12Core96GB`: If you set `elastic_io_resource_size` to `12Core96GB`, the specifications of an EIU are 36 cores and 288 GB memory.
|
|
1392
1406
|
"""
|
|
1393
1407
|
return pulumi.get(self, "elastic_io_resource_size")
|
|
1394
1408
|
|
|
@@ -147,7 +147,7 @@ def get_db_cluster_lake_versions(enable_details: Optional[bool] = None,
|
|
|
147
147
|
:param Sequence[str] ids: A list of DBCluster IDs.
|
|
148
148
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
149
149
|
:param str resource_group_id: The ID of the resource group.
|
|
150
|
-
:param str status: The status of the resource.
|
|
150
|
+
:param str status: The status of the resource. Valid values: `Preparing`, `Creating`, `Restoring`, `Running`, `Deleting`, `ClassChanging`, `NetAddressCreating`, `NetAddressDeleting`.
|
|
151
151
|
"""
|
|
152
152
|
__args__ = dict()
|
|
153
153
|
__args__['enableDetails'] = enable_details
|
|
@@ -203,6 +203,6 @@ def get_db_cluster_lake_versions_output(enable_details: Optional[pulumi.Input[Op
|
|
|
203
203
|
:param Sequence[str] ids: A list of DBCluster IDs.
|
|
204
204
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
205
205
|
:param str resource_group_id: The ID of the resource group.
|
|
206
|
-
:param str status: The status of the resource.
|
|
206
|
+
:param str status: The status of the resource. Valid values: `Preparing`, `Creating`, `Restoring`, `Running`, `Deleting`, `ClassChanging`, `NetAddressCreating`, `NetAddressDeleting`.
|
|
207
207
|
"""
|
|
208
208
|
...
|
pulumi_alicloud/alb/_inputs.py
CHANGED
|
@@ -106,6 +106,9 @@ class AclAclEntryArgs:
|
|
|
106
106
|
:param pulumi.Input[str] description: The description of the ACL entry. The description must be `1` to `256` characters in length, and can contain letters, digits, hyphens (-), forward slashes (/), periods (.),and underscores (_). It can also contain Chinese characters.
|
|
107
107
|
:param pulumi.Input[str] entry: The IP address for the ACL entry.
|
|
108
108
|
:param pulumi.Input[str] status: The status of the ACL entry. Valid values:
|
|
109
|
+
- `Adding`: The ACL entry is being added.
|
|
110
|
+
- `Available`: The ACL entry is added and available.
|
|
111
|
+
- `Removing`: The ACL entry is being removed.
|
|
109
112
|
"""
|
|
110
113
|
if description is not None:
|
|
111
114
|
pulumi.set(__self__, "description", description)
|
|
@@ -143,6 +146,9 @@ class AclAclEntryArgs:
|
|
|
143
146
|
def status(self) -> Optional[pulumi.Input[str]]:
|
|
144
147
|
"""
|
|
145
148
|
The status of the ACL entry. Valid values:
|
|
149
|
+
- `Adding`: The ACL entry is being added.
|
|
150
|
+
- `Available`: The ACL entry is added and available.
|
|
151
|
+
- `Removing`: The ACL entry is being removed.
|
|
146
152
|
"""
|
|
147
153
|
return pulumi.get(self, "status")
|
|
148
154
|
|
|
@@ -1570,6 +1576,15 @@ class RuleRuleConditionArgs:
|
|
|
1570
1576
|
source_ip_config: Optional[pulumi.Input['RuleRuleConditionSourceIpConfigArgs']] = None):
|
|
1571
1577
|
"""
|
|
1572
1578
|
:param pulumi.Input[str] type: The type of the forwarding rule. Valid values:
|
|
1579
|
+
- `Host`: Requests are forwarded based on hosts.
|
|
1580
|
+
- `Path`: Requests are forwarded based on the path.
|
|
1581
|
+
- `Header`: Requests are forwarded based on the HTTP header field.
|
|
1582
|
+
- `QueryString`: Requests are forwarded based on the query string.
|
|
1583
|
+
- `Method`: Request are forwarded based on the request method.
|
|
1584
|
+
- `Cookie`: Requests are forwarded based on the cookie.
|
|
1585
|
+
- `SourceIp`: Requests are forwarded based on the source ip. **NOTE:** The `SourceIp` option is available since 1.162.0.
|
|
1586
|
+
- `ResponseHeader`: Response header. **NOTE:** The `SourceIp` option is available since 1.213.1.
|
|
1587
|
+
- `ResponseStatusCode`: Response status code. **NOTE:** The `SourceIp` option is available since 1.213.1.
|
|
1573
1588
|
:param pulumi.Input['RuleRuleConditionCookieConfigArgs'] cookie_config: The configuration of the cookie. See See `cookie_config` below.
|
|
1574
1589
|
:param pulumi.Input['RuleRuleConditionHeaderConfigArgs'] header_config: The configuration of the header field. See `header_config` below.
|
|
1575
1590
|
:param pulumi.Input['RuleRuleConditionHostConfigArgs'] host_config: The configuration of the host field. See `host_config` below.
|
|
@@ -1605,6 +1620,15 @@ class RuleRuleConditionArgs:
|
|
|
1605
1620
|
def type(self) -> pulumi.Input[str]:
|
|
1606
1621
|
"""
|
|
1607
1622
|
The type of the forwarding rule. Valid values:
|
|
1623
|
+
- `Host`: Requests are forwarded based on hosts.
|
|
1624
|
+
- `Path`: Requests are forwarded based on the path.
|
|
1625
|
+
- `Header`: Requests are forwarded based on the HTTP header field.
|
|
1626
|
+
- `QueryString`: Requests are forwarded based on the query string.
|
|
1627
|
+
- `Method`: Request are forwarded based on the request method.
|
|
1628
|
+
- `Cookie`: Requests are forwarded based on the cookie.
|
|
1629
|
+
- `SourceIp`: Requests are forwarded based on the source ip. **NOTE:** The `SourceIp` option is available since 1.162.0.
|
|
1630
|
+
- `ResponseHeader`: Response header. **NOTE:** The `SourceIp` option is available since 1.213.1.
|
|
1631
|
+
- `ResponseStatusCode`: Response status code. **NOTE:** The `SourceIp` option is available since 1.213.1.
|
|
1608
1632
|
"""
|
|
1609
1633
|
return pulumi.get(self, "type")
|
|
1610
1634
|
|
|
@@ -2175,6 +2199,11 @@ class ServerGroupServerArgs:
|
|
|
2175
2199
|
- If `server_group_type` is set to `Ip`, set the parameter to an IP address specified in the server group.
|
|
2176
2200
|
- If `server_group_type` is set to `Fc`, set the parameter to the Alibaba Cloud Resource Name (ARN) of a function specified in the server group.
|
|
2177
2201
|
:param pulumi.Input[str] server_type: The type of the server. The type of the server. Valid values:
|
|
2202
|
+
- `Ecs`: an ECS instance.
|
|
2203
|
+
- `Eni`: an ENI.
|
|
2204
|
+
- `Eci`: an elastic container instance.
|
|
2205
|
+
- `Ip`(Available since v1.194.0): an IP address.
|
|
2206
|
+
- `Fc`(Available since v1.194.0): a function.
|
|
2178
2207
|
:param pulumi.Input[str] description: The description of the backend server.
|
|
2179
2208
|
:param pulumi.Input[int] port: The port used by the backend server. Valid values: `1` to `65535`. **Note:** This parameter is required if the `server_type` parameter is set to `Ecs`, `Eni`, `Eci`, or `Ip`. You do not need to configure this parameter if you set `server_type` to `Fc`.
|
|
2180
2209
|
:param pulumi.Input[bool] remote_ip_enabled: Specifies whether to enable the remote IP address feature. You can specify up to 40 servers in each call. **Note:** If `server_type` is set to `Ip`, this parameter is available.
|
|
@@ -2217,6 +2246,11 @@ class ServerGroupServerArgs:
|
|
|
2217
2246
|
def server_type(self) -> pulumi.Input[str]:
|
|
2218
2247
|
"""
|
|
2219
2248
|
The type of the server. The type of the server. Valid values:
|
|
2249
|
+
- `Ecs`: an ECS instance.
|
|
2250
|
+
- `Eni`: an ENI.
|
|
2251
|
+
- `Eci`: an elastic container instance.
|
|
2252
|
+
- `Ip`(Available since v1.194.0): an IP address.
|
|
2253
|
+
- `Fc`(Available since v1.194.0): a function.
|
|
2220
2254
|
"""
|
|
2221
2255
|
return pulumi.get(self, "server_type")
|
|
2222
2256
|
|
pulumi_alicloud/alb/get_acls.py
CHANGED
|
@@ -171,7 +171,7 @@ def get_acls(acl_ids: Optional[Sequence[str]] = None,
|
|
|
171
171
|
:param str name_regex: A regex string to filter results by Acl name.
|
|
172
172
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
173
173
|
:param str resource_group_id: Resource Group to Which the Number.
|
|
174
|
-
:param str status: The state of the ACL. Valid values:`Provisioning
|
|
174
|
+
:param str status: The state of the ACL. Valid values:`Provisioning`,`Available`and`Configuring`. `Provisioning`: The ACL is being created. `Available`: The ACL is available. `Configuring`: The ACL is being configured.
|
|
175
175
|
"""
|
|
176
176
|
__args__ = dict()
|
|
177
177
|
__args__['aclIds'] = acl_ids
|
|
@@ -236,6 +236,6 @@ def get_acls_output(acl_ids: Optional[pulumi.Input[Optional[Sequence[str]]]] = N
|
|
|
236
236
|
:param str name_regex: A regex string to filter results by Acl name.
|
|
237
237
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
238
238
|
:param str resource_group_id: Resource Group to Which the Number.
|
|
239
|
-
:param str status: The state of the ACL. Valid values:`Provisioning
|
|
239
|
+
:param str status: The state of the ACL. Valid values:`Provisioning`,`Available`and`Configuring`. `Provisioning`: The ACL is being created. `Available`: The ACL is available. `Configuring`: The ACL is being configured.
|
|
240
240
|
"""
|
|
241
241
|
...
|
|
@@ -169,8 +169,8 @@ def get_security_policies(ids: Optional[Sequence[str]] = None,
|
|
|
169
169
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
170
170
|
:param str resource_group_id: The ID of the resource group.
|
|
171
171
|
:param Sequence[str] security_policy_ids: The security policy ids.
|
|
172
|
-
:param str security_policy_name: The name of the resource.
|
|
173
|
-
:param str status: The status of the resource.
|
|
172
|
+
:param str security_policy_name: The name of the resource.
|
|
173
|
+
:param str status: The status of the resource. Valid values : `Available`, `Configuring`.
|
|
174
174
|
"""
|
|
175
175
|
__args__ = dict()
|
|
176
176
|
__args__['ids'] = ids
|
|
@@ -233,7 +233,7 @@ def get_security_policies_output(ids: Optional[pulumi.Input[Optional[Sequence[st
|
|
|
233
233
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
234
234
|
:param str resource_group_id: The ID of the resource group.
|
|
235
235
|
:param Sequence[str] security_policy_ids: The security policy ids.
|
|
236
|
-
:param str security_policy_name: The name of the resource.
|
|
237
|
-
:param str status: The status of the resource.
|
|
236
|
+
:param str security_policy_name: The name of the resource.
|
|
237
|
+
:param str status: The status of the resource. Valid values : `Available`, `Configuring`.
|
|
238
238
|
"""
|
|
239
239
|
...
|