pulumi-alicloud 3.73.0a1736832142__py3-none-any.whl → 3.73.0a1736949061__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 (78) hide show
  1. pulumi_alicloud/__init__.py +59 -0
  2. pulumi_alicloud/alb/__init__.py +1 -0
  3. pulumi_alicloud/alb/_inputs.py +6 -6
  4. pulumi_alicloud/alb/a_script.py +116 -98
  5. pulumi_alicloud/alb/load_balancer_access_log_config_attachment.py +303 -0
  6. pulumi_alicloud/alb/outputs.py +4 -4
  7. pulumi_alicloud/alikafka/instance.py +188 -70
  8. pulumi_alicloud/amqp/instance.py +77 -28
  9. pulumi_alicloud/bastionhost/_inputs.py +40 -38
  10. pulumi_alicloud/bastionhost/get_instances.py +6 -22
  11. pulumi_alicloud/bastionhost/outputs.py +60 -49
  12. pulumi_alicloud/cen/instance_grant.py +4 -0
  13. pulumi_alicloud/cloudcontrol/__init__.py +12 -0
  14. pulumi_alicloud/cloudcontrol/get_prices.py +199 -0
  15. pulumi_alicloud/cloudcontrol/get_products.py +187 -0
  16. pulumi_alicloud/cloudcontrol/get_resource_types.py +178 -0
  17. pulumi_alicloud/cloudcontrol/outputs.py +688 -0
  18. pulumi_alicloud/cloudcontrol/resource.py +407 -0
  19. pulumi_alicloud/cms/_inputs.py +21 -15
  20. pulumi_alicloud/cms/alarm.py +7 -7
  21. pulumi_alicloud/cms/outputs.py +14 -10
  22. pulumi_alicloud/cs/get_edge_kubernetes_clusters.py +4 -2
  23. pulumi_alicloud/cs/get_managed_kubernetes_clusters.py +2 -0
  24. pulumi_alicloud/cs/kubernetes.py +14 -14
  25. pulumi_alicloud/cs/managed_kubernetes.py +137 -47
  26. pulumi_alicloud/dataworks/__init__.py +4 -0
  27. pulumi_alicloud/dataworks/_inputs.py +1534 -0
  28. pulumi_alicloud/dataworks/di_alarm_rule.py +708 -0
  29. pulumi_alicloud/dataworks/di_job.py +1005 -0
  30. pulumi_alicloud/dataworks/dw_resource_group.py +703 -0
  31. pulumi_alicloud/dataworks/network.py +331 -0
  32. pulumi_alicloud/dataworks/outputs.py +1247 -0
  33. pulumi_alicloud/dcdn/waf_rule.py +14 -14
  34. pulumi_alicloud/dns/get_alidns_domains.py +7 -2
  35. pulumi_alicloud/dns/outputs.py +8 -0
  36. pulumi_alicloud/ecs/ecs_launch_template.py +122 -0
  37. pulumi_alicloud/ecs/ecs_network_interface.py +14 -14
  38. pulumi_alicloud/ecs/ecs_session_manager_status.py +18 -18
  39. pulumi_alicloud/ecs/instance.py +7 -7
  40. pulumi_alicloud/ecs/launch_template.py +88 -0
  41. pulumi_alicloud/fc/custom_domain.py +2 -2
  42. pulumi_alicloud/fc/function.py +32 -4
  43. pulumi_alicloud/fc/v2_function.py +20 -0
  44. pulumi_alicloud/hbr/__init__.py +1 -0
  45. pulumi_alicloud/hbr/cross_account.py +338 -0
  46. pulumi_alicloud/ims/oidc_provider.py +28 -0
  47. pulumi_alicloud/log/resource_record.py +42 -26
  48. pulumi_alicloud/message/service_queue.py +106 -59
  49. pulumi_alicloud/message/service_topic.py +182 -37
  50. pulumi_alicloud/mongodb/account.py +138 -163
  51. pulumi_alicloud/oos/secret_parameter.py +84 -9
  52. pulumi_alicloud/oss/bucket.py +1 -1
  53. pulumi_alicloud/oss/bucket_policy.py +2 -4
  54. pulumi_alicloud/oss/bucket_referer.py +2 -4
  55. pulumi_alicloud/oss/get_buckets.py +16 -2
  56. pulumi_alicloud/oss/outputs.py +18 -17
  57. pulumi_alicloud/pulumi-plugin.json +1 -1
  58. pulumi_alicloud/sae/application.py +84 -7
  59. pulumi_alicloud/sls/collection_policy.py +2 -2
  60. pulumi_alicloud/vpc/__init__.py +5 -0
  61. pulumi_alicloud/vpc/get_ipam_ipam_pool_allocations.py +295 -0
  62. pulumi_alicloud/vpc/get_ipam_ipam_pool_cidrs.py +196 -0
  63. pulumi_alicloud/vpc/get_ipam_ipam_pools.py +353 -0
  64. pulumi_alicloud/vpc/get_ipam_ipam_scopes.py +333 -0
  65. pulumi_alicloud/vpc/get_ipam_ipams.py +291 -0
  66. pulumi_alicloud/vpc/get_networks.py +3 -0
  67. pulumi_alicloud/vpc/nat_gateway.py +145 -7
  68. pulumi_alicloud/vpc/outputs.py +777 -0
  69. pulumi_alicloud/vpc/snat_entry.py +107 -48
  70. pulumi_alicloud/vpn/_inputs.py +96 -72
  71. pulumi_alicloud/vpn/connection.py +24 -28
  72. pulumi_alicloud/vpn/outputs.py +64 -48
  73. pulumi_alicloud/yundun/_inputs.py +26 -24
  74. pulumi_alicloud/yundun/outputs.py +37 -22
  75. {pulumi_alicloud-3.73.0a1736832142.dist-info → pulumi_alicloud-3.73.0a1736949061.dist-info}/METADATA +1 -1
  76. {pulumi_alicloud-3.73.0a1736832142.dist-info → pulumi_alicloud-3.73.0a1736949061.dist-info}/RECORD +78 -61
  77. {pulumi_alicloud-3.73.0a1736832142.dist-info → pulumi_alicloud-3.73.0a1736949061.dist-info}/WHEEL +0 -0
  78. {pulumi_alicloud-3.73.0a1736832142.dist-info → pulumi_alicloud-3.73.0a1736949061.dist-info}/top_level.txt +0 -0
