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
pulumi_alicloud/ecs/ecs_disk.py
CHANGED
|
@@ -55,7 +55,10 @@ class EcsDiskArgs:
|
|
|
55
55
|
:param pulumi.Input[str] kms_key_id: The ID of the KMS key corresponding to the data disk, The specified parameter `Encrypted` must be `true` when KmsKeyId is not empty.
|
|
56
56
|
:param pulumi.Input[str] name: Field `name` has been deprecated from provider version 1.122.0. New field `disk_name` instead.
|
|
57
57
|
:param pulumi.Input[str] payment_type: Payment method for disk. Valid values: `PayAsYouGo`, `Subscription`. Default to `PayAsYouGo`. If you want to change the disk payment type, the `instance_id` is required.
|
|
58
|
-
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
58
|
+
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
59
|
+
* `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
|
|
60
|
+
* `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
|
|
61
|
+
* `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
|
|
59
62
|
:param pulumi.Input[str] resource_group_id: The Id of resource group which the disk belongs. This attribute only supports adding or updating, not destroying.
|
|
60
63
|
:param pulumi.Input[int] size: The size of the disk in GiBs. When resize the disk, the new size must be greater than the former value, or you would get an error `InvalidDiskSize.TooSmall`.
|
|
61
64
|
:param pulumi.Input[str] snapshot_id: A snapshot to base the disk off of. If the disk size required by snapshot is greater than `size`, the `size` will be ignored, conflict with `encrypted`.
|
|
@@ -306,7 +309,10 @@ class EcsDiskArgs:
|
|
|
306
309
|
@pulumi.getter(name="performanceLevel")
|
|
307
310
|
def performance_level(self) -> Optional[pulumi.Input[str]]:
|
|
308
311
|
"""
|
|
309
|
-
Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
312
|
+
Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
313
|
+
* `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
|
|
314
|
+
* `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
|
|
315
|
+
* `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
|
|
310
316
|
"""
|
|
311
317
|
return pulumi.get(self, "performance_level")
|
|
312
318
|
|
|
@@ -456,7 +462,10 @@ class _EcsDiskState:
|
|
|
456
462
|
:param pulumi.Input[str] kms_key_id: The ID of the KMS key corresponding to the data disk, The specified parameter `Encrypted` must be `true` when KmsKeyId is not empty.
|
|
457
463
|
:param pulumi.Input[str] name: Field `name` has been deprecated from provider version 1.122.0. New field `disk_name` instead.
|
|
458
464
|
:param pulumi.Input[str] payment_type: Payment method for disk. Valid values: `PayAsYouGo`, `Subscription`. Default to `PayAsYouGo`. If you want to change the disk payment type, the `instance_id` is required.
|
|
459
|
-
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
465
|
+
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
466
|
+
* `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
|
|
467
|
+
* `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
|
|
468
|
+
* `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
|
|
460
469
|
:param pulumi.Input[str] resource_group_id: The Id of resource group which the disk belongs. This attribute only supports adding or updating, not destroying.
|
|
461
470
|
:param pulumi.Input[int] size: The size of the disk in GiBs. When resize the disk, the new size must be greater than the former value, or you would get an error `InvalidDiskSize.TooSmall`.
|
|
462
471
|
:param pulumi.Input[str] snapshot_id: A snapshot to base the disk off of. If the disk size required by snapshot is greater than `size`, the `size` will be ignored, conflict with `encrypted`.
|
|
@@ -710,7 +719,10 @@ class _EcsDiskState:
|
|
|
710
719
|
@pulumi.getter(name="performanceLevel")
|
|
711
720
|
def performance_level(self) -> Optional[pulumi.Input[str]]:
|
|
712
721
|
"""
|
|
713
|
-
Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
722
|
+
Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
723
|
+
* `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
|
|
724
|
+
* `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
|
|
725
|
+
* `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
|
|
714
726
|
"""
|
|
715
727
|
return pulumi.get(self, "performance_level")
|
|
716
728
|
|
|
@@ -883,7 +895,10 @@ class EcsDisk(pulumi.CustomResource):
|
|
|
883
895
|
:param pulumi.Input[str] kms_key_id: The ID of the KMS key corresponding to the data disk, The specified parameter `Encrypted` must be `true` when KmsKeyId is not empty.
|
|
884
896
|
:param pulumi.Input[str] name: Field `name` has been deprecated from provider version 1.122.0. New field `disk_name` instead.
|
|
885
897
|
:param pulumi.Input[str] payment_type: Payment method for disk. Valid values: `PayAsYouGo`, `Subscription`. Default to `PayAsYouGo`. If you want to change the disk payment type, the `instance_id` is required.
|
|
886
|
-
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
898
|
+
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
899
|
+
* `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
|
|
900
|
+
* `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
|
|
901
|
+
* `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
|
|
887
902
|
:param pulumi.Input[str] resource_group_id: The Id of resource group which the disk belongs. This attribute only supports adding or updating, not destroying.
|
|
888
903
|
:param pulumi.Input[int] size: The size of the disk in GiBs. When resize the disk, the new size must be greater than the former value, or you would get an error `InvalidDiskSize.TooSmall`.
|
|
889
904
|
:param pulumi.Input[str] snapshot_id: A snapshot to base the disk off of. If the disk size required by snapshot is greater than `size`, the `size` will be ignored, conflict with `encrypted`.
|
|
@@ -1038,7 +1053,10 @@ class EcsDisk(pulumi.CustomResource):
|
|
|
1038
1053
|
:param pulumi.Input[str] kms_key_id: The ID of the KMS key corresponding to the data disk, The specified parameter `Encrypted` must be `true` when KmsKeyId is not empty.
|
|
1039
1054
|
:param pulumi.Input[str] name: Field `name` has been deprecated from provider version 1.122.0. New field `disk_name` instead.
|
|
1040
1055
|
:param pulumi.Input[str] payment_type: Payment method for disk. Valid values: `PayAsYouGo`, `Subscription`. Default to `PayAsYouGo`. If you want to change the disk payment type, the `instance_id` is required.
|
|
1041
|
-
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
1056
|
+
:param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
1057
|
+
* `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
|
|
1058
|
+
* `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
|
|
1059
|
+
* `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
|
|
1042
1060
|
:param pulumi.Input[str] resource_group_id: The Id of resource group which the disk belongs. This attribute only supports adding or updating, not destroying.
|
|
1043
1061
|
:param pulumi.Input[int] size: The size of the disk in GiBs. When resize the disk, the new size must be greater than the former value, or you would get an error `InvalidDiskSize.TooSmall`.
|
|
1044
1062
|
:param pulumi.Input[str] snapshot_id: A snapshot to base the disk off of. If the disk size required by snapshot is greater than `size`, the `size` will be ignored, conflict with `encrypted`.
|
|
@@ -1206,7 +1224,10 @@ class EcsDisk(pulumi.CustomResource):
|
|
|
1206
1224
|
@pulumi.getter(name="performanceLevel")
|
|
1207
1225
|
def performance_level(self) -> pulumi.Output[str]:
|
|
1208
1226
|
"""
|
|
1209
|
-
Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
1227
|
+
Specifies the performance level of an ESSD when you create the ESSD. Valid values:
|
|
1228
|
+
* `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
|
|
1229
|
+
* `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
|
|
1230
|
+
* `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
|
|
1210
1231
|
"""
|
|
1211
1232
|
return pulumi.get(self, "performance_level")
|
|
1212
1233
|
|
|
@@ -98,8 +98,13 @@ class EcsInstanceSetArgs:
|
|
|
98
98
|
:param pulumi.Input[str] ram_role_name: The Instance RAM role name.
|
|
99
99
|
:param pulumi.Input[str] resource_group_id: The ID of resource group which the instance belongs.
|
|
100
100
|
:param pulumi.Input[str] security_enhancement_strategy: The security enhancement strategy.
|
|
101
|
+
- `Active`: Enable security enhancement strategy, it only works on system images.
|
|
102
|
+
- `Deactive`: Disable security enhancement strategy, it works on all images.
|
|
101
103
|
:param pulumi.Input[float] spot_price_limit: The hourly price threshold of a instance, and it takes effect only when parameter 'spot_strategy' is 'SpotWithPriceLimit'. Three decimals is allowed at most.
|
|
102
104
|
:param pulumi.Input[str] spot_strategy: The spot strategy of a Pay-As-You-Go instance, and it takes effect only when parameter `instance_charge_type` is 'PostPaid'.
|
|
105
|
+
- `NoSpot`: A regular Pay-As-You-Go instance.
|
|
106
|
+
- `SpotWithPriceLimit`: A price threshold for a spot instance.
|
|
107
|
+
- `SpotAsPriceGo`: A price that is based on the highest Pay-As-You-Go instance
|
|
103
108
|
:param pulumi.Input[str] system_disk_auto_snapshot_policy_id: The ID of the automatic snapshot policy applied to the system disk.
|
|
104
109
|
:param pulumi.Input[str] system_disk_category: The category of the system disk. Valid values are `cloud_efficiency`, `cloud_ssd`, `cloud_essd`, `cloud`.
|
|
105
110
|
:param pulumi.Input[str] system_disk_description: The description of the system disk. The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.
|
|
@@ -578,6 +583,8 @@ class EcsInstanceSetArgs:
|
|
|
578
583
|
def security_enhancement_strategy(self) -> Optional[pulumi.Input[str]]:
|
|
579
584
|
"""
|
|
580
585
|
The security enhancement strategy.
|
|
586
|
+
- `Active`: Enable security enhancement strategy, it only works on system images.
|
|
587
|
+
- `Deactive`: Disable security enhancement strategy, it works on all images.
|
|
581
588
|
"""
|
|
582
589
|
return pulumi.get(self, "security_enhancement_strategy")
|
|
583
590
|
|
|
@@ -602,6 +609,9 @@ class EcsInstanceSetArgs:
|
|
|
602
609
|
def spot_strategy(self) -> Optional[pulumi.Input[str]]:
|
|
603
610
|
"""
|
|
604
611
|
The spot strategy of a Pay-As-You-Go instance, and it takes effect only when parameter `instance_charge_type` is 'PostPaid'.
|
|
612
|
+
- `NoSpot`: A regular Pay-As-You-Go instance.
|
|
613
|
+
- `SpotWithPriceLimit`: A price threshold for a spot instance.
|
|
614
|
+
- `SpotAsPriceGo`: A price that is based on the highest Pay-As-You-Go instance
|
|
605
615
|
"""
|
|
606
616
|
return pulumi.get(self, "spot_strategy")
|
|
607
617
|
|
|
@@ -816,9 +826,14 @@ class _EcsInstanceSetState:
|
|
|
816
826
|
:param pulumi.Input[str] ram_role_name: The Instance RAM role name.
|
|
817
827
|
:param pulumi.Input[str] resource_group_id: The ID of resource group which the instance belongs.
|
|
818
828
|
:param pulumi.Input[str] security_enhancement_strategy: The security enhancement strategy.
|
|
829
|
+
- `Active`: Enable security enhancement strategy, it only works on system images.
|
|
830
|
+
- `Deactive`: Disable security enhancement strategy, it works on all images.
|
|
819
831
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: A list of security group ids to associate with.
|
|
820
832
|
:param pulumi.Input[float] spot_price_limit: The hourly price threshold of a instance, and it takes effect only when parameter 'spot_strategy' is 'SpotWithPriceLimit'. Three decimals is allowed at most.
|
|
821
833
|
:param pulumi.Input[str] spot_strategy: The spot strategy of a Pay-As-You-Go instance, and it takes effect only when parameter `instance_charge_type` is 'PostPaid'.
|
|
834
|
+
- `NoSpot`: A regular Pay-As-You-Go instance.
|
|
835
|
+
- `SpotWithPriceLimit`: A price threshold for a spot instance.
|
|
836
|
+
- `SpotAsPriceGo`: A price that is based on the highest Pay-As-You-Go instance
|
|
822
837
|
:param pulumi.Input[str] system_disk_auto_snapshot_policy_id: The ID of the automatic snapshot policy applied to the system disk.
|
|
823
838
|
:param pulumi.Input[str] system_disk_category: The category of the system disk. Valid values are `cloud_efficiency`, `cloud_ssd`, `cloud_essd`, `cloud`.
|
|
824
839
|
:param pulumi.Input[str] system_disk_description: The description of the system disk. The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.
|
|
@@ -1302,6 +1317,8 @@ class _EcsInstanceSetState:
|
|
|
1302
1317
|
def security_enhancement_strategy(self) -> Optional[pulumi.Input[str]]:
|
|
1303
1318
|
"""
|
|
1304
1319
|
The security enhancement strategy.
|
|
1320
|
+
- `Active`: Enable security enhancement strategy, it only works on system images.
|
|
1321
|
+
- `Deactive`: Disable security enhancement strategy, it works on all images.
|
|
1305
1322
|
"""
|
|
1306
1323
|
return pulumi.get(self, "security_enhancement_strategy")
|
|
1307
1324
|
|
|
@@ -1338,6 +1355,9 @@ class _EcsInstanceSetState:
|
|
|
1338
1355
|
def spot_strategy(self) -> Optional[pulumi.Input[str]]:
|
|
1339
1356
|
"""
|
|
1340
1357
|
The spot strategy of a Pay-As-You-Go instance, and it takes effect only when parameter `instance_charge_type` is 'PostPaid'.
|
|
1358
|
+
- `NoSpot`: A regular Pay-As-You-Go instance.
|
|
1359
|
+
- `SpotWithPriceLimit`: A price threshold for a spot instance.
|
|
1360
|
+
- `SpotAsPriceGo`: A price that is based on the highest Pay-As-You-Go instance
|
|
1341
1361
|
"""
|
|
1342
1362
|
return pulumi.get(self, "spot_strategy")
|
|
1343
1363
|
|
|
@@ -1609,9 +1629,14 @@ class EcsInstanceSet(pulumi.CustomResource):
|
|
|
1609
1629
|
:param pulumi.Input[str] ram_role_name: The Instance RAM role name.
|
|
1610
1630
|
:param pulumi.Input[str] resource_group_id: The ID of resource group which the instance belongs.
|
|
1611
1631
|
:param pulumi.Input[str] security_enhancement_strategy: The security enhancement strategy.
|
|
1632
|
+
- `Active`: Enable security enhancement strategy, it only works on system images.
|
|
1633
|
+
- `Deactive`: Disable security enhancement strategy, it works on all images.
|
|
1612
1634
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: A list of security group ids to associate with.
|
|
1613
1635
|
:param pulumi.Input[float] spot_price_limit: The hourly price threshold of a instance, and it takes effect only when parameter 'spot_strategy' is 'SpotWithPriceLimit'. Three decimals is allowed at most.
|
|
1614
1636
|
:param pulumi.Input[str] spot_strategy: The spot strategy of a Pay-As-You-Go instance, and it takes effect only when parameter `instance_charge_type` is 'PostPaid'.
|
|
1637
|
+
- `NoSpot`: A regular Pay-As-You-Go instance.
|
|
1638
|
+
- `SpotWithPriceLimit`: A price threshold for a spot instance.
|
|
1639
|
+
- `SpotAsPriceGo`: A price that is based on the highest Pay-As-You-Go instance
|
|
1615
1640
|
:param pulumi.Input[str] system_disk_auto_snapshot_policy_id: The ID of the automatic snapshot policy applied to the system disk.
|
|
1616
1641
|
:param pulumi.Input[str] system_disk_category: The category of the system disk. Valid values are `cloud_efficiency`, `cloud_ssd`, `cloud_essd`, `cloud`.
|
|
1617
1642
|
:param pulumi.Input[str] system_disk_description: The description of the system disk. The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.
|
|
@@ -1904,9 +1929,14 @@ class EcsInstanceSet(pulumi.CustomResource):
|
|
|
1904
1929
|
:param pulumi.Input[str] ram_role_name: The Instance RAM role name.
|
|
1905
1930
|
:param pulumi.Input[str] resource_group_id: The ID of resource group which the instance belongs.
|
|
1906
1931
|
:param pulumi.Input[str] security_enhancement_strategy: The security enhancement strategy.
|
|
1932
|
+
- `Active`: Enable security enhancement strategy, it only works on system images.
|
|
1933
|
+
- `Deactive`: Disable security enhancement strategy, it works on all images.
|
|
1907
1934
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: A list of security group ids to associate with.
|
|
1908
1935
|
:param pulumi.Input[float] spot_price_limit: The hourly price threshold of a instance, and it takes effect only when parameter 'spot_strategy' is 'SpotWithPriceLimit'. Three decimals is allowed at most.
|
|
1909
1936
|
:param pulumi.Input[str] spot_strategy: The spot strategy of a Pay-As-You-Go instance, and it takes effect only when parameter `instance_charge_type` is 'PostPaid'.
|
|
1937
|
+
- `NoSpot`: A regular Pay-As-You-Go instance.
|
|
1938
|
+
- `SpotWithPriceLimit`: A price threshold for a spot instance.
|
|
1939
|
+
- `SpotAsPriceGo`: A price that is based on the highest Pay-As-You-Go instance
|
|
1910
1940
|
:param pulumi.Input[str] system_disk_auto_snapshot_policy_id: The ID of the automatic snapshot policy applied to the system disk.
|
|
1911
1941
|
:param pulumi.Input[str] system_disk_category: The category of the system disk. Valid values are `cloud_efficiency`, `cloud_ssd`, `cloud_essd`, `cloud`.
|
|
1912
1942
|
:param pulumi.Input[str] system_disk_description: The description of the system disk. The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.
|
|
@@ -2226,6 +2256,8 @@ class EcsInstanceSet(pulumi.CustomResource):
|
|
|
2226
2256
|
def security_enhancement_strategy(self) -> pulumi.Output[Optional[str]]:
|
|
2227
2257
|
"""
|
|
2228
2258
|
The security enhancement strategy.
|
|
2259
|
+
- `Active`: Enable security enhancement strategy, it only works on system images.
|
|
2260
|
+
- `Deactive`: Disable security enhancement strategy, it works on all images.
|
|
2229
2261
|
"""
|
|
2230
2262
|
return pulumi.get(self, "security_enhancement_strategy")
|
|
2231
2263
|
|
|
@@ -2250,6 +2282,9 @@ class EcsInstanceSet(pulumi.CustomResource):
|
|
|
2250
2282
|
def spot_strategy(self) -> pulumi.Output[str]:
|
|
2251
2283
|
"""
|
|
2252
2284
|
The spot strategy of a Pay-As-You-Go instance, and it takes effect only when parameter `instance_charge_type` is 'PostPaid'.
|
|
2285
|
+
- `NoSpot`: A regular Pay-As-You-Go instance.
|
|
2286
|
+
- `SpotWithPriceLimit`: A price threshold for a spot instance.
|
|
2287
|
+
- `SpotAsPriceGo`: A price that is based on the highest Pay-As-You-Go instance
|
|
2253
2288
|
"""
|
|
2254
2289
|
return pulumi.get(self, "spot_strategy")
|
|
2255
2290
|
|
|
@@ -58,7 +58,18 @@ class EipAddressArgs:
|
|
|
58
58
|
- **PayByBandwidth**: billed by fixed bandwidth.
|
|
59
59
|
- **PayByTraffic**: Billing by traffic.
|
|
60
60
|
:param pulumi.Input[str] ip_address: The IP address of the EIP.
|
|
61
|
-
:param pulumi.Input[str] isp: The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
|
|
61
|
+
:param pulumi.Input[str] isp: The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
|
|
62
|
+
- `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
|
|
63
|
+
- `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
|
|
64
|
+
- `ChinaTelecom`: China Telecom.
|
|
65
|
+
- `ChinaUnicom`: China Unicom.
|
|
66
|
+
- `ChinaMobile`: China Mobile.
|
|
67
|
+
- `ChinaTelecom_L2`: China Telecom L2.
|
|
68
|
+
- `ChinaUnicom_L2`: China Unicom L2.
|
|
69
|
+
- `ChinaMobile_L2`: China Mobile L2.
|
|
70
|
+
- `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
|
|
71
|
+
- `BGP_International`: BGP_International.
|
|
72
|
+
> **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
|
|
62
73
|
:param pulumi.Input[str] log_project: The Name of the logging service LogProject. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
|
|
63
74
|
:param pulumi.Input[str] log_store: The Name of the logging service LogStore. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
|
|
64
75
|
:param pulumi.Input[str] mode: Binding mode, value:
|
|
@@ -282,7 +293,18 @@ class EipAddressArgs:
|
|
|
282
293
|
@pulumi.getter
|
|
283
294
|
def isp(self) -> Optional[pulumi.Input[str]]:
|
|
284
295
|
"""
|
|
285
|
-
The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
|
|
296
|
+
The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
|
|
297
|
+
- `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
|
|
298
|
+
- `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
|
|
299
|
+
- `ChinaTelecom`: China Telecom.
|
|
300
|
+
- `ChinaUnicom`: China Unicom.
|
|
301
|
+
- `ChinaMobile`: China Mobile.
|
|
302
|
+
- `ChinaTelecom_L2`: China Telecom L2.
|
|
303
|
+
- `ChinaUnicom_L2`: China Unicom L2.
|
|
304
|
+
- `ChinaMobile_L2`: China Mobile L2.
|
|
305
|
+
- `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
|
|
306
|
+
- `BGP_International`: BGP_International.
|
|
307
|
+
> **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
|
|
286
308
|
"""
|
|
287
309
|
return pulumi.get(self, "isp")
|
|
288
310
|
|
|
@@ -507,7 +529,18 @@ class _EipAddressState:
|
|
|
507
529
|
- **PayByBandwidth**: billed by fixed bandwidth.
|
|
508
530
|
- **PayByTraffic**: Billing by traffic.
|
|
509
531
|
:param pulumi.Input[str] ip_address: The IP address of the EIP.
|
|
510
|
-
:param pulumi.Input[str] isp: The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
|
|
532
|
+
:param pulumi.Input[str] isp: The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
|
|
533
|
+
- `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
|
|
534
|
+
- `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
|
|
535
|
+
- `ChinaTelecom`: China Telecom.
|
|
536
|
+
- `ChinaUnicom`: China Unicom.
|
|
537
|
+
- `ChinaMobile`: China Mobile.
|
|
538
|
+
- `ChinaTelecom_L2`: China Telecom L2.
|
|
539
|
+
- `ChinaUnicom_L2`: China Unicom L2.
|
|
540
|
+
- `ChinaMobile_L2`: China Mobile L2.
|
|
541
|
+
- `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
|
|
542
|
+
- `BGP_International`: BGP_International.
|
|
543
|
+
> **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
|
|
511
544
|
:param pulumi.Input[str] log_project: The Name of the logging service LogProject. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
|
|
512
545
|
:param pulumi.Input[str] log_store: The Name of the logging service LogStore. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
|
|
513
546
|
:param pulumi.Input[str] mode: Binding mode, value:
|
|
@@ -748,7 +781,18 @@ class _EipAddressState:
|
|
|
748
781
|
@pulumi.getter
|
|
749
782
|
def isp(self) -> Optional[pulumi.Input[str]]:
|
|
750
783
|
"""
|
|
751
|
-
The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
|
|
784
|
+
The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
|
|
785
|
+
- `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
|
|
786
|
+
- `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
|
|
787
|
+
- `ChinaTelecom`: China Telecom.
|
|
788
|
+
- `ChinaUnicom`: China Unicom.
|
|
789
|
+
- `ChinaMobile`: China Mobile.
|
|
790
|
+
- `ChinaTelecom_L2`: China Telecom L2.
|
|
791
|
+
- `ChinaUnicom_L2`: China Unicom L2.
|
|
792
|
+
- `ChinaMobile_L2`: China Mobile L2.
|
|
793
|
+
- `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
|
|
794
|
+
- `BGP_International`: BGP_International.
|
|
795
|
+
> **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
|
|
752
796
|
"""
|
|
753
797
|
return pulumi.get(self, "isp")
|
|
754
798
|
|
|
@@ -994,7 +1038,18 @@ class EipAddress(pulumi.CustomResource):
|
|
|
994
1038
|
- **PayByBandwidth**: billed by fixed bandwidth.
|
|
995
1039
|
- **PayByTraffic**: Billing by traffic.
|
|
996
1040
|
:param pulumi.Input[str] ip_address: The IP address of the EIP.
|
|
997
|
-
:param pulumi.Input[str] isp: The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
|
|
1041
|
+
:param pulumi.Input[str] isp: The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
|
|
1042
|
+
- `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
|
|
1043
|
+
- `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
|
|
1044
|
+
- `ChinaTelecom`: China Telecom.
|
|
1045
|
+
- `ChinaUnicom`: China Unicom.
|
|
1046
|
+
- `ChinaMobile`: China Mobile.
|
|
1047
|
+
- `ChinaTelecom_L2`: China Telecom L2.
|
|
1048
|
+
- `ChinaUnicom_L2`: China Unicom L2.
|
|
1049
|
+
- `ChinaMobile_L2`: China Mobile L2.
|
|
1050
|
+
- `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
|
|
1051
|
+
- `BGP_International`: BGP_International.
|
|
1052
|
+
> **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
|
|
998
1053
|
:param pulumi.Input[str] log_project: The Name of the logging service LogProject. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
|
|
999
1054
|
:param pulumi.Input[str] log_store: The Name of the logging service LogStore. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
|
|
1000
1055
|
:param pulumi.Input[str] mode: Binding mode, value:
|
|
@@ -1169,7 +1224,18 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1169
1224
|
- **PayByBandwidth**: billed by fixed bandwidth.
|
|
1170
1225
|
- **PayByTraffic**: Billing by traffic.
|
|
1171
1226
|
:param pulumi.Input[str] ip_address: The IP address of the EIP.
|
|
1172
|
-
:param pulumi.Input[str] isp: The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
|
|
1227
|
+
:param pulumi.Input[str] isp: The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
|
|
1228
|
+
- `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
|
|
1229
|
+
- `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
|
|
1230
|
+
- `ChinaTelecom`: China Telecom.
|
|
1231
|
+
- `ChinaUnicom`: China Unicom.
|
|
1232
|
+
- `ChinaMobile`: China Mobile.
|
|
1233
|
+
- `ChinaTelecom_L2`: China Telecom L2.
|
|
1234
|
+
- `ChinaUnicom_L2`: China Unicom L2.
|
|
1235
|
+
- `ChinaMobile_L2`: China Mobile L2.
|
|
1236
|
+
- `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
|
|
1237
|
+
- `BGP_International`: BGP_International.
|
|
1238
|
+
> **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
|
|
1173
1239
|
:param pulumi.Input[str] log_project: The Name of the logging service LogProject. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
|
|
1174
1240
|
:param pulumi.Input[str] log_store: The Name of the logging service LogStore. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
|
|
1175
1241
|
:param pulumi.Input[str] mode: Binding mode, value:
|
|
@@ -1334,7 +1400,18 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1334
1400
|
@pulumi.getter
|
|
1335
1401
|
def isp(self) -> pulumi.Output[str]:
|
|
1336
1402
|
"""
|
|
1337
|
-
The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
|
|
1403
|
+
The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
|
|
1404
|
+
- `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
|
|
1405
|
+
- `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
|
|
1406
|
+
- `ChinaTelecom`: China Telecom.
|
|
1407
|
+
- `ChinaUnicom`: China Unicom.
|
|
1408
|
+
- `ChinaMobile`: China Mobile.
|
|
1409
|
+
- `ChinaTelecom_L2`: China Telecom L2.
|
|
1410
|
+
- `ChinaUnicom_L2`: China Unicom L2.
|
|
1411
|
+
- `ChinaMobile_L2`: China Mobile L2.
|
|
1412
|
+
- `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
|
|
1413
|
+
- `BGP_International`: BGP_International.
|
|
1414
|
+
> **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
|
|
1338
1415
|
"""
|
|
1339
1416
|
return pulumi.get(self, "isp")
|
|
1340
1417
|
|
|
@@ -136,7 +136,7 @@ def get_auto_snapshot_policies(ids: Optional[Sequence[str]] = None,
|
|
|
136
136
|
:param Sequence[str] ids: A list of Auto Snapshot Policy IDs.
|
|
137
137
|
:param str name_regex: A regex string to filter results by Auto Snapshot Policy name.
|
|
138
138
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
139
|
-
:param str status: The status of Auto Snapshot Policy.
|
|
139
|
+
:param str status: The status of Auto Snapshot Policy. Valid Values: `Expire`, `Normal`.
|
|
140
140
|
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
141
141
|
"""
|
|
142
142
|
__args__ = dict()
|
|
@@ -188,7 +188,7 @@ def get_auto_snapshot_policies_output(ids: Optional[pulumi.Input[Optional[Sequen
|
|
|
188
188
|
:param Sequence[str] ids: A list of Auto Snapshot Policy IDs.
|
|
189
189
|
:param str name_regex: A regex string to filter results by Auto Snapshot Policy name.
|
|
190
190
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
191
|
-
:param str status: The status of Auto Snapshot Policy.
|
|
191
|
+
:param str status: The status of Auto Snapshot Policy. Valid Values: `Expire`, `Normal`.
|
|
192
192
|
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
193
193
|
"""
|
|
194
194
|
...
|
|
@@ -167,10 +167,10 @@ def get_commands(command_provider: Optional[str] = None,
|
|
|
167
167
|
:param str content_encoding: The Base64-encoded content of the command.
|
|
168
168
|
:param str description: The description of command.
|
|
169
169
|
:param Sequence[str] ids: A list of Command IDs.
|
|
170
|
-
:param str name: The name of the command
|
|
170
|
+
:param str name: The name of the command.
|
|
171
171
|
:param str name_regex: A regex string to filter results by Command name.
|
|
172
172
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
173
|
-
:param str type: The command type.
|
|
173
|
+
:param str type: The command type. Valid Values: `RunBatScript`, `RunPowerShellScript` and `RunShellScript`.
|
|
174
174
|
"""
|
|
175
175
|
__args__ = dict()
|
|
176
176
|
__args__['commandProvider'] = command_provider
|
|
@@ -231,9 +231,9 @@ def get_commands_output(command_provider: Optional[pulumi.Input[Optional[str]]]
|
|
|
231
231
|
:param str content_encoding: The Base64-encoded content of the command.
|
|
232
232
|
:param str description: The description of command.
|
|
233
233
|
:param Sequence[str] ids: A list of Command IDs.
|
|
234
|
-
:param str name: The name of the command
|
|
234
|
+
:param str name: The name of the command.
|
|
235
235
|
:param str name_regex: A regex string to filter results by Command name.
|
|
236
236
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
237
|
-
:param str type: The command type.
|
|
237
|
+
:param str type: The command type. Valid Values: `RunBatScript`, `RunPowerShellScript` and `RunShellScript`.
|
|
238
238
|
"""
|
|
239
239
|
...
|
|
@@ -138,7 +138,7 @@ def get_ecs_deployment_sets(deployment_set_name: Optional[str] = None,
|
|
|
138
138
|
:param Sequence[str] ids: A list of Deployment Set IDs.
|
|
139
139
|
:param str name_regex: A regex string to filter results by Deployment Set name.
|
|
140
140
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
141
|
-
:param str strategy: The deployment strategy.
|
|
141
|
+
:param str strategy: The deployment strategy. Valid values: `Availability`.
|
|
142
142
|
"""
|
|
143
143
|
__args__ = dict()
|
|
144
144
|
__args__['deploymentSetName'] = deployment_set_name
|
|
@@ -191,6 +191,6 @@ def get_ecs_deployment_sets_output(deployment_set_name: Optional[pulumi.Input[Op
|
|
|
191
191
|
:param Sequence[str] ids: A list of Deployment Set IDs.
|
|
192
192
|
:param str name_regex: A regex string to filter results by Deployment Set name.
|
|
193
193
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
194
|
-
:param str strategy: The deployment strategy.
|
|
194
|
+
:param str strategy: The deployment strategy. Valid values: `Availability`.
|
|
195
195
|
"""
|
|
196
196
|
...
|
|
@@ -155,12 +155,14 @@ def get_ecs_image_components(ids: Optional[Sequence[str]] = None,
|
|
|
155
155
|
|
|
156
156
|
|
|
157
157
|
:param Sequence[str] ids: A list of Image Component IDs.
|
|
158
|
-
:param str image_component_name: The name of the
|
|
158
|
+
:param str image_component_name: The name of the component.
|
|
159
159
|
:param str name_regex: A regex string to filter results by Image Component name.
|
|
160
160
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
161
|
-
:param str owner:
|
|
161
|
+
:param str owner: Mirror component type. Valid values: `SELF` or `ALIYUN`. Possible values:
|
|
162
|
+
- SELF: The custom image component you created.
|
|
163
|
+
- ALIYUN: System components provided by Alibaba Cloud.
|
|
162
164
|
:param str resource_group_id: The ID of the resource group.
|
|
163
|
-
:param Mapping[str, Any] tags:
|
|
165
|
+
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
164
166
|
"""
|
|
165
167
|
__args__ = dict()
|
|
166
168
|
__args__['ids'] = ids
|
|
@@ -216,11 +218,13 @@ def get_ecs_image_components_output(ids: Optional[pulumi.Input[Optional[Sequence
|
|
|
216
218
|
|
|
217
219
|
|
|
218
220
|
:param Sequence[str] ids: A list of Image Component IDs.
|
|
219
|
-
:param str image_component_name: The name of the
|
|
221
|
+
:param str image_component_name: The name of the component.
|
|
220
222
|
:param str name_regex: A regex string to filter results by Image Component name.
|
|
221
223
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
222
|
-
:param str owner:
|
|
224
|
+
:param str owner: Mirror component type. Valid values: `SELF` or `ALIYUN`. Possible values:
|
|
225
|
+
- SELF: The custom image component you created.
|
|
226
|
+
- ALIYUN: System components provided by Alibaba Cloud.
|
|
223
227
|
:param str resource_group_id: The ID of the resource group.
|
|
224
|
-
:param Mapping[str, Any] tags:
|
|
228
|
+
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
225
229
|
"""
|
|
226
230
|
...
|
|
@@ -159,8 +159,7 @@ def get_ecs_key_pairs(finger_print: Optional[str] = None,
|
|
|
159
159
|
:param Sequence[str] ids: A list of Key Pair IDs.
|
|
160
160
|
:param str name_regex: A regex string to filter results by Key Pair name.
|
|
161
161
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
162
|
-
:param str resource_group_id: The
|
|
163
|
-
:param Mapping[str, Any] tags: The tags.
|
|
162
|
+
:param str resource_group_id: The resource group Id.
|
|
164
163
|
"""
|
|
165
164
|
__args__ = dict()
|
|
166
165
|
__args__['fingerPrint'] = finger_print
|
|
@@ -216,7 +215,6 @@ def get_ecs_key_pairs_output(finger_print: Optional[pulumi.Input[Optional[str]]]
|
|
|
216
215
|
:param Sequence[str] ids: A list of Key Pair IDs.
|
|
217
216
|
:param str name_regex: A regex string to filter results by Key Pair name.
|
|
218
217
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
219
|
-
:param str resource_group_id: The
|
|
220
|
-
:param Mapping[str, Any] tags: The tags.
|
|
218
|
+
:param str resource_group_id: The resource group Id.
|
|
221
219
|
"""
|
|
222
220
|
...
|
|
@@ -159,7 +159,6 @@ def get_ecs_launch_templates(enable_details: Optional[bool] = None,
|
|
|
159
159
|
:param str name_regex: A regex string to filter results by Launch Template name.
|
|
160
160
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
161
161
|
:param str template_resource_group_id: The template resource group id.
|
|
162
|
-
:param Mapping[str, Any] template_tags: The template tags.
|
|
163
162
|
"""
|
|
164
163
|
__args__ = dict()
|
|
165
164
|
__args__['enableDetails'] = enable_details
|
|
@@ -219,6 +218,5 @@ def get_ecs_launch_templates_output(enable_details: Optional[pulumi.Input[Option
|
|
|
219
218
|
:param str name_regex: A regex string to filter results by Launch Template name.
|
|
220
219
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
221
220
|
:param str template_resource_group_id: The template resource group id.
|
|
222
|
-
:param Mapping[str, Any] template_tags: The template tags.
|
|
223
221
|
"""
|
|
224
222
|
...
|
|
@@ -146,7 +146,7 @@ def get_ecs_network_interface_permissions(ids: Optional[Sequence[str]] = None,
|
|
|
146
146
|
:param Sequence[str] ids: A list of Network Interface Permission IDs.
|
|
147
147
|
:param str network_interface_id: The ID of the network interface.
|
|
148
148
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
149
|
-
:param str status: The Status of the Network Interface Permissions.
|
|
149
|
+
:param str status: The Status of the Network Interface Permissions. Valid values: `Granted`, `Pending`, `Revoked`, `Revoking`.
|
|
150
150
|
"""
|
|
151
151
|
__args__ = dict()
|
|
152
152
|
__args__['ids'] = ids
|
|
@@ -200,6 +200,6 @@ def get_ecs_network_interface_permissions_output(ids: Optional[pulumi.Input[Opti
|
|
|
200
200
|
:param Sequence[str] ids: A list of Network Interface Permission IDs.
|
|
201
201
|
:param str network_interface_id: The ID of the network interface.
|
|
202
202
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
203
|
-
:param str status: The Status of the Network Interface Permissions.
|
|
203
|
+
:param str status: The Status of the Network Interface Permissions. Valid values: `Granted`, `Pending`, `Revoked`, `Revoking`.
|
|
204
204
|
"""
|
|
205
205
|
...
|
|
@@ -243,21 +243,21 @@ def get_ecs_snapshots(category: Optional[str] = None,
|
|
|
243
243
|
```
|
|
244
244
|
|
|
245
245
|
|
|
246
|
-
:param str category: The category of the snapshot.
|
|
246
|
+
:param str category: The category of the snapshot. Valid Values: `flash` and `standard`.
|
|
247
247
|
:param bool dry_run: Specifies whether to check the validity of the request without actually making the request.
|
|
248
|
-
:param bool encrypted:
|
|
248
|
+
:param bool encrypted: Specifies whether the snapshot is encrypted.
|
|
249
249
|
:param Sequence[str] ids: A list of Snapshot IDs.
|
|
250
250
|
:param str kms_key_id: The kms key id.
|
|
251
251
|
:param str name_regex: A regex string to filter results by Snapshot name.
|
|
252
252
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
253
253
|
:param str resource_group_id: The resource group id.
|
|
254
254
|
:param str snapshot_link_id: The snapshot link id.
|
|
255
|
-
:param str snapshot_name:
|
|
256
|
-
:param str snapshot_type:
|
|
257
|
-
:param str source_disk_type:
|
|
258
|
-
:param str status: The status of the snapshot.
|
|
259
|
-
:param Mapping[str, Any] tags:
|
|
260
|
-
:param str usage: A resource type that has a reference relationship.
|
|
255
|
+
:param str snapshot_name: The name of the snapshot.
|
|
256
|
+
:param str snapshot_type: The type of the snapshot. Valid Values: `auto`, `user` and `all`. Default to: `all`.
|
|
257
|
+
:param str source_disk_type: The type of the disk for which the snapshot was created. Valid Values: `System`, `Data`.
|
|
258
|
+
:param str status: The status of the snapshot. Valid Values: `accomplished`, `failed`, `progressing` and `all`.
|
|
259
|
+
:param Mapping[str, Any] tags: A mapping of tags to assign to the snapshot.
|
|
260
|
+
:param str usage: A resource type that has a reference relationship. Valid Values: `image`, `disk`, `image_disk` and `none`.
|
|
261
261
|
"""
|
|
262
262
|
__args__ = dict()
|
|
263
263
|
__args__['category'] = category
|
|
@@ -338,20 +338,20 @@ def get_ecs_snapshots_output(category: Optional[pulumi.Input[Optional[str]]] = N
|
|
|
338
338
|
```
|
|
339
339
|
|
|
340
340
|
|
|
341
|
-
:param str category: The category of the snapshot.
|
|
341
|
+
:param str category: The category of the snapshot. Valid Values: `flash` and `standard`.
|
|
342
342
|
:param bool dry_run: Specifies whether to check the validity of the request without actually making the request.
|
|
343
|
-
:param bool encrypted:
|
|
343
|
+
:param bool encrypted: Specifies whether the snapshot is encrypted.
|
|
344
344
|
:param Sequence[str] ids: A list of Snapshot IDs.
|
|
345
345
|
:param str kms_key_id: The kms key id.
|
|
346
346
|
:param str name_regex: A regex string to filter results by Snapshot name.
|
|
347
347
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
348
348
|
:param str resource_group_id: The resource group id.
|
|
349
349
|
:param str snapshot_link_id: The snapshot link id.
|
|
350
|
-
:param str snapshot_name:
|
|
351
|
-
:param str snapshot_type:
|
|
352
|
-
:param str source_disk_type:
|
|
353
|
-
:param str status: The status of the snapshot.
|
|
354
|
-
:param Mapping[str, Any] tags:
|
|
355
|
-
:param str usage: A resource type that has a reference relationship.
|
|
350
|
+
:param str snapshot_name: The name of the snapshot.
|
|
351
|
+
:param str snapshot_type: The type of the snapshot. Valid Values: `auto`, `user` and `all`. Default to: `all`.
|
|
352
|
+
:param str source_disk_type: The type of the disk for which the snapshot was created. Valid Values: `System`, `Data`.
|
|
353
|
+
:param str status: The status of the snapshot. Valid Values: `accomplished`, `failed`, `progressing` and `all`.
|
|
354
|
+
:param Mapping[str, Any] tags: A mapping of tags to assign to the snapshot.
|
|
355
|
+
:param str usage: A resource type that has a reference relationship. Valid Values: `image`, `disk`, `image_disk` and `none`.
|
|
356
356
|
"""
|
|
357
357
|
...
|
|
@@ -127,7 +127,7 @@ def get_ecs_storage_capacity_units(ids: Optional[Sequence[str]] = None,
|
|
|
127
127
|
:param Sequence[str] ids: A list of Storage Capacity Unit IDs.
|
|
128
128
|
:param str name_regex: A regex string to filter results by Storage Capacity Unit name.
|
|
129
129
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
130
|
-
:param str status: The status of Storage Capacity Unit.
|
|
130
|
+
:param str status: The status of Storage Capacity Unit. Valid values: `Active`, `Creating`, `Expired`, `Pending`.
|
|
131
131
|
"""
|
|
132
132
|
__args__ = dict()
|
|
133
133
|
__args__['ids'] = ids
|
|
@@ -176,6 +176,6 @@ def get_ecs_storage_capacity_units_output(ids: Optional[pulumi.Input[Optional[Se
|
|
|
176
176
|
:param Sequence[str] ids: A list of Storage Capacity Unit IDs.
|
|
177
177
|
:param str name_regex: A regex string to filter results by Storage Capacity Unit name.
|
|
178
178
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
179
|
-
:param str status: The status of Storage Capacity Unit.
|
|
179
|
+
:param str status: The status of Storage Capacity Unit. Valid values: `Active`, `Creating`, `Expired`, `Pending`.
|
|
180
180
|
"""
|
|
181
181
|
...
|