pulumi-gcp 8.3.0__py3-none-any.whl → 8.3.0a1726726047__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.
- pulumi_gcp/__init__.py +0 -120
- pulumi_gcp/alloydb/_inputs.py +0 -20
- pulumi_gcp/alloydb/instance.py +0 -36
- pulumi_gcp/alloydb/outputs.py +0 -14
- pulumi_gcp/compute/__init__.py +0 -1
- pulumi_gcp/compute/_inputs.py +0 -1400
- pulumi_gcp/compute/attached_disk.py +0 -103
- pulumi_gcp/compute/backend_service.py +22 -29
- pulumi_gcp/compute/outputs.py +0 -1019
- pulumi_gcp/compute/region_backend_service.py +22 -29
- pulumi_gcp/compute/router_nat.py +66 -27
- pulumi_gcp/config/__init__.pyi +0 -2
- pulumi_gcp/config/vars.py +0 -4
- pulumi_gcp/container/_inputs.py +99 -72
- pulumi_gcp/container/outputs.py +70 -53
- pulumi_gcp/databasemigrationservice/__init__.py +0 -1
- pulumi_gcp/databasemigrationservice/_inputs.py +0 -362
- pulumi_gcp/databasemigrationservice/outputs.py +0 -268
- pulumi_gcp/dataproc/get_metastore_service.py +1 -11
- pulumi_gcp/dataproc/metastore_service.py +0 -93
- pulumi_gcp/developerconnect/_inputs.py +39 -42
- pulumi_gcp/developerconnect/connection.py +83 -86
- pulumi_gcp/developerconnect/outputs.py +26 -28
- pulumi_gcp/discoveryengine/__init__.py +0 -1
- pulumi_gcp/discoveryengine/_inputs.py +0 -131
- pulumi_gcp/discoveryengine/outputs.py +0 -131
- pulumi_gcp/dns/managed_zone.py +1 -1
- pulumi_gcp/filestore/get_instance.py +1 -21
- pulumi_gcp/filestore/instance.py +0 -94
- pulumi_gcp/gkehub/feature_membership.py +62 -140
- pulumi_gcp/healthcare/__init__.py +0 -1
- pulumi_gcp/healthcare/_inputs.py +0 -39
- pulumi_gcp/healthcare/outputs.py +0 -40
- pulumi_gcp/looker/instance.py +0 -81
- pulumi_gcp/netapp/_inputs.py +0 -63
- pulumi_gcp/netapp/outputs.py +0 -57
- pulumi_gcp/netapp/storage_pool.py +0 -54
- pulumi_gcp/netapp/volume.py +0 -82
- pulumi_gcp/provider.py +0 -20
- pulumi_gcp/pubsub/subscription.py +7 -43
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/__init__.py +0 -8
- pulumi_gcp/secretmanager/_inputs.py +0 -308
- pulumi_gcp/secretmanager/outputs.py +0 -336
- pulumi_gcp/securitycenter/__init__.py +0 -4
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -6
- pulumi_gcp/siteverification/__init__.py +0 -3
- pulumi_gcp/spanner/__init__.py +0 -1
- pulumi_gcp/spanner/_inputs.py +0 -129
- pulumi_gcp/spanner/get_instance.py +1 -11
- pulumi_gcp/spanner/instance.py +0 -56
- pulumi_gcp/spanner/outputs.py +0 -93
- {pulumi_gcp-8.3.0.dist-info → pulumi_gcp-8.3.0a1726726047.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.3.0.dist-info → pulumi_gcp-8.3.0a1726726047.dist-info}/RECORD +56 -76
- pulumi_gcp/compute/firewall_policy_with_rules.py +0 -769
- pulumi_gcp/databasemigrationservice/migration_job.py +0 -1739
- pulumi_gcp/discoveryengine/target_site.py +0 -870
- pulumi_gcp/healthcare/workspace.py +0 -465
- pulumi_gcp/secretmanager/get_regional_secret.py +0 -279
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +0 -173
- pulumi_gcp/secretmanager/get_regional_secret_version.py +0 -241
- pulumi_gcp/secretmanager/regional_secret.py +0 -1433
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +0 -1082
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +0 -1082
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +0 -901
- pulumi_gcp/secretmanager/regional_secret_version.py +0 -753
- pulumi_gcp/securitycenter/folder_scc_big_query_export.py +0 -795
- pulumi_gcp/securitycenter/organization_scc_big_query_export.py +0 -738
- pulumi_gcp/securitycenter/project_scc_big_query_export.py +0 -749
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +0 -862
- pulumi_gcp/siteverification/_inputs.py +0 -85
- pulumi_gcp/siteverification/outputs.py +0 -57
- pulumi_gcp/siteverification/web_resource.py +0 -398
- pulumi_gcp/spanner/backup_schedule.py +0 -748
- {pulumi_gcp-8.3.0.dist-info → pulumi_gcp-8.3.0a1726726047.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.3.0.dist-info → pulumi_gcp-8.3.0a1726726047.dist-info}/top_level.txt +0 -0
@@ -53,20 +53,6 @@ __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',
|
70
56
|
'PrivateConnectionErrorArgs',
|
71
57
|
'PrivateConnectionErrorArgsDict',
|
72
58
|
'PrivateConnectionVpcPeeringConfigArgs',
|
@@ -2296,354 +2282,6 @@ class ConnectionProfilePostgresqlSslArgs:
|
|
2296
2282
|
pulumi.set(self, "type", value)
|
2297
2283
|
|
2298
2284
|
|
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
|
-
|
2647
2285
|
if not MYPY:
|
2648
2286
|
class PrivateConnectionErrorArgsDict(TypedDict):
|
2649
2287
|
details: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
@@ -35,13 +35,6 @@ __all__ = [
|
|
35
35
|
'ConnectionProfileOracleStaticServiceIpConnectivity',
|
36
36
|
'ConnectionProfilePostgresql',
|
37
37
|
'ConnectionProfilePostgresqlSsl',
|
38
|
-
'MigrationJobDumpFlags',
|
39
|
-
'MigrationJobDumpFlagsDumpFlag',
|
40
|
-
'MigrationJobError',
|
41
|
-
'MigrationJobPerformanceConfig',
|
42
|
-
'MigrationJobReverseSshConnectivity',
|
43
|
-
'MigrationJobStaticIpConnectivity',
|
44
|
-
'MigrationJobVpcPeeringConnectivity',
|
45
38
|
'PrivateConnectionError',
|
46
39
|
'PrivateConnectionVpcPeeringConfig',
|
47
40
|
]
|
@@ -1737,267 +1730,6 @@ class ConnectionProfilePostgresqlSsl(dict):
|
|
1737
1730
|
return pulumi.get(self, "type")
|
1738
1731
|
|
1739
1732
|
|
1740
|
-
@pulumi.output_type
|
1741
|
-
class MigrationJobDumpFlags(dict):
|
1742
|
-
@staticmethod
|
1743
|
-
def __key_warning(key: str):
|
1744
|
-
suggest = None
|
1745
|
-
if key == "dumpFlags":
|
1746
|
-
suggest = "dump_flags"
|
1747
|
-
|
1748
|
-
if suggest:
|
1749
|
-
pulumi.log.warn(f"Key '{key}' not found in MigrationJobDumpFlags. Access the value via the '{suggest}' property getter instead.")
|
1750
|
-
|
1751
|
-
def __getitem__(self, key: str) -> Any:
|
1752
|
-
MigrationJobDumpFlags.__key_warning(key)
|
1753
|
-
return super().__getitem__(key)
|
1754
|
-
|
1755
|
-
def get(self, key: str, default = None) -> Any:
|
1756
|
-
MigrationJobDumpFlags.__key_warning(key)
|
1757
|
-
return super().get(key, default)
|
1758
|
-
|
1759
|
-
def __init__(__self__, *,
|
1760
|
-
dump_flags: Optional[Sequence['outputs.MigrationJobDumpFlagsDumpFlag']] = None):
|
1761
|
-
"""
|
1762
|
-
:param Sequence['MigrationJobDumpFlagsDumpFlagArgs'] dump_flags: A list of dump flags
|
1763
|
-
Structure is documented below.
|
1764
|
-
"""
|
1765
|
-
if dump_flags is not None:
|
1766
|
-
pulumi.set(__self__, "dump_flags", dump_flags)
|
1767
|
-
|
1768
|
-
@property
|
1769
|
-
@pulumi.getter(name="dumpFlags")
|
1770
|
-
def dump_flags(self) -> Optional[Sequence['outputs.MigrationJobDumpFlagsDumpFlag']]:
|
1771
|
-
"""
|
1772
|
-
A list of dump flags
|
1773
|
-
Structure is documented below.
|
1774
|
-
"""
|
1775
|
-
return pulumi.get(self, "dump_flags")
|
1776
|
-
|
1777
|
-
|
1778
|
-
@pulumi.output_type
|
1779
|
-
class MigrationJobDumpFlagsDumpFlag(dict):
|
1780
|
-
def __init__(__self__, *,
|
1781
|
-
name: Optional[str] = None,
|
1782
|
-
value: Optional[str] = None):
|
1783
|
-
"""
|
1784
|
-
:param str name: The name of the flag
|
1785
|
-
:param str value: The vale of the flag
|
1786
|
-
"""
|
1787
|
-
if name is not None:
|
1788
|
-
pulumi.set(__self__, "name", name)
|
1789
|
-
if value is not None:
|
1790
|
-
pulumi.set(__self__, "value", value)
|
1791
|
-
|
1792
|
-
@property
|
1793
|
-
@pulumi.getter
|
1794
|
-
def name(self) -> Optional[str]:
|
1795
|
-
"""
|
1796
|
-
The name of the flag
|
1797
|
-
"""
|
1798
|
-
return pulumi.get(self, "name")
|
1799
|
-
|
1800
|
-
@property
|
1801
|
-
@pulumi.getter
|
1802
|
-
def value(self) -> Optional[str]:
|
1803
|
-
"""
|
1804
|
-
The vale of the flag
|
1805
|
-
"""
|
1806
|
-
return pulumi.get(self, "value")
|
1807
|
-
|
1808
|
-
|
1809
|
-
@pulumi.output_type
|
1810
|
-
class MigrationJobError(dict):
|
1811
|
-
def __init__(__self__, *,
|
1812
|
-
code: Optional[int] = None,
|
1813
|
-
details: Optional[Sequence[Mapping[str, str]]] = None,
|
1814
|
-
message: Optional[str] = None):
|
1815
|
-
"""
|
1816
|
-
:param int code: (Output)
|
1817
|
-
The status code, which should be an enum value of google.rpc.Code.
|
1818
|
-
:param Sequence[Mapping[str, str]] details: (Output)
|
1819
|
-
A list of messages that carry the error details.
|
1820
|
-
:param str message: (Output)
|
1821
|
-
Human readable message indicating details about the current status.
|
1822
|
-
"""
|
1823
|
-
if code is not None:
|
1824
|
-
pulumi.set(__self__, "code", code)
|
1825
|
-
if details is not None:
|
1826
|
-
pulumi.set(__self__, "details", details)
|
1827
|
-
if message is not None:
|
1828
|
-
pulumi.set(__self__, "message", message)
|
1829
|
-
|
1830
|
-
@property
|
1831
|
-
@pulumi.getter
|
1832
|
-
def code(self) -> Optional[int]:
|
1833
|
-
"""
|
1834
|
-
(Output)
|
1835
|
-
The status code, which should be an enum value of google.rpc.Code.
|
1836
|
-
"""
|
1837
|
-
return pulumi.get(self, "code")
|
1838
|
-
|
1839
|
-
@property
|
1840
|
-
@pulumi.getter
|
1841
|
-
def details(self) -> Optional[Sequence[Mapping[str, str]]]:
|
1842
|
-
"""
|
1843
|
-
(Output)
|
1844
|
-
A list of messages that carry the error details.
|
1845
|
-
"""
|
1846
|
-
return pulumi.get(self, "details")
|
1847
|
-
|
1848
|
-
@property
|
1849
|
-
@pulumi.getter
|
1850
|
-
def message(self) -> Optional[str]:
|
1851
|
-
"""
|
1852
|
-
(Output)
|
1853
|
-
Human readable message indicating details about the current status.
|
1854
|
-
"""
|
1855
|
-
return pulumi.get(self, "message")
|
1856
|
-
|
1857
|
-
|
1858
|
-
@pulumi.output_type
|
1859
|
-
class MigrationJobPerformanceConfig(dict):
|
1860
|
-
@staticmethod
|
1861
|
-
def __key_warning(key: str):
|
1862
|
-
suggest = None
|
1863
|
-
if key == "dumpParallelLevel":
|
1864
|
-
suggest = "dump_parallel_level"
|
1865
|
-
|
1866
|
-
if suggest:
|
1867
|
-
pulumi.log.warn(f"Key '{key}' not found in MigrationJobPerformanceConfig. Access the value via the '{suggest}' property getter instead.")
|
1868
|
-
|
1869
|
-
def __getitem__(self, key: str) -> Any:
|
1870
|
-
MigrationJobPerformanceConfig.__key_warning(key)
|
1871
|
-
return super().__getitem__(key)
|
1872
|
-
|
1873
|
-
def get(self, key: str, default = None) -> Any:
|
1874
|
-
MigrationJobPerformanceConfig.__key_warning(key)
|
1875
|
-
return super().get(key, default)
|
1876
|
-
|
1877
|
-
def __init__(__self__, *,
|
1878
|
-
dump_parallel_level: Optional[str] = None):
|
1879
|
-
"""
|
1880
|
-
:param str dump_parallel_level: Initial dump parallelism level.
|
1881
|
-
Possible values are: `MIN`, `OPTIMAL`, `MAX`.
|
1882
|
-
"""
|
1883
|
-
if dump_parallel_level is not None:
|
1884
|
-
pulumi.set(__self__, "dump_parallel_level", dump_parallel_level)
|
1885
|
-
|
1886
|
-
@property
|
1887
|
-
@pulumi.getter(name="dumpParallelLevel")
|
1888
|
-
def dump_parallel_level(self) -> Optional[str]:
|
1889
|
-
"""
|
1890
|
-
Initial dump parallelism level.
|
1891
|
-
Possible values are: `MIN`, `OPTIMAL`, `MAX`.
|
1892
|
-
"""
|
1893
|
-
return pulumi.get(self, "dump_parallel_level")
|
1894
|
-
|
1895
|
-
|
1896
|
-
@pulumi.output_type
|
1897
|
-
class MigrationJobReverseSshConnectivity(dict):
|
1898
|
-
@staticmethod
|
1899
|
-
def __key_warning(key: str):
|
1900
|
-
suggest = None
|
1901
|
-
if key == "vmIp":
|
1902
|
-
suggest = "vm_ip"
|
1903
|
-
elif key == "vmPort":
|
1904
|
-
suggest = "vm_port"
|
1905
|
-
|
1906
|
-
if suggest:
|
1907
|
-
pulumi.log.warn(f"Key '{key}' not found in MigrationJobReverseSshConnectivity. Access the value via the '{suggest}' property getter instead.")
|
1908
|
-
|
1909
|
-
def __getitem__(self, key: str) -> Any:
|
1910
|
-
MigrationJobReverseSshConnectivity.__key_warning(key)
|
1911
|
-
return super().__getitem__(key)
|
1912
|
-
|
1913
|
-
def get(self, key: str, default = None) -> Any:
|
1914
|
-
MigrationJobReverseSshConnectivity.__key_warning(key)
|
1915
|
-
return super().get(key, default)
|
1916
|
-
|
1917
|
-
def __init__(__self__, *,
|
1918
|
-
vm: Optional[str] = None,
|
1919
|
-
vm_ip: Optional[str] = None,
|
1920
|
-
vm_port: Optional[int] = None,
|
1921
|
-
vpc: Optional[str] = None):
|
1922
|
-
"""
|
1923
|
-
:param str vm: The name of the virtual machine (Compute Engine) used as the bastion server
|
1924
|
-
for the SSH tunnel.
|
1925
|
-
:param str vm_ip: The IP of the virtual machine (Compute Engine) used as the bastion server
|
1926
|
-
for the SSH tunnel.
|
1927
|
-
:param int vm_port: The forwarding port of the virtual machine (Compute Engine) used as the
|
1928
|
-
bastion server for the SSH tunnel.
|
1929
|
-
:param str vpc: The name of the VPC to peer with the Cloud SQL private network.
|
1930
|
-
"""
|
1931
|
-
if vm is not None:
|
1932
|
-
pulumi.set(__self__, "vm", vm)
|
1933
|
-
if vm_ip is not None:
|
1934
|
-
pulumi.set(__self__, "vm_ip", vm_ip)
|
1935
|
-
if vm_port is not None:
|
1936
|
-
pulumi.set(__self__, "vm_port", vm_port)
|
1937
|
-
if vpc is not None:
|
1938
|
-
pulumi.set(__self__, "vpc", vpc)
|
1939
|
-
|
1940
|
-
@property
|
1941
|
-
@pulumi.getter
|
1942
|
-
def vm(self) -> Optional[str]:
|
1943
|
-
"""
|
1944
|
-
The name of the virtual machine (Compute Engine) used as the bastion server
|
1945
|
-
for the SSH tunnel.
|
1946
|
-
"""
|
1947
|
-
return pulumi.get(self, "vm")
|
1948
|
-
|
1949
|
-
@property
|
1950
|
-
@pulumi.getter(name="vmIp")
|
1951
|
-
def vm_ip(self) -> Optional[str]:
|
1952
|
-
"""
|
1953
|
-
The IP of the virtual machine (Compute Engine) used as the bastion server
|
1954
|
-
for the SSH tunnel.
|
1955
|
-
"""
|
1956
|
-
return pulumi.get(self, "vm_ip")
|
1957
|
-
|
1958
|
-
@property
|
1959
|
-
@pulumi.getter(name="vmPort")
|
1960
|
-
def vm_port(self) -> Optional[int]:
|
1961
|
-
"""
|
1962
|
-
The forwarding port of the virtual machine (Compute Engine) used as the
|
1963
|
-
bastion server for the SSH tunnel.
|
1964
|
-
"""
|
1965
|
-
return pulumi.get(self, "vm_port")
|
1966
|
-
|
1967
|
-
@property
|
1968
|
-
@pulumi.getter
|
1969
|
-
def vpc(self) -> Optional[str]:
|
1970
|
-
"""
|
1971
|
-
The name of the VPC to peer with the Cloud SQL private network.
|
1972
|
-
"""
|
1973
|
-
return pulumi.get(self, "vpc")
|
1974
|
-
|
1975
|
-
|
1976
|
-
@pulumi.output_type
|
1977
|
-
class MigrationJobStaticIpConnectivity(dict):
|
1978
|
-
def __init__(__self__):
|
1979
|
-
pass
|
1980
|
-
|
1981
|
-
|
1982
|
-
@pulumi.output_type
|
1983
|
-
class MigrationJobVpcPeeringConnectivity(dict):
|
1984
|
-
def __init__(__self__, *,
|
1985
|
-
vpc: Optional[str] = None):
|
1986
|
-
"""
|
1987
|
-
:param str vpc: The name of the VPC network to peer with the Cloud SQL private network.
|
1988
|
-
"""
|
1989
|
-
if vpc is not None:
|
1990
|
-
pulumi.set(__self__, "vpc", vpc)
|
1991
|
-
|
1992
|
-
@property
|
1993
|
-
@pulumi.getter
|
1994
|
-
def vpc(self) -> Optional[str]:
|
1995
|
-
"""
|
1996
|
-
The name of the VPC network to peer with the Cloud SQL private network.
|
1997
|
-
"""
|
1998
|
-
return pulumi.get(self, "vpc")
|
1999
|
-
|
2000
|
-
|
2001
1733
|
@pulumi.output_type
|
2002
1734
|
class PrivateConnectionError(dict):
|
2003
1735
|
def __init__(__self__, *,
|
@@ -27,16 +27,13 @@ class GetMetastoreServiceResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getMetastoreService.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, artifact_gcs_uri=None, database_type=None,
|
30
|
+
def __init__(__self__, artifact_gcs_uri=None, database_type=None, effective_labels=None, encryption_configs=None, endpoint_uri=None, hive_metastore_configs=None, id=None, labels=None, location=None, maintenance_windows=None, metadata_integrations=None, name=None, network=None, network_configs=None, port=None, project=None, pulumi_labels=None, release_channel=None, scaling_configs=None, scheduled_backups=None, service_id=None, state=None, state_message=None, telemetry_configs=None, tier=None, uid=None):
|
31
31
|
if artifact_gcs_uri and not isinstance(artifact_gcs_uri, str):
|
32
32
|
raise TypeError("Expected argument 'artifact_gcs_uri' to be a str")
|
33
33
|
pulumi.set(__self__, "artifact_gcs_uri", artifact_gcs_uri)
|
34
34
|
if database_type and not isinstance(database_type, str):
|
35
35
|
raise TypeError("Expected argument 'database_type' to be a str")
|
36
36
|
pulumi.set(__self__, "database_type", database_type)
|
37
|
-
if deletion_protection and not isinstance(deletion_protection, bool):
|
38
|
-
raise TypeError("Expected argument 'deletion_protection' to be a bool")
|
39
|
-
pulumi.set(__self__, "deletion_protection", deletion_protection)
|
40
37
|
if effective_labels and not isinstance(effective_labels, dict):
|
41
38
|
raise TypeError("Expected argument 'effective_labels' to be a dict")
|
42
39
|
pulumi.set(__self__, "effective_labels", effective_labels)
|
@@ -120,11 +117,6 @@ class GetMetastoreServiceResult:
|
|
120
117
|
def database_type(self) -> str:
|
121
118
|
return pulumi.get(self, "database_type")
|
122
119
|
|
123
|
-
@property
|
124
|
-
@pulumi.getter(name="deletionProtection")
|
125
|
-
def deletion_protection(self) -> bool:
|
126
|
-
return pulumi.get(self, "deletion_protection")
|
127
|
-
|
128
120
|
@property
|
129
121
|
@pulumi.getter(name="effectiveLabels")
|
130
122
|
def effective_labels(self) -> Mapping[str, str]:
|
@@ -257,7 +249,6 @@ class AwaitableGetMetastoreServiceResult(GetMetastoreServiceResult):
|
|
257
249
|
return GetMetastoreServiceResult(
|
258
250
|
artifact_gcs_uri=self.artifact_gcs_uri,
|
259
251
|
database_type=self.database_type,
|
260
|
-
deletion_protection=self.deletion_protection,
|
261
252
|
effective_labels=self.effective_labels,
|
262
253
|
encryption_configs=self.encryption_configs,
|
263
254
|
endpoint_uri=self.endpoint_uri,
|
@@ -319,7 +310,6 @@ def get_metastore_service(location: Optional[str] = None,
|
|
319
310
|
return AwaitableGetMetastoreServiceResult(
|
320
311
|
artifact_gcs_uri=pulumi.get(__ret__, 'artifact_gcs_uri'),
|
321
312
|
database_type=pulumi.get(__ret__, 'database_type'),
|
322
|
-
deletion_protection=pulumi.get(__ret__, 'deletion_protection'),
|
323
313
|
effective_labels=pulumi.get(__ret__, 'effective_labels'),
|
324
314
|
encryption_configs=pulumi.get(__ret__, 'encryption_configs'),
|
325
315
|
endpoint_uri=pulumi.get(__ret__, 'endpoint_uri'),
|