@@ -24,7 +24,10 @@ class InstanceArgs:
24
24
  disk_type: pulumi.Input[int],
25
25
  vswitch_id: pulumi.Input[str],
26
26
  config: Optional[pulumi.Input[str]] = None,
27
+ default_topic_partition_num: Optional[pulumi.Input[int]] = None,
27
28
  eip_max: Optional[pulumi.Input[int]] = None,
29
+ enable_auto_group: Optional[pulumi.Input[bool]] = None,
30
+ enable_auto_topic: Optional[pulumi.Input[str]] = None,
28
31
  io_max: Optional[pulumi.Input[int]] = None,
29
32
  io_max_spec: Optional[pulumi.Input[str]] = None,
30
33
  kms_key_id: Optional[pulumi.Input[str]] = None,
@@ -39,6 +42,7 @@ class InstanceArgs:
39
42
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
40
43
  topic_quota: Optional[pulumi.Input[int]] = None,
41
44
  vpc_id: Optional[pulumi.Input[str]] = None,
45
+ vswitch_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
42
46
  zone_id: Optional[pulumi.Input[str]] = None):
43
47
  """
44
48
  The set of arguments for constructing a Instance resource.
@@ -50,7 +54,10 @@ class InstanceArgs:
50
54
  :param pulumi.Input[str] vswitch_id: The ID of attaching vswitch to instance.
51
55
  :param pulumi.Input[str] config: The initial configurations of the ApsaraMQ for Kafka instance. The values must be valid JSON strings. The `config` supports the following parameters:
52
56
  * `enable.vpc_sasl_ssl`: Specifies whether to enable VPC transmission encryption. Default value: `false`. Valid values:
57
+ :param pulumi.Input[int] default_topic_partition_num: The number of partitions in a topic that is automatically created.
53
58
  :param pulumi.Input[int] eip_max: The max bandwidth of the instance. It will be ignored when `deploy_type = 5`. When modify this value, it only supports adjust to a greater value.
59
+ :param pulumi.Input[bool] enable_auto_group: Specify whether to enable the flexible group creation feature. Default value: `false`. Valid values:
60
+ :param pulumi.Input[str] enable_auto_topic: Specify whether to enable the automatic topic creation feature. Default value: `disable`. Valid values:
54
61
  :param pulumi.Input[int] io_max: The max value of io of the instance. When modify this value, it only support adjust to a greater value.
55
62
  :param pulumi.Input[str] io_max_spec: The traffic specification of the instance. We recommend that you configure this parameter.
56
63
  - You should specify one of the `io_max` and `io_max_spec` parameters, and `io_max_spec` is recommended.
@@ -62,16 +69,6 @@ class InstanceArgs:
62
69
  :param pulumi.Input[str] resource_group_id: The ID of the resource group. **Note:** Once you set a value of this property, you cannot set it to an empty string anymore.
63
70
  :param pulumi.Input[str] security_group: The ID of security group for this instance. If the security group is empty, system will create a default one.
64
71
  :param pulumi.Input[Sequence[pulumi.Input[str]]] selected_zones: The zones among which you want to deploy the instance.
65
-
66
- > **NOTE:** Arguments io_max, disk_size, topic_quota, eip_max should follow the following constraints.
67
-
68
- | io_max | disk_size(min-max:lag) | topic_quota(min-max:lag) | eip_max(min-max:lag) |
69
- |------|-------------|:----:|:-----:|
70
- |20 | 500-6100:100 | 50-450:1 | 1-160:1 |
71
- |30 | 800-6100:100 | 50-450:1 | 1-240:1 |
72
- |60 | 1400-6100:100 | 80-450:1 | 1-500:1 |
73
- |90 | 2100-6100:100 | 100-450:1 | 1-500:1 |
74
- |120 | 2700-6100:100 | 150-450:1 | 1-500:1 |
75
72
  :param pulumi.Input[str] service_version: The version of the ApsaraMQ for Kafka instance. Default value: `2.2.0`. Valid values: `2.2.0`, `2.6.2`.
76
73
  :param pulumi.Input[str] spec_type: The spec type of the instance. Support two type, "normal": normal version instance, "professional": professional version instance. Default is normal. When modify this value, it only support adjust from normal to professional. Note only pre paid type instance support professional specific type.
77
74
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
@@ -80,6 +77,7 @@ class InstanceArgs:
80
77
  Currently, its value only can be set to 50 when creating it, and finally depends on `partition_num` value: <`topic_quota`> = 1000 + <`partition_num`>.
81
78
  Therefore, you can update it by updating the `partition_num`, and it is the only updating path.
82
79
  :param pulumi.Input[str] vpc_id: The VPC ID of the instance.
80
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] vswitch_ids: The IDs of the vSwitches with which the instance is associated.
83
81
  :param pulumi.Input[str] zone_id: The zone ID of the instance. The value can be in zone x or region id-x format. **NOTE**: When the available zone is insufficient, another availability zone may be deployed.
84
82
  """
85
83
  pulumi.set(__self__, "deploy_type", deploy_type)
@@ -88,8 +86,14 @@ class InstanceArgs:
88
86
  pulumi.set(__self__, "vswitch_id", vswitch_id)
89
87
  if config is not None:
90
88
  pulumi.set(__self__, "config", config)
89
+ if default_topic_partition_num is not None:
90
+ pulumi.set(__self__, "default_topic_partition_num", default_topic_partition_num)
91
91
  if eip_max is not None:
92
92
  pulumi.set(__self__, "eip_max", eip_max)
93
+ if enable_auto_group is not None:
94
+ pulumi.set(__self__, "enable_auto_group", enable_auto_group)
95
+ if enable_auto_topic is not None:
96
+ pulumi.set(__self__, "enable_auto_topic", enable_auto_topic)
93
97
  if io_max is not None:
94
98
  pulumi.set(__self__, "io_max", io_max)
95
99
  if io_max_spec is not None:
