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
@@ -38,6 +38,11 @@ __all__ = [
38
38
  'GetEnhancedNatAvailableZonesZoneResult',
39
39
  'GetForwardEntriesEntryResult',
40
40
  'GetHavipsHavipResult',
41
+ 'GetIpamIpamPoolAllocationsAllocationResult',
42
+ 'GetIpamIpamPoolCidrsCidrResult',
43
+ 'GetIpamIpamPoolsPoolResult',
44
+ 'GetIpamIpamScopesScopeResult',
45
+ 'GetIpamIpamsIpamResult',
41
46
  'GetIpsecServersServerResult',
42
47
  'GetIpsecServersServerIkeConfigResult',
43
48
  'GetIpsecServersServerIpsecConfigResult',
@@ -2210,6 +2215,745 @@ class GetHavipsHavipResult(dict):
2210
2215
  return pulumi.get(self, "vswitch_id")
2211
2216
 
2212
2217
 
2218
+ @pulumi.output_type
2219
+ class GetIpamIpamPoolAllocationsAllocationResult(dict):
2220
+ def __init__(__self__, *,
2221
+ cidr: str,
2222
+ create_time: str,
2223
+ id: str,
2224
+ ipam_pool_allocation_description: str,
2225
+ ipam_pool_allocation_id: str,
2226
+ ipam_pool_allocation_name: str,
2227
+ ipam_pool_id: str,
2228
+ region_id: str,
2229
+ resource_id: str,
2230
+ resource_owner_id: int,
2231
+ resource_region_id: str,
2232
+ resource_type: str,
2233
+ source_cidr: str,
2234
+ status: str,
2235
+ total_count: int):
2236
+ """
2237
+ :param str cidr: The allocated address segment.
2238
+ :param str create_time: Instance creation time.
2239
+ :param str id: The ID of the resource supplied above.
2240
+ :param str ipam_pool_allocation_description: The description of the ipam pool alloctaion.It must be 1 to 256 characters in length and must start with an English letter or Chinese character, but cannot start with 'http:// 'or 'https. If it is not filled in, it is empty. The default value is empty.
2241
+ :param str ipam_pool_allocation_id: The instance ID of the ipam pool allocation.
2242
+ :param str ipam_pool_allocation_name: The name of the ipam pool allocation.It must be 1 to 128 characters in length and cannot start with 'http:// 'or 'https.
2243
+ :param str ipam_pool_id: The ID of the IPAM Pool.
2244
+ :param str region_id: When the IPAM Pool to which CIDR is allocated has the region attribute, this attribute is the IPAM Pool region.When the IPAM Pool to which CIDR is allocated does not have the region attribute, this attribute is the IPAM region.
2245
+ :param str resource_id: The ID of the resource.
2246
+ :param int resource_owner_id: The ID of the Alibaba Cloud account (primary account) to which the resource belongs.
2247
+ :param str resource_region_id: The region of the resource.
2248
+ :param str resource_type: The type of resource. Value:-**VPC**: indicates that the resource type is VPC.-**IpamPool**: indicates that the resource type is a child address pool.-**Custom**: indicates that the resource type is a Custom reserved CIDR block.
2249
+ :param str source_cidr: The source address segment.
2250
+ :param str status: The status of the instance. Value:-**Created**: indicates that the creation is complete.
2251
+ :param int total_count: Total number of records.
2252
+ """
2253
+ pulumi.set(__self__, "cidr", cidr)
2254
+ pulumi.set(__self__, "create_time", create_time)
2255
+ pulumi.set(__self__, "id", id)
2256
+ pulumi.set(__self__, "ipam_pool_allocation_description", ipam_pool_allocation_description)
2257
+ pulumi.set(__self__, "ipam_pool_allocation_id", ipam_pool_allocation_id)
2258
+ pulumi.set(__self__, "ipam_pool_allocation_name", ipam_pool_allocation_name)
2259
+ pulumi.set(__self__, "ipam_pool_id", ipam_pool_id)
2260
+ pulumi.set(__self__, "region_id", region_id)
2261
+ pulumi.set(__self__, "resource_id", resource_id)
2262
+ pulumi.set(__self__, "resource_owner_id", resource_owner_id)
2263
+ pulumi.set(__self__, "resource_region_id", resource_region_id)
2264
+ pulumi.set(__self__, "resource_type", resource_type)
2265
+ pulumi.set(__self__, "source_cidr", source_cidr)
2266
+ pulumi.set(__self__, "status", status)
2267
+ pulumi.set(__self__, "total_count", total_count)
2268
+
2269
+ @property
2270
+ @pulumi.getter
2271
+ def cidr(self) -> str:
2272
+ """
2273
+ The allocated address segment.
2274
+ """
2275
+ return pulumi.get(self, "cidr")
2276
+
2277
+ @property
2278
+ @pulumi.getter(name="createTime")
2279
+ def create_time(self) -> str:
2280
+ """
2281
+ Instance creation time.
2282
+ """
2283
+ return pulumi.get(self, "create_time")
2284
+
2285
+ @property
2286
+ @pulumi.getter
2287
+ def id(self) -> str:
2288
+ """
2289
+ The ID of the resource supplied above.
2290
+ """
2291
+ return pulumi.get(self, "id")
2292
+
2293
+ @property
2294
+ @pulumi.getter(name="ipamPoolAllocationDescription")
2295
+ def ipam_pool_allocation_description(self) -> str:
2296
+ """
2297
+ The description of the ipam pool alloctaion.It must be 1 to 256 characters in length and must start with an English letter or Chinese character, but cannot start with 'http:// 'or 'https. If it is not filled in, it is empty. The default value is empty.
2298
+ """
2299
+ return pulumi.get(self, "ipam_pool_allocation_description")
2300
+
2301
+ @property
2302
+ @pulumi.getter(name="ipamPoolAllocationId")
2303
+ def ipam_pool_allocation_id(self) -> str:
2304
+ """
2305
+ The instance ID of the ipam pool allocation.
2306
+ """
2307
+ return pulumi.get(self, "ipam_pool_allocation_id")
2308
+
2309
+ @property
2310
+ @pulumi.getter(name="ipamPoolAllocationName")
2311
+ def ipam_pool_allocation_name(self) -> str:
2312
+ """
2313
+ The name of the ipam pool allocation.It must be 1 to 128 characters in length and cannot start with 'http:// 'or 'https.
2314
+ """
2315
+ return pulumi.get(self, "ipam_pool_allocation_name")
2316
+
2317
+ @property
2318
+ @pulumi.getter(name="ipamPoolId")
2319
+ def ipam_pool_id(self) -> str:
2320
+ """
2321
+ The ID of the IPAM Pool.
2322
+ """
2323
+ return pulumi.get(self, "ipam_pool_id")
2324
+
2325
+ @property
2326
+ @pulumi.getter(name="regionId")
2327
+ def region_id(self) -> str:
2328
+ """
2329
+ When the IPAM Pool to which CIDR is allocated has the region attribute, this attribute is the IPAM Pool region.When the IPAM Pool to which CIDR is allocated does not have the region attribute, this attribute is the IPAM region.
2330
+ """
2331
+ return pulumi.get(self, "region_id")
2332
+
2333
+ @property
2334
+ @pulumi.getter(name="resourceId")
2335
+ def resource_id(self) -> str:
2336
+ """
2337
+ The ID of the resource.
2338
+ """
2339
+ return pulumi.get(self, "resource_id")
2340
+
2341
+ @property
2342
+ @pulumi.getter(name="resourceOwnerId")
2343
+ def resource_owner_id(self) -> int:
2344
+ """
2345
+ The ID of the Alibaba Cloud account (primary account) to which the resource belongs.
2346
+ """
2347
+ return pulumi.get(self, "resource_owner_id")
2348
+
2349
+ @property
2350
+ @pulumi.getter(name="resourceRegionId")
2351
+ def resource_region_id(self) -> str:
2352
+ """
2353
+ The region of the resource.
2354
+ """
2355
+ return pulumi.get(self, "resource_region_id")
2356
+
2357
+ @property
2358
+ @pulumi.getter(name="resourceType")
2359
+ def resource_type(self) -> str:
2360
+ """
2361
+ The type of resource. Value:-**VPC**: indicates that the resource type is VPC.-**IpamPool**: indicates that the resource type is a child address pool.-**Custom**: indicates that the resource type is a Custom reserved CIDR block.
2362
+ """
2363
+ return pulumi.get(self, "resource_type")
2364
+
2365
+ @property
2366
+ @pulumi.getter(name="sourceCidr")
2367
+ def source_cidr(self) -> str:
2368
+ """
2369
+ The source address segment.
2370
+ """
2371
+ return pulumi.get(self, "source_cidr")
2372
+
2373
+ @property
2374
+ @pulumi.getter
2375
+ def status(self) -> str:
2376
+ """
2377
+ The status of the instance. Value:-**Created**: indicates that the creation is complete.
2378
+ """
2379
+ return pulumi.get(self, "status")
2380
+
2381
+ @property
2382
+ @pulumi.getter(name="totalCount")
2383
+ def total_count(self) -> int:
2384
+ """
2385
+ Total number of records.
2386
+ """
2387
+ return pulumi.get(self, "total_count")
2388
+
2389
+
2390
+ @pulumi.output_type
2391
+ class GetIpamIpamPoolCidrsCidrResult(dict):
2392
+ def __init__(__self__, *,
2393
+ cidr: str,
2394
+ id: str,
2395
+ ipam_pool_id: str,
2396
+ status: str):
2397
+ """
2398
+ :param str cidr: The CIDR address segment to be preset.> currently, only IPv4 address segments are supported.
2399
+ :param str id: The ID of the resource supplied above.
2400
+ :param str ipam_pool_id: The ID of the IPAM pool instance.
2401
+ :param str status: The status of the resource
2402
+ """
2403
+ pulumi.set(__self__, "cidr", cidr)
2404
+ pulumi.set(__self__, "id", id)
2405
+ pulumi.set(__self__, "ipam_pool_id", ipam_pool_id)
2406
+ pulumi.set(__self__, "status", status)
2407
+
2408
+ @property
2409
+ @pulumi.getter
2410
+ def cidr(self) -> str:
2411
+ """
2412
+ The CIDR address segment to be preset.> currently, only IPv4 address segments are supported.
2413
+ """
2414
+ return pulumi.get(self, "cidr")
2415
+
2416
+ @property
2417
+ @pulumi.getter
2418
+ def id(self) -> str:
2419
+ """
2420
+ The ID of the resource supplied above.
2421
+ """
2422
+ return pulumi.get(self, "id")
2423
+
2424
+ @property
2425
+ @pulumi.getter(name="ipamPoolId")
2426
+ def ipam_pool_id(self) -> str:
2427
+ """
2428
+ The ID of the IPAM pool instance.
2429
+ """
2430
+ return pulumi.get(self, "ipam_pool_id")
2431
+
2432
+ @property
2433
+ @pulumi.getter
2434
+ def status(self) -> str:
2435
+ """
2436
+ The status of the resource
2437
+ """
2438
+ return pulumi.get(self, "status")
2439
+
2440
+
2441
+ @pulumi.output_type
2442
+ class GetIpamIpamPoolsPoolResult(dict):
2443
+ def __init__(__self__, *,
2444
+ allocation_default_cidr_mask: int,
2445
+ allocation_max_cidr_mask: int,
2446
+ allocation_min_cidr_mask: int,
2447
+ auto_import: bool,
2448
+ create_time: str,
2449
+ has_sub_pool: bool,
2450
+ id: str,
2451
+ ip_version: str,
2452
+ ipam_id: str,
2453
+ ipam_pool_description: str,
2454
+ ipam_pool_id: str,
2455
+ ipam_pool_name: str,
2456
+ ipam_scope_id: str,
2457
+ pool_depth: int,
2458
+ pool_region_id: str,
2459
+ region_id: str,
2460
+ resource_group_id: str,
2461
+ source_ipam_pool_id: str,
2462
+ status: str,
2463
+ tags: Mapping[str, str]):
2464
+ """
2465
+ :param int allocation_default_cidr_mask: The default network mask assigned by the IPAM address pool.IPv4 network mask value range: **0 to 32** bits.
2466
+ :param int allocation_max_cidr_mask: The maximum network mask assigned by the IPAM address pool.IPv4 network mask value range: **0 to 32** bits.
2467
+ :param int allocation_min_cidr_mask: The minimum Network mask assigned by the IPAM address pool.IPv4 network mask value range: **0 to 32** bits.
2468
+ :param bool auto_import: Whether the automatic import function is enabled for the address pool.
2469
+ :param str create_time: The creation time of the resource.
2470
+ :param bool has_sub_pool: Whether it is a child address pool. Value:-**true**: Yes.-**false**: No.
2471
+ :param str id: The ID of the resource supplied above.
2472
+ :param str ip_version: The IP protocol version. Currently, only **IPv4** is supported * *.
2473
+ :param str ipam_id: Ipam id.
2474
+ :param str ipam_pool_description: The description of the IPAM address pool.It must be 2 to 256 characters in length and must start with an English letter or a Chinese character, but cannot start with 'http:// 'or 'https. If it is not filled in, it is empty. The default value is empty.
2475
+ :param str ipam_pool_id: The first ID of the resource.
2476
+ :param str ipam_pool_name: The name of the resource.
2477
+ :param str ipam_scope_id: Ipam scope id.
2478
+ :param int pool_depth: The depth of the IPAM address pool. Value range: **0 to 10 * *.
2479
+ :param str pool_region_id: The effective region of the IPAM address pool.
2480
+ :param str region_id: The region ID of the resource.
2481
+ :param str resource_group_id: The ID of the resource group.
2482
+ :param str source_ipam_pool_id: The instance ID of the source IPAM address pool.> If this parameter is not entered, the created address pool is the parent address pool.
2483
+ :param str status: The status of the resource.
2484
+ :param Mapping[str, str] tags: The tag of the resource.
2485
+ """
2486
+ pulumi.set(__self__, "allocation_default_cidr_mask", allocation_default_cidr_mask)
2487
+ pulumi.set(__self__, "allocation_max_cidr_mask", allocation_max_cidr_mask)
2488
+ pulumi.set(__self__, "allocation_min_cidr_mask", allocation_min_cidr_mask)
2489
+ pulumi.set(__self__, "auto_import", auto_import)
2490
+ pulumi.set(__self__, "create_time", create_time)
2491
+ pulumi.set(__self__, "has_sub_pool", has_sub_pool)
2492
+ pulumi.set(__self__, "id", id)
2493
+ pulumi.set(__self__, "ip_version", ip_version)
2494
+ pulumi.set(__self__, "ipam_id", ipam_id)
2495
+ pulumi.set(__self__, "ipam_pool_description", ipam_pool_description)
2496
+ pulumi.set(__self__, "ipam_pool_id", ipam_pool_id)
2497
+ pulumi.set(__self__, "ipam_pool_name", ipam_pool_name)
2498
+ pulumi.set(__self__, "ipam_scope_id", ipam_scope_id)
2499
+ pulumi.set(__self__, "pool_depth", pool_depth)
2500
+ pulumi.set(__self__, "pool_region_id", pool_region_id)
2501
+ pulumi.set(__self__, "region_id", region_id)
2502
+ pulumi.set(__self__, "resource_group_id", resource_group_id)
2503
+ pulumi.set(__self__, "source_ipam_pool_id", source_ipam_pool_id)
2504
+ pulumi.set(__self__, "status", status)
2505
+ pulumi.set(__self__, "tags", tags)
2506
+
2507
+ @property
2508
+ @pulumi.getter(name="allocationDefaultCidrMask")
2509
+ def allocation_default_cidr_mask(self) -> int:
2510
+ """
2511
+ The default network mask assigned by the IPAM address pool.IPv4 network mask value range: **0 to 32** bits.
2512
+ """
2513
+ return pulumi.get(self, "allocation_default_cidr_mask")
2514
+
2515
+ @property
2516
+ @pulumi.getter(name="allocationMaxCidrMask")
2517
+ def allocation_max_cidr_mask(self) -> int:
2518
+ """
2519
+ The maximum network mask assigned by the IPAM address pool.IPv4 network mask value range: **0 to 32** bits.
2520
+ """
2521
+ return pulumi.get(self, "allocation_max_cidr_mask")
2522
+
2523
+ @property
2524
+ @pulumi.getter(name="allocationMinCidrMask")
2525
+ def allocation_min_cidr_mask(self) -> int:
2526
+ """
2527
+ The minimum Network mask assigned by the IPAM address pool.IPv4 network mask value range: **0 to 32** bits.
2528
+ """
2529
+ return pulumi.get(self, "allocation_min_cidr_mask")
2530
+
2531
+ @property
2532
+ @pulumi.getter(name="autoImport")
2533
+ def auto_import(self) -> bool:
2534
+ """
2535
+ Whether the automatic import function is enabled for the address pool.
2536
+ """
2537
+ return pulumi.get(self, "auto_import")
2538
+
2539
+ @property
2540
+ @pulumi.getter(name="createTime")
2541
+ def create_time(self) -> str:
2542
+ """
2543
+ The creation time of the resource.
2544
+ """
2545
+ return pulumi.get(self, "create_time")
2546
+
2547
+ @property
2548
+ @pulumi.getter(name="hasSubPool")
2549
+ def has_sub_pool(self) -> bool:
2550
+ """
2551
+ Whether it is a child address pool. Value:-**true**: Yes.-**false**: No.
2552
+ """
2553
+ return pulumi.get(self, "has_sub_pool")
2554
+
2555
+ @property
2556
+ @pulumi.getter
2557
+ def id(self) -> str:
2558
+ """
2559
+ The ID of the resource supplied above.
2560
+ """
2561
+ return pulumi.get(self, "id")
2562
+
2563
+ @property
2564
+ @pulumi.getter(name="ipVersion")
2565
+ def ip_version(self) -> str:
2566
+ """
2567
+ The IP protocol version. Currently, only **IPv4** is supported * *.
2568
+ """
2569
+ return pulumi.get(self, "ip_version")
2570
+
2571
+ @property
2572
+ @pulumi.getter(name="ipamId")
2573
+ def ipam_id(self) -> str:
2574
+ """
2575
+ Ipam id.
2576
+ """
2577
+ return pulumi.get(self, "ipam_id")
2578
+
2579
+ @property
2580
+ @pulumi.getter(name="ipamPoolDescription")
2581
+ def ipam_pool_description(self) -> str:
2582
+ """
2583
+ The description of the IPAM address pool.It must be 2 to 256 characters in length and must start with an English letter or a Chinese character, but cannot start with 'http:// 'or 'https. If it is not filled in, it is empty. The default value is empty.
2584
+ """
2585
+ return pulumi.get(self, "ipam_pool_description")
2586
+
2587
+ @property
2588
+ @pulumi.getter(name="ipamPoolId")
2589
+ def ipam_pool_id(self) -> str:
2590
+ """
2591
+ The first ID of the resource.
2592
+ """
2593
+ return pulumi.get(self, "ipam_pool_id")
2594
+
2595
+ @property
2596
+ @pulumi.getter(name="ipamPoolName")
2597
+ def ipam_pool_name(self) -> str:
2598
+ """
2599
+ The name of the resource.
2600
+ """
2601
+ return pulumi.get(self, "ipam_pool_name")
2602
+
2603
+ @property
2604
+ @pulumi.getter(name="ipamScopeId")
2605
+ def ipam_scope_id(self) -> str:
2606
+ """
2607
+ Ipam scope id.
2608
+ """
2609
+ return pulumi.get(self, "ipam_scope_id")
2610
+
2611
+ @property
2612
+ @pulumi.getter(name="poolDepth")
2613
+ def pool_depth(self) -> int:
2614
+ """
2615
+ The depth of the IPAM address pool. Value range: **0 to 10 * *.
2616
+ """
2617
+ return pulumi.get(self, "pool_depth")
2618
+
2619
+ @property
2620
+ @pulumi.getter(name="poolRegionId")
2621
+ def pool_region_id(self) -> str:
2622
+ """
2623
+ The effective region of the IPAM address pool.
2624
+ """
2625
+ return pulumi.get(self, "pool_region_id")
2626
+
2627
+ @property
2628
+ @pulumi.getter(name="regionId")
2629
+ def region_id(self) -> str:
2630
+ """
2631
+ The region ID of the resource.
2632
+ """
2633
+ return pulumi.get(self, "region_id")
2634
+
2635
+ @property
2636
+ @pulumi.getter(name="resourceGroupId")
2637
+ def resource_group_id(self) -> str:
2638
+ """
2639
+ The ID of the resource group.
2640
+ """
2641
+ return pulumi.get(self, "resource_group_id")
2642
+
2643
+ @property
2644
+ @pulumi.getter(name="sourceIpamPoolId")
2645
+ def source_ipam_pool_id(self) -> str:
2646
+ """
2647
+ The instance ID of the source IPAM address pool.> If this parameter is not entered, the created address pool is the parent address pool.
2648
+ """
2649
+ return pulumi.get(self, "source_ipam_pool_id")
2650
+
2651
+ @property
2652
+ @pulumi.getter
2653
+ def status(self) -> str:
2654
+ """
2655
+ The status of the resource.
2656
+ """
2657
+ return pulumi.get(self, "status")
2658
+
2659
+ @property
2660
+ @pulumi.getter
2661
+ def tags(self) -> Mapping[str, str]:
2662
+ """
2663
+ The tag of the resource.
2664
+ """
2665
+ return pulumi.get(self, "tags")
2666
+
2667
+
2668
+ @pulumi.output_type
2669
+ class GetIpamIpamScopesScopeResult(dict):
2670
+ def __init__(__self__, *,
2671
+ create_time: str,
2672
+ id: str,
2673
+ ipam_id: str,
2674
+ ipam_scope_description: str,
2675
+ ipam_scope_id: str,
2676
+ ipam_scope_name: str,
2677
+ ipam_scope_type: str,
2678
+ region_id: str,
2679
+ resource_group_id: str,
2680
+ status: str,
2681
+ tags: Mapping[str, str]):
2682
+ """
2683
+ :param str create_time: The creation time of the resource.
2684
+ :param str id: The ID of the resource supplied above.
2685
+ :param str ipam_id: The id of the Ipam instance.
2686
+ :param str ipam_scope_description: The description of the IPAM's scope of action.It must be 2 to 256 characters in length and must start with a lowercase letter, but cannot start with 'http:// 'or 'https. If it is not filled in, it is empty. The default value is empty.
2687
+ :param str ipam_scope_id: The first ID of the resource.
2688
+ :param str ipam_scope_name: The name of the resource.
2689
+ :param str ipam_scope_type: IPAM scope of action type:**private**.> Currently, only the role scope of the private network is supported.
2690
+ :param str region_id: The region ID of the resource.
2691
+ :param str resource_group_id: The ID of the resource group.
2692
+ :param str status: The status of the resource.
2693
+ :param Mapping[str, str] tags: The tag of the resource.
2694
+ """
2695
+ pulumi.set(__self__, "create_time", create_time)
2696
+ pulumi.set(__self__, "id", id)
2697
+ pulumi.set(__self__, "ipam_id", ipam_id)
2698
+ pulumi.set(__self__, "ipam_scope_description", ipam_scope_description)
2699
+ pulumi.set(__self__, "ipam_scope_id", ipam_scope_id)
2700
+ pulumi.set(__self__, "ipam_scope_name", ipam_scope_name)
2701
+ pulumi.set(__self__, "ipam_scope_type", ipam_scope_type)
2702
+ pulumi.set(__self__, "region_id", region_id)
2703
+ pulumi.set(__self__, "resource_group_id", resource_group_id)
2704
+ pulumi.set(__self__, "status", status)
2705
+ pulumi.set(__self__, "tags", tags)
2706
+
2707
+ @property
2708
+ @pulumi.getter(name="createTime")
2709
+ def create_time(self) -> str:
2710
+ """
2711
+ The creation time of the resource.
2712
+ """
2713
+ return pulumi.get(self, "create_time")
2714
+
2715
+ @property
2716
+ @pulumi.getter
2717
+ def id(self) -> str:
2718
+ """
2719
+ The ID of the resource supplied above.
2720
+ """
2721
+ return pulumi.get(self, "id")
2722
+
2723
+ @property
2724
+ @pulumi.getter(name="ipamId")
2725
+ def ipam_id(self) -> str:
2726
+ """
2727
+ The id of the Ipam instance.
2728
+ """
2729
+ return pulumi.get(self, "ipam_id")
2730
+
2731
+ @property
2732
+ @pulumi.getter(name="ipamScopeDescription")
2733
+ def ipam_scope_description(self) -> str:
2734
+ """
2735
+ The description of the IPAM's scope of action.It must be 2 to 256 characters in length and must start with a lowercase letter, but cannot start with 'http:// 'or 'https. If it is not filled in, it is empty. The default value is empty.
2736
+ """
2737
+ return pulumi.get(self, "ipam_scope_description")
2738
+
2739
+ @property
2740
+ @pulumi.getter(name="ipamScopeId")
2741
+ def ipam_scope_id(self) -> str:
2742
+ """
2743
+ The first ID of the resource.
2744
+ """
2745
+ return pulumi.get(self, "ipam_scope_id")
2746
+
2747
+ @property
2748
+ @pulumi.getter(name="ipamScopeName")
2749
+ def ipam_scope_name(self) -> str:
2750
+ """
2751
+ The name of the resource.
2752
+ """
2753
+ return pulumi.get(self, "ipam_scope_name")
2754
+
2755
+ @property
2756
+ @pulumi.getter(name="ipamScopeType")
2757
+ def ipam_scope_type(self) -> str:
2758
+ """
2759
+ IPAM scope of action type:**private**.> Currently, only the role scope of the private network is supported.
2760
+ """
2761
+ return pulumi.get(self, "ipam_scope_type")
2762
+
2763
+ @property
2764
+ @pulumi.getter(name="regionId")
2765
+ def region_id(self) -> str:
2766
+ """
2767
+ The region ID of the resource.
2768
+ """
2769
+ return pulumi.get(self, "region_id")
2770
+
2771
+ @property
2772
+ @pulumi.getter(name="resourceGroupId")
2773
+ def resource_group_id(self) -> str:
2774
+ """
2775
+ The ID of the resource group.
2776
+ """
2777
+ return pulumi.get(self, "resource_group_id")
2778
+
2779
+ @property
2780
+ @pulumi.getter
2781
+ def status(self) -> str:
2782
+ """
2783
+ The status of the resource.
2784
+ """
2785
+ return pulumi.get(self, "status")
2786
+
2787
+ @property
2788
+ @pulumi.getter
2789
+ def tags(self) -> Mapping[str, str]:
2790
+ """
2791
+ The tag of the resource.
2792
+ """
2793
+ return pulumi.get(self, "tags")
2794
+
2795
+
2796
+ @pulumi.output_type
2797
+ class GetIpamIpamsIpamResult(dict):
2798
+ def __init__(__self__, *,
2799
+ create_time: str,
2800
+ default_resource_discovery_association_id: str,
2801
+ default_resource_discovery_id: str,
2802
+ id: str,
2803
+ ipam_description: str,
2804
+ ipam_id: str,
2805
+ ipam_name: str,
2806
+ private_default_scope_id: str,
2807
+ public_default_scope_id: str,
2808
+ region_id: str,
2809
+ resource_discovery_association_count: int,
2810
+ resource_group_id: str,
2811
+ status: str,
2812
+ tags: Mapping[str, str]):
2813
+ """
2814
+ :param str create_time: The creation time of the resource.
2815
+ :param str default_resource_discovery_association_id: After an IPAM is created, the association between the resource discovery created by the system by default and the IPAM.
2816
+ :param str default_resource_discovery_id: After IPAM is created, the system creates resource discovery by default.
2817
+ :param str id: The ID of the resource supplied above.
2818
+ :param str ipam_description: The description of IPAM.It must be 2 to 256 characters in length and must start with an uppercase letter or a Chinese character, but cannot start with 'http: // 'or 'https. If the description is not filled in, it is blank. The default value is blank.
2819
+ :param str ipam_id: The first ID of the resource.
2820
+ :param str ipam_name: The name of the resource.
2821
+ :param str private_default_scope_id: After an IPAM is created, the scope of the private network IPAM created by the system by default.
2822
+ :param str public_default_scope_id: After an IPAM is created, the public network IPAM is created by default.
2823
+ :param str region_id: The region ID of the resource.
2824
+ :param int resource_discovery_association_count: The number of resource discovery objects associated with IPAM.
2825
+ :param str resource_group_id: The ID of the resource group.
2826
+ :param str status: The status of the resource.
2827
+ :param Mapping[str, str] tags: The tag of the resource.
2828
+ """
2829
+ pulumi.set(__self__, "create_time", create_time)
2830
+ pulumi.set(__self__, "default_resource_discovery_association_id", default_resource_discovery_association_id)
2831
+ pulumi.set(__self__, "default_resource_discovery_id", default_resource_discovery_id)
2832
+ pulumi.set(__self__, "id", id)
2833
+ pulumi.set(__self__, "ipam_description", ipam_description)
2834
+ pulumi.set(__self__, "ipam_id", ipam_id)
2835
+ pulumi.set(__self__, "ipam_name", ipam_name)
2836
+ pulumi.set(__self__, "private_default_scope_id", private_default_scope_id)
2837
+ pulumi.set(__self__, "public_default_scope_id", public_default_scope_id)
2838
+ pulumi.set(__self__, "region_id", region_id)
2839
+ pulumi.set(__self__, "resource_discovery_association_count", resource_discovery_association_count)
2840
+ pulumi.set(__self__, "resource_group_id", resource_group_id)
2841
+ pulumi.set(__self__, "status", status)
2842
+ pulumi.set(__self__, "tags", tags)
2843
+
2844
+ @property
2845
+ @pulumi.getter(name="createTime")
2846
+ def create_time(self) -> str:
2847
+ """
2848
+ The creation time of the resource.
2849
+ """
2850
+ return pulumi.get(self, "create_time")
2851
+
2852
+ @property
2853
+ @pulumi.getter(name="defaultResourceDiscoveryAssociationId")
2854
+ def default_resource_discovery_association_id(self) -> str:
2855
+ """
2856
+ After an IPAM is created, the association between the resource discovery created by the system by default and the IPAM.
2857
+ """
2858
+ return pulumi.get(self, "default_resource_discovery_association_id")
2859
+
2860
+ @property
2861
+ @pulumi.getter(name="defaultResourceDiscoveryId")
2862
+ def default_resource_discovery_id(self) -> str:
2863
+ """
2864
+ After IPAM is created, the system creates resource discovery by default.
2865
+ """
2866
+ return pulumi.get(self, "default_resource_discovery_id")
2867
+
2868
+ @property
2869
+ @pulumi.getter
2870
+ def id(self) -> str:
2871
+ """
2872
+ The ID of the resource supplied above.
2873
+ """
2874
+ return pulumi.get(self, "id")
2875
+
2876
+ @property
2877
+ @pulumi.getter(name="ipamDescription")
2878
+ def ipam_description(self) -> str:
2879
+ """
2880
+ The description of IPAM.It must be 2 to 256 characters in length and must start with an uppercase letter or a Chinese character, but cannot start with 'http: // 'or 'https. If the description is not filled in, it is blank. The default value is blank.
2881
+ """
2882
+ return pulumi.get(self, "ipam_description")
2883
+
2884
+ @property
2885
+ @pulumi.getter(name="ipamId")
2886
+ def ipam_id(self) -> str:
2887
+ """
2888
+ The first ID of the resource.
2889
+ """
2890
+ return pulumi.get(self, "ipam_id")
2891
+
2892
+ @property
2893
+ @pulumi.getter(name="ipamName")
2894
+ def ipam_name(self) -> str:
2895
+ """
2896
+ The name of the resource.
2897
+ """
2898
+ return pulumi.get(self, "ipam_name")
2899
+
2900
+ @property
2901
+ @pulumi.getter(name="privateDefaultScopeId")
2902
+ def private_default_scope_id(self) -> str:
2903
+ """
2904
+ After an IPAM is created, the scope of the private network IPAM created by the system by default.
2905
+ """
2906
+ return pulumi.get(self, "private_default_scope_id")
2907
+
2908
+ @property
2909
+ @pulumi.getter(name="publicDefaultScopeId")
2910
+ def public_default_scope_id(self) -> str:
2911
+ """
2912
+ After an IPAM is created, the public network IPAM is created by default.
2913
+ """
2914
+ return pulumi.get(self, "public_default_scope_id")
2915
+
2916
+ @property
2917
+ @pulumi.getter(name="regionId")
2918
+ def region_id(self) -> str:
2919
+ """
2920
+ The region ID of the resource.
2921
+ """
2922
+ return pulumi.get(self, "region_id")
2923
+
2924
+ @property
2925
+ @pulumi.getter(name="resourceDiscoveryAssociationCount")
2926
+ def resource_discovery_association_count(self) -> int:
2927
+ """
2928
+ The number of resource discovery objects associated with IPAM.
2929
+ """
2930
+ return pulumi.get(self, "resource_discovery_association_count")
2931
+
2932
+ @property
2933
+ @pulumi.getter(name="resourceGroupId")
2934
+ def resource_group_id(self) -> str:
2935
+ """
2936
+ The ID of the resource group.
2937
+ """
2938
+ return pulumi.get(self, "resource_group_id")
2939
+
2940
+ @property
2941
+ @pulumi.getter
2942
+ def status(self) -> str:
2943
+ """
2944
+ The status of the resource.
2945
+ """
2946
+ return pulumi.get(self, "status")
2947
+
2948
+ @property
2949
+ @pulumi.getter
2950
+ def tags(self) -> Mapping[str, str]:
2951
+ """
2952
+ The tag of the resource.
2953
+ """
2954
+ return pulumi.get(self, "tags")
2955
+
2956
+
2213
2957
  @pulumi.output_type
2214
2958
  class GetIpsecServersServerResult(dict):
2215
2959
  def __init__(__self__, *,
@@ -3883,6 +4627,9 @@ class GetNetworksVpcResult(dict):
3883
4627
  cidr_block: str,
3884
4628
  creation_time: str,
3885
4629
  description: str,
4630
+ dhcp_options_set_id: str,
4631
+ dhcp_options_set_status: str,
4632
+ dns_hostname_status: str,
3886
4633
  id: str,
3887
4634
  ipv6_cidr_block: str,
3888
4635
  is_default: bool,
@@ -3902,6 +4649,9 @@ class GetNetworksVpcResult(dict):
3902
4649
  :param str cidr_block: Filter results by a specific CIDR block. For example: "172.16.0.0/12".
3903
4650
  :param str creation_time: Time of creation.
3904
4651
  :param str description: Description of the VPC
4652
+ :param str dhcp_options_set_id: The ID of dhcp options set.
4653
+ :param str dhcp_options_set_status: The status of the DHCP options set. Valid values: `Available`, `InUse`, `Deleted`, `Pending`.
4654
+ :param str dns_hostname_status: Indicates whether the Domain Name System (DNS) feature is enabled.
3905
4655
  :param str id: ID of the VPC.
3906
4656
  :param str ipv6_cidr_block: The IPv6 CIDR block of the VPC.
3907
4657
  :param bool is_default: Indicate whether the VPC is the default one in the specified region.
@@ -3921,6 +4671,9 @@ class GetNetworksVpcResult(dict):
3921
4671
  pulumi.set(__self__, "cidr_block", cidr_block)
3922
4672
  pulumi.set(__self__, "creation_time", creation_time)
3923
4673
  pulumi.set(__self__, "description", description)
4674
+ pulumi.set(__self__, "dhcp_options_set_id", dhcp_options_set_id)
4675
+ pulumi.set(__self__, "dhcp_options_set_status", dhcp_options_set_status)
4676
+ pulumi.set(__self__, "dns_hostname_status", dns_hostname_status)
3924
4677
  pulumi.set(__self__, "id", id)
3925
4678
  pulumi.set(__self__, "ipv6_cidr_block", ipv6_cidr_block)
3926
4679
  pulumi.set(__self__, "is_default", is_default)
@@ -3961,6 +4714,30 @@ class GetNetworksVpcResult(dict):
3961
4714
  """
3962
4715
  return pulumi.get(self, "description")
3963
4716
 
4717
+ @property
4718
+ @pulumi.getter(name="dhcpOptionsSetId")
4719
+ def dhcp_options_set_id(self) -> str:
4720
+ """
4721
+ The ID of dhcp options set.
4722
+ """
4723
+ return pulumi.get(self, "dhcp_options_set_id")
4724
+
4725
+ @property
4726
+ @pulumi.getter(name="dhcpOptionsSetStatus")
4727
+ def dhcp_options_set_status(self) -> str:
4728
+ """
4729
+ The status of the DHCP options set. Valid values: `Available`, `InUse`, `Deleted`, `Pending`.
4730
+ """
4731
+ return pulumi.get(self, "dhcp_options_set_status")
4732
+
4733
+ @property
4734
+ @pulumi.getter(name="dnsHostnameStatus")
4735
+ def dns_hostname_status(self) -> str:
4736
+ """
4737
+ Indicates whether the Domain Name System (DNS) feature is enabled.
4738
+ """
4739
+ return pulumi.get(self, "dns_hostname_status")
4740
+
3964
4741
  @property
3965
4742
  @pulumi.getter
3966
4743
  def id(self) -> str: