pulumi-alicloud 3.71.0a1735362939__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.
- pulumi_alicloud/__init__.py +83 -0
- pulumi_alicloud/_inputs.py +471 -0
- pulumi_alicloud/adb/cluster.py +68 -0
- pulumi_alicloud/adb/db_cluster.py +94 -0
- pulumi_alicloud/adb/get_db_cluster_lake_versions.py +39 -4
- pulumi_alicloud/adb/outputs.py +106 -2
- pulumi_alicloud/apig/__init__.py +12 -0
- pulumi_alicloud/apig/_inputs.py +263 -0
- pulumi_alicloud/apig/environment.py +317 -0
- pulumi_alicloud/apig/gateway.py +645 -0
- pulumi_alicloud/apig/http_api.py +465 -0
- pulumi_alicloud/apig/outputs.py +213 -0
- pulumi_alicloud/cfg/get_aggregate_compliance_packs.py +2 -2
- pulumi_alicloud/cfg/get_aggregate_config_rules.py +4 -4
- pulumi_alicloud/cfg/get_aggregate_deliveries.py +16 -2
- pulumi_alicloud/cfg/get_aggregators.py +2 -2
- pulumi_alicloud/cfg/get_compliance_packs.py +2 -2
- pulumi_alicloud/cfg/get_configuration_recorders.py +2 -6
- pulumi_alicloud/cfg/get_deliveries.py +11 -2
- pulumi_alicloud/cfg/get_delivery_channels.py +0 -4
- pulumi_alicloud/cfg/get_rules.py +3 -7
- pulumi_alicloud/cfg/outputs.py +28 -20
- pulumi_alicloud/cloudfirewall/get_instance_members.py +2 -2
- pulumi_alicloud/cloudfirewall/get_instances.py +23 -6
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_cens.py +2 -2
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +32 -2
- pulumi_alicloud/cloudfirewall/get_vpc_firewalls.py +2 -2
- pulumi_alicloud/cloudfirewall/instance.py +1 -1
- pulumi_alicloud/cloudfirewall/outputs.py +16 -4
- pulumi_alicloud/config/__init__.pyi +2 -0
- pulumi_alicloud/config/outputs.py +284 -0
- pulumi_alicloud/config/vars.py +4 -0
- pulumi_alicloud/cr/_inputs.py +128 -0
- pulumi_alicloud/cr/outputs.py +93 -0
- pulumi_alicloud/cr/registry_enterprise_instance.py +86 -63
- pulumi_alicloud/cs/registry_enterprise_sync_rule.py +331 -38
- pulumi_alicloud/dcdn/get_domains.py +2 -2
- pulumi_alicloud/dcdn/get_ipa_domains.py +14 -2
- pulumi_alicloud/dcdn/get_waf_domains.py +5 -2
- pulumi_alicloud/dcdn/get_waf_policies.py +8 -2
- pulumi_alicloud/dcdn/outputs.py +6 -6
- pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +8 -2
- pulumi_alicloud/ddos/get_ddos_coo_ports.py +16 -4
- pulumi_alicloud/ddos/outputs.py +4 -4
- pulumi_alicloud/ecs/_inputs.py +9 -0
- pulumi_alicloud/ecs/ecs_snapshot.py +65 -9
- pulumi_alicloud/ecs/get_ecs_disks.py +103 -14
- pulumi_alicloud/ecs/get_instance_types.py +1 -1
- pulumi_alicloud/ecs/outputs.py +168 -37
- pulumi_alicloud/ecs/security_group.py +161 -81
- pulumi_alicloud/ecs/snapshot.py +40 -0
- pulumi_alicloud/eds/ram_directory.py +4 -0
- pulumi_alicloud/esa/__init__.py +3 -0
- pulumi_alicloud/esa/_inputs.py +456 -0
- pulumi_alicloud/esa/outputs.py +321 -0
- pulumi_alicloud/esa/record.py +798 -0
- pulumi_alicloud/ess/get_scaling_configurations.py +116 -10
- pulumi_alicloud/ess/notification.py +50 -3
- pulumi_alicloud/ess/outputs.py +104 -8
- pulumi_alicloud/ess/scheduled_task.py +7 -7
- pulumi_alicloud/expressconnect/__init__.py +1 -0
- pulumi_alicloud/expressconnect/router_grant_association.py +477 -0
- pulumi_alicloud/fc/v3_trigger.py +1 -1
- pulumi_alicloud/ga/get_accelerator_spare_ip_attachments.py +11 -2
- pulumi_alicloud/ga/get_acls.py +14 -2
- pulumi_alicloud/ga/get_additional_certificates.py +11 -2
- pulumi_alicloud/ga/get_bandwidth_packages.py +14 -2
- pulumi_alicloud/ga/get_basic_accelerate_ip_endpoint_relations.py +2 -2
- pulumi_alicloud/ga/get_basic_accelerate_ips.py +2 -2
- pulumi_alicloud/ga/get_basic_accelerators.py +2 -2
- pulumi_alicloud/ga/get_basic_endpoints.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_group_destinations.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_groups.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_traffic_policies.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoints.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_port_mappings.py +2 -2
- pulumi_alicloud/ga/get_domains.py +2 -2
- pulumi_alicloud/ga/get_forwarding_rules.py +8 -2
- pulumi_alicloud/ga/get_ip_sets.py +8 -2
- pulumi_alicloud/ga/get_listeners.py +11 -2
- pulumi_alicloud/ga/outputs.py +64 -32
- pulumi_alicloud/get_msc_sub_contact_verification_message.py +2 -2
- pulumi_alicloud/get_msc_sub_contacts.py +8 -2
- pulumi_alicloud/get_msc_sub_subscriptions.py +5 -2
- pulumi_alicloud/get_msc_sub_webhooks.py +8 -2
- pulumi_alicloud/kms/key.py +108 -28
- pulumi_alicloud/kvstore/backup_policy.py +32 -24
- pulumi_alicloud/kvstore/get_instances.py +14 -3
- pulumi_alicloud/kvstore/outputs.py +48 -4
- pulumi_alicloud/marketplace/order.py +2 -2
- pulumi_alicloud/mongodb/__init__.py +1 -0
- pulumi_alicloud/mongodb/private_srv_network_address.py +283 -0
- pulumi_alicloud/oss/__init__.py +2 -0
- pulumi_alicloud/oss/_inputs.py +68 -0
- pulumi_alicloud/oss/access_point.py +463 -0
- pulumi_alicloud/oss/bucket_worm.py +327 -0
- pulumi_alicloud/oss/outputs.py +74 -0
- pulumi_alicloud/polardb/cluster.py +47 -0
- pulumi_alicloud/privatelink/get_service.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +14 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_service_resources.py +8 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_service_users.py +11 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +11 -2
- pulumi_alicloud/privatelink/get_vpc_endpoints.py +23 -2
- pulumi_alicloud/privatelink/outputs.py +6 -6
- pulumi_alicloud/privatelink/vpc_endpoint.py +143 -69
- pulumi_alicloud/privatelink/vpc_endpoint_service.py +47 -0
- pulumi_alicloud/privatelink/vpc_endpoint_service_resource.py +2 -2
- pulumi_alicloud/provider.py +20 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/get_policies.py +66 -8
- pulumi_alicloud/rds/instance.py +211 -14
- pulumi_alicloud/redis/tair_instance.py +47 -0
- pulumi_alicloud/resourcemanager/control_policy_attachment.py +28 -28
- pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
- pulumi_alicloud/schedulerx/__init__.py +3 -0
- pulumi_alicloud/schedulerx/_inputs.py +542 -0
- pulumi_alicloud/schedulerx/app_group.py +952 -0
- pulumi_alicloud/schedulerx/job.py +1454 -0
- pulumi_alicloud/schedulerx/namespace.py +64 -51
- pulumi_alicloud/schedulerx/outputs.py +425 -0
- pulumi_alicloud/sddp/get_configs.py +5 -2
- pulumi_alicloud/sddp/get_data_limits.py +11 -2
- pulumi_alicloud/sddp/get_instances.py +5 -2
- pulumi_alicloud/sddp/get_rules.py +29 -2
- pulumi_alicloud/sddp/outputs.py +14 -14
- pulumi_alicloud/vpc/get_peer_connections.py +17 -2
- pulumi_alicloud/vpc/network.py +293 -40
- pulumi_alicloud/vpc/outputs.py +2 -2
- pulumi_alicloud/vpc/peer_connection.py +239 -132
- pulumi_alicloud/vpc/peer_connection_accepter.py +85 -6
- pulumi_alicloud/waf/domain.py +2 -2
- pulumi_alicloud/waf/get_certificates.py +14 -2
- pulumi_alicloud/waf/get_domains.py +6 -4
- pulumi_alicloud/waf/get_instances.py +2 -2
- pulumi_alicloud/waf/instance.py +0 -64
- pulumi_alicloud/waf/outputs.py +2 -4
- pulumi_alicloud/wafv3/get_instances.py +10 -4
- {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/RECORD +142 -126
- {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/top_level.txt +0 -0
pulumi_alicloud/ecs/outputs.py
CHANGED
|
@@ -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:
|
|
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:
|
|
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:
|
|
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:
|
|
3983
|
-
:param bool enable_automated_snapshot_policy: Whether the disk
|
|
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:
|
|
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
|
|
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
|
|
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:
|
|
4000
|
-
:param str status:
|
|
4001
|
-
:param Mapping[str, str] tags: A map of tags assigned to the
|
|
4002
|
-
:param str type:
|
|
4003
|
-
:param str 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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
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
|
|
|
@@ -8731,13 +8785,20 @@ class GetInstanceTypesInstanceTypeResult(dict):
|
|
|
8731
8785
|
burstable_instance: 'outputs.GetInstanceTypesInstanceTypeBurstableInstanceResult',
|
|
8732
8786
|
cpu_core_count: int,
|
|
8733
8787
|
eni_amount: int,
|
|
8788
|
+
eni_ipv6_address_quantity: int,
|
|
8789
|
+
eni_private_ip_address_quantity: int,
|
|
8790
|
+
eni_quantity: int,
|
|
8734
8791
|
family: str,
|
|
8735
8792
|
gpu: 'outputs.GetInstanceTypesInstanceTypeGpuResult',
|
|
8736
8793
|
id: str,
|
|
8737
8794
|
local_storage: 'outputs.GetInstanceTypesInstanceTypeLocalStorageResult',
|
|
8795
|
+
maximum_queue_number_per_eni: int,
|
|
8738
8796
|
memory_size: float,
|
|
8739
8797
|
nvme_support: str,
|
|
8740
|
-
price: str
|
|
8798
|
+
price: str,
|
|
8799
|
+
primary_eni_queue_number: int,
|
|
8800
|
+
secondary_eni_queue_number: int,
|
|
8801
|
+
total_eni_queue_quantity: int):
|
|
8741
8802
|
"""
|
|
8742
8803
|
:param Sequence[str] availability_zones: List of availability zones that support the instance type.
|
|
8743
8804
|
:param 'GetInstanceTypesInstanceTypeBurstableInstanceArgs' burstable_instance: The burstable instance attribution:
|
|
@@ -8745,6 +8806,9 @@ class GetInstanceTypesInstanceTypeResult(dict):
|
|
|
8745
8806
|
- baseline_credit: The compute performance benchmark CPU credit of a burstable instance.
|
|
8746
8807
|
:param int cpu_core_count: Filter the results to a specific number of cpu cores.
|
|
8747
8808
|
:param int eni_amount: Filter the result whose network interface number is no more than `eni_amount`.
|
|
8809
|
+
:param int eni_ipv6_address_quantity: (Available since v1.239.0) The maximum number of IPv6 addresses per ENI.
|
|
8810
|
+
:param int eni_private_ip_address_quantity: (Available since v1.239.0) The maximum number of IPv4 addresses per ENI.
|
|
8811
|
+
:param int eni_quantity: (Available since v1.239.0) The maximum number of ENIs per instance.
|
|
8748
8812
|
:param str family: The instance type family.
|
|
8749
8813
|
:param 'GetInstanceTypesInstanceTypeGpuArgs' gpu: The GPU attribution of an instance type:
|
|
8750
8814
|
- amount: The amount of GPU of an instance type.
|
|
@@ -8754,23 +8818,34 @@ class GetInstanceTypesInstanceTypeResult(dict):
|
|
|
8754
8818
|
- capacity: The capacity of a local storage in GB.
|
|
8755
8819
|
- amount: The number of local storage devices that an instance has been attached to.
|
|
8756
8820
|
- category: The category of local storage that an instance has been attached to.
|
|
8821
|
+
:param int maximum_queue_number_per_eni: (Available since v1.239.0) The maximum number of queues per ENI, including primary and secondary ENIs.
|
|
8757
8822
|
:param float memory_size: Filter the results to a specific memory size in GB.
|
|
8758
8823
|
:param str nvme_support: Indicates whether the cloud disk can be attached by using the nonvolatile memory express (NVMe) protocol. Valid values:
|
|
8759
8824
|
- required: The cloud disk can be attached by using the NVMe protocol.
|
|
8760
8825
|
- unsupported: The cloud disk cannot be attached by using the NVMe protocol.
|
|
8761
8826
|
:param str price: The price of instance type.
|
|
8827
|
+
:param int primary_eni_queue_number: (Available since v1.239.0) The default number of queues per primary ENI.
|
|
8828
|
+
:param int secondary_eni_queue_number: (Available since v1.239.0) The default number of queues per secondary ENI.
|
|
8829
|
+
:param int total_eni_queue_quantity: (Available since v1.239.0) The maximum number of queues on ENIs that the instance type supports.
|
|
8762
8830
|
"""
|
|
8763
8831
|
pulumi.set(__self__, "availability_zones", availability_zones)
|
|
8764
8832
|
pulumi.set(__self__, "burstable_instance", burstable_instance)
|
|
8765
8833
|
pulumi.set(__self__, "cpu_core_count", cpu_core_count)
|
|
8766
8834
|
pulumi.set(__self__, "eni_amount", eni_amount)
|
|
8835
|
+
pulumi.set(__self__, "eni_ipv6_address_quantity", eni_ipv6_address_quantity)
|
|
8836
|
+
pulumi.set(__self__, "eni_private_ip_address_quantity", eni_private_ip_address_quantity)
|
|
8837
|
+
pulumi.set(__self__, "eni_quantity", eni_quantity)
|
|
8767
8838
|
pulumi.set(__self__, "family", family)
|
|
8768
8839
|
pulumi.set(__self__, "gpu", gpu)
|
|
8769
8840
|
pulumi.set(__self__, "id", id)
|
|
8770
8841
|
pulumi.set(__self__, "local_storage", local_storage)
|
|
8842
|
+
pulumi.set(__self__, "maximum_queue_number_per_eni", maximum_queue_number_per_eni)
|
|
8771
8843
|
pulumi.set(__self__, "memory_size", memory_size)
|
|
8772
8844
|
pulumi.set(__self__, "nvme_support", nvme_support)
|
|
8773
8845
|
pulumi.set(__self__, "price", price)
|
|
8846
|
+
pulumi.set(__self__, "primary_eni_queue_number", primary_eni_queue_number)
|
|
8847
|
+
pulumi.set(__self__, "secondary_eni_queue_number", secondary_eni_queue_number)
|
|
8848
|
+
pulumi.set(__self__, "total_eni_queue_quantity", total_eni_queue_quantity)
|
|
8774
8849
|
|
|
8775
8850
|
@property
|
|
8776
8851
|
@pulumi.getter(name="availabilityZones")
|
|
@@ -8806,6 +8881,30 @@ class GetInstanceTypesInstanceTypeResult(dict):
|
|
|
8806
8881
|
"""
|
|
8807
8882
|
return pulumi.get(self, "eni_amount")
|
|
8808
8883
|
|
|
8884
|
+
@property
|
|
8885
|
+
@pulumi.getter(name="eniIpv6AddressQuantity")
|
|
8886
|
+
def eni_ipv6_address_quantity(self) -> int:
|
|
8887
|
+
"""
|
|
8888
|
+
(Available since v1.239.0) The maximum number of IPv6 addresses per ENI.
|
|
8889
|
+
"""
|
|
8890
|
+
return pulumi.get(self, "eni_ipv6_address_quantity")
|
|
8891
|
+
|
|
8892
|
+
@property
|
|
8893
|
+
@pulumi.getter(name="eniPrivateIpAddressQuantity")
|
|
8894
|
+
def eni_private_ip_address_quantity(self) -> int:
|
|
8895
|
+
"""
|
|
8896
|
+
(Available since v1.239.0) The maximum number of IPv4 addresses per ENI.
|
|
8897
|
+
"""
|
|
8898
|
+
return pulumi.get(self, "eni_private_ip_address_quantity")
|
|
8899
|
+
|
|
8900
|
+
@property
|
|
8901
|
+
@pulumi.getter(name="eniQuantity")
|
|
8902
|
+
def eni_quantity(self) -> int:
|
|
8903
|
+
"""
|
|
8904
|
+
(Available since v1.239.0) The maximum number of ENIs per instance.
|
|
8905
|
+
"""
|
|
8906
|
+
return pulumi.get(self, "eni_quantity")
|
|
8907
|
+
|
|
8809
8908
|
@property
|
|
8810
8909
|
@pulumi.getter
|
|
8811
8910
|
def family(self) -> str:
|
|
@@ -8843,6 +8942,14 @@ class GetInstanceTypesInstanceTypeResult(dict):
|
|
|
8843
8942
|
"""
|
|
8844
8943
|
return pulumi.get(self, "local_storage")
|
|
8845
8944
|
|
|
8945
|
+
@property
|
|
8946
|
+
@pulumi.getter(name="maximumQueueNumberPerEni")
|
|
8947
|
+
def maximum_queue_number_per_eni(self) -> int:
|
|
8948
|
+
"""
|
|
8949
|
+
(Available since v1.239.0) The maximum number of queues per ENI, including primary and secondary ENIs.
|
|
8950
|
+
"""
|
|
8951
|
+
return pulumi.get(self, "maximum_queue_number_per_eni")
|
|
8952
|
+
|
|
8846
8953
|
@property
|
|
8847
8954
|
@pulumi.getter(name="memorySize")
|
|
8848
8955
|
def memory_size(self) -> float:
|
|
@@ -8869,6 +8976,30 @@ class GetInstanceTypesInstanceTypeResult(dict):
|
|
|
8869
8976
|
"""
|
|
8870
8977
|
return pulumi.get(self, "price")
|
|
8871
8978
|
|
|
8979
|
+
@property
|
|
8980
|
+
@pulumi.getter(name="primaryEniQueueNumber")
|
|
8981
|
+
def primary_eni_queue_number(self) -> int:
|
|
8982
|
+
"""
|
|
8983
|
+
(Available since v1.239.0) The default number of queues per primary ENI.
|
|
8984
|
+
"""
|
|
8985
|
+
return pulumi.get(self, "primary_eni_queue_number")
|
|
8986
|
+
|
|
8987
|
+
@property
|
|
8988
|
+
@pulumi.getter(name="secondaryEniQueueNumber")
|
|
8989
|
+
def secondary_eni_queue_number(self) -> int:
|
|
8990
|
+
"""
|
|
8991
|
+
(Available since v1.239.0) The default number of queues per secondary ENI.
|
|
8992
|
+
"""
|
|
8993
|
+
return pulumi.get(self, "secondary_eni_queue_number")
|
|
8994
|
+
|
|
8995
|
+
@property
|
|
8996
|
+
@pulumi.getter(name="totalEniQueueQuantity")
|
|
8997
|
+
def total_eni_queue_quantity(self) -> int:
|
|
8998
|
+
"""
|
|
8999
|
+
(Available since v1.239.0) The maximum number of queues on ENIs that the instance type supports.
|
|
9000
|
+
"""
|
|
9001
|
+
return pulumi.get(self, "total_eni_queue_quantity")
|
|
9002
|
+
|
|
8872
9003
|
|
|
8873
9004
|
@pulumi.output_type
|
|
8874
9005
|
class GetInstanceTypesInstanceTypeBurstableInstanceResult(dict):
|