@@ -121,6 +125,8 @@ class InstanceArgs:
121
125
  pulumi.set(__self__, "topic_quota", topic_quota)
122
126
  if vpc_id is not None:
123
127
  pulumi.set(__self__, "vpc_id", vpc_id)
128
+ if vswitch_ids is not None:
129
+ pulumi.set(__self__, "vswitch_ids", vswitch_ids)
124
130
  if zone_id is not None:
125
131
  pulumi.set(__self__, "zone_id", zone_id)
126
132
 
@@ -187,6 +193,18 @@ class InstanceArgs:
187
193
  def config(self, value: Optional[pulumi.Input[str]]):
188
194
  pulumi.set(self, "config", value)
189
195
 
196
+ @property
197
+ @pulumi.getter(name="defaultTopicPartitionNum")
198
+ def default_topic_partition_num(self) -> Optional[pulumi.Input[int]]:
199
+ """
200
+ The number of partitions in a topic that is automatically created.
201
+ """
202
+ return pulumi.get(self, "default_topic_partition_num")
203
+
204
+ @default_topic_partition_num.setter
205
+ def default_topic_partition_num(self, value: Optional[pulumi.Input[int]]):
206
+ pulumi.set(self, "default_topic_partition_num", value)
207
+
190
208
  @property
191
209
  @pulumi.getter(name="eipMax")
192
210
  def eip_max(self) -> Optional[pulumi.Input[int]]:
@@ -199,6 +217,30 @@ class InstanceArgs:
199
217
  def eip_max(self, value: Optional[pulumi.Input[int]]):
200
218
  pulumi.set(self, "eip_max", value)
201
219
 
220
+ @property
221
+ @pulumi.getter(name="enableAutoGroup")
222
+ def enable_auto_group(self) -> Optional[pulumi.Input[bool]]:
223
+ """
224
+ Specify whether to enable the flexible group creation feature. Default value: `false`. Valid values:
225
+ """
226
+ return pulumi.get(self, "enable_auto_group")
227
+
228
+ @enable_auto_group.setter
229
+ def enable_auto_group(self, value: Optional[pulumi.Input[bool]]):
230
+ pulumi.set(self, "enable_auto_group", value)
231
+
232
+ @property
233
+ @pulumi.getter(name="enableAutoTopic")
234
+ def enable_auto_topic(self) -> Optional[pulumi.Input[str]]:
235
+ """
236
+ Specify whether to enable the automatic topic creation feature. Default value: `disable`. Valid values:
237
+ """
238
+ return pulumi.get(self, "enable_auto_topic")
239
+
240
+ @enable_auto_topic.setter
241
+ def enable_auto_topic(self, value: Optional[pulumi.Input[str]]):
242
+ pulumi.set(self, "enable_auto_topic", value)
243
+
202
244
  @property
203
245
  @pulumi.getter(name="ioMax")
204
246
  def io_max(self) -> Optional[pulumi.Input[int]]:
