pulumi-alicloud 3.71.0a1735584773__py3-none-any.whl → 3.72.0__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.71.0a1735584773.dist-info → pulumi_alicloud-3.72.0.dist-info}/METADATA +1 -1
  127. {pulumi_alicloud-3.71.0a1735584773.dist-info → pulumi_alicloud-3.72.0.dist-info}/RECORD +129 -114
  128. {pulumi_alicloud-3.71.0a1735584773.dist-info → pulumi_alicloud-3.72.0.dist-info}/WHEEL +1 -1
  129. {pulumi_alicloud-3.71.0a1735584773.dist-info → pulumi_alicloud-3.72.0.dist-info}/top_level.txt +0 -0
@@ -3178,6 +3178,7 @@ class GetDisksDiskResult(dict):
3178
3178
  enable_auto_snapshot: bool,
3179
3179
  enable_automated_snapshot_policy: bool,
3180
3180
  encrypted: str,
3181
+ expiration_time: str,
3181
3182
  expired_time: str,
3182
3183
  id: str,
3183
3184
  image_id: str,
@@ -3210,6 +3211,7 @@ class GetDisksDiskResult(dict):
3210
3211
  :param str description: Disk description.
3211
3212
  :param str detached_time: Disk detachment time.
3212
3213
  :param str encrypted: Indicate whether the disk is encrypted or not. Possible values: `on` and `off`.
3214
+ :param str expiration_time: Disk expiration time.
3213
3215
  :param str id: ID of the disk.
3214
3216
  :param str image_id: ID of the image from which the disk is created. It is null unless the disk is created using an image.
3215
3217
  :param str instance_id: Filter the results by the specified ECS instance ID.
@@ -3247,6 +3249,7 @@ class GetDisksDiskResult(dict):
3247
3249
  pulumi.set(__self__, "enable_auto_snapshot", enable_auto_snapshot)
3248
3250
  pulumi.set(__self__, "enable_automated_snapshot_policy", enable_automated_snapshot_policy)
3249
3251
  pulumi.set(__self__, "encrypted", encrypted)
3252
+ pulumi.set(__self__, "expiration_time", expiration_time)
3250
3253
  pulumi.set(__self__, "expired_time", expired_time)
3251
3254
  pulumi.set(__self__, "id", id)
3252
3255
  pulumi.set(__self__, "image_id", image_id)
@@ -3373,6 +3376,14 @@ class GetDisksDiskResult(dict):
3373
3376
  """
3374
3377
  return pulumi.get(self, "encrypted")
3375
3378
 
3379
+ @property
3380
+ @pulumi.getter(name="expirationTime")
3381
+ def expiration_time(self) -> str:
3382
+ """
3383
+ Disk expiration time.
3384
+ """
3385
+ return pulumi.get(self, "expiration_time")
3386
+
3376
3387
  @property
3377
3388
  @pulumi.getter(name="expiredTime")
3378
3389
  def expired_time(self) -> str:
@@ -3941,6 +3952,7 @@ class GetEcsDisksDiskResult(dict):
3941
3952
  enable_auto_snapshot: bool,
3942
3953
  enable_automated_snapshot_policy: bool,
3943
3954
  encrypted: str,
3955
+ expiration_time: str,
3944
3956
  expired_time: str,
3945
3957
  id: str,
3946
3958
  image_id: str,
@@ -3966,41 +3978,47 @@ class GetEcsDisksDiskResult(dict):
3966
3978
  type: str,
3967
3979
  zone_id: str):
3968
3980
  """
3969
- :param str attached_time: Disk attachment time.
3981
+ :param str attached_time: A mount of time.
3970
3982
  :param str auto_snapshot_policy_id: Query cloud disks based on the automatic snapshot policy ID.
3971
- :param str availability_zone: Availability zone of the disk.
3972
- :param str category: Disk category.
3983
+ :param str availability_zone: Field `availability_zone` has been deprecated from provider version 1.122.0. New field `zone_id` instead.
3984
+ :param str category: Disk category. Valid values: `cloud`, `cloud_efficiency`, `cloud_essd`, `cloud_ssd`, `ephemeral_ssd`, `cloud_auto`, `cloud_essd_entry`.
3973
3985
  :param str creation_time: Disk creation time.
3974
3986
  :param bool delete_auto_snapshot: Indicates whether the automatic snapshot is deleted when the disk is released.
3975
3987
  :param bool delete_with_instance: Indicates whether the disk is released together with the instance.
3976
3988
  :param str description: Disk description.
3977
3989
  :param str detached_time: Disk detachment time.
3978
- :param str device: Cloud disk or the device name of the mounted instance on the site.
3990
+ :param str device: The mount point of the disk.
3979
3991
  :param str disk_id: ID of the disk.
3980
3992
  :param str disk_name: The disk name.
3981
- :param str disk_type: The disk type.
3982
- :param bool enable_auto_snapshot: Whether the disk implements an automatic snapshot policy.
3983
- :param bool enable_automated_snapshot_policy: Whether the disk implements an automatic snapshot policy.
3984
- :param str encrypted: Indicate whether the disk is encrypted or not.
3993
+ :param str disk_type: The disk type. Valid values: `system`, `data`, `all`.
3994
+ :param bool enable_auto_snapshot: Indicates whether the automatic snapshot is deleted when the disk is released.
3995
+ :param bool enable_automated_snapshot_policy: Whether the cloud disk has an automatic snapshot policy
3996
+ :param str encrypted: Indicate whether the disk is encrypted or not. Valid values: `on` and `off`.
3997
+ :param str expiration_time: The time when the subscription disk expires.
3998
+ :param str expired_time: The time when the subscription disk expires.
3985
3999
  :param str id: ID of the disk.
3986
4000
  :param str image_id: ID of the image from which the disk is created. It is null unless the disk is created using an image.
3987
- :param str instance_id: ID of the related instance. It is `null` unless the `status` is `In_use`.
4001
+ :param str instance_id: Filter the results by the specified ECS instance ID.
4002
+ :param int iops: The maximum number of read and write operations per second.
4003
+ :param int iops_read: The maximum number of read operations per second.
4004
+ :param int iops_write: The maximum number of write operations per second.
3988
4005
  :param str kms_key_id: The kms key id.
3989
4006
  :param int mount_instance_num: Number of instances mounted on shared storage.
3990
4007
  :param Sequence['GetEcsDisksDiskMountInstanceArgs'] mount_instances: Disk mount instances.
3991
4008
  :param str name: Disk name.
3992
- :param str payment_type: Payment method for disk.
4009
+ :param Sequence['GetEcsDisksDiskOperationLockArgs'] operation_locks: The reasons why the disk was locked. See `operation_locks` below for details.
4010
+ :param str payment_type: Payment method for disk. Valid Values: `PayAsYouGo`, `Subscription`.
3993
4011
  :param str performance_level: Performance levels of ESSD cloud disk.
3994
- :param bool portable: Whether the disk is unmountable.
4012
+ :param bool portable: Whether the cloud disk or local disk supports uninstallation.
3995
4013
  :param str product_code: The product logo of the cloud market.
3996
4014
  :param str region_id: Region ID the disk belongs to.
3997
- :param str resource_group_id: The Id of resource group.
4015
+ :param str resource_group_id: The Id of resource group which the disk belongs.
3998
4016
  :param int size: Disk size in GiB.
3999
- :param str snapshot_id: Snapshot used to create the disk. It is null if no snapshot is used to create the disk.
4000
- :param str status: Current status.
4001
- :param Mapping[str, str] tags: A map of tags assigned to the disk.
4002
- :param str type: Disk type.
4003
- :param str zone_id: The zone id.
4017
+ :param str snapshot_id: The source snapshot id.
4018
+ :param str status: The status of disk. Valid Values: `Attaching`, `Available`, `Creating`, `Detaching`, `In_use`, `Migrating`, `ReIniting`, `Transferring`.
4019
+ :param Mapping[str, str] tags: A map of tags assigned to the disks.
4020
+ :param str type: Field `type` has been deprecated from provider version 1.122.0. New field `disk_type` instead.
4021
+ :param str zone_id: ID of the free zone to which the disk belongs.
4004
4022
  """
4005
4023
  pulumi.set(__self__, "attached_time", attached_time)
4006
4024
  pulumi.set(__self__, "auto_snapshot_policy_id", auto_snapshot_policy_id)
@@ -4018,6 +4036,7 @@ class GetEcsDisksDiskResult(dict):
4018
4036
  pulumi.set(__self__, "enable_auto_snapshot", enable_auto_snapshot)
4019
4037
  pulumi.set(__self__, "enable_automated_snapshot_policy", enable_automated_snapshot_policy)
4020
4038
  pulumi.set(__self__, "encrypted", encrypted)
4039
+ pulumi.set(__self__, "expiration_time", expiration_time)
4021
4040
  pulumi.set(__self__, "expired_time", expired_time)
4022
4041
  pulumi.set(__self__, "id", id)
4023
4042
  pulumi.set(__self__, "image_id", image_id)
@@ -4047,7 +4066,7 @@ class GetEcsDisksDiskResult(dict):
4047
4066
  @pulumi.getter(name="attachedTime")
4048
4067
  def attached_time(self) -> str:
4049
4068
  """
4050
- Disk attachment time.
4069
+ A mount of time.
4051
4070
  """
4052
4071
  return pulumi.get(self, "attached_time")
4053
4072
 
@@ -4063,7 +4082,7 @@ class GetEcsDisksDiskResult(dict):
4063
4082
  @pulumi.getter(name="availabilityZone")
4064
4083
  def availability_zone(self) -> str:
4065
4084
  """
4066
- Availability zone of the disk.
4085
+ Field `availability_zone` has been deprecated from provider version 1.122.0. New field `zone_id` instead.
4067
4086
  """
4068
4087
  return pulumi.get(self, "availability_zone")
4069
4088
 
@@ -4071,7 +4090,7 @@ class GetEcsDisksDiskResult(dict):
4071
4090
  @pulumi.getter
4072
4091
  def category(self) -> str:
4073
4092
  """
4074
- Disk category.
4093
+ Disk category. Valid values: `cloud`, `cloud_efficiency`, `cloud_essd`, `cloud_ssd`, `ephemeral_ssd`, `cloud_auto`, `cloud_essd_entry`.
4075
4094
  """
4076
4095
  return pulumi.get(self, "category")
4077
4096
 
@@ -4119,7 +4138,7 @@ class GetEcsDisksDiskResult(dict):
4119
4138
  @pulumi.getter
4120
4139
  def device(self) -> str:
4121
4140
  """
4122
- Cloud disk or the device name of the mounted instance on the site.
4141
+ The mount point of the disk.
4123
4142
  """
4124
4143
  return pulumi.get(self, "device")
4125
4144
 
@@ -4143,7 +4162,7 @@ class GetEcsDisksDiskResult(dict):
4143
4162
  @pulumi.getter(name="diskType")
4144
4163
  def disk_type(self) -> str:
4145
4164
  """
4146
- The disk type.
4165
+ The disk type. Valid values: `system`, `data`, `all`.
4147
4166
  """
4148
4167
  return pulumi.get(self, "disk_type")
4149
4168
 
@@ -4151,7 +4170,7 @@ class GetEcsDisksDiskResult(dict):
4151
4170
  @pulumi.getter(name="enableAutoSnapshot")
4152
4171
  def enable_auto_snapshot(self) -> bool:
4153
4172
  """
4154
- Whether the disk implements an automatic snapshot policy.
4173
+ Indicates whether the automatic snapshot is deleted when the disk is released.
4155
4174
  """
4156
4175
  return pulumi.get(self, "enable_auto_snapshot")
4157
4176
 
@@ -4159,7 +4178,7 @@ class GetEcsDisksDiskResult(dict):
4159
4178
  @pulumi.getter(name="enableAutomatedSnapshotPolicy")
4160
4179
  def enable_automated_snapshot_policy(self) -> bool:
4161
4180
  """
4162
- Whether the disk implements an automatic snapshot policy.
4181
+ Whether the cloud disk has an automatic snapshot policy
4163
4182
  """
4164
4183
  return pulumi.get(self, "enable_automated_snapshot_policy")
4165
4184
 
@@ -4167,13 +4186,24 @@ class GetEcsDisksDiskResult(dict):
4167
4186
  @pulumi.getter
4168
4187
  def encrypted(self) -> str:
4169
4188
  """
