pulumi-gcp 8.3.0a1727223968__py3-none-any.whl → 8.3.0a1727226164__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.
Files changed (76) hide show
  1. pulumi_gcp/__init__.py +120 -0
  2. pulumi_gcp/alloydb/_inputs.py +20 -0
  3. pulumi_gcp/alloydb/instance.py +36 -0
  4. pulumi_gcp/alloydb/outputs.py +14 -0
  5. pulumi_gcp/compute/__init__.py +1 -0
  6. pulumi_gcp/compute/_inputs.py +1400 -0
  7. pulumi_gcp/compute/attached_disk.py +103 -0
  8. pulumi_gcp/compute/backend_service.py +29 -22
  9. pulumi_gcp/compute/firewall_policy_with_rules.py +769 -0
  10. pulumi_gcp/compute/outputs.py +1019 -0
  11. pulumi_gcp/compute/region_backend_service.py +29 -22
  12. pulumi_gcp/compute/router_nat.py +27 -66
  13. pulumi_gcp/config/__init__.pyi +2 -0
  14. pulumi_gcp/config/vars.py +4 -0
  15. pulumi_gcp/container/_inputs.py +72 -99
  16. pulumi_gcp/container/outputs.py +53 -70
  17. pulumi_gcp/databasemigrationservice/__init__.py +1 -0
  18. pulumi_gcp/databasemigrationservice/_inputs.py +362 -0
  19. pulumi_gcp/databasemigrationservice/migration_job.py +1739 -0
  20. pulumi_gcp/databasemigrationservice/outputs.py +268 -0
  21. pulumi_gcp/dataproc/get_metastore_service.py +11 -1
  22. pulumi_gcp/dataproc/metastore_service.py +93 -0
  23. pulumi_gcp/developerconnect/_inputs.py +42 -39
  24. pulumi_gcp/developerconnect/connection.py +86 -83
  25. pulumi_gcp/developerconnect/outputs.py +28 -26
  26. pulumi_gcp/discoveryengine/__init__.py +1 -0
  27. pulumi_gcp/discoveryengine/_inputs.py +131 -0
  28. pulumi_gcp/discoveryengine/outputs.py +131 -0
  29. pulumi_gcp/discoveryengine/target_site.py +870 -0
  30. pulumi_gcp/dns/managed_zone.py +1 -1
  31. pulumi_gcp/filestore/get_instance.py +21 -1
  32. pulumi_gcp/filestore/instance.py +94 -0
  33. pulumi_gcp/gkehub/feature_membership.py +140 -62
  34. pulumi_gcp/healthcare/__init__.py +1 -0
  35. pulumi_gcp/healthcare/_inputs.py +39 -0
  36. pulumi_gcp/healthcare/outputs.py +40 -0
  37. pulumi_gcp/healthcare/workspace.py +465 -0
  38. pulumi_gcp/looker/instance.py +81 -0
  39. pulumi_gcp/netapp/_inputs.py +63 -0
  40. pulumi_gcp/netapp/outputs.py +57 -0
  41. pulumi_gcp/netapp/storage_pool.py +54 -0
  42. pulumi_gcp/netapp/volume.py +82 -0
  43. pulumi_gcp/provider.py +20 -0
  44. pulumi_gcp/pubsub/subscription.py +43 -7
  45. pulumi_gcp/pulumi-plugin.json +1 -1
  46. pulumi_gcp/secretmanager/__init__.py +8 -0
  47. pulumi_gcp/secretmanager/_inputs.py +308 -0
  48. pulumi_gcp/secretmanager/get_regional_secret.py +279 -0
  49. pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +173 -0
  50. pulumi_gcp/secretmanager/get_regional_secret_version.py +241 -0
  51. pulumi_gcp/secretmanager/outputs.py +336 -0
  52. pulumi_gcp/secretmanager/regional_secret.py +1433 -0
  53. pulumi_gcp/secretmanager/regional_secret_iam_binding.py +1082 -0
  54. pulumi_gcp/secretmanager/regional_secret_iam_member.py +1082 -0
  55. pulumi_gcp/secretmanager/regional_secret_iam_policy.py +901 -0
  56. pulumi_gcp/secretmanager/regional_secret_version.py +753 -0
  57. pulumi_gcp/securitycenter/__init__.py +4 -0
  58. pulumi_gcp/securitycenter/folder_scc_big_query_export.py +795 -0
  59. pulumi_gcp/securitycenter/organization_scc_big_query_export.py +738 -0
  60. pulumi_gcp/securitycenter/project_scc_big_query_export.py +749 -0
  61. pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +862 -0
  62. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +6 -2
  63. pulumi_gcp/siteverification/__init__.py +3 -0
  64. pulumi_gcp/siteverification/_inputs.py +85 -0
  65. pulumi_gcp/siteverification/outputs.py +57 -0
  66. pulumi_gcp/siteverification/web_resource.py +398 -0
  67. pulumi_gcp/spanner/__init__.py +1 -0
  68. pulumi_gcp/spanner/_inputs.py +129 -0
  69. pulumi_gcp/spanner/backup_schedule.py +748 -0
  70. pulumi_gcp/spanner/get_instance.py +11 -1
  71. pulumi_gcp/spanner/instance.py +56 -0
  72. pulumi_gcp/spanner/outputs.py +93 -0
  73. {pulumi_gcp-8.3.0a1727223968.dist-info → pulumi_gcp-8.3.0a1727226164.dist-info}/METADATA +1 -1
  74. {pulumi_gcp-8.3.0a1727223968.dist-info → pulumi_gcp-8.3.0a1727226164.dist-info}/RECORD +76 -56
  75. {pulumi_gcp-8.3.0a1727223968.dist-info → pulumi_gcp-8.3.0a1727226164.dist-info}/WHEEL +0 -0
  76. {pulumi_gcp-8.3.0a1727223968.dist-info → pulumi_gcp-8.3.0a1727226164.dist-info}/top_level.txt +0 -0