@@ -302,16 +344,6 @@ class InstanceArgs:
302
344
  def selected_zones(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
303
345
  """
304
346
  The zones among which you want to deploy the instance.
305
-
306
- > **NOTE:** Arguments io_max, disk_size, topic_quota, eip_max should follow the following constraints.
307
-
308
- | io_max | disk_size(min-max:lag) | topic_quota(min-max:lag) | eip_max(min-max:lag) |
309
- |------|-------------|:----:|:-----:|
310
- |20 | 500-6100:100 | 50-450:1 | 1-160:1 |
311
- |30 | 800-6100:100 | 50-450:1 | 1-240:1 |
312
- |60 | 1400-6100:100 | 80-450:1 | 1-500:1 |
313
- |90 | 2100-6100:100 | 100-450:1 | 1-500:1 |
314
- |120 | 2700-6100:100 | 150-450:1 | 1-500:1 |
315
347
  """
316
348
  return pulumi.get(self, "selected_zones")
317
349
 
@@ -383,6 +415,18 @@ class InstanceArgs:
383
415
  def vpc_id(self, value: Optional[pulumi.Input[str]]):
384
416
  pulumi.set(self, "vpc_id", value)
385
417
 
418
+ @property
419
+ @pulumi.getter(name="vswitchIds")
420
+ def vswitch_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
421
+ """
422
+ The IDs of the vSwitches with which the instance is associated.
423
+ """
424
+ return pulumi.get(self, "vswitch_ids")
425
+
426
+ @vswitch_ids.setter
427
+ def vswitch_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
428
+ pulumi.set(self, "vswitch_ids", value)
429
+
386
430
  @property
387
431
  @pulumi.getter(name="zoneId")
388
432
  def zone_id(self) -> Optional[pulumi.Input[str]]:
@@ -400,11 +444,14 @@ class InstanceArgs:
400
444
  class _InstanceState:
401
445
  def __init__(__self__, *,
402
446
  config: Optional[pulumi.Input[str]] = None,
447
+ default_topic_partition_num: Optional[pulumi.Input[int]] = None,
403
448
  deploy_type: Optional[pulumi.Input[int]] = None,
404
449
  disk_size: Optional[pulumi.Input[int]] = None,
405
450
  disk_type: Optional[pulumi.Input[int]] = None,
406
451
  domain_endpoint: Optional[pulumi.Input[str]] = None,
407
452
  eip_max: Optional[pulumi.Input[int]] = None,
453
+ enable_auto_group: Optional[pulumi.Input[bool]] = None,
454
+ enable_auto_topic: Optional[pulumi.Input[str]] = None,
408
455
  end_point: Optional[pulumi.Input[str]] = None,
409
456
  group_left: Optional[pulumi.Input[int]] = None,
410
457
  group_used: Optional[pulumi.Input[int]] = None,
@@ -433,11 +480,13 @@ class _InstanceState:
433
480
  topic_used: Optional[pulumi.Input[int]] = None,
434
481
  vpc_id: Optional[pulumi.Input[str]] = None,
435
482
  vswitch_id: Optional[pulumi.Input[str]] = None,
483
+ vswitch_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
436
484
  zone_id: Optional[pulumi.Input[str]] = None):
437
485
  """
438
486
  Input properties used for looking up and filtering Instance resources.
439
487
  :param pulumi.Input[str] config: The initial configurations of the ApsaraMQ for Kafka instance. The values must be valid JSON strings. The `config` supports the following parameters:
440
488
  * `enable.vpc_sasl_ssl`: Specifies whether to enable VPC transmission encryption. Default value: `false`. Valid values:
489
+ :param pulumi.Input[int] default_topic_partition_num: The number of partitions in a topic that is automatically created.
441
490
  :param pulumi.Input[int] deploy_type: The deployment type of the instance. **NOTE:** From version 1.161.0, this attribute supports to be updated. Valid values:
442
491
  - 4: eip/vpc instance
443
492
  - 5: vpc instance.
@@ -445,6 +494,8 @@ class _InstanceState:
445
494
  :param pulumi.Input[int] disk_type: The disk type of the instance. 0: efficient cloud disk , 1: SSD.
446
495
  :param pulumi.Input[str] domain_endpoint: (Available since v1.234.0) The default endpoint of the instance in domain name mode.
447
496
  :param pulumi.Input[int] eip_max: The max bandwidth of the instance. It will be ignored when `deploy_type = 5`. When modify this value, it only supports adjust to a greater value.
497
+ :param pulumi.Input[bool] enable_auto_group: Specify whether to enable the flexible group creation feature. Default value: `false`. Valid values:
498
+ :param pulumi.Input[str] enable_auto_topic: Specify whether to enable the automatic topic creation feature. Default value: `disable`. Valid values:
448
499
  :param pulumi.Input[str] end_point: The EndPoint to access the kafka instance.
449
500
  :param pulumi.Input[int] group_left: (Available since v1.214.1) The number of available groups.
450
501
  :param pulumi.Input[int] group_used: (Available since v1.214.1) The number of used groups.
@@ -463,16 +514,6 @@ class _InstanceState:
463
514
  :param pulumi.Input[str] sasl_domain_endpoint: (Available since v1.234.0) The Simple Authentication and Security Layer (SASL) endpoint of the instance in domain name mode.
464
515
  :param pulumi.Input[str] security_group: The ID of security group for this instance. If the security group is empty, system will create a default one.
465
516
  :param pulumi.Input[Sequence[pulumi.Input[str]]] selected_zones: The zones among which you want to deploy the instance.
466
-
467
- > **NOTE:** Arguments io_max, disk_size, topic_quota, eip_max should follow the following constraints.
468
-
469
- | io_max | disk_size(min-max:lag) | topic_quota(min-max:lag) | eip_max(min-max:lag) |
470
- |------|-------------|:----:|:-----:|
471
- |20 | 500-6100:100 | 50-450:1 | 1-160:1 |
472
- |30 | 800-6100:100 | 50-450:1 | 1-240:1 |
473
- |60 | 1400-6100:100 | 80-450:1 | 1-500:1 |
474
- |90 | 2100-6100:100 | 100-450:1 | 1-500:1 |
475
- |120 | 2700-6100:100 | 150-450:1 | 1-500:1 |
476
517
  :param pulumi.Input[str] service_version: The version of the ApsaraMQ for Kafka instance. Default value: `2.2.0`. Valid values: `2.2.0`, `2.6.2`.
477
518
  :param pulumi.Input[str] spec_type: The spec type of the instance. Support two type, "normal": normal version instance, "professional": professional version instance. Default is normal. When modify this value, it only support adjust from normal to professional. Note only pre paid type instance support professional specific type.
478
519
  :param pulumi.Input[str] ssl_domain_endpoint: (Available since v1.234.0) The SSL endpoint of the instance in domain name mode.
@@ -488,10 +529,13 @@ class _InstanceState:
488
529
  :param pulumi.Input[int] topic_used: (Available since v1.214.1) The number of used topics.
489
530
  :param pulumi.Input[str] vpc_id: The VPC ID of the instance.
490
531
  :param pulumi.Input[str] vswitch_id: The ID of attaching vswitch to instance.
532
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] vswitch_ids: The IDs of the vSwitches with which the instance is associated.
491
533
  :param pulumi.Input[str] zone_id: The zone ID of the instance. The value can be in zone x or region id-x format. **NOTE**: When the available zone is insufficient, another availability zone may be deployed.
492
534
  """
493
535
  if config is not None:
494
536
  pulumi.set(__self__, "config", config)
537
+ if default_topic_partition_num is not None:
538
+ pulumi.set(__self__, "default_topic_partition_num", default_topic_partition_num)
495
539
  if deploy_type is not None:
496
540
  pulumi.set(__self__, "deploy_type", deploy_type)
497
541
  if disk_size is not None:
@@ -502,6 +546,10 @@ class _InstanceState:
502
546
  pulumi.set(__self__, "domain_endpoint", domain_endpoint)
503
547
  if eip_max is not None:
504
548
  pulumi.set(__self__, "eip_max", eip_max)
549
+ if enable_auto_group is not None:
550
+ pulumi.set(__self__, "enable_auto_group", enable_auto_group)
551
+ if enable_auto_topic is not None:
552
+ pulumi.set(__self__, "enable_auto_topic", enable_auto_topic)
505
553
  if end_point is not None:
506
554
  pulumi.set(__self__, "end_point", end_point)
507
555
  if group_left is not None:
@@ -561,6 +609,8 @@ class _InstanceState:
561
609
  pulumi.set(__self__, "vpc_id", vpc_id)
562
610
  if vswitch_id is not None:
563
611
  pulumi.set(__self__, "vswitch_id", vswitch_id)
612
+ if vswitch_ids is not None:
613
+ pulumi.set(__self__, "vswitch_ids", vswitch_ids)
564
614
  if zone_id is not None:
565
615
  pulumi.set(__self__, "zone_id", zone_id)
566
616
 
@@ -577,6 +627,18 @@ class _InstanceState:
577
627
  def config(self, value: Optional[pulumi.Input[str]]):
578
628
  pulumi.set(self, "config", value)
579
629
 
630
+ @property
631
+ @pulumi.getter(name="defaultTopicPartitionNum")
632
+ def default_topic_partition_num(self) -> Optional[pulumi.Input[int]]:
633
+ """
634
+ The number of partitions in a topic that is automatically created.
635
+ """
636
+ return pulumi.get(self, "default_topic_partition_num")
637
+
638
+ @default_topic_partition_num.setter
639
+ def default_topic_partition_num(self, value: Optional[pulumi.Input[int]]):
640
+ pulumi.set(self, "default_topic_partition_num", value)
641
+
580
642
  @property
581
643
  @pulumi.getter(name="deployType")
582
644
  def deploy_type(self) -> Optional[pulumi.Input[int]]:
@@ -639,6 +701,30 @@ class _InstanceState:
639
701
  def eip_max(self, value: Optional[pulumi.Input[int]]):
640
702
  pulumi.set(self, "eip_max", value)
641
703
 
704
+ @property
705
+ @pulumi.getter(name="enableAutoGroup")
706
+ def enable_auto_group(self) -> Optional[pulumi.Input[bool]]:
707
+ """
708
+ Specify whether to enable the flexible group creation feature. Default value: `false`. Valid values:
709
+ """
710
+ return pulumi.get(self, "enable_auto_group")
711
+
712
+ @enable_auto_group.setter
713
+ def enable_auto_group(self, value: Optional[pulumi.Input[bool]]):
714
+ pulumi.set(self, "enable_auto_group", value)
715
+
716
+ @property
717
+ @pulumi.getter(name="enableAutoTopic")
718
+ def enable_auto_topic(self) -> Optional[pulumi.Input[str]]:
719
+ """
720
+ Specify whether to enable the automatic topic creation feature. Default value: `disable`. Valid values:
721
+ """
722
+ return pulumi.get(self, "enable_auto_topic")
723
+
724
+ @enable_auto_topic.setter
725
+ def enable_auto_topic(self, value: Optional[pulumi.Input[str]]):
726
+ pulumi.set(self, "enable_auto_topic", value)
727
+
642
728
  @property
643
729
  @pulumi.getter(name="endPoint")
644
730
  def end_point(self) -> Optional[pulumi.Input[str]]:
@@ -826,16 +912,6 @@ class _InstanceState:
826
912
  def selected_zones(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
827
913
  """
828
914
  The zones among which you want to deploy the instance.
829
-
830
- > **NOTE:** Arguments io_max, disk_size, topic_quota, eip_max should follow the following constraints.
831
-
832
- | io_max | disk_size(min-max:lag) | topic_quota(min-max:lag) | eip_max(min-max:lag) |
833
- |------|-------------|:----:|:-----:|
834
- |20 | 500-6100:100 | 50-450:1 | 1-160:1 |
835
- |30 | 800-6100:100 | 50-450:1 | 1-240:1 |
836
- |60 | 1400-6100:100 | 80-450:1 | 1-500:1 |
837
- |90 | 2100-6100:100 | 100-450:1 | 1-500:1 |
838
- |120 | 2700-6100:100 | 150-450:1 | 1-500:1 |
839
915
  """
840
916
  return pulumi.get(self, "selected_zones")
841
917
 
@@ -991,6 +1067,18 @@ class _InstanceState:
991
1067
  def vswitch_id(self, value: Optional[pulumi.Input[str]]):
992
1068
  pulumi.set(self, "vswitch_id", value)
993
1069
 
1070
+ @property
1071
+ @pulumi.getter(name="vswitchIds")
1072
+ def vswitch_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1073
+ """
1074
+ The IDs of the vSwitches with which the instance is associated.
1075
+ """
1076
+ return pulumi.get(self, "vswitch_ids")
1077
+
1078
+ @vswitch_ids.setter
1079
+ def vswitch_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1080
+ pulumi.set(self, "vswitch_ids", value)
1081
+
994
1082
  @property
995
1083
  @pulumi.getter(name="zoneId")
996
1084
  def zone_id(self) -> Optional[pulumi.Input[str]]:
@@ -1010,10 +1098,13 @@ class Instance(pulumi.CustomResource):
1010
1098
  resource_name: str,
1011
1099
  opts: Optional[pulumi.ResourceOptions] = None,
1012
1100
  config: Optional[pulumi.Input[str]] = None,
1101
+ default_topic_partition_num: Optional[pulumi.Input[int]] = None,
1013
1102
  deploy_type: Optional[pulumi.Input[int]] = None,
1014
1103
  disk_size: Optional[pulumi.Input[int]] = None,
1015
1104
  disk_type: Optional[pulumi.Input[int]] = None,
1016
1105
  eip_max: Optional[pulumi.Input[int]] = None,
1106
+ enable_auto_group: Optional[pulumi.Input[bool]] = None,
1107
+ enable_auto_topic: Optional[pulumi.Input[str]] = None,
1017
1108
  io_max: Optional[pulumi.Input[int]] = None,
1018
1109
  io_max_spec: Optional[pulumi.Input[str]] = None,
1019
1110
  kms_key_id: Optional[pulumi.Input[str]] = None,
@@ -1029,6 +1120,7 @@ class Instance(pulumi.CustomResource):
1029
1120
  topic_quota: Optional[pulumi.Input[int]] = None,
1030
1121
  vpc_id: Optional[pulumi.Input[str]] = None,
1031
1122
  vswitch_id: Optional[pulumi.Input[str]] = None,
1123
+ vswitch_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1032
1124
  zone_id: Optional[pulumi.Input[str]] = None,
1033
1125
  __props__=None):
1034
1126
  """
@@ -1044,12 +1136,15 @@ class Instance(pulumi.CustomResource):
1044
1136
  :param pulumi.ResourceOptions opts: Options for the resource.
1045
1137
  :param pulumi.Input[str] config: The initial configurations of the ApsaraMQ for Kafka instance. The values must be valid JSON strings. The `config` supports the following parameters:
1046
1138
  * `enable.vpc_sasl_ssl`: Specifies whether to enable VPC transmission encryption. Default value: `false`. Valid values:
1139
+ :param pulumi.Input[int] default_topic_partition_num: The number of partitions in a topic that is automatically created.
1047
1140
  :param pulumi.Input[int] deploy_type: The deployment type of the instance. **NOTE:** From version 1.161.0, this attribute supports to be updated. Valid values:
1048
1141
  - 4: eip/vpc instance
1049
1142
  - 5: vpc instance.
1050
1143
  :param pulumi.Input[int] disk_size: The disk size of the instance. When modify this value, it only supports adjust to a greater value.
1051
1144
  :param pulumi.Input[int] disk_type: The disk type of the instance. 0: efficient cloud disk , 1: SSD.
1052
1145
  :param pulumi.Input[int] eip_max: The max bandwidth of the instance. It will be ignored when `deploy_type = 5`. When modify this value, it only supports adjust to a greater value.
1146
+ :param pulumi.Input[bool] enable_auto_group: Specify whether to enable the flexible group creation feature. Default value: `false`. Valid values:
1147
+ :param pulumi.Input[str] enable_auto_topic: Specify whether to enable the automatic topic creation feature. Default value: `disable`. Valid values:
1053
1148
  :param pulumi.Input[int] io_max: The max value of io of the instance. When modify this value, it only support adjust to a greater value.
1054
1149
  :param pulumi.Input[str] io_max_spec: The traffic specification of the instance. We recommend that you configure this parameter.
1055
1150
  - You should specify one of the `io_max` and `io_max_spec` parameters, and `io_max_spec` is recommended.
@@ -1061,16 +1156,6 @@ class Instance(pulumi.CustomResource):
1061
1156
  :param pulumi.Input[str] resource_group_id: The ID of the resource group. **Note:** Once you set a value of this property, you cannot set it to an empty string anymore.
1062
1157
  :param pulumi.Input[str] security_group: The ID of security group for this instance. If the security group is empty, system will create a default one.
1063
1158
  :param pulumi.Input[Sequence[pulumi.Input[str]]] selected_zones: The zones among which you want to deploy the instance.
1064
-
1065
- > **NOTE:** Arguments io_max, disk_size, topic_quota, eip_max should follow the following constraints.
1066
-
1067
- | io_max | disk_size(min-max:lag) | topic_quota(min-max:lag) | eip_max(min-max:lag) |
1068
- |------|-------------|:----:|:-----:|
1069
- |20 | 500-6100:100 | 50-450:1 | 1-160:1 |
1070
- |30 | 800-6100:100 | 50-450:1 | 1-240:1 |
1071
- |60 | 1400-6100:100 | 80-450:1 | 1-500:1 |
1072
- |90 | 2100-6100:100 | 100-450:1 | 1-500:1 |
1073
- |120 | 2700-6100:100 | 150-450:1 | 1-500:1 |
1074
1159
  :param pulumi.Input[str] service_version: The version of the ApsaraMQ for Kafka instance. Default value: `2.2.0`. Valid values: `2.2.0`, `2.6.2`.
1075
1160
  :param pulumi.Input[str] spec_type: The spec type of the instance. Support two type, "normal": normal version instance, "professional": professional version instance. Default is normal. When modify this value, it only support adjust from normal to professional. Note only pre paid type instance support professional specific type.
1076
1161
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
@@ -1080,6 +1165,7 @@ class Instance(pulumi.CustomResource):
1080
1165
  Therefore, you can update it by updating the `partition_num`, and it is the only updating path.
1081
1166
  :param pulumi.Input[str] vpc_id: The VPC ID of the instance.
1082
1167
  :param pulumi.Input[str] vswitch_id: The ID of attaching vswitch to instance.
1168
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] vswitch_ids: The IDs of the vSwitches with which the instance is associated.
1083
1169
  :param pulumi.Input[str] zone_id: The zone ID of the instance. The value can be in zone x or region id-x format. **NOTE**: When the available zone is insufficient, another availability zone may be deployed.
1084
1170
  """
1085
1171
  ...
@@ -1113,10 +1199,13 @@ class Instance(pulumi.CustomResource):
1113
1199
  resource_name: str,
1114
1200
  opts: Optional[pulumi.ResourceOptions] = None,
1115
1201
  config: Optional[pulumi.Input[str]] = None,
1202
+ default_topic_partition_num: Optional[pulumi.Input[int]] = None,
1116
1203
  deploy_type: Optional[pulumi.Input[int]] = None,
1117
1204
  disk_size: Optional[pulumi.Input[int]] = None,
1118
1205
  disk_type: Optional[pulumi.Input[int]] = None,
1119
1206
  eip_max: Optional[pulumi.Input[int]] = None,
1207
+ enable_auto_group: Optional[pulumi.Input[bool]] = None,
1208
+ enable_auto_topic: Optional[pulumi.Input[str]] = None,
1120
1209
  io_max: Optional[pulumi.Input[int]] = None,
1121
1210
  io_max_spec: Optional[pulumi.Input[str]] = None,
1122
1211
  kms_key_id: Optional[pulumi.Input[str]] = None,
@@ -1132,6 +1221,7 @@ class Instance(pulumi.CustomResource):
1132
1221
  topic_quota: Optional[pulumi.Input[int]] = None,
1133
1222
  vpc_id: Optional[pulumi.Input[str]] = None,
1134
1223
  vswitch_id: Optional[pulumi.Input[str]] = None,
1224
+ vswitch_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1135
1225
  zone_id: Optional[pulumi.Input[str]] = None,
1136
1226
  __props__=None):