4170
- Indicate whether the disk is encrypted or not.
4189
+ Indicate whether the disk is encrypted or not. Valid values: `on` and `off`.
4171
4190
  """
4172
4191
  return pulumi.get(self, "encrypted")
4173
4192
 
4193
+ @property
4194
+ @pulumi.getter(name="expirationTime")
4195
+ def expiration_time(self) -> str:
4196
+ """
4197
+ The time when the subscription disk expires.
4198
+ """
4199
+ return pulumi.get(self, "expiration_time")
4200
+
4174
4201
  @property
4175
4202
  @pulumi.getter(name="expiredTime")
4176
4203
  def expired_time(self) -> str:
4204
+ """
4205
+ The time when the subscription disk expires.
4206
+ """
4177
4207
  return pulumi.get(self, "expired_time")
4178
4208
 
4179
4209
  @property
@@ -4196,23 +4226,32 @@ class GetEcsDisksDiskResult(dict):
4196
4226
  @pulumi.getter(name="instanceId")
4197
4227
  def instance_id(self) -> str:
4198
4228
  """
4199
- ID of the related instance. It is `null` unless the `status` is `In_use`.
4229
+ Filter the results by the specified ECS instance ID.
4200
4230
  """
4201
4231
  return pulumi.get(self, "instance_id")
4202
4232
 
4203
4233
  @property
4204
4234
  @pulumi.getter
4205
4235
  def iops(self) -> int:
4236
+ """
4237
+ The maximum number of read and write operations per second.
4238
+ """
4206
4239
  return pulumi.get(self, "iops")
4207
4240
 
4208
4241
  @property
4209
4242
  @pulumi.getter(name="iopsRead")
4210
4243
  def iops_read(self) -> int:
4244
+ """
4245
+ The maximum number of read operations per second.
4246
+ """
4211
4247
  return pulumi.get(self, "iops_read")
4212
4248
 
4213
4249
  @property
4214
4250
  @pulumi.getter(name="iopsWrite")
4215
4251
  def iops_write(self) -> int:
4252
+ """
4253
+ The maximum number of write operations per second.
4254
+ """
4216
4255
  return pulumi.get(self, "iops_write")
4217
4256
 
4218
4257
  @property
@@ -4250,13 +4289,16 @@ class GetEcsDisksDiskResult(dict):
4250
4289
  @property
4251
4290
  @pulumi.getter(name="operationLocks")
4252
4291
  def operation_locks(self) -> Sequence['outputs.GetEcsDisksDiskOperationLockResult']:
4292
+ """
4293
+ The reasons why the disk was locked. See `operation_locks` below for details.
4294
+ """
4253
4295
  return pulumi.get(self, "operation_locks")
4254
4296
 
4255
4297
  @property
4256
4298
  @pulumi.getter(name="paymentType")
4257
4299
  def payment_type(self) -> str:
4258
4300
  """
4259
- Payment method for disk.
4301
+ Payment method for disk. Valid Values: `PayAsYouGo`, `Subscription`.
4260
4302
  """
4261
4303
  return pulumi.get(self, "payment_type")
4262
4304
 
@@ -4272,7 +4314,7 @@ class GetEcsDisksDiskResult(dict):
4272
4314
  @pulumi.getter
4273
4315
  def portable(self) -> bool:
4274
4316
  """
4275
- Whether the disk is unmountable.
4317
+ Whether the cloud disk or local disk supports uninstallation.
4276
4318
  """
4277
4319
  return pulumi.get(self, "portable")
4278
4320
 
@@ -4296,7 +4338,7 @@ class GetEcsDisksDiskResult(dict):
4296
4338
  @pulumi.getter(name="resourceGroupId")
4297
4339
  def resource_group_id(self) -> str:
4298
4340
  """
4299
- The Id of resource group.
4341
+ The Id of resource group which the disk belongs.
4300
4342
  """
4301
4343
  return pulumi.get(self, "resource_group_id")
4302
4344
 
@@ -4312,7 +4354,7 @@ class GetEcsDisksDiskResult(dict):
4312
4354
  @pulumi.getter(name="snapshotId")
4313
4355
  def snapshot_id(self) -> str:
4314
4356
  """
4315
- Snapshot used to create the disk. It is null if no snapshot is used to create the disk.
4357
+ The source snapshot id.
4316
4358
  """
4317
4359
  return pulumi.get(self, "snapshot_id")
4318
4360
 
@@ -4320,7 +4362,7 @@ class GetEcsDisksDiskResult(dict):
4320
4362
  @pulumi.getter
4321
4363
  def status(self) -> str:
4322
4364
  """
4323
- Current status.
4365
+ The status of disk. Valid Values: `Attaching`, `Available`, `Creating`, `Detaching`, `In_use`, `Migrating`, `ReIniting`, `Transferring`.
4324
4366
  """
4325
4367
  return pulumi.get(self, "status")
4326
4368
 
@@ -4328,7 +4370,7 @@ class GetEcsDisksDiskResult(dict):
4328
4370
  @pulumi.getter
4329
4371
  def tags(self) -> Mapping[str, str]:
4330
4372
  """
4331
- A map of tags assigned to the disk.
4373
+ A map of tags assigned to the disks.
4332
4374
  """
4333
4375
  return pulumi.get(self, "tags")
4334
4376
 
@@ -4336,7 +4378,7 @@ class GetEcsDisksDiskResult(dict):
4336
4378
  @pulumi.getter
4337
4379
  def type(self) -> str:
4338
4380
  """
4339
- Disk type.
4381
+ Field `type` has been deprecated from provider version 1.122.0. New field `disk_type` instead.
4340
4382
  """
4341
4383
  return pulumi.get(self, "type")
4342
4384
 
@@ -4344,7 +4386,7 @@ class GetEcsDisksDiskResult(dict):
4344
4386
  @pulumi.getter(name="zoneId")
4345
4387
  def zone_id(self) -> str:
4346
4388
  """
4347
- The zone id.
4389
+ ID of the free zone to which the disk belongs.
4348
4390
  """
4349
4391
  return pulumi.get(self, "zone_id")
4350
4392
 
@@ -4358,7 +4400,7 @@ class GetEcsDisksDiskMountInstanceResult(dict):
4358
4400
  """
4359
4401
  :param str attached_time: A mount of time.
4360
4402
  :param str device: The mount point of the disk.
4361
- :param str instance_id: The instance ID of the disk mount.
4403
+ :param str instance_id: Filter the results by the specified ECS instance ID.
4362
4404
  """
4363
4405
  pulumi.set(__self__, "attached_time", attached_time)
4364
4406
  pulumi.set(__self__, "device", device)
@@ -4384,7 +4426,7 @@ class GetEcsDisksDiskMountInstanceResult(dict):
4384
4426
  @pulumi.getter(name="instanceId")
4385
4427
  def instance_id(self) -> str:
4386
4428
  """
4387
- The instance ID of the disk mount.
4429
+ Filter the results by the specified ECS instance ID.
4388
4430
  """
4389
4431
  return pulumi.get(self, "instance_id")
4390
4432
 
@@ -4393,11 +4435,17 @@ class GetEcsDisksDiskMountInstanceResult(dict):
4393
4435
  class GetEcsDisksDiskOperationLockResult(dict):
4394
4436
  def __init__(__self__, *,
4395
4437
  lock_reason: str):
4438
+ """
4439
+ :param str lock_reason: The reason why the disk was locked.
4440
+ """
4396
4441
  pulumi.set(__self__, "lock_reason", lock_reason)
4397
4442
 
4398
4443
  @property
4399
4444
  @pulumi.getter(name="lockReason")
4400
4445
  def lock_reason(self) -> str:
4446
+ """
4447
+ The reason why the disk was locked.
4448
+ """
4401
4449
  return pulumi.get(self, "lock_reason")
4402
4450
 
4403
4451
 
@@ -4405,12 +4453,18 @@ class GetEcsDisksDiskOperationLockResult(dict):
4405
4453
  class GetEcsDisksOperationLockResult(dict):
4406
4454
  def __init__(__self__, *,
4407
4455
  lock_reason: Optional[str] = None):
4456
+ """
4457
+ :param str lock_reason: The reason why the disk was locked.
4458
+ """
4408
4459
  if lock_reason is not None:
4409
4460
  pulumi.set(__self__, "lock_reason", lock_reason)
4410
4461
 
4411
4462
  @property
4412
4463
  @pulumi.getter(name="lockReason")
4413
4464
  def lock_reason(self) -> Optional[str]:
4465
+ """
4466
+ The reason why the disk was locked.
4467
+ """
4414
4468
  return pulumi.get(self, "lock_reason")
4415
4469
 
4416
4470
 
@@ -6,4 +6,7 @@ from .. import _utilities
6
6
  import typing
7
7
  # Export this package's modules as members:
8
8
  from .rate_plan_instance import *
9
+ from .record import *
9
10
  from .site import *
11
+ from ._inputs import *
12
+ from . import outputs