@@ -53,6 +53,20 @@ __all__ = [
53
53
  'ConnectionProfilePostgresqlArgsDict',
54
54
  'ConnectionProfilePostgresqlSslArgs',
55
55
  'ConnectionProfilePostgresqlSslArgsDict',
56
+ 'MigrationJobDumpFlagsArgs',
57
+ 'MigrationJobDumpFlagsArgsDict',
58
+ 'MigrationJobDumpFlagsDumpFlagArgs',
59
+ 'MigrationJobDumpFlagsDumpFlagArgsDict',
60
+ 'MigrationJobErrorArgs',
61
+ 'MigrationJobErrorArgsDict',
62
+ 'MigrationJobPerformanceConfigArgs',
63
+ 'MigrationJobPerformanceConfigArgsDict',
64
+ 'MigrationJobReverseSshConnectivityArgs',
65
+ 'MigrationJobReverseSshConnectivityArgsDict',
66
+ 'MigrationJobStaticIpConnectivityArgs',
67
+ 'MigrationJobStaticIpConnectivityArgsDict',
68
+ 'MigrationJobVpcPeeringConnectivityArgs',
69
+ 'MigrationJobVpcPeeringConnectivityArgsDict',
56
70
  'PrivateConnectionErrorArgs',
57
71
  'PrivateConnectionErrorArgsDict',
58
72
  'PrivateConnectionVpcPeeringConfigArgs',
@@ -2282,6 +2296,354 @@ class ConnectionProfilePostgresqlSslArgs:
2282
2296
  pulumi.set(self, "type", value)
2283
2297
 
2284
2298
 
2299
+ if not MYPY:
2300
+ class MigrationJobDumpFlagsArgsDict(TypedDict):
2301
+ dump_flags: NotRequired[pulumi.Input[Sequence[pulumi.Input['MigrationJobDumpFlagsDumpFlagArgsDict']]]]
2302
+ """
2303
+ A list of dump flags
2304
+ Structure is documented below.
2305
+ """
2306
+ elif False:
2307
+ MigrationJobDumpFlagsArgsDict: TypeAlias = Mapping[str, Any]
2308
+
2309
+ @pulumi.input_type
2310
+ class MigrationJobDumpFlagsArgs:
2311
+ def __init__(__self__, *,
2312
+ dump_flags: Optional[pulumi.Input[Sequence[pulumi.Input['MigrationJobDumpFlagsDumpFlagArgs']]]] = None):
2313
+ """
2314
+ :param pulumi.Input[Sequence[pulumi.Input['MigrationJobDumpFlagsDumpFlagArgs']]] dump_flags: A list of dump flags
2315
+ Structure is documented below.
2316
+ """
2317
+ if dump_flags is not None:
2318
+ pulumi.set(__self__, "dump_flags", dump_flags)
2319
+
2320
+ @property
2321
+ @pulumi.getter(name="dumpFlags")
2322
+ def dump_flags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MigrationJobDumpFlagsDumpFlagArgs']]]]:
2323
+ """
2324
+ A list of dump flags
2325
+ Structure is documented below.
2326
+ """
2327
+ return pulumi.get(self, "dump_flags")
2328
+
2329
+ @dump_flags.setter
2330
+ def dump_flags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MigrationJobDumpFlagsDumpFlagArgs']]]]):
2331
+ pulumi.set(self, "dump_flags", value)
2332
+
2333
+
2334
+ if not MYPY:
2335
+ class MigrationJobDumpFlagsDumpFlagArgsDict(TypedDict):
2336
+ name: NotRequired[pulumi.Input[str]]
2337
+ """
2338
+ The name of the flag
2339
+ """
2340
+ value: NotRequired[pulumi.Input[str]]
2341
+ """
2342
+ The vale of the flag
2343
+ """
2344
+ elif False:
2345
+ MigrationJobDumpFlagsDumpFlagArgsDict: TypeAlias = Mapping[str, Any]
2346
+
2347
+ @pulumi.input_type
2348
+ class MigrationJobDumpFlagsDumpFlagArgs:
2349
+ def __init__(__self__, *,
2350
+ name: Optional[pulumi.Input[str]] = None,
2351
+ value: Optional[pulumi.Input[str]] = None):
2352
+ """
2353
+ :param pulumi.Input[str] name: The name of the flag
2354
+ :param pulumi.Input[str] value: The vale of the flag
2355
+ """
2356
+ if name is not None:
2357
+ pulumi.set(__self__, "name", name)
2358
+ if value is not None:
2359
+ pulumi.set(__self__, "value", value)
2360
+
2361
+ @property
2362
+ @pulumi.getter
2363
+ def name(self) -> Optional[pulumi.Input[str]]:
2364
+ """
2365
+ The name of the flag
2366
+ """
2367
+ return pulumi.get(self, "name")
2368
+
2369
+ @name.setter
2370
+ def name(self, value: Optional[pulumi.Input[str]]):
2371
+ pulumi.set(self, "name", value)
2372
+
2373
+ @property
2374
+ @pulumi.getter
2375
+ def value(self) -> Optional[pulumi.Input[str]]:
2376
+ """
2377
+ The vale of the flag
2378
+ """
2379
+ return pulumi.get(self, "value")
2380
+
2381
+ @value.setter
2382
+ def value(self, value: Optional[pulumi.Input[str]]):
2383
+ pulumi.set(self, "value", value)
2384
+
2385
+
2386
+ if not MYPY:
2387
+ class MigrationJobErrorArgsDict(TypedDict):
2388
+ code: NotRequired[pulumi.Input[int]]
2389
+ """
2390
+ (Output)
2391
+ The status code, which should be an enum value of google.rpc.Code.
2392
+ """
2393
+ details: NotRequired[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]]
2394
+ """
2395
+ (Output)
2396
+ A list of messages that carry the error details.
2397
+ """
2398
+ message: NotRequired[pulumi.Input[str]]
2399
+ """
2400
+ (Output)
2401
+ Human readable message indicating details about the current status.
2402
+ """
2403
+ elif False:
2404
+ MigrationJobErrorArgsDict: TypeAlias = Mapping[str, Any]
2405
+
2406
+ @pulumi.input_type
2407
+ class MigrationJobErrorArgs:
2408
+ def __init__(__self__, *,
2409
+ code: Optional[pulumi.Input[int]] = None,
2410
+ details: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]] = None,
2411
+ message: Optional[pulumi.Input[str]] = None):
2412
+ """
2413
+ :param pulumi.Input[int] code: (Output)
2414
+ The status code, which should be an enum value of google.rpc.Code.
2415
+ :param pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]] details: (Output)
2416
+ A list of messages that carry the error details.
2417
+ :param pulumi.Input[str] message: (Output)
2418
+ Human readable message indicating details about the current status.
2419
+ """
2420
+ if code is not None:
2421
+ pulumi.set(__self__, "code", code)
2422
+ if details is not None:
2423
+ pulumi.set(__self__, "details", details)
2424
+ if message is not None:
2425
+ pulumi.set(__self__, "message", message)
2426
+
2427
+ @property
2428
+ @pulumi.getter
2429
+ def code(self) -> Optional[pulumi.Input[int]]:
2430
+ """
2431
+ (Output)
2432
+ The status code, which should be an enum value of google.rpc.Code.
2433
+ """
2434
+ return pulumi.get(self, "code")
2435
+
2436
+ @code.setter
2437
+ def code(self, value: Optional[pulumi.Input[int]]):
2438
+ pulumi.set(self, "code", value)
2439
+
2440
+ @property
2441
+ @pulumi.getter
2442
+ def details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]]:
2443
+ """
2444
+ (Output)
2445
+ A list of messages that carry the error details.
2446
+ """
2447
+ return pulumi.get(self, "details")
2448
+
2449
+ @details.setter
2450
+ def details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]]):
2451
+ pulumi.set(self, "details", value)
2452
+
2453
+ @property
2454
+ @pulumi.getter
2455
+ def message(self) -> Optional[pulumi.Input[str]]:
2456
+ """
2457
+ (Output)
2458
+ Human readable message indicating details about the current status.
2459
+ """
2460
+ return pulumi.get(self, "message")
2461
+
2462
+ @message.setter
2463
+ def message(self, value: Optional[pulumi.Input[str]]):
2464
+ pulumi.set(self, "message", value)
2465
+
2466
+
2467
+ if not MYPY:
2468
+ class MigrationJobPerformanceConfigArgsDict(TypedDict):
2469
+ dump_parallel_level: NotRequired[pulumi.Input[str]]
2470
+ """
2471
+ Initial dump parallelism level.
2472
+ Possible values are: `MIN`, `OPTIMAL`, `MAX`.
2473
+ """
2474
+ elif False:
2475
+ MigrationJobPerformanceConfigArgsDict: TypeAlias = Mapping[str, Any]
2476
+
2477
+ @pulumi.input_type
2478
+ class MigrationJobPerformanceConfigArgs:
2479
+ def __init__(__self__, *,
2480
+ dump_parallel_level: Optional[pulumi.Input[str]] = None):
2481
+ """
2482
+ :param pulumi.Input[str] dump_parallel_level: Initial dump parallelism level.
2483
+ Possible values are: `MIN`, `OPTIMAL`, `MAX`.
2484
+ """
2485
+ if dump_parallel_level is not None:
2486
+ pulumi.set(__self__, "dump_parallel_level", dump_parallel_level)
2487
+
2488
+ @property
2489
+ @pulumi.getter(name="dumpParallelLevel")
2490
+ def dump_parallel_level(self) -> Optional[pulumi.Input[str]]:
2491
+ """
2492
+ Initial dump parallelism level.
2493
+ Possible values are: `MIN`, `OPTIMAL`, `MAX`.
2494
+ """
2495
+ return pulumi.get(self, "dump_parallel_level")
2496
+
2497
+ @dump_parallel_level.setter
2498
+ def dump_parallel_level(self, value: Optional[pulumi.Input[str]]):
2499
+ pulumi.set(self, "dump_parallel_level", value)
2500
+
2501
+
2502
+ if not MYPY:
2503
+ class MigrationJobReverseSshConnectivityArgsDict(TypedDict):
2504
+ vm: NotRequired[pulumi.Input[str]]
2505
+ """
2506
+ The name of the virtual machine (Compute Engine) used as the bastion server
2507
+ for the SSH tunnel.
2508
+ """
2509
+ vm_ip: NotRequired[pulumi.Input[str]]
2510
+ """
2511
+ The IP of the virtual machine (Compute Engine) used as the bastion server
2512
+ for the SSH tunnel.
2513
+ """
2514
+ vm_port: NotRequired[pulumi.Input[int]]
2515
+ """
2516
+ The forwarding port of the virtual machine (Compute Engine) used as the
2517
+ bastion server for the SSH tunnel.
2518
+ """
2519
+ vpc: NotRequired[pulumi.Input[str]]
2520
+ """
2521
+ The name of the VPC to peer with the Cloud SQL private network.
2522
+ """
2523
+ elif False:
2524
+ MigrationJobReverseSshConnectivityArgsDict: TypeAlias = Mapping[str, Any]
2525
+
2526
+ @pulumi.input_type
2527
+ class MigrationJobReverseSshConnectivityArgs:
2528
+ def __init__(__self__, *,
2529
+ vm: Optional[pulumi.Input[str]] = None,
2530
+ vm_ip: Optional[pulumi.Input[str]] = None,
2531
+ vm_port: Optional[pulumi.Input[int]] = None,
2532
+ vpc: Optional[pulumi.Input[str]] = None):
2533
+ """
2534
+ :param pulumi.Input[str] vm: The name of the virtual machine (Compute Engine) used as the bastion server
2535
+ for the SSH tunnel.
2536
+ :param pulumi.Input[str] vm_ip: The IP of the virtual machine (Compute Engine) used as the bastion server
2537
+ for the SSH tunnel.
2538
+ :param pulumi.Input[int] vm_port: The forwarding port of the virtual machine (Compute Engine) used as the
2539
+ bastion server for the SSH tunnel.
2540
+ :param pulumi.Input[str] vpc: The name of the VPC to peer with the Cloud SQL private network.
2541
+ """
2542
+ if vm is not None:
2543
+ pulumi.set(__self__, "vm", vm)
2544
+ if vm_ip is not None:
2545
+ pulumi.set(__self__, "vm_ip", vm_ip)
2546
+ if vm_port is not None:
2547
+ pulumi.set(__self__, "vm_port", vm_port)
2548
+ if vpc is not None:
2549
+ pulumi.set(__self__, "vpc", vpc)
2550
+
2551
+ @property
2552
+ @pulumi.getter
2553
+ def vm(self) -> Optional[pulumi.Input[str]]:
2554
+ """
2555
+ The name of the virtual machine (Compute Engine) used as the bastion server
2556
+ for the SSH tunnel.
2557
+ """
2558
+ return pulumi.get(self, "vm")
2559
+
2560
+ @vm.setter
2561
+ def vm(self, value: Optional[pulumi.Input[str]]):
2562
+ pulumi.set(self, "vm", value)
2563
+
2564
+ @property
2565
+ @pulumi.getter(name="vmIp")
2566
+ def vm_ip(self) -> Optional[pulumi.Input[str]]:
2567
+ """
2568
+ The IP of the virtual machine (Compute Engine) used as the bastion server
2569
+ for the SSH tunnel.
2570
+ """
2571
+ return pulumi.get(self, "vm_ip")
2572
+
2573
+ @vm_ip.setter
2574
+ def vm_ip(self, value: Optional[pulumi.Input[str]]):
2575
+ pulumi.set(self, "vm_ip", value)
2576
+
2577
+ @property
2578
+ @pulumi.getter(name="vmPort")
2579
+ def vm_port(self) -> Optional[pulumi.Input[int]]:
2580
+ """
2581
+ The forwarding port of the virtual machine (Compute Engine) used as the
2582
+ bastion server for the SSH tunnel.
2583
+ """
2584
+ return pulumi.get(self, "vm_port")
2585
+
2586
+ @vm_port.setter
2587
+ def vm_port(self, value: Optional[pulumi.Input[int]]):
2588
+ pulumi.set(self, "vm_port", value)
2589
+
2590
+ @property
2591
+ @pulumi.getter
2592
+ def vpc(self) -> Optional[pulumi.Input[str]]:
2593
+ """
2594
+ The name of the VPC to peer with the Cloud SQL private network.
2595
+ """
2596
+ return pulumi.get(self, "vpc")
2597
+
2598
+ @vpc.setter
2599
+ def vpc(self, value: Optional[pulumi.Input[str]]):
2600
+ pulumi.set(self, "vpc", value)
2601
+
2602
+
2603
+ if not MYPY:
2604
+ class MigrationJobStaticIpConnectivityArgsDict(TypedDict):
2605
+ pass
2606
+ elif False:
2607
+ MigrationJobStaticIpConnectivityArgsDict: TypeAlias = Mapping[str, Any]
2608
+
2609
+ @pulumi.input_type
2610
+ class MigrationJobStaticIpConnectivityArgs:
2611
+ def __init__(__self__):
2612
+ pass
2613
+
2614
+
2615
+ if not MYPY:
2616
+ class MigrationJobVpcPeeringConnectivityArgsDict(TypedDict):
2617
+ vpc: NotRequired[pulumi.Input[str]]
2618
+ """
2619
+ The name of the VPC network to peer with the Cloud SQL private network.
2620
+ """
2621
+ elif False:
2622
+ MigrationJobVpcPeeringConnectivityArgsDict: TypeAlias = Mapping[str, Any]
2623
+
2624
+ @pulumi.input_type
2625
+ class MigrationJobVpcPeeringConnectivityArgs:
2626
+ def __init__(__self__, *,
2627
+ vpc: Optional[pulumi.Input[str]] = None):
2628
+ """
2629
+ :param pulumi.Input[str] vpc: The name of the VPC network to peer with the Cloud SQL private network.
2630
+ """
2631
+ if vpc is not None:
2632
+ pulumi.set(__self__, "vpc", vpc)
2633
+
2634
+ @property
2635
+ @pulumi.getter
2636
+ def vpc(self) -> Optional[pulumi.Input[str]]:
2637
+ """
2638
+ The name of the VPC network to peer with the Cloud SQL private network.
2639
+ """
2640
+ return pulumi.get(self, "vpc")
2641
+
2642
+ @vpc.setter
2643
+ def vpc(self, value: Optional[pulumi.Input[str]]):
2644
+ pulumi.set(self, "vpc", value)
2645
+
2646
+
2285
2647
  if not MYPY:
2286
2648
  class PrivateConnectionErrorArgsDict(TypedDict):
2287
2649
  details: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]