1137
1227
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -1143,6 +1233,7 @@ class Instance(pulumi.CustomResource):
1143
1233
  __props__ = InstanceArgs.__new__(InstanceArgs)
1144
1234
 
1145
1235
  __props__.__dict__["config"] = config
1236
+ __props__.__dict__["default_topic_partition_num"] = default_topic_partition_num
1146
1237
  if deploy_type is None and not opts.urn:
1147
1238
  raise TypeError("Missing required property 'deploy_type'")
1148
1239
  __props__.__dict__["deploy_type"] = deploy_type
@@ -1153,6 +1244,8 @@ class Instance(pulumi.CustomResource):
1153
1244
  raise TypeError("Missing required property 'disk_type'")
1154
1245
  __props__.__dict__["disk_type"] = disk_type
1155
1246
  __props__.__dict__["eip_max"] = eip_max
1247
+ __props__.__dict__["enable_auto_group"] = enable_auto_group
1248
+ __props__.__dict__["enable_auto_topic"] = enable_auto_topic
1156
1249
  __props__.__dict__["io_max"] = io_max
1157
1250
  __props__.__dict__["io_max_spec"] = io_max_spec
1158
1251
  __props__.__dict__["kms_key_id"] = kms_key_id
@@ -1170,6 +1263,7 @@ class Instance(pulumi.CustomResource):
1170
1263
  if vswitch_id is None and not opts.urn:
