pulumi-alicloud 3.72.0a1735837979__py3-none-any.whl → 3.72.0a1735881335__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-alicloud might be problematic. Click here for more details.

Files changed (129) hide show
  1. pulumi_alicloud/__init__.py +75 -0
  2. pulumi_alicloud/_inputs.py +471 -0
  3. pulumi_alicloud/adb/cluster.py +68 -0
  4. pulumi_alicloud/adb/db_cluster.py +94 -0
  5. pulumi_alicloud/adb/get_db_cluster_lake_versions.py +39 -4
  6. pulumi_alicloud/adb/outputs.py +106 -2
  7. pulumi_alicloud/apig/__init__.py +12 -0
  8. pulumi_alicloud/apig/_inputs.py +263 -0
  9. pulumi_alicloud/apig/environment.py +317 -0
  10. pulumi_alicloud/apig/gateway.py +645 -0
  11. pulumi_alicloud/apig/http_api.py +465 -0
  12. pulumi_alicloud/apig/outputs.py +213 -0
  13. pulumi_alicloud/cfg/get_aggregate_compliance_packs.py +2 -2
  14. pulumi_alicloud/cfg/get_aggregate_config_rules.py +4 -4
  15. pulumi_alicloud/cfg/get_aggregate_deliveries.py +16 -2
  16. pulumi_alicloud/cfg/get_aggregators.py +2 -2
  17. pulumi_alicloud/cfg/get_compliance_packs.py +2 -2
  18. pulumi_alicloud/cfg/get_configuration_recorders.py +2 -6
  19. pulumi_alicloud/cfg/get_deliveries.py +11 -2
  20. pulumi_alicloud/cfg/get_delivery_channels.py +0 -4
  21. pulumi_alicloud/cfg/get_rules.py +3 -7
  22. pulumi_alicloud/cfg/outputs.py +28 -20
  23. pulumi_alicloud/cloudfirewall/get_instance_members.py +2 -2
  24. pulumi_alicloud/cloudfirewall/get_instances.py +23 -6
  25. pulumi_alicloud/cloudfirewall/get_vpc_firewall_cens.py +2 -2
  26. pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +32 -2
  27. pulumi_alicloud/cloudfirewall/get_vpc_firewalls.py +2 -2
  28. pulumi_alicloud/cloudfirewall/instance.py +1 -1
  29. pulumi_alicloud/cloudfirewall/outputs.py +16 -4
  30. pulumi_alicloud/config/__init__.pyi +2 -0
  31. pulumi_alicloud/config/outputs.py +284 -0
  32. pulumi_alicloud/config/vars.py +4 -0
  33. pulumi_alicloud/cr/_inputs.py +128 -0
  34. pulumi_alicloud/cr/outputs.py +93 -0
  35. pulumi_alicloud/cr/registry_enterprise_instance.py +86 -63
  36. pulumi_alicloud/cs/registry_enterprise_sync_rule.py +331 -38
  37. pulumi_alicloud/dcdn/get_domains.py +2 -2
  38. pulumi_alicloud/dcdn/get_ipa_domains.py +14 -2
  39. pulumi_alicloud/dcdn/get_waf_domains.py +5 -2
  40. pulumi_alicloud/dcdn/get_waf_policies.py +8 -2
  41. pulumi_alicloud/dcdn/outputs.py +6 -6
  42. pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +8 -2
  43. pulumi_alicloud/ddos/get_ddos_coo_ports.py +16 -4
  44. pulumi_alicloud/ddos/outputs.py +4 -4
  45. pulumi_alicloud/ecs/_inputs.py +9 -0
  46. pulumi_alicloud/ecs/get_ecs_disks.py +103 -14
  47. pulumi_alicloud/ecs/outputs.py +90 -36
  48. pulumi_alicloud/esa/__init__.py +3 -0
  49. pulumi_alicloud/esa/_inputs.py +456 -0
  50. pulumi_alicloud/esa/outputs.py +321 -0
  51. pulumi_alicloud/esa/record.py +798 -0
  52. pulumi_alicloud/ess/get_scaling_configurations.py +116 -10
  53. pulumi_alicloud/ess/notification.py +50 -3
  54. pulumi_alicloud/ess/outputs.py +104 -8
  55. pulumi_alicloud/ess/scheduled_task.py +7 -7
  56. pulumi_alicloud/fc/v3_trigger.py +1 -1
  57. pulumi_alicloud/ga/get_accelerator_spare_ip_attachments.py +11 -2
  58. pulumi_alicloud/ga/get_acls.py +14 -2
  59. pulumi_alicloud/ga/get_additional_certificates.py +11 -2
  60. pulumi_alicloud/ga/get_bandwidth_packages.py +14 -2
  61. pulumi_alicloud/ga/get_basic_accelerate_ip_endpoint_relations.py +2 -2
  62. pulumi_alicloud/ga/get_basic_accelerate_ips.py +2 -2
  63. pulumi_alicloud/ga/get_basic_accelerators.py +2 -2
  64. pulumi_alicloud/ga/get_basic_endpoints.py +2 -2
  65. pulumi_alicloud/ga/get_custom_routing_endpoint_group_destinations.py +2 -2
  66. pulumi_alicloud/ga/get_custom_routing_endpoint_groups.py +2 -2
  67. pulumi_alicloud/ga/get_custom_routing_endpoint_traffic_policies.py +2 -2
  68. pulumi_alicloud/ga/get_custom_routing_endpoints.py +2 -2
  69. pulumi_alicloud/ga/get_custom_routing_port_mappings.py +2 -2
  70. pulumi_alicloud/ga/get_domains.py +2 -2
  71. pulumi_alicloud/ga/get_forwarding_rules.py +8 -2
  72. pulumi_alicloud/ga/get_ip_sets.py +8 -2
  73. pulumi_alicloud/ga/get_listeners.py +11 -2
  74. pulumi_alicloud/ga/outputs.py +64 -32
  75. pulumi_alicloud/get_msc_sub_contact_verification_message.py +2 -2
  76. pulumi_alicloud/get_msc_sub_contacts.py +8 -2
  77. pulumi_alicloud/get_msc_sub_subscriptions.py +5 -2
  78. pulumi_alicloud/get_msc_sub_webhooks.py +8 -2
  79. pulumi_alicloud/kms/key.py +108 -28
  80. pulumi_alicloud/kvstore/get_instances.py +14 -3
  81. pulumi_alicloud/kvstore/outputs.py +48 -4
  82. pulumi_alicloud/marketplace/order.py +2 -2
  83. pulumi_alicloud/mongodb/__init__.py +1 -0
  84. pulumi_alicloud/mongodb/private_srv_network_address.py +283 -0
  85. pulumi_alicloud/oss/__init__.py +2 -0
  86. pulumi_alicloud/oss/_inputs.py +68 -0
  87. pulumi_alicloud/oss/access_point.py +463 -0
  88. pulumi_alicloud/oss/bucket_worm.py +327 -0
  89. pulumi_alicloud/oss/outputs.py +74 -0
  90. pulumi_alicloud/privatelink/get_service.py +2 -2
  91. pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +14 -2
  92. pulumi_alicloud/privatelink/get_vpc_endpoint_service_resources.py +8 -2
  93. pulumi_alicloud/privatelink/get_vpc_endpoint_service_users.py +11 -2
  94. pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +11 -2
  95. pulumi_alicloud/privatelink/get_vpc_endpoints.py +23 -2
  96. pulumi_alicloud/privatelink/outputs.py +6 -6
  97. pulumi_alicloud/provider.py +20 -0
  98. pulumi_alicloud/pulumi-plugin.json +1 -1
  99. pulumi_alicloud/ram/get_policies.py +66 -8
  100. pulumi_alicloud/rds/instance.py +211 -14
  101. pulumi_alicloud/resourcemanager/control_policy_attachment.py +28 -28
  102. pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
  103. pulumi_alicloud/schedulerx/__init__.py +3 -0
  104. pulumi_alicloud/schedulerx/_inputs.py +542 -0
  105. pulumi_alicloud/schedulerx/app_group.py +952 -0
  106. pulumi_alicloud/schedulerx/job.py +1454 -0
  107. pulumi_alicloud/schedulerx/namespace.py +64 -51
  108. pulumi_alicloud/schedulerx/outputs.py +425 -0
  109. pulumi_alicloud/sddp/get_configs.py +5 -2
  110. pulumi_alicloud/sddp/get_data_limits.py +11 -2
  111. pulumi_alicloud/sddp/get_instances.py +5 -2
  112. pulumi_alicloud/sddp/get_rules.py +29 -2
  113. pulumi_alicloud/sddp/outputs.py +14 -14
  114. pulumi_alicloud/vpc/get_peer_connections.py +17 -2
  115. pulumi_alicloud/vpc/network.py +293 -40
  116. pulumi_alicloud/vpc/outputs.py +2 -2
  117. pulumi_alicloud/vpc/peer_connection.py +239 -132
  118. pulumi_alicloud/vpc/peer_connection_accepter.py +85 -6
  119. pulumi_alicloud/waf/domain.py +2 -2
  120. pulumi_alicloud/waf/get_certificates.py +14 -2
  121. pulumi_alicloud/waf/get_domains.py +6 -4
  122. pulumi_alicloud/waf/get_instances.py +2 -2
  123. pulumi_alicloud/waf/instance.py +0 -64
  124. pulumi_alicloud/waf/outputs.py +2 -4
  125. pulumi_alicloud/wafv3/get_instances.py +10 -4
  126. {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/METADATA +1 -1
  127. {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/RECORD +129 -114
  128. {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/WHEEL +0 -0
  129. {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/top_level.txt +0 -0
@@ -197,7 +197,7 @@ def get_domains(change_end_time: Optional[str] = None,
197
197
  """
198
198
  Provides a collection of DCDN Domains to the specified filters.
199
199
 
200
- > **NOTE:** Available in 1.94.0+.
200
+ > **NOTE:** Available since 1.94.0.
201
201
 
202
202
  ## Example Usage
203
203
 
@@ -266,7 +266,7 @@ def get_domains_output(change_end_time: Optional[pulumi.Input[Optional[str]]] =
266
266
  """
267
267
  Provides a collection of DCDN Domains to the specified filters.
268
268
 
269
- > **NOTE:** Available in 1.94.0+.
269
+ > **NOTE:** Available since 1.94.0.
270
270
 
271
271
  ## Example Usage
272
272
 
@@ -56,11 +56,17 @@ class GetIpaDomainsResult:
56
56
  @property
57
57
  @pulumi.getter(name="domainName")
58
58
  def domain_name(self) -> Optional[str]:
59
+ """
60
+ The accelerated domain names.
61
+ """
59
62
  return pulumi.get(self, "domain_name")
60
63
 
61
64
  @property
62
65
  @pulumi.getter
63
66
  def domains(self) -> Sequence['outputs.GetIpaDomainsDomainResult']:
67
+ """
68
+ A list of Dcdn Ipa Domains. Each element contains the following attributes:
69
+ """
64
70
  return pulumi.get(self, "domains")
65
71
 
66
72
  @property
@@ -84,6 +90,9 @@ class GetIpaDomainsResult:
84
90
  @property
85
91
  @pulumi.getter
86
92
  def names(self) -> Sequence[str]:
93
+ """
94
+ A list of Dcdn Ipa Domain names.
95
+ """
87
96
  return pulumi.get(self, "names")
88
97
 
89
98
  @property
@@ -94,6 +103,9 @@ class GetIpaDomainsResult:
94
103
  @property
95
104
  @pulumi.getter
96
105
  def status(self) -> Optional[str]:
106
+ """
107
+ The status of the accelerated domain name.
108
+ """
97
109
  return pulumi.get(self, "status")
98
110
 
99
111
 
@@ -122,7 +134,7 @@ def get_ipa_domains(domain_name: Optional[str] = None,
122
134
  """
123
135
  This data source provides the Dcdn Ipa Domains of the current Alibaba Cloud user.
124
136
 
125
- > **NOTE:** Available in v1.158.0+.
137
+ > **NOTE:** Available since v1.158.0.
126
138
 
127
139
  ## Example Usage
128
140
 
@@ -176,7 +188,7 @@ def get_ipa_domains_output(domain_name: Optional[pulumi.Input[Optional[str]]] =
176
188
  """
177
189
  This data source provides the Dcdn Ipa Domains of the current Alibaba Cloud user.
178
190
 
179
- > **NOTE:** Available in v1.158.0+.
191
+ > **NOTE:** Available since v1.158.0.
180
192
 
181
193
  ## Example Usage
182
194
 
@@ -50,6 +50,9 @@ class GetWafDomainsResult:
50
50
  @property
51
51
  @pulumi.getter
52
52
  def domains(self) -> Sequence['outputs.GetWafDomainsDomainResult']:
53
+ """
54
+ A list of Dcdn Waf Domains. Each element contains the following attributes:
55
+ """
53
56
  return pulumi.get(self, "domains")
54
57
 
55
58
  @property
@@ -103,7 +106,7 @@ def get_waf_domains(enable_details: Optional[bool] = None,
103
106
  """
104
107
  This data source provides the Dcdn Waf Domains of the current Alibaba Cloud user.
105
108
 
106
- > **NOTE:** Available in v1.185.0+.
109
+ > **NOTE:** Available since v1.185.0.
107
110
 
108
111
  ## Example Usage
109
112
 
@@ -146,7 +149,7 @@ def get_waf_domains_output(enable_details: Optional[pulumi.Input[Optional[bool]]
146
149
  """
147
150
  This data source provides the Dcdn Waf Domains of the current Alibaba Cloud user.
148
151
 
149
- > **NOTE:** Available in v1.185.0+.
152
+ > **NOTE:** Available since v1.185.0.
150
153
 
151
154
  ## Example Usage
152
155
 
@@ -84,6 +84,9 @@ class GetWafPoliciesResult:
84
84
  @property
85
85
  @pulumi.getter
86
86
  def policies(self) -> Sequence['outputs.GetWafPoliciesPolicyResult']:
87
+ """
88
+ A list of Dcdn Waf Policies. Each element contains the following attributes:
89
+ """
87
90
  return pulumi.get(self, "policies")
88
91
 
89
92
  @property
@@ -94,6 +97,9 @@ class GetWafPoliciesResult:
94
97
  @property
95
98
  @pulumi.getter
96
99
  def status(self) -> Optional[str]:
100
+ """
101
+ The status of the resource.
102
+ """
97
103
  return pulumi.get(self, "status")
98
104
 
99
105
 
@@ -122,7 +128,7 @@ def get_waf_policies(ids: Optional[Sequence[str]] = None,
122
128
  """
123
129
  This data source provides the Dcdn Waf Policies of the current Alibaba Cloud user.
124
130
 
125
- > **NOTE:** Available in v1.184.0+.
131
+ > **NOTE:** Available since v1.184.0.
126
132
 
127
133
  ## Example Usage
128
134
 
@@ -169,7 +175,7 @@ def get_waf_policies_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]]
169
175
  """
170
176
  This data source provides the Dcdn Waf Policies of the current Alibaba Cloud user.
171
177
 
172
- > **NOTE:** Available in v1.184.0+.
178
+ > **NOTE:** Available since v1.184.0.
173
179
 
174
180
  ## Example Usage
175
181
 
@@ -3597,14 +3597,14 @@ class GetIpaDomainsDomainResult(dict):
3597
3597
  :param str cname: The CNAME assigned to the domain name.
3598
3598
  :param str create_time: The time when the accelerated domain name was created.
3599
3599
  :param str description: The description.
3600
- :param str domain_name: The accelerated domain names.
3600
+ :param str domain_name: The name of the Domain.
3601
3601
  :param str id: The ID of the Ipa Domain.
3602
3602
  :param str resource_group_id: The ID of the resource group.
3603
3603
  :param str scope: The accelerated region.
3604
3604
  :param Sequence['GetIpaDomainsDomainSourceArgs'] sources: The information about the origin server.
3605
3605
  :param str ssl_protocol: Indicates whether the Security Socket Layer (SSL) certificate is enabled.
3606
3606
  :param str ssl_pub: Indicates the public key of the certificate if the HTTPS protocol is enabled.
3607
- :param str status: The status of the accelerated domain name.
3607
+ :param str status: The status of the accelerated domain name. Valid values: `check_failed`, `checking`, `configure_failed`, `configuring`, `offline`, `online`.
3608
3608
  """
3609
3609
  pulumi.set(__self__, "cert_name", cert_name)
3610
3610
  pulumi.set(__self__, "cname", cname)
@@ -3655,7 +3655,7 @@ class GetIpaDomainsDomainResult(dict):
3655
3655
  @pulumi.getter(name="domainName")
3656
3656
  def domain_name(self) -> str:
3657
3657
  """
3658
- The accelerated domain names.
3658
+ The name of the Domain.
3659
3659
  """
3660
3660
  return pulumi.get(self, "domain_name")
3661
3661
 
@@ -3711,7 +3711,7 @@ class GetIpaDomainsDomainResult(dict):
3711
3711
  @pulumi.getter
3712
3712
  def status(self) -> str:
3713
3713
  """
3714
- The status of the accelerated domain name.
3714
+ The status of the accelerated domain name. Valid values: `check_failed`, `checking`, `configure_failed`, `configuring`, `offline`, `online`.
3715
3715
  """
3716
3716
  return pulumi.get(self, "status")
3717
3717
 
@@ -3879,7 +3879,7 @@ class GetWafPoliciesPolicyResult(dict):
3879
3879
  :param str policy_name: The name of the protection policy.
3880
3880
  :param str policy_type: The type of the protection policy.
3881
3881
  :param str rule_count: The number of protection rules in this protection policy.
3882
- :param str status: The status of the resource.
3882
+ :param str status: The status of the resource. Valid values: `on`, `off`.
3883
3883
  """
3884
3884
  pulumi.set(__self__, "dcdn_waf_policy_id", dcdn_waf_policy_id)
3885
3885
  pulumi.set(__self__, "defense_scene", defense_scene)
@@ -3959,7 +3959,7 @@ class GetWafPoliciesPolicyResult(dict):
3959
3959
  @pulumi.getter
3960
3960
  def status(self) -> str:
3961
3961
  """
3962
- The status of the resource.
3962
+ The status of the resource. Valid values: `on`, `off`.
3963
3963
  """
3964
3964
  return pulumi.get(self, "status")
3965
3965
 
@@ -63,6 +63,9 @@ class GetDdosCooDomainResourcesResult:
63
63
  @property
64
64
  @pulumi.getter(name="instanceIds")
65
65
  def instance_ids(self) -> Optional[Sequence[str]]:
66
+ """
67
+ A list ID of instance that you want to associate.
68
+ """
66
69
  return pulumi.get(self, "instance_ids")
67
70
 
68
71
  @property
@@ -78,6 +81,9 @@ class GetDdosCooDomainResourcesResult:
78
81
  @property
79
82
  @pulumi.getter
80
83
  def resources(self) -> Sequence['outputs.GetDdosCooDomainResourcesResourceResult']:
84
+ """
85
+ A list of Ddoscoo Domain Resources. Each element contains the following attributes:
86
+ """
81
87
  return pulumi.get(self, "resources")
82
88
 
83
89
 
@@ -103,7 +109,7 @@ def get_ddos_coo_domain_resources(ids: Optional[Sequence[str]] = None,
103
109
  """
104
110
  This data source provides the Ddoscoo Domain Resources of the current Alibaba Cloud user.
105
111
 
106
- > **NOTE:** Available in v1.123.0+.
112
+ > **NOTE:** Available since v1.123.0.
107
113
 
108
114
  ## Example Usage
109
115
 
@@ -146,7 +152,7 @@ def get_ddos_coo_domain_resources_output(ids: Optional[pulumi.Input[Optional[Seq
146
152
  """
147
153
  This data source provides the Ddoscoo Domain Resources of the current Alibaba Cloud user.
148
154
 
149
- > **NOTE:** Available in v1.123.0+.
155
+ > **NOTE:** Available since v1.123.0.
150
156
 
151
157
  ## Example Usage
152
158
 
@@ -53,11 +53,17 @@ class GetDdosCooPortsResult:
53
53
  @property
54
54
  @pulumi.getter(name="frontendPort")
55
55
  def frontend_port(self) -> Optional[str]:
56
+ """
57
+ The forwarding port.
58
+ """
56
59
  return pulumi.get(self, "frontend_port")
57
60
 
58
61
  @property
59
62
  @pulumi.getter(name="frontendProtocol")
60
63
  def frontend_protocol(self) -> Optional[str]:
64
+ """
65
+ The forwarding protocol.
66
+ """
61
67
  return pulumi.get(self, "frontend_protocol")
62
68
 
63
69
  @property
@@ -76,6 +82,9 @@ class GetDdosCooPortsResult:
76
82
  @property
77
83
  @pulumi.getter(name="instanceId")
78
84
  def instance_id(self) -> str:
85
+ """
86
+ The Ddoscoo instance ID.
87
+ """
79
88
  return pulumi.get(self, "instance_id")
80
89
 
81
90
  @property
@@ -86,6 +95,9 @@ class GetDdosCooPortsResult:
86
95
  @property
87
96
  @pulumi.getter
88
97
  def ports(self) -> Sequence['outputs.GetDdosCooPortsPortResult']:
98
+ """
99
+ A list of DdosCoo Ports. Each element contains the following attributes:
100
+ """
89
101
  return pulumi.get(self, "ports")
90
102
 
91
103
 
@@ -113,7 +125,7 @@ def get_ddos_coo_ports(frontend_port: Optional[str] = None,
113
125
  """
114
126
  This data source provides the Ddoscoo Ports of the current Alibaba Cloud user.
115
127
 
116
- > **NOTE:** Available in v1.123.0+.
128
+ > **NOTE:** Available since v1.123.0.
117
129
 
118
130
  ## Example Usage
119
131
 
@@ -132,7 +144,7 @@ def get_ddos_coo_ports(frontend_port: Optional[str] = None,
132
144
  :param str frontend_port: The forwarding port.
133
145
  :param str frontend_protocol: The forwarding protocol. Valid values `tcp` and `udp`.
134
146
  :param Sequence[str] ids: A list of Port IDs.
135
- :param str instance_id: The Ddoscoo instance ID.
147
+ :param str instance_id: The DdosCoo instance ID.
136
148
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
137
149
  """
138
150
  __args__ = dict()
@@ -161,7 +173,7 @@ def get_ddos_coo_ports_output(frontend_port: Optional[pulumi.Input[Optional[str]
161
173
  """
162
174
  This data source provides the Ddoscoo Ports of the current Alibaba Cloud user.
163
175
 
164
- > **NOTE:** Available in v1.123.0+.
176
+ > **NOTE:** Available since v1.123.0.
165
177
 
166
178
  ## Example Usage
167
179
 
@@ -180,7 +192,7 @@ def get_ddos_coo_ports_output(frontend_port: Optional[pulumi.Input[Optional[str]
180
192
  :param str frontend_port: The forwarding port.
181
193
  :param str frontend_protocol: The forwarding protocol. Valid values `tcp` and `udp`.
182
194
  :param Sequence[str] ids: A list of Port IDs.
183
- :param str instance_id: The Ddoscoo instance ID.
195
+ :param str instance_id: The DdosCoo instance ID.
184
196
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
185
197
  """
186
198
  __args__ = dict()
@@ -1249,7 +1249,7 @@ class GetDdosCooDomainResourcesResourceResult(dict):
1249
1249
  :param bool http2_enable: Whether Http2.0 is enabled.
1250
1250
  :param str https_ext: The advanced HTTPS settings.
1251
1251
  :param str id: The ID of the Domain Resource.
1252
- :param Sequence[str] instance_ids: A list ID of instance that you want to associate.
1252
+ :param Sequence[str] instance_ids: A ID list of Ddoscoo instance.
1253
1253
  :param str policy_mode: The type of backload algorithm.
1254
1254
  :param bool proxy_enabled: Whether the website service forwarding rules have been turned on.
1255
1255
  :param Sequence['GetDdosCooDomainResourcesResourceProxyTypeArgs'] proxy_types: Protocol type and port number information.
@@ -1354,7 +1354,7 @@ class GetDdosCooDomainResourcesResourceResult(dict):
1354
1354
  @pulumi.getter(name="instanceIds")
1355
1355
  def instance_ids(self) -> Sequence[str]:
1356
1356
  """
1357
- A list ID of instance that you want to associate.
1357
+ A ID list of Ddoscoo instance.
1358
1358
  """
1359
1359
  return pulumi.get(self, "instance_ids")
1360
1360
 
@@ -1649,7 +1649,7 @@ class GetDdosCooPortsPortResult(dict):
1649
1649
  :param str frontend_port: The forwarding port.
1650
1650
  :param str frontend_protocol: The forwarding protocol. Valid values `tcp` and `udp`.
1651
1651
  :param str id: The ID of the Port.
1652
- :param str instance_id: The Ddoscoo instance ID.
1652
+ :param str instance_id: The DdosCoo instance ID.
1653
1653
  :param Sequence[str] real_servers: List of source IP addresses.
1654
1654
  """
1655
1655
  pulumi.set(__self__, "backend_port", backend_port)
@@ -1695,7 +1695,7 @@ class GetDdosCooPortsPortResult(dict):
1695
1695
  @pulumi.getter(name="instanceId")
1696
1696
  def instance_id(self) -> str:
1697
1697
  """
1698
- The Ddoscoo instance ID.
1698
+ The DdosCoo instance ID.
1699
1699
  """
1700
1700
  return pulumi.get(self, "instance_id")
1701
1701
 
@@ -2711,6 +2711,9 @@ class GetDisksOperationLockArgs:
2711
2711
  if not MYPY:
2712
2712
  class GetEcsDisksOperationLockArgsDict(TypedDict):
2713
2713
  lock_reason: NotRequired[str]
2714
+ """
2715
+ The reason why the disk was locked.
2716
+ """
2714
2717
  elif False:
2715
2718
  GetEcsDisksOperationLockArgsDict: TypeAlias = Mapping[str, Any]
2716
2719
 
@@ -2718,12 +2721,18 @@ elif False:
2718
2721
  class GetEcsDisksOperationLockArgs:
2719
2722
  def __init__(__self__, *,
2720
2723
  lock_reason: Optional[str] = None):
2724
+ """
2725
+ :param str lock_reason: The reason why the disk was locked.
2726
+ """
2721
2727
  if lock_reason is not None:
2722
2728
  pulumi.set(__self__, "lock_reason", lock_reason)
2723
2729
 
2724
2730
  @property
2725
2731
  @pulumi.getter(name="lockReason")
2726
2732
  def lock_reason(self) -> Optional[str]:
2733
+ """
2734
+ The reason why the disk was locked.
2735
+ """
2727
2736
  return pulumi.get(self, "lock_reason")
2728
2737
 
2729
2738
  @lock_reason.setter
@@ -137,42 +137,66 @@ class GetEcsDisksResult:
137
137
  @property
138
138
  @pulumi.getter(name="autoSnapshotPolicyId")
139
139
  def auto_snapshot_policy_id(self) -> Optional[str]:
140
+ """
141
+ Query cloud disks based on the automatic snapshot policy ID.
142
+ """
140
143
  return pulumi.get(self, "auto_snapshot_policy_id")
141
144
 
142
145
  @property
143
146
  @pulumi.getter(name="availabilityZone")
144
147
  @_utilities.deprecated("""Field 'availability_zone' has been deprecated from provider version 1.122.0. New field 'zone_id' instead""")
145
148
  def availability_zone(self) -> Optional[str]:
149
+ """
150
+ Availability zone of the disk.
151
+ """
146
152
  return pulumi.get(self, "availability_zone")
147
153
 
148
154
  @property
149
155
  @pulumi.getter
150
156
  def category(self) -> Optional[str]:
157
+ """
158
+ Disk category.
159
+ """
151
160
  return pulumi.get(self, "category")
152
161
 
153
162
  @property
154
163
  @pulumi.getter(name="deleteAutoSnapshot")
155
164
  def delete_auto_snapshot(self) -> Optional[bool]:
165
+ """
166
+ Indicates whether the automatic snapshot is deleted when the disk is released.
167
+ """
156
168
  return pulumi.get(self, "delete_auto_snapshot")
157
169
 
158
170
  @property
159
171
  @pulumi.getter(name="deleteWithInstance")
160
172
  def delete_with_instance(self) -> Optional[bool]:
173
+ """
174
+ Indicates whether the disk is released together with the instance.
175
+ """
161
176
  return pulumi.get(self, "delete_with_instance")
162
177
 
163
178
  @property
164
179
  @pulumi.getter(name="diskName")
165
180
  def disk_name(self) -> Optional[str]:
181
+ """
182
+ The disk name.
183
+ """
166
184
  return pulumi.get(self, "disk_name")
167
185
 
168
186
  @property
169
187
  @pulumi.getter(name="diskType")
170
188
  def disk_type(self) -> Optional[str]:
189
+ """
190
+ The type of the disk.
191
+ """
171
192
  return pulumi.get(self, "disk_type")
172
193
 
173
194
  @property
174
195
  @pulumi.getter
175
196
  def disks(self) -> Sequence['outputs.GetEcsDisksDiskResult']:
197
+ """
198
+ A list of Ecs Disks. Each element contains the following attributes:
199
+ """
176
200
  return pulumi.get(self, "disks")
177
201
 
178
202
  @property
@@ -183,11 +207,17 @@ class GetEcsDisksResult:
183
207
  @property
184
208
  @pulumi.getter(name="enableAutoSnapshot")
185
209
  def enable_auto_snapshot(self) -> Optional[bool]:
210
+ """
211
+ Whether the disk implements an automatic snapshot policy.
212
+ """
186
213
  return pulumi.get(self, "enable_auto_snapshot")
187
214
 
188
215
  @property
189
216
  @pulumi.getter(name="enableAutomatedSnapshotPolicy")
190
217
  def enable_automated_snapshot_policy(self) -> Optional[bool]:
218
+ """
219
+ Whether the disk implements an automatic snapshot policy.
220
+ """
191
221
  return pulumi.get(self, "enable_automated_snapshot_policy")
192
222
 
193
223
  @property
@@ -198,6 +228,9 @@ class GetEcsDisksResult:
198
228
  @property
199
229
  @pulumi.getter
200
230
  def encrypted(self) -> Optional[str]:
231
+ """
232
+ Indicate whether the disk is encrypted or not.
233
+ """
201
234
  return pulumi.get(self, "encrypted")
202
235
 
203
236
  @property
@@ -216,11 +249,17 @@ class GetEcsDisksResult:
216
249
  @property
217
250
  @pulumi.getter(name="instanceId")
218
251
  def instance_id(self) -> Optional[str]:
252
+ """
253
+ The instance ID of the disk mount.
254
+ """
219
255
  return pulumi.get(self, "instance_id")
220
256
 
221
257
  @property
222
258
  @pulumi.getter(name="kmsKeyId")
223
259
  def kms_key_id(self) -> Optional[str]:
260
+ """
261
+ The ID of the KMS key that is used for the cloud disk.
262
+ """
224
263
  return pulumi.get(self, "kms_key_id")
225
264
 
226
265
  @property
@@ -231,11 +270,17 @@ class GetEcsDisksResult:
231
270
  @property
232
271
  @pulumi.getter
233
272
  def names(self) -> Sequence[str]:
273
+ """
274
+ A list of Disk names.
275
+ """
234
276
  return pulumi.get(self, "names")
235
277
 
236
278
  @property
237
279
  @pulumi.getter(name="operationLocks")
238
280
  def operation_locks(self) -> Optional[Sequence['outputs.GetEcsDisksOperationLockResult']]:
281
+ """
282
+ The reasons why the disk was locked.
283
+ """
239
284
  return pulumi.get(self, "operation_locks")
240
285
 
241
286
  @property
@@ -256,31 +301,49 @@ class GetEcsDisksResult:
256
301
  @property
257
302
  @pulumi.getter(name="paymentType")
258
303
  def payment_type(self) -> Optional[str]:
304
+ """
305
+ Payment method for disk.
306
+ """
259
307
  return pulumi.get(self, "payment_type")
260
308
 
261
309
  @property
262
310
  @pulumi.getter
263
311
  def portable(self) -> Optional[bool]:
312
+ """
313
+ Whether the disk is unmountable.
314
+ """
264
315
  return pulumi.get(self, "portable")
265
316
 
266
317
  @property
267
318
  @pulumi.getter(name="resourceGroupId")
268
319
  def resource_group_id(self) -> Optional[str]:
320
+ """
321
+ The Id of resource group.
322
+ """
269
323
  return pulumi.get(self, "resource_group_id")
270
324
 
271
325
  @property
272
326
  @pulumi.getter(name="snapshotId")
273
327
  def snapshot_id(self) -> Optional[str]:
328
+ """
329
+ Snapshot used to create the disk. It is null if no snapshot is used to create the disk.
330
+ """
274
331
  return pulumi.get(self, "snapshot_id")
275
332
 
276
333
  @property
277
334
  @pulumi.getter
278
335
  def status(self) -> Optional[str]:
336
+ """
337
+ Current status.
338
+ """
279
339
  return pulumi.get(self, "status")
280
340
 
281
341
  @property
282
342
  @pulumi.getter
283
343
  def tags(self) -> Optional[Mapping[str, str]]:
344
+ """
345
+ A map of tags assigned to the disk.
346
+ """
284
347
  return pulumi.get(self, "tags")
285
348
 
286
349
  @property
@@ -292,11 +355,17 @@ class GetEcsDisksResult:
292
355
  @pulumi.getter
293
356
  @_utilities.deprecated("""Field 'type' has been deprecated from provider version 1.122.0. New field 'disk_type' instead.""")
294
357
  def type(self) -> Optional[str]:
358
+ """
359
+ The type of the disk.
360
+ """
295
361
  return pulumi.get(self, "type")
296
362
 
297
363
  @property
298
364
  @pulumi.getter(name="zoneId")
299
365
  def zone_id(self) -> Optional[str]:
366
+ """
367
+ The zone id.
368
+ """
300
369
  return pulumi.get(self, "zone_id")
301
370
 
302
371
 
@@ -374,7 +443,7 @@ def get_ecs_disks(additional_attributes: Optional[Sequence[str]] = None,
374
443
  """
375
444
  This data source provides the Ecs Disks of the current Alibaba Cloud user.
376
445
 
377
- > **NOTE:** Available in v1.122.0+.
446
+ > **NOTE:** Available since v1.122.0.
378
447
 
379
448
  ## Example Usage
380
449
 
@@ -384,9 +453,18 @@ def get_ecs_disks(additional_attributes: Optional[Sequence[str]] = None,
384
453
  import pulumi
385
454
  import pulumi_alicloud as alicloud
386
455
 
387
- example = alicloud.ecs.get_ecs_disks(ids=["d-artgdsvdvxxxx"],
388
- name_regex="tf-test")
389
- pulumi.export("firstEcsDiskId", example.disks[0].id)
456
+ default = alicloud.get_zones(available_resource_creation="VSwitch")
457
+ default_ecs_disk = alicloud.ecs.EcsDisk("default",
458
+ zone_id=default.zones[0].id,
459
+ disk_name="terraform-example",
460
+ description="terraform-example",
461
+ category="cloud_efficiency",
462
+ size=30,
463
+ tags={
464
+ "Name": "terraform-example",
465
+ })
466
+ ids = alicloud.ecs.get_ecs_disks_output(ids=[default_ecs_disk.id])
467
+ pulumi.export("ecsDiskId0", ids.disks[0].id)
390
468
  ```
391
469
 
392
470
 
@@ -397,22 +475,23 @@ def get_ecs_disks(additional_attributes: Optional[Sequence[str]] = None,
397
475
  :param bool delete_auto_snapshot: Indicates whether the automatic snapshot is deleted when the disk is released.
398
476
  :param bool delete_with_instance: Indicates whether the disk is released together with the instance.
399
477
  :param str disk_name: The disk name.
400
- :param str disk_type: The disk type.
478
+ :param str disk_type: The disk type. Valid values: `system`, `data`, `all`.
401
479
  :param bool dry_run: Specifies whether to check the validity of the request without actually making the request.request Default value: false. Valid values:
402
480
  :param bool enable_auto_snapshot: Indicates whether the automatic snapshot is deleted when the disk is released.
403
481
  :param bool enable_automated_snapshot_policy: Whether the cloud disk has an automatic snapshot policy
404
482
  :param bool enable_shared: Whether it is shared block storage.
405
- :param str encrypted: Indicate whether the disk is encrypted or not. Possible values: `on` and `off`.
483
+ :param str encrypted: Indicate whether the disk is encrypted or not. Valid values: `on` and `off`.
406
484
  :param Sequence[str] ids: A list of Disk IDs.
407
485
  :param str instance_id: Filter the results by the specified ECS instance ID.
408
486
  :param str kms_key_id: The kms key id.
409
487
  :param str name_regex: A regex string to filter results by Disk name.
488
+ :param Sequence[Union['GetEcsDisksOperationLockArgs', 'GetEcsDisksOperationLockArgsDict']] operation_locks: The reasons why the disk was locked. See `operation_locks` below for details.
410
489
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
411
490
  :param str payment_type: Payment method for disk. Valid Values: `PayAsYouGo`, `Subscription`.
412
491
  :param bool portable: Whether the cloud disk or local disk supports uninstallation.
413
492
  :param str resource_group_id: The Id of resource group which the disk belongs.
414
493
  :param str snapshot_id: The source snapshot id.
415
- :param str status: The status of disk.
494
+ :param str status: The status of disk. Valid Values: `Attaching`, `Available`, `Creating`, `Detaching`, `In_use`, `Migrating`, `ReIniting`, `Transferring`.
416
495
  :param Mapping[str, str] tags: A map of tags assigned to the disks.
417
496
  :param str type: Field `type` has been deprecated from provider version 1.122.0. New field `disk_type` instead.
418
497
  :param str zone_id: ID of the free zone to which the disk belongs.
@@ -517,7 +596,7 @@ def get_ecs_disks_output(additional_attributes: Optional[pulumi.Input[Optional[S
517
596
  """
518
597
  This data source provides the Ecs Disks of the current Alibaba Cloud user.
519
598
 
520
- > **NOTE:** Available in v1.122.0+.
599
+ > **NOTE:** Available since v1.122.0.
521
600
 
522
601
  ## Example Usage
523
602
 
@@ -527,9 +606,18 @@ def get_ecs_disks_output(additional_attributes: Optional[pulumi.Input[Optional[S
527
606
  import pulumi
528
607
  import pulumi_alicloud as alicloud
529
608
 
530
- example = alicloud.ecs.get_ecs_disks(ids=["d-artgdsvdvxxxx"],
531
- name_regex="tf-test")
532
- pulumi.export("firstEcsDiskId", example.disks[0].id)
609
+ default = alicloud.get_zones(available_resource_creation="VSwitch")
610
+ default_ecs_disk = alicloud.ecs.EcsDisk("default",
611
+ zone_id=default.zones[0].id,
612
+ disk_name="terraform-example",
613
+ description="terraform-example",
614
+ category="cloud_efficiency",
615
+ size=30,
616
+ tags={
617
+ "Name": "terraform-example",
618
+ })
619
+ ids = alicloud.ecs.get_ecs_disks_output(ids=[default_ecs_disk.id])
620
+ pulumi.export("ecsDiskId0", ids.disks[0].id)
533
621
  ```
534
622
 
535
623
 
@@ -540,22 +628,23 @@ def get_ecs_disks_output(additional_attributes: Optional[pulumi.Input[Optional[S
540
628
  :param bool delete_auto_snapshot: Indicates whether the automatic snapshot is deleted when the disk is released.
541
629
  :param bool delete_with_instance: Indicates whether the disk is released together with the instance.
542
630
  :param str disk_name: The disk name.
543
- :param str disk_type: The disk type.
631
+ :param str disk_type: The disk type. Valid values: `system`, `data`, `all`.
544
632
  :param bool dry_run: Specifies whether to check the validity of the request without actually making the request.request Default value: false. Valid values:
545
633
  :param bool enable_auto_snapshot: Indicates whether the automatic snapshot is deleted when the disk is released.
546
634
  :param bool enable_automated_snapshot_policy: Whether the cloud disk has an automatic snapshot policy
547
635
  :param bool enable_shared: Whether it is shared block storage.
548
- :param str encrypted: Indicate whether the disk is encrypted or not. Possible values: `on` and `off`.
636
+ :param str encrypted: Indicate whether the disk is encrypted or not. Valid values: `on` and `off`.
549
637
  :param Sequence[str] ids: A list of Disk IDs.
550
638
  :param str instance_id: Filter the results by the specified ECS instance ID.
551
639
  :param str kms_key_id: The kms key id.
552
640
  :param str name_regex: A regex string to filter results by Disk name.
641
+ :param Sequence[Union['GetEcsDisksOperationLockArgs', 'GetEcsDisksOperationLockArgsDict']] operation_locks: The reasons why the disk was locked. See `operation_locks` below for details.
553
642
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
554
643
  :param str payment_type: Payment method for disk. Valid Values: `PayAsYouGo`, `Subscription`.
555
644
  :param bool portable: Whether the cloud disk or local disk supports uninstallation.
556
645
  :param str resource_group_id: The Id of resource group which the disk belongs.
557
646
  :param str snapshot_id: The source snapshot id.
558
- :param str status: The status of disk.
647
+ :param str status: The status of disk. Valid Values: `Attaching`, `Available`, `Creating`, `Detaching`, `In_use`, `Migrating`, `ReIniting`, `Transferring`.
559
648
  :param Mapping[str, str] tags: A map of tags assigned to the disks.
560
649
  :param str type: Field `type` has been deprecated from provider version 1.122.0. New field `disk_type` instead.
561
650
  :param str zone_id: ID of the free zone to which the disk belongs.