pulumi-alicloud 3.67.0a1731734345__py3-none-any.whl → 3.68.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 +56 -0
- pulumi_alicloud/cdn/_inputs.py +3 -23
- pulumi_alicloud/cdn/domain_new.py +93 -51
- pulumi_alicloud/cdn/outputs.py +2 -16
- pulumi_alicloud/cdn/real_time_log_delivery.py +97 -46
- pulumi_alicloud/cen/flow_log.py +373 -58
- pulumi_alicloud/cen/get_flowlogs.py +250 -35
- pulumi_alicloud/cen/outputs.py +116 -17
- pulumi_alicloud/cen/transit_router_ecr_attachment.py +4 -4
- pulumi_alicloud/cr/registry_enterprise_instance.py +474 -90
- pulumi_alicloud/cs/node_pool.py +7 -0
- pulumi_alicloud/ecs/_inputs.py +92 -0
- pulumi_alicloud/ecs/auto_snapshot_policy.py +323 -129
- pulumi_alicloud/ecs/ecs_image_component.py +221 -48
- pulumi_alicloud/ecs/outputs.py +88 -0
- pulumi_alicloud/ecs/snapshot_policy.py +154 -1
- pulumi_alicloud/emrv2/_inputs.py +875 -21
- pulumi_alicloud/emrv2/cluster.py +47 -0
- pulumi_alicloud/emrv2/outputs.py +580 -14
- pulumi_alicloud/ess/_inputs.py +94 -0
- pulumi_alicloud/ess/eci_scaling_configuration.py +42 -14
- pulumi_alicloud/ess/outputs.py +79 -0
- pulumi_alicloud/ess/scaling_configuration.py +47 -0
- pulumi_alicloud/expressconnect/router_vbr_child_instance.py +86 -25
- pulumi_alicloud/gwlb/__init__.py +1 -0
- pulumi_alicloud/gwlb/_inputs.py +147 -126
- pulumi_alicloud/gwlb/get_zones.py +173 -0
- pulumi_alicloud/gwlb/listener.py +50 -50
- pulumi_alicloud/gwlb/load_balancer.py +78 -71
- pulumi_alicloud/gwlb/outputs.py +139 -84
- pulumi_alicloud/gwlb/server_group.py +162 -113
- pulumi_alicloud/kms/key.py +1 -1
- pulumi_alicloud/kvstore/account.py +24 -24
- pulumi_alicloud/kvstore/audit_log_config.py +11 -11
- pulumi_alicloud/kvstore/backup_policy.py +11 -11
- pulumi_alicloud/kvstore/connection.py +8 -8
- pulumi_alicloud/kvstore/get_accounts.py +4 -4
- pulumi_alicloud/kvstore/get_connections.py +5 -5
- pulumi_alicloud/kvstore/get_instance_classes.py +20 -20
- pulumi_alicloud/kvstore/get_instance_engines.py +7 -7
- pulumi_alicloud/kvstore/get_instances.py +9 -7
- pulumi_alicloud/kvstore/get_permission.py +10 -10
- pulumi_alicloud/kvstore/get_zones.py +4 -4
- pulumi_alicloud/kvstore/instance.py +21 -21
- pulumi_alicloud/kvstore/outputs.py +8 -8
- pulumi_alicloud/mongodb/instance.py +47 -0
- pulumi_alicloud/mongodb/sharding_instance.py +47 -0
- pulumi_alicloud/nas/_inputs.py +148 -0
- pulumi_alicloud/nas/file_system.py +482 -222
- pulumi_alicloud/nas/outputs.py +109 -0
- pulumi_alicloud/pai/__init__.py +7 -0
- pulumi_alicloud/pai/_inputs.py +129 -0
- pulumi_alicloud/pai/outputs.py +83 -0
- pulumi_alicloud/pai/workspace_code_source.py +702 -0
- pulumi_alicloud/pai/workspace_dataset.py +1081 -0
- pulumi_alicloud/pai/workspace_datasetversion.py +818 -0
- pulumi_alicloud/pai/workspace_experiment.py +394 -0
- pulumi_alicloud/pai/workspace_run.py +344 -0
- pulumi_alicloud/pai/workspace_workspace.py +6 -6
- pulumi_alicloud/polardb/cluster.py +7 -7
- pulumi_alicloud/privatelink/vpc_endpoint_service.py +42 -91
- pulumi_alicloud/privatelink/vpc_endpoint_service_connection.py +27 -23
- pulumi_alicloud/privatelink/vpc_endpoint_service_resource.py +34 -37
- pulumi_alicloud/privatelink/vpc_endpoint_zone.py +28 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/rds/__init__.py +2 -0
- pulumi_alicloud/rds/_inputs.py +146 -0
- pulumi_alicloud/rds/custom.py +1630 -0
- pulumi_alicloud/rds/custom_deployment_set.py +525 -0
- pulumi_alicloud/rds/outputs.py +105 -0
- pulumi_alicloud/redis/tair_instance.py +76 -1
- pulumi_alicloud/vpc/_inputs.py +54 -0
- pulumi_alicloud/vpc/nat_gateway.py +175 -14
- pulumi_alicloud/vpc/outputs.py +51 -0
- pulumi_alicloud/vpn/gateway_vco_route.py +68 -21
- {pulumi_alicloud-3.67.0a1731734345.dist-info → pulumi_alicloud-3.68.0.dist-info}/METADATA +5 -5
- {pulumi_alicloud-3.67.0a1731734345.dist-info → pulumi_alicloud-3.68.0.dist-info}/RECORD +79 -69
- {pulumi_alicloud-3.67.0a1731734345.dist-info → pulumi_alicloud-3.68.0.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.67.0a1731734345.dist-info → pulumi_alicloud-3.68.0.dist-info}/top_level.txt +0 -0
|
@@ -62,7 +62,7 @@ class GetInstanceEnginesResult:
|
|
|
62
62
|
@pulumi.getter(name="engineVersion")
|
|
63
63
|
def engine_version(self) -> Optional[str]:
|
|
64
64
|
"""
|
|
65
|
-
KVStore Instance version.
|
|
65
|
+
Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance version.
|
|
66
66
|
"""
|
|
67
67
|
return pulumi.get(self, "engine_version")
|
|
68
68
|
|
|
@@ -83,7 +83,7 @@ class GetInstanceEnginesResult:
|
|
|
83
83
|
@pulumi.getter(name="instanceEngines")
|
|
84
84
|
def instance_engines(self) -> Sequence['outputs.GetInstanceEnginesInstanceEngineResult']:
|
|
85
85
|
"""
|
|
86
|
-
A list of KVStore available instance engines. Each element contains the following attributes:
|
|
86
|
+
A list of Tair (Redis OSS-Compatible) And Memcache (KVStore) available instance engines. Each element contains the following attributes:
|
|
87
87
|
"""
|
|
88
88
|
return pulumi.get(self, "instance_engines")
|
|
89
89
|
|
|
@@ -96,7 +96,7 @@ class GetInstanceEnginesResult:
|
|
|
96
96
|
@pulumi.getter(name="zoneId")
|
|
97
97
|
def zone_id(self) -> str:
|
|
98
98
|
"""
|
|
99
|
-
The Zone to launch the KVStore
|
|
99
|
+
The Zone to launch the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
|
|
100
100
|
"""
|
|
101
101
|
return pulumi.get(self, "zone_id")
|
|
102
102
|
|
|
@@ -123,7 +123,7 @@ def get_instance_engines(engine: Optional[str] = None,
|
|
|
123
123
|
zone_id: Optional[str] = None,
|
|
124
124
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetInstanceEnginesResult:
|
|
125
125
|
"""
|
|
126
|
-
This data source provides the KVStore
|
|
126
|
+
This data source provides the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance engines resource available info of Alibaba Cloud.
|
|
127
127
|
|
|
128
128
|
> **NOTE:** Available since v1.51.0
|
|
129
129
|
|
|
@@ -147,7 +147,7 @@ def get_instance_engines(engine: Optional[str] = None,
|
|
|
147
147
|
:param str engine_version: Database version required by the user. Value options of Redis can refer to the latest docs [detail info](https://www.alibabacloud.com/help/doc-detail/60873.htm) `EngineVersion`. Value of Memcache should be empty.
|
|
148
148
|
:param str instance_charge_type: Filter the results by charge type. Valid values: `PrePaid` and `PostPaid`. Default to `PrePaid`.
|
|
149
149
|
:param str output_file: File name where to save data source results (after running `pulumi up`).
|
|
150
|
-
:param str zone_id: The Zone to launch the KVStore
|
|
150
|
+
:param str zone_id: The Zone to launch the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
|
|
151
151
|
"""
|
|
152
152
|
__args__ = dict()
|
|
153
153
|
__args__['engine'] = engine
|
|
@@ -173,7 +173,7 @@ def get_instance_engines_output(engine: Optional[pulumi.Input[Optional[str]]] =
|
|
|
173
173
|
zone_id: Optional[pulumi.Input[str]] = None,
|
|
174
174
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetInstanceEnginesResult]:
|
|
175
175
|
"""
|
|
176
|
-
This data source provides the KVStore
|
|
176
|
+
This data source provides the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance engines resource available info of Alibaba Cloud.
|
|
177
177
|
|
|
178
178
|
> **NOTE:** Available since v1.51.0
|
|
179
179
|
|
|
@@ -197,7 +197,7 @@ def get_instance_engines_output(engine: Optional[pulumi.Input[Optional[str]]] =
|
|
|
197
197
|
:param str engine_version: Database version required by the user. Value options of Redis can refer to the latest docs [detail info](https://www.alibabacloud.com/help/doc-detail/60873.htm) `EngineVersion`. Value of Memcache should be empty.
|
|
198
198
|
:param str instance_charge_type: Filter the results by charge type. Valid values: `PrePaid` and `PostPaid`. Default to `PrePaid`.
|
|
199
199
|
:param str output_file: File name where to save data source results (after running `pulumi up`).
|
|
200
|
-
:param str zone_id: The Zone to launch the KVStore
|
|
200
|
+
:param str zone_id: The Zone to launch the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
|
|
201
201
|
"""
|
|
202
202
|
__args__ = dict()
|
|
203
203
|
__args__['engine'] = engine
|
|
@@ -151,7 +151,7 @@ class GetInstancesResult:
|
|
|
151
151
|
@pulumi.getter(name="instanceClass")
|
|
152
152
|
def instance_class(self) -> Optional[str]:
|
|
153
153
|
"""
|
|
154
|
-
(Optional) Type of the applied
|
|
154
|
+
(Optional) Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance.
|
|
155
155
|
For more information, see [Instance type table](https://www.alibabacloud.com/help/en/redis/product-overview/overview-4).
|
|
156
156
|
"""
|
|
157
157
|
return pulumi.get(self, "instance_class")
|
|
@@ -307,8 +307,9 @@ def get_instances(architecture_type: Optional[str] = None,
|
|
|
307
307
|
zone_id: Optional[str] = None,
|
|
308
308
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetInstancesResult:
|
|
309
309
|
"""
|
|
310
|
-
|
|
311
|
-
|
|
310
|
+
This data source provides the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instances of the current Alibaba Cloud user.
|
|
311
|
+
|
|
312
|
+
> **NOTE:** Available since v1.15.0.
|
|
312
313
|
|
|
313
314
|
## Example Usage
|
|
314
315
|
|
|
@@ -328,7 +329,7 @@ def get_instances(architecture_type: Optional[str] = None,
|
|
|
328
329
|
:param str expired: The expiration status of the instance.
|
|
329
330
|
:param bool global_instance: Whether to create a distributed cache.
|
|
330
331
|
:param Sequence[str] ids: A list of KVStore DBInstance IDs.
|
|
331
|
-
:param str instance_class: Type of the applied
|
|
332
|
+
:param str instance_class: Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. For more information, see [Instance type table](https://help.aliyun.com/zh/redis/developer-reference/instance-types).
|
|
332
333
|
:param str instance_type: The engine type of the KVStore DBInstance. Options are `Memcache`, and `Redis`. If no value is specified, all types are returned.
|
|
333
334
|
:param str name_regex: A regex string to apply to the instance name.
|
|
334
335
|
:param str network_type: The type of the network. Valid values: `CLASSIC`, `VPC`.
|
|
@@ -412,8 +413,9 @@ def get_instances_output(architecture_type: Optional[pulumi.Input[Optional[str]]
|
|
|
412
413
|
zone_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
413
414
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetInstancesResult]:
|
|
414
415
|
"""
|
|
415
|
-
|
|
416
|
-
|
|
416
|
+
This data source provides the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instances of the current Alibaba Cloud user.
|
|
417
|
+
|
|
418
|
+
> **NOTE:** Available since v1.15.0.
|
|
417
419
|
|
|
418
420
|
## Example Usage
|
|
419
421
|
|
|
@@ -433,7 +435,7 @@ def get_instances_output(architecture_type: Optional[pulumi.Input[Optional[str]]
|
|
|
433
435
|
:param str expired: The expiration status of the instance.
|
|
434
436
|
:param bool global_instance: Whether to create a distributed cache.
|
|
435
437
|
:param Sequence[str] ids: A list of KVStore DBInstance IDs.
|
|
436
|
-
:param str instance_class: Type of the applied
|
|
438
|
+
:param str instance_class: Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. For more information, see [Instance type table](https://help.aliyun.com/zh/redis/developer-reference/instance-types).
|
|
437
439
|
:param str instance_type: The engine type of the KVStore DBInstance. Options are `Memcache`, and `Redis`. If no value is specified, all types are returned.
|
|
438
440
|
:param str name_regex: A regex string to apply to the instance name.
|
|
439
441
|
:param str network_type: The type of the network. Valid values: `CLASSIC`, `VPC`.
|
|
@@ -73,11 +73,11 @@ class AwaitableGetPermissionResult(GetPermissionResult):
|
|
|
73
73
|
def get_permission(enable: Optional[str] = None,
|
|
74
74
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPermissionResult:
|
|
75
75
|
"""
|
|
76
|
-
Assigns a RAM role to
|
|
76
|
+
Assigns a RAM role to Tair (Redis OSS-Compatible) And Memcache (KVStore).
|
|
77
77
|
|
|
78
|
-
The log management feature of
|
|
79
|
-
To use the log management feature of
|
|
80
|
-
For more information, see [Associated RAM roles of
|
|
78
|
+
The log management feature of Tair (Redis OSS-Compatible) And Memcache (KVStore) requires the resources of [Log Service](https://www.alibabacloud.com/help/doc-detail/48869.htm).
|
|
79
|
+
To use the log management feature of Tair (Redis OSS-Compatible) And Memcache (KVStore), you can call this operation to associate the RAM role named AliyunServiceRoleForKvstore with the Tair (Redis OSS-Compatible) And Memcache (KVStore) instance.
|
|
80
|
+
For more information, see [Associated RAM roles of Tair (Redis OSS-Compatible) And Memcache (KVStore)](https://www.alibabacloud.com/help/doc-detail/184337.htm)
|
|
81
81
|
|
|
82
82
|
> **NOTE:** Available since v1.128.0
|
|
83
83
|
|
|
@@ -91,7 +91,7 @@ def get_permission(enable: Optional[str] = None,
|
|
|
91
91
|
```
|
|
92
92
|
|
|
93
93
|
|
|
94
|
-
:param str enable: Setting the value to `On` to assigns a RAM role to
|
|
94
|
+
:param str enable: Setting the value to `On` to assigns a RAM role to Tair (Redis OSS-Compatible) And Memcache (KVStore). If has been enabled, return the result. Valid values: "On" or "Off". Default to "Off".
|
|
95
95
|
"""
|
|
96
96
|
__args__ = dict()
|
|
97
97
|
__args__['enable'] = enable
|
|
@@ -105,11 +105,11 @@ def get_permission(enable: Optional[str] = None,
|
|
|
105
105
|
def get_permission_output(enable: Optional[pulumi.Input[Optional[str]]] = None,
|
|
106
106
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPermissionResult]:
|
|
107
107
|
"""
|
|
108
|
-
Assigns a RAM role to
|
|
108
|
+
Assigns a RAM role to Tair (Redis OSS-Compatible) And Memcache (KVStore).
|
|
109
109
|
|
|
110
|
-
The log management feature of
|
|
111
|
-
To use the log management feature of
|
|
112
|
-
For more information, see [Associated RAM roles of
|
|
110
|
+
The log management feature of Tair (Redis OSS-Compatible) And Memcache (KVStore) requires the resources of [Log Service](https://www.alibabacloud.com/help/doc-detail/48869.htm).
|
|
111
|
+
To use the log management feature of Tair (Redis OSS-Compatible) And Memcache (KVStore), you can call this operation to associate the RAM role named AliyunServiceRoleForKvstore with the Tair (Redis OSS-Compatible) And Memcache (KVStore) instance.
|
|
112
|
+
For more information, see [Associated RAM roles of Tair (Redis OSS-Compatible) And Memcache (KVStore)](https://www.alibabacloud.com/help/doc-detail/184337.htm)
|
|
113
113
|
|
|
114
114
|
> **NOTE:** Available since v1.128.0
|
|
115
115
|
|
|
@@ -123,7 +123,7 @@ def get_permission_output(enable: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
123
123
|
```
|
|
124
124
|
|
|
125
125
|
|
|
126
|
-
:param str enable: Setting the value to `On` to assigns a RAM role to
|
|
126
|
+
:param str enable: Setting the value to `On` to assigns a RAM role to Tair (Redis OSS-Compatible) And Memcache (KVStore). If has been enabled, return the result. Valid values: "On" or "Off". Default to "Off".
|
|
127
127
|
"""
|
|
128
128
|
__args__ = dict()
|
|
129
129
|
__args__['enable'] = enable
|
|
@@ -126,7 +126,7 @@ def get_zones(engine: Optional[str] = None,
|
|
|
126
126
|
product_type: Optional[str] = None,
|
|
127
127
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetZonesResult:
|
|
128
128
|
"""
|
|
129
|
-
This data source provides availability zones for KVStore that can be accessed by an Alibaba Cloud account within the region configured in the provider.
|
|
129
|
+
This data source provides availability zones for Tair (Redis OSS-Compatible) And Memcache (KVStore) that can be accessed by an Alibaba Cloud account within the region configured in the provider.
|
|
130
130
|
|
|
131
131
|
> **NOTE:** Available since v1.73.0.
|
|
132
132
|
|
|
@@ -144,7 +144,7 @@ def get_zones(engine: Optional[str] = None,
|
|
|
144
144
|
:param str engine: Database type. Options are `Redis`, `Memcache`. Default to `Redis`.
|
|
145
145
|
* product_type - (Optional, Available since v1.130.0+) The type of the service. Valid values: `Local`, `Tair_rdb`, `Tair_scm`, `Tair_essd`, `OnECS`.
|
|
146
146
|
:param str instance_charge_type: Filter the results by a specific instance charge type. Valid values: `PrePaid` and `PostPaid`. Default to `PostPaid`.
|
|
147
|
-
:param bool multi: Indicate whether the zones can be used in a multi AZ configuration. Default to `false`. Multi AZ is usually used to launch KVStore instances.
|
|
147
|
+
:param bool multi: Indicate whether the zones can be used in a multi AZ configuration. Default to `false`. Multi AZ is usually used to launch Tair (Redis OSS-Compatible) And Memcache (KVStore) instances.
|
|
148
148
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
149
149
|
"""
|
|
150
150
|
__args__ = dict()
|
|
@@ -172,7 +172,7 @@ def get_zones_output(engine: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
172
172
|
product_type: Optional[pulumi.Input[Optional[str]]] = None,
|
|
173
173
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetZonesResult]:
|
|
174
174
|
"""
|
|
175
|
-
This data source provides availability zones for KVStore that can be accessed by an Alibaba Cloud account within the region configured in the provider.
|
|
175
|
+
This data source provides availability zones for Tair (Redis OSS-Compatible) And Memcache (KVStore) that can be accessed by an Alibaba Cloud account within the region configured in the provider.
|
|
176
176
|
|
|
177
177
|
> **NOTE:** Available since v1.73.0.
|
|
178
178
|
|
|
@@ -190,7 +190,7 @@ def get_zones_output(engine: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
190
190
|
:param str engine: Database type. Options are `Redis`, `Memcache`. Default to `Redis`.
|
|
191
191
|
* product_type - (Optional, Available since v1.130.0+) The type of the service. Valid values: `Local`, `Tair_rdb`, `Tair_scm`, `Tair_essd`, `OnECS`.
|
|
192
192
|
:param str instance_charge_type: Filter the results by a specific instance charge type. Valid values: `PrePaid` and `PostPaid`. Default to `PostPaid`.
|
|
193
|
-
:param bool multi: Indicate whether the zones can be used in a multi AZ configuration. Default to `false`. Multi AZ is usually used to launch KVStore instances.
|
|
193
|
+
:param bool multi: Indicate whether the zones can be used in a multi AZ configuration. Default to `false`. Multi AZ is usually used to launch Tair (Redis OSS-Compatible) And Memcache (KVStore) instances.
|
|
194
194
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
195
195
|
"""
|
|
196
196
|
__args__ = dict()
|
|
@@ -100,7 +100,7 @@ class InstanceArgs:
|
|
|
100
100
|
:param pulumi.Input[str] connection_string_prefix: It has been deprecated from provider version 1.101.0 and resource `kvstore.Connection` instead.
|
|
101
101
|
:param pulumi.Input[str] coupon_no: The coupon code. **NOTE:** The default value `youhuiquan_promotion_option_id_for_blank` removed since v1.216.0, this can cause your status file to change even if it has not been modified, so please review your change plan before apply change plan.
|
|
102
102
|
:param pulumi.Input[str] db_instance_name: The name of KVStore DBInstance. It is a string of 2 to 256 characters.
|
|
103
|
-
:param pulumi.Input[str] dedicated_host_group_id: The ID of the dedicated cluster. This parameter is required when you create
|
|
103
|
+
:param pulumi.Input[str] dedicated_host_group_id: The ID of the dedicated cluster. This parameter is required when you create a Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance in a dedicated cluster.
|
|
104
104
|
:param pulumi.Input[bool] dry_run: Specifies whether to precheck the request. Valid values:
|
|
105
105
|
:param pulumi.Input[str] effective_time: The time when the database is switched after the instance is migrated, or when the major version is upgraded, or when the instance class is upgraded. Valid values:
|
|
106
106
|
- `Immediately` (Default): The configurations are immediately changed.
|
|
@@ -115,7 +115,7 @@ class InstanceArgs:
|
|
|
115
115
|
:param pulumi.Input[bool] global_instance: Whether to create a distributed cache. Default value: `false`.
|
|
116
116
|
:param pulumi.Input[str] global_instance_id: The ID of distributed cache.
|
|
117
117
|
:param pulumi.Input[str] instance_charge_type: It has been deprecated from provider version 1.101.0 and `payment_type` instead.
|
|
118
|
-
:param pulumi.Input[str] instance_class: Type of the applied
|
|
118
|
+
:param pulumi.Input[str] instance_class: Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. It can be retrieved by data source `kvstore_get_instance_classes`
|
|
119
119
|
or referring to help-docs [Instance type table](https://www.alibabacloud.com/help/doc-detail/26350.htm).
|
|
120
120
|
:param pulumi.Input[str] instance_name: It has been deprecated from provider version 1.101.0 and `db_instance_name` instead.
|
|
121
121
|
:param pulumi.Input[bool] instance_release_protection: Whether to open the release protection.
|
|
@@ -139,7 +139,7 @@ class InstanceArgs:
|
|
|
139
139
|
:param pulumi.Input[str] resource_group_id: The ID of resource group which the resource belongs.
|
|
140
140
|
:param pulumi.Input[str] restore_time: The point in time of a backup file.
|
|
141
141
|
:param pulumi.Input[str] role_arn: The Specify the global resource descriptor ARN (Alibaba Cloud Resource Name) information of the role to be authorized, and use the related key management services after the authorization is completed, in the format: `acs:ram::$accountID:role/$roleName`.
|
|
142
|
-
:param pulumi.Input[str] secondary_zone_id: The ID of the secondary zone to which you want to migrate the
|
|
142
|
+
:param pulumi.Input[str] secondary_zone_id: The ID of the secondary zone to which you want to migrate the Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance.
|
|
143
143
|
> **NOTE:** If you specify this parameter, the master node and replica node of the instance can be deployed in different zones and disaster recovery is implemented across zones. The instance can withstand failures in data centers.
|
|
144
144
|
:param pulumi.Input[str] security_group_id: The ID of security groups. Separate multiple security group IDs with commas (,), such as `sg-***,sg-***,sg-***`.
|
|
145
145
|
:param pulumi.Input[str] security_ip_group_attribute: The value of this parameter is empty by default. The attribute of the whitelist group. The console does not display the whitelist group whose value of this parameter is hidden.
|
|
@@ -481,7 +481,7 @@ class InstanceArgs:
|
|
|
481
481
|
@pulumi.getter(name="dedicatedHostGroupId")
|
|
482
482
|
def dedicated_host_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
483
483
|
"""
|
|
484
|
-
The ID of the dedicated cluster. This parameter is required when you create
|
|
484
|
+
The ID of the dedicated cluster. This parameter is required when you create a Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance in a dedicated cluster.
|
|
485
485
|
"""
|
|
486
486
|
return pulumi.get(self, "dedicated_host_group_id")
|
|
487
487
|
|
|
@@ -630,7 +630,7 @@ class InstanceArgs:
|
|
|
630
630
|
@pulumi.getter(name="instanceClass")
|
|
631
631
|
def instance_class(self) -> Optional[pulumi.Input[str]]:
|
|
632
632
|
"""
|
|
633
|
-
Type of the applied
|
|
633
|
+
Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. It can be retrieved by data source `kvstore_get_instance_classes`
|
|
634
634
|
or referring to help-docs [Instance type table](https://www.alibabacloud.com/help/doc-detail/26350.htm).
|
|
635
635
|
"""
|
|
636
636
|
return pulumi.get(self, "instance_class")
|
|
@@ -910,7 +910,7 @@ class InstanceArgs:
|
|
|
910
910
|
@pulumi.getter(name="secondaryZoneId")
|
|
911
911
|
def secondary_zone_id(self) -> Optional[pulumi.Input[str]]:
|
|
912
912
|
"""
|
|
913
|
-
The ID of the secondary zone to which you want to migrate the
|
|
913
|
+
The ID of the secondary zone to which you want to migrate the Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance.
|
|
914
914
|
> **NOTE:** If you specify this parameter, the master node and replica node of the instance can be deployed in different zones and disaster recovery is implemented across zones. The instance can withstand failures in data centers.
|
|
915
915
|
"""
|
|
916
916
|
return pulumi.get(self, "secondary_zone_id")
|
|
@@ -1169,7 +1169,7 @@ class _InstanceState:
|
|
|
1169
1169
|
:param pulumi.Input[str] connection_string_prefix: It has been deprecated from provider version 1.101.0 and resource `kvstore.Connection` instead.
|
|
1170
1170
|
:param pulumi.Input[str] coupon_no: The coupon code. **NOTE:** The default value `youhuiquan_promotion_option_id_for_blank` removed since v1.216.0, this can cause your status file to change even if it has not been modified, so please review your change plan before apply change plan.
|
|
1171
1171
|
:param pulumi.Input[str] db_instance_name: The name of KVStore DBInstance. It is a string of 2 to 256 characters.
|
|
1172
|
-
:param pulumi.Input[str] dedicated_host_group_id: The ID of the dedicated cluster. This parameter is required when you create
|
|
1172
|
+
:param pulumi.Input[str] dedicated_host_group_id: The ID of the dedicated cluster. This parameter is required when you create a Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance in a dedicated cluster.
|
|
1173
1173
|
:param pulumi.Input[bool] dry_run: Specifies whether to precheck the request. Valid values:
|
|
1174
1174
|
:param pulumi.Input[str] effective_time: The time when the database is switched after the instance is migrated, or when the major version is upgraded, or when the instance class is upgraded. Valid values:
|
|
1175
1175
|
- `Immediately` (Default): The configurations are immediately changed.
|
|
@@ -1185,7 +1185,7 @@ class _InstanceState:
|
|
|
1185
1185
|
:param pulumi.Input[bool] global_instance: Whether to create a distributed cache. Default value: `false`.
|
|
1186
1186
|
:param pulumi.Input[str] global_instance_id: The ID of distributed cache.
|
|
1187
1187
|
:param pulumi.Input[str] instance_charge_type: It has been deprecated from provider version 1.101.0 and `payment_type` instead.
|
|
1188
|
-
:param pulumi.Input[str] instance_class: Type of the applied
|
|
1188
|
+
:param pulumi.Input[str] instance_class: Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. It can be retrieved by data source `kvstore_get_instance_classes`
|
|
1189
1189
|
or referring to help-docs [Instance type table](https://www.alibabacloud.com/help/doc-detail/26350.htm).
|
|
1190
1190
|
:param pulumi.Input[str] instance_name: It has been deprecated from provider version 1.101.0 and `db_instance_name` instead.
|
|
1191
1191
|
:param pulumi.Input[bool] instance_release_protection: Whether to open the release protection.
|
|
@@ -1210,7 +1210,7 @@ class _InstanceState:
|
|
|
1210
1210
|
:param pulumi.Input[str] resource_group_id: The ID of resource group which the resource belongs.
|
|
1211
1211
|
:param pulumi.Input[str] restore_time: The point in time of a backup file.
|
|
1212
1212
|
:param pulumi.Input[str] role_arn: The Specify the global resource descriptor ARN (Alibaba Cloud Resource Name) information of the role to be authorized, and use the related key management services after the authorization is completed, in the format: `acs:ram::$accountID:role/$roleName`.
|
|
1213
|
-
:param pulumi.Input[str] secondary_zone_id: The ID of the secondary zone to which you want to migrate the
|
|
1213
|
+
:param pulumi.Input[str] secondary_zone_id: The ID of the secondary zone to which you want to migrate the Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance.
|
|
1214
1214
|
> **NOTE:** If you specify this parameter, the master node and replica node of the instance can be deployed in different zones and disaster recovery is implemented across zones. The instance can withstand failures in data centers.
|
|
1215
1215
|
:param pulumi.Input[str] security_group_id: The ID of security groups. Separate multiple security group IDs with commas (,), such as `sg-***,sg-***,sg-***`.
|
|
1216
1216
|
:param pulumi.Input[str] security_ip_group_attribute: The value of this parameter is empty by default. The attribute of the whitelist group. The console does not display the whitelist group whose value of this parameter is hidden.
|
|
@@ -1591,7 +1591,7 @@ class _InstanceState:
|
|
|
1591
1591
|
@pulumi.getter(name="dedicatedHostGroupId")
|
|
1592
1592
|
def dedicated_host_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
1593
1593
|
"""
|
|
1594
|
-
The ID of the dedicated cluster. This parameter is required when you create
|
|
1594
|
+
The ID of the dedicated cluster. This parameter is required when you create a Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance in a dedicated cluster.
|
|
1595
1595
|
"""
|
|
1596
1596
|
return pulumi.get(self, "dedicated_host_group_id")
|
|
1597
1597
|
|
|
@@ -1752,7 +1752,7 @@ class _InstanceState:
|
|
|
1752
1752
|
@pulumi.getter(name="instanceClass")
|
|
1753
1753
|
def instance_class(self) -> Optional[pulumi.Input[str]]:
|
|
1754
1754
|
"""
|
|
1755
|
-
Type of the applied
|
|
1755
|
+
Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. It can be retrieved by data source `kvstore_get_instance_classes`
|
|
1756
1756
|
or referring to help-docs [Instance type table](https://www.alibabacloud.com/help/doc-detail/26350.htm).
|
|
1757
1757
|
"""
|
|
1758
1758
|
return pulumi.get(self, "instance_class")
|
|
@@ -2044,7 +2044,7 @@ class _InstanceState:
|
|
|
2044
2044
|
@pulumi.getter(name="secondaryZoneId")
|
|
2045
2045
|
def secondary_zone_id(self) -> Optional[pulumi.Input[str]]:
|
|
2046
2046
|
"""
|
|
2047
|
-
The ID of the secondary zone to which you want to migrate the
|
|
2047
|
+
The ID of the secondary zone to which you want to migrate the Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance.
|
|
2048
2048
|
> **NOTE:** If you specify this parameter, the master node and replica node of the instance can be deployed in different zones and disaster recovery is implemented across zones. The instance can withstand failures in data centers.
|
|
2049
2049
|
"""
|
|
2050
2050
|
return pulumi.get(self, "secondary_zone_id")
|
|
@@ -2320,7 +2320,7 @@ class Instance(pulumi.CustomResource):
|
|
|
2320
2320
|
:param pulumi.Input[str] connection_string_prefix: It has been deprecated from provider version 1.101.0 and resource `kvstore.Connection` instead.
|
|
2321
2321
|
:param pulumi.Input[str] coupon_no: The coupon code. **NOTE:** The default value `youhuiquan_promotion_option_id_for_blank` removed since v1.216.0, this can cause your status file to change even if it has not been modified, so please review your change plan before apply change plan.
|
|
2322
2322
|
:param pulumi.Input[str] db_instance_name: The name of KVStore DBInstance. It is a string of 2 to 256 characters.
|
|
2323
|
-
:param pulumi.Input[str] dedicated_host_group_id: The ID of the dedicated cluster. This parameter is required when you create
|
|
2323
|
+
:param pulumi.Input[str] dedicated_host_group_id: The ID of the dedicated cluster. This parameter is required when you create a Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance in a dedicated cluster.
|
|
2324
2324
|
:param pulumi.Input[bool] dry_run: Specifies whether to precheck the request. Valid values:
|
|
2325
2325
|
:param pulumi.Input[str] effective_time: The time when the database is switched after the instance is migrated, or when the major version is upgraded, or when the instance class is upgraded. Valid values:
|
|
2326
2326
|
- `Immediately` (Default): The configurations are immediately changed.
|
|
@@ -2335,7 +2335,7 @@ class Instance(pulumi.CustomResource):
|
|
|
2335
2335
|
:param pulumi.Input[bool] global_instance: Whether to create a distributed cache. Default value: `false`.
|
|
2336
2336
|
:param pulumi.Input[str] global_instance_id: The ID of distributed cache.
|
|
2337
2337
|
:param pulumi.Input[str] instance_charge_type: It has been deprecated from provider version 1.101.0 and `payment_type` instead.
|
|
2338
|
-
:param pulumi.Input[str] instance_class: Type of the applied
|
|
2338
|
+
:param pulumi.Input[str] instance_class: Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. It can be retrieved by data source `kvstore_get_instance_classes`
|
|
2339
2339
|
or referring to help-docs [Instance type table](https://www.alibabacloud.com/help/doc-detail/26350.htm).
|
|
2340
2340
|
:param pulumi.Input[str] instance_name: It has been deprecated from provider version 1.101.0 and `db_instance_name` instead.
|
|
2341
2341
|
:param pulumi.Input[bool] instance_release_protection: Whether to open the release protection.
|
|
@@ -2359,7 +2359,7 @@ class Instance(pulumi.CustomResource):
|
|
|
2359
2359
|
:param pulumi.Input[str] resource_group_id: The ID of resource group which the resource belongs.
|
|
2360
2360
|
:param pulumi.Input[str] restore_time: The point in time of a backup file.
|
|
2361
2361
|
:param pulumi.Input[str] role_arn: The Specify the global resource descriptor ARN (Alibaba Cloud Resource Name) information of the role to be authorized, and use the related key management services after the authorization is completed, in the format: `acs:ram::$accountID:role/$roleName`.
|
|
2362
|
-
:param pulumi.Input[str] secondary_zone_id: The ID of the secondary zone to which you want to migrate the
|
|
2362
|
+
:param pulumi.Input[str] secondary_zone_id: The ID of the secondary zone to which you want to migrate the Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance.
|
|
2363
2363
|
> **NOTE:** If you specify this parameter, the master node and replica node of the instance can be deployed in different zones and disaster recovery is implemented across zones. The instance can withstand failures in data centers.
|
|
2364
2364
|
:param pulumi.Input[str] security_group_id: The ID of security groups. Separate multiple security group IDs with commas (,), such as `sg-***,sg-***,sg-***`.
|
|
2365
2365
|
:param pulumi.Input[str] security_ip_group_attribute: The value of this parameter is empty by default. The attribute of the whitelist group. The console does not display the whitelist group whose value of this parameter is hidden.
|
|
@@ -2652,7 +2652,7 @@ class Instance(pulumi.CustomResource):
|
|
|
2652
2652
|
:param pulumi.Input[str] connection_string_prefix: It has been deprecated from provider version 1.101.0 and resource `kvstore.Connection` instead.
|
|
2653
2653
|
:param pulumi.Input[str] coupon_no: The coupon code. **NOTE:** The default value `youhuiquan_promotion_option_id_for_blank` removed since v1.216.0, this can cause your status file to change even if it has not been modified, so please review your change plan before apply change plan.
|
|
2654
2654
|
:param pulumi.Input[str] db_instance_name: The name of KVStore DBInstance. It is a string of 2 to 256 characters.
|
|
2655
|
-
:param pulumi.Input[str] dedicated_host_group_id: The ID of the dedicated cluster. This parameter is required when you create
|
|
2655
|
+
:param pulumi.Input[str] dedicated_host_group_id: The ID of the dedicated cluster. This parameter is required when you create a Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance in a dedicated cluster.
|
|
2656
2656
|
:param pulumi.Input[bool] dry_run: Specifies whether to precheck the request. Valid values:
|
|
2657
2657
|
:param pulumi.Input[str] effective_time: The time when the database is switched after the instance is migrated, or when the major version is upgraded, or when the instance class is upgraded. Valid values:
|
|
2658
2658
|
- `Immediately` (Default): The configurations are immediately changed.
|
|
@@ -2668,7 +2668,7 @@ class Instance(pulumi.CustomResource):
|
|
|
2668
2668
|
:param pulumi.Input[bool] global_instance: Whether to create a distributed cache. Default value: `false`.
|
|
2669
2669
|
:param pulumi.Input[str] global_instance_id: The ID of distributed cache.
|
|
2670
2670
|
:param pulumi.Input[str] instance_charge_type: It has been deprecated from provider version 1.101.0 and `payment_type` instead.
|
|
2671
|
-
:param pulumi.Input[str] instance_class: Type of the applied
|
|
2671
|
+
:param pulumi.Input[str] instance_class: Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. It can be retrieved by data source `kvstore_get_instance_classes`
|
|
2672
2672
|
or referring to help-docs [Instance type table](https://www.alibabacloud.com/help/doc-detail/26350.htm).
|
|
2673
2673
|
:param pulumi.Input[str] instance_name: It has been deprecated from provider version 1.101.0 and `db_instance_name` instead.
|
|
2674
2674
|
:param pulumi.Input[bool] instance_release_protection: Whether to open the release protection.
|
|
@@ -2693,7 +2693,7 @@ class Instance(pulumi.CustomResource):
|
|
|
2693
2693
|
:param pulumi.Input[str] resource_group_id: The ID of resource group which the resource belongs.
|
|
2694
2694
|
:param pulumi.Input[str] restore_time: The point in time of a backup file.
|
|
2695
2695
|
:param pulumi.Input[str] role_arn: The Specify the global resource descriptor ARN (Alibaba Cloud Resource Name) information of the role to be authorized, and use the related key management services after the authorization is completed, in the format: `acs:ram::$accountID:role/$roleName`.
|
|
2696
|
-
:param pulumi.Input[str] secondary_zone_id: The ID of the secondary zone to which you want to migrate the
|
|
2696
|
+
:param pulumi.Input[str] secondary_zone_id: The ID of the secondary zone to which you want to migrate the Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance.
|
|
2697
2697
|
> **NOTE:** If you specify this parameter, the master node and replica node of the instance can be deployed in different zones and disaster recovery is implemented across zones. The instance can withstand failures in data centers.
|
|
2698
2698
|
:param pulumi.Input[str] security_group_id: The ID of security groups. Separate multiple security group IDs with commas (,), such as `sg-***,sg-***,sg-***`.
|
|
2699
2699
|
:param pulumi.Input[str] security_ip_group_attribute: The value of this parameter is empty by default. The attribute of the whitelist group. The console does not display the whitelist group whose value of this parameter is hidden.
|
|
@@ -2923,7 +2923,7 @@ class Instance(pulumi.CustomResource):
|
|
|
2923
2923
|
@pulumi.getter(name="dedicatedHostGroupId")
|
|
2924
2924
|
def dedicated_host_group_id(self) -> pulumi.Output[Optional[str]]:
|
|
2925
2925
|
"""
|
|
2926
|
-
The ID of the dedicated cluster. This parameter is required when you create
|
|
2926
|
+
The ID of the dedicated cluster. This parameter is required when you create a Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance in a dedicated cluster.
|
|
2927
2927
|
"""
|
|
2928
2928
|
return pulumi.get(self, "dedicated_host_group_id")
|
|
2929
2929
|
|
|
@@ -3032,7 +3032,7 @@ class Instance(pulumi.CustomResource):
|
|
|
3032
3032
|
@pulumi.getter(name="instanceClass")
|
|
3033
3033
|
def instance_class(self) -> pulumi.Output[Optional[str]]:
|
|
3034
3034
|
"""
|
|
3035
|
-
Type of the applied
|
|
3035
|
+
Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. It can be retrieved by data source `kvstore_get_instance_classes`
|
|
3036
3036
|
or referring to help-docs [Instance type table](https://www.alibabacloud.com/help/doc-detail/26350.htm).
|
|
3037
3037
|
"""
|
|
3038
3038
|
return pulumi.get(self, "instance_class")
|
|
@@ -3228,7 +3228,7 @@ class Instance(pulumi.CustomResource):
|
|
|
3228
3228
|
@pulumi.getter(name="secondaryZoneId")
|
|
3229
3229
|
def secondary_zone_id(self) -> pulumi.Output[Optional[str]]:
|
|
3230
3230
|
"""
|
|
3231
|
-
The ID of the secondary zone to which you want to migrate the
|
|
3231
|
+
The ID of the secondary zone to which you want to migrate the Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance.
|
|
3232
3232
|
> **NOTE:** If you specify this parameter, the master node and replica node of the instance can be deployed in different zones and disaster recovery is implemented across zones. The instance can withstand failures in data centers.
|
|
3233
3233
|
"""
|
|
3234
3234
|
return pulumi.get(self, "secondary_zone_id")
|
|
@@ -295,7 +295,7 @@ class GetInstanceEnginesInstanceEngineResult(dict):
|
|
|
295
295
|
"""
|
|
296
296
|
:param str engine: Database type. Options are `Redis`, `Memcache`. Default to `Redis`.
|
|
297
297
|
:param str engine_version: Database version required by the user. Value options of Redis can refer to the latest docs [detail info](https://www.alibabacloud.com/help/doc-detail/60873.htm) `EngineVersion`. Value of Memcache should be empty.
|
|
298
|
-
:param str zone_id: The Zone to launch the KVStore
|
|
298
|
+
:param str zone_id: The Zone to launch the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
|
|
299
299
|
"""
|
|
300
300
|
pulumi.set(__self__, "engine", engine)
|
|
301
301
|
pulumi.set(__self__, "engine_version", engine_version)
|
|
@@ -321,7 +321,7 @@ class GetInstanceEnginesInstanceEngineResult(dict):
|
|
|
321
321
|
@pulumi.getter(name="zoneId")
|
|
322
322
|
def zone_id(self) -> str:
|
|
323
323
|
"""
|
|
324
|
-
The Zone to launch the KVStore
|
|
324
|
+
The Zone to launch the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
|
|
325
325
|
"""
|
|
326
326
|
return pulumi.get(self, "zone_id")
|
|
327
327
|
|
|
@@ -386,7 +386,7 @@ class GetInstancesInstanceResult(dict):
|
|
|
386
386
|
:param str architecture_type: The type of the architecture. Valid values: `cluster`, `standard` and `SplitRW`.
|
|
387
387
|
:param str availability_zone: It has been deprecated from provider version 1.101.0 and `zone_id` instead.
|
|
388
388
|
:param int bandwidth: Instance bandwidth limit. Unit: Mbit/s.
|
|
389
|
-
:param int capacity: Capacity of the applied
|
|
389
|
+
:param int capacity: Capacity of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. Unit: MB.
|
|
390
390
|
:param str charge_type: It has been deprecated from provider version 1.101.0 and `payment_type` instead.
|
|
391
391
|
:param Mapping[str, str] config: The parameter configuration of the instance.
|
|
392
392
|
:param str connection_domain: Instance connection domain (only Intranet access supported).
|
|
@@ -401,7 +401,7 @@ class GetInstancesInstanceResult(dict):
|
|
|
401
401
|
:param str expire_time: It has been deprecated from provider version 1.101.0 and `end_time` instead.
|
|
402
402
|
:param bool has_renew_change_order: Indicates whether there was an order of renewal with configuration change that had not taken effect.
|
|
403
403
|
:param str id: The ID of the instance.
|
|
404
|
-
:param str instance_class: Type of the applied
|
|
404
|
+
:param str instance_class: Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. For more information, see [Instance type table](https://help.aliyun.com/zh/redis/developer-reference/instance-types).
|
|
405
405
|
:param str instance_type: The engine type of the KVStore DBInstance. Options are `Memcache`, and `Redis`. If no value is specified, all types are returned.
|
|
406
406
|
:param bool is_rds: Indicates whether the instance is managed by Relational Database Service (RDS).
|
|
407
407
|
:param int max_connections: Instance connection quantity limit. Unit: count.
|
|
@@ -417,7 +417,7 @@ class GetInstancesInstanceResult(dict):
|
|
|
417
417
|
:param str replacate_id: The logical ID of the replica instance.
|
|
418
418
|
:param str resource_group_id: The ID of the resource group.
|
|
419
419
|
:param str search_key: The name of the instance.
|
|
420
|
-
:param str secondary_zone_id: (Optional, Available
|
|
420
|
+
:param str secondary_zone_id: (Optional, Available since v1.128.0) The ID of the secondary zone to which you want to migrate the Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance.
|
|
421
421
|
:param str status: The status of the KVStore DBInstance. Valid values: `Changing`, `CleaningUpExpiredData`, `Creating`, `Flushing`, `HASwitching`, `Inactive`, `MajorVersionUpgrading`, `Migrating`, `NetworkModifying`, `Normal`, `Rebooting`, `SSLModifying`, `Transforming`, `ZoneMigrating`.
|
|
422
422
|
:param Mapping[str, str] tags: Query the instance bound to the tag. The format of the incoming value is `json` string, including `TagKey` and `TagValue`. `TagKey` cannot be null, and `TagValue` can be empty. Format example `{"key1":"value1"}`.
|
|
423
423
|
:param str user_name: The username of the instance.
|
|
@@ -518,7 +518,7 @@ class GetInstancesInstanceResult(dict):
|
|
|
518
518
|
@pulumi.getter
|
|
519
519
|
def capacity(self) -> int:
|
|
520
520
|
"""
|
|
521
|
-
Capacity of the applied
|
|
521
|
+
Capacity of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. Unit: MB.
|
|
522
522
|
"""
|
|
523
523
|
return pulumi.get(self, "capacity")
|
|
524
524
|
|
|
@@ -638,7 +638,7 @@ class GetInstancesInstanceResult(dict):
|
|
|
638
638
|
@pulumi.getter(name="instanceClass")
|
|
639
639
|
def instance_class(self) -> str:
|
|
640
640
|
"""
|
|
641
|
-
Type of the applied
|
|
641
|
+
Type of the applied Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance. For more information, see [Instance type table](https://help.aliyun.com/zh/redis/developer-reference/instance-types).
|
|
642
642
|
"""
|
|
643
643
|
return pulumi.get(self, "instance_class")
|
|
644
644
|
|
|
@@ -781,7 +781,7 @@ class GetInstancesInstanceResult(dict):
|
|
|
781
781
|
@pulumi.getter(name="secondaryZoneId")
|
|
782
782
|
def secondary_zone_id(self) -> str:
|
|
783
783
|
"""
|
|
784
|
-
(Optional, Available
|
|
784
|
+
(Optional, Available since v1.128.0) The ID of the secondary zone to which you want to migrate the Tair (Redis OSS-Compatible) And Memcache (KVStore) Classic Instance.
|
|
785
785
|
"""
|
|
786
786
|
return pulumi.get(self, "secondary_zone_id")
|
|
787
787
|
|