1171
1264
  raise TypeError("Missing required property 'vswitch_id'")
1172
1265
  __props__.__dict__["vswitch_id"] = vswitch_id
1266
+ __props__.__dict__["vswitch_ids"] = vswitch_ids
1173
1267
  __props__.__dict__["zone_id"] = zone_id
1174
1268
  __props__.__dict__["domain_endpoint"] = None
1175
1269
  __props__.__dict__["end_point"] = None
@@ -1196,11 +1290,14 @@ class Instance(pulumi.CustomResource):
1196
1290
  id: pulumi.Input[str],
1197
1291
  opts: Optional[pulumi.ResourceOptions] = None,
1198
1292
  config: Optional[pulumi.Input[str]] = None,
1293
+ default_topic_partition_num: Optional[pulumi.Input[int]] = None,
1199
1294
  deploy_type: Optional[pulumi.Input[int]] = None,
1200
1295
  disk_size: Optional[pulumi.Input[int]] = None,
1201
1296
  disk_type: Optional[pulumi.Input[int]] = None,
1202
1297
  domain_endpoint: Optional[pulumi.Input[str]] = None,
1203
1298
  eip_max: Optional[pulumi.Input[int]] = None,
1299
+ enable_auto_group: Optional[pulumi.Input[bool]] = None,
1300
+ enable_auto_topic: Optional[pulumi.Input[str]] = None,
1204
1301
  end_point: Optional[pulumi.Input[str]] = None,
1205
1302
  group_left: Optional[pulumi.Input[int]] = None,
1206
1303
  group_used: Optional[pulumi.Input[int]] = None,
@@ -1229,6 +1326,7 @@ class Instance(pulumi.CustomResource):
1229
1326
  topic_used: Optional[pulumi.Input[int]] = None,
1230
1327
  vpc_id: Optional[pulumi.Input[str]] = None,
1231
1328
  vswitch_id: Optional[pulumi.Input[str]] = None,
1329
+ vswitch_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1232
1330
  zone_id: Optional[pulumi.Input[str]] = None) -> 'Instance':
1233
1331
  """
1234
1332
  Get an existing Instance resource's state with the given name, id, and optional extra
@@ -1239,6 +1337,7 @@ class Instance(pulumi.CustomResource):
1239
1337
  :param pulumi.ResourceOptions opts: Options for the resource.
1240
1338
  :param pulumi.Input[str] config: The initial configurations of the ApsaraMQ for Kafka instance. The values must be valid JSON strings. The `config` supports the following parameters:
1241
1339
  * `enable.vpc_sasl_ssl`: Specifies whether to enable VPC transmission encryption. Default value: `false`. Valid values:
1340
+ :param pulumi.Input[int] default_topic_partition_num: The number of partitions in a topic that is automatically created.
1242
1341
  :param pulumi.Input[int] deploy_type: The deployment type of the instance. **NOTE:** From version 1.161.0, this attribute supports to be updated. Valid values:
1243
1342
  - 4: eip/vpc instance
1244
1343
  - 5: vpc instance.
@@ -1246,6 +1345,8 @@ class Instance(pulumi.CustomResource):
1246
1345
  :param pulumi.Input[int] disk_type: The disk type of the instance. 0: efficient cloud disk , 1: SSD.
1247
1346
  :param pulumi.Input[str] domain_endpoint: (Available since v1.234.0) The default endpoint of the instance in domain name mode.
1248
1347
  :param pulumi.Input[int] eip_max: The max bandwidth of the instance. It will be ignored when `deploy_type = 5`. When modify this value, it only supports adjust to a greater value.
1348
+ :param pulumi.Input[bool] enable_auto_group: Specify whether to enable the flexible group creation feature. Default value: `false`. Valid values:
1349
+ :param pulumi.Input[str] enable_auto_topic: Specify whether to enable the automatic topic creation feature. Default value: `disable`. Valid values:
1249
1350
  :param pulumi.Input[str] end_point: The EndPoint to access the kafka instance.
1250
1351
  :param pulumi.Input[int] group_left: (Available since v1.214.1) The number of available groups.
1251
1352
  :param pulumi.Input[int] group_used: (Available since v1.214.1) The number of used groups.
@@ -1264,16 +1365,6 @@ class Instance(pulumi.CustomResource):
1264
1365
  :param pulumi.Input[str] sasl_domain_endpoint: (Available since v1.234.0) The Simple Authentication and Security Layer (SASL) endpoint of the instance in domain name mode.
1265
1366
  :param pulumi.Input[str] security_group: The ID of security group for this instance. If the security group is empty, system will create a default one.
1266
1367
  :param pulumi.Input[Sequence[pulumi.Input[str]]] selected_zones: The zones among which you want to deploy the instance.
1267
-
1268
- > **NOTE:** Arguments io_max, disk_size, topic_quota, eip_max should follow the following constraints.
1269
-
1270
- | io_max | disk_size(min-max:lag) | topic_quota(min-max:lag) | eip_max(min-max:lag) |
1271
- |------|-------------|:----:|:-----:|
1272
- |20 | 500-6100:100 | 50-450:1 | 1-160:1 |
1273
- |30 | 800-6100:100 | 50-450:1 | 1-240:1 |
1274
- |60 | 1400-6100:100 | 80-450:1 | 1-500:1 |
1275
- |90 | 2100-6100:100 | 100-450:1 | 1-500:1 |
1276
- |120 | 2700-6100:100 | 150-450:1 | 1-500:1 |
1277
1368
  :param pulumi.Input[str] service_version: The version of the ApsaraMQ for Kafka instance. Default value: `2.2.0`. Valid values: `2.2.0`, `2.6.2`.
1278
1369
  :param pulumi.Input[str] spec_type: The spec type of the instance. Support two type, "normal": normal version instance, "professional": professional version instance. Default is normal. When modify this value, it only support adjust from normal to professional. Note only pre paid type instance support professional specific type.
1279
1370
  :param pulumi.Input[str] ssl_domain_endpoint: (Available since v1.234.0) The SSL endpoint of the instance in domain name mode.
@@ -1289,6 +1380,7 @@ class Instance(pulumi.CustomResource):
1289
1380
  :param pulumi.Input[int] topic_used: (Available since v1.214.1) The number of used topics.
1290
1381
  :param pulumi.Input[str] vpc_id: The VPC ID of the instance.
1291
1382
  :param pulumi.Input[str] vswitch_id: The ID of attaching vswitch to instance.
1383
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] vswitch_ids: The IDs of the vSwitches with which the instance is associated.
1292
1384
  :param pulumi.Input[str] zone_id: The zone ID of the instance. The value can be in zone x or region id-x format. **NOTE**: When the available zone is insufficient, another availability zone may be deployed.
1293
1385
  """
1294
1386
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -1296,11 +1388,14 @@ class Instance(pulumi.CustomResource):
1296
1388
  __props__ = _InstanceState.__new__(_InstanceState)
1297
1389
 
1298
1390
  __props__.__dict__["config"] = config
1391
+ __props__.__dict__["default_topic_partition_num"] = default_topic_partition_num
1299
1392
  __props__.__dict__["deploy_type"] = deploy_type
1300
1393
  __props__.__dict__["disk_size"] = disk_size
1301
1394
  __props__.__dict__["disk_type"] = disk_type
1302
1395
  __props__.__dict__["domain_endpoint"] = domain_endpoint
1303
1396
  __props__.__dict__["eip_max"] = eip_max
1397
+ __props__.__dict__["enable_auto_group"] = enable_auto_group
1398
+ __props__.__dict__["enable_auto_topic"] = enable_auto_topic
1304
1399
  __props__.__dict__["end_point"] = end_point
1305
1400
  __props__.__dict__["group_left"] = group_left
1306
1401
  __props__.__dict__["group_used"] = group_used
@@ -1329,6 +1424,7 @@ class Instance(pulumi.CustomResource):
1329
1424
  __props__.__dict__["topic_used"] = topic_used
1330
1425
  __props__.__dict__["vpc_id"] = vpc_id
1331
1426
  __props__.__dict__["vswitch_id"] = vswitch_id
1427
+ __props__.__dict__["vswitch_ids"] = vswitch_ids
1332
1428
  __props__.__dict__["zone_id"] = zone_id
1333
1429
  return Instance(resource_name, opts=opts, __props__=__props__)
1334
1430
 
@@ -1341,6 +1437,14 @@ class Instance(pulumi.CustomResource):
1341
1437
  """
1342
1438
  return pulumi.get(self, "config")
1343
1439
 
1440
+ @property
1441
+ @pulumi.getter(name="defaultTopicPartitionNum")
1442
+ def default_topic_partition_num(self) -> pulumi.Output[int]:
1443
+ """
1444
+ The number of partitions in a topic that is automatically created.
1445
+ """
1446
+ return pulumi.get(self, "default_topic_partition_num")
1447
+
1344
1448
  @property
1345
1449
  @pulumi.getter(name="deployType")
1346
1450
  def deploy_type(self) -> pulumi.Output[int]:
@@ -1383,6 +1487,22 @@ class Instance(pulumi.CustomResource):
1383
1487
  """
1384
1488
  return pulumi.get(self, "eip_max")
1385
1489
 
1490
+ @property
1491
+ @pulumi.getter(name="enableAutoGroup")
1492
+ def enable_auto_group(self) -> pulumi.Output[Optional[bool]]:
1493
+ """
1494
+ Specify whether to enable the flexible group creation feature. Default value: `false`. Valid values:
1495
+ """
1496
+ return pulumi.get(self, "enable_auto_group")
1497
+
1498
+ @property
1499
+ @pulumi.getter(name="enableAutoTopic")
1500
+ def enable_auto_topic(self) -> pulumi.Output[str]:
1501
+ """
1502
+ Specify whether to enable the automatic topic creation feature. Default value: `disable`. Valid values:
1503
+ """
1504
+ return pulumi.get(self, "enable_auto_topic")
1505
+
1386
1506
  @property
1387
1507
  @pulumi.getter(name="endPoint")
1388
1508
  def end_point(self) -> pulumi.Output[str]:
@@ -1510,16 +1630,6 @@ class Instance(pulumi.CustomResource):
1510
1630
  def selected_zones(self) -> pulumi.Output[Optional[Sequence[str]]]:
1511
1631
  """
1512
1632
  The zones among which you want to deploy the instance.
1513
-
1514
- > **NOTE:** Arguments io_max, disk_size, topic_quota, eip_max should follow the following constraints.
1515
-
1516
- | io_max | disk_size(min-max:lag) | topic_quota(min-max:lag) | eip_max(min-max:lag) |
1517
- |------|-------------|:----:|:-----:|
1518
- |20 | 500-6100:100 | 50-450:1 | 1-160:1 |
1519
- |30 | 800-6100:100 | 50-450:1 | 1-240:1 |
1520
- |60 | 1400-6100:100 | 80-450:1 | 1-500:1 |
1521
- |90 | 2100-6100:100 | 100-450:1 | 1-500:1 |
1522
- |120 | 2700-6100:100 | 150-450:1 | 1-500:1 |
1523
1633
  """
1524
1634
  return pulumi.get(self, "selected_zones")
1525
1635
 
@@ -1623,6 +1733,14 @@ class Instance(pulumi.CustomResource):
1623
1733
  """
1624
1734
  return pulumi.get(self, "vswitch_id")
1625
1735
 
1736
+ @property
1737
+ @pulumi.getter(name="vswitchIds")
1738
+ def vswitch_ids(self) -> pulumi.Output[Sequence[str]]:
1739
+ """
1740
+ The IDs of the vSwitches with which the instance is associated.
1741
+ """
1742
+ return pulumi.get(self, "vswitch_ids")
1743
+
1626
1744
  @property
1627
1745
  @pulumi.getter(name="zoneId")
1628
1746
  def zone_id(self) -> pulumi.Output[str]: