pulumi-gcp 7.12.0a1709365001__py3-none-any.whl → 7.13.0a1709814369__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. pulumi_gcp/__init__.py +72 -0
  2. pulumi_gcp/appengine/application_url_dispatch_rules.py +2 -2
  3. pulumi_gcp/appengine/engine_split_traffic.py +4 -4
  4. pulumi_gcp/appengine/service_network_settings.py +2 -2
  5. pulumi_gcp/appengine/standard_app_version.py +4 -4
  6. pulumi_gcp/bigquery/_inputs.py +88 -0
  7. pulumi_gcp/bigquery/dataset_iam_binding.py +35 -28
  8. pulumi_gcp/bigquery/dataset_iam_member.py +35 -28
  9. pulumi_gcp/bigquery/dataset_iam_policy.py +35 -28
  10. pulumi_gcp/bigquery/outputs.py +91 -0
  11. pulumi_gcp/bigquery/routine.py +118 -12
  12. pulumi_gcp/certificatemanager/dns_authorization.py +63 -14
  13. pulumi_gcp/clouddeploy/__init__.py +4 -0
  14. pulumi_gcp/clouddeploy/_inputs.py +80 -0
  15. pulumi_gcp/clouddeploy/automation.py +16 -0
  16. pulumi_gcp/clouddeploy/get_target_iam_policy.py +162 -0
  17. pulumi_gcp/clouddeploy/outputs.py +56 -0
  18. pulumi_gcp/clouddeploy/target_iam_binding.py +324 -0
  19. pulumi_gcp/clouddeploy/target_iam_member.py +324 -0
  20. pulumi_gcp/clouddeploy/target_iam_policy.py +253 -0
  21. pulumi_gcp/cloudfunctionsv2/function.py +0 -2
  22. pulumi_gcp/cloudrunv2/_inputs.py +4 -2
  23. pulumi_gcp/cloudrunv2/outputs.py +8 -4
  24. pulumi_gcp/composer/_inputs.py +18 -2
  25. pulumi_gcp/composer/outputs.py +29 -4
  26. pulumi_gcp/compute/__init__.py +1 -0
  27. pulumi_gcp/compute/get_forwarding_rules.py +142 -0
  28. pulumi_gcp/compute/instance_group_membership.py +4 -4
  29. pulumi_gcp/compute/outputs.py +816 -0
  30. pulumi_gcp/compute/region_network_endpoint.py +2 -2
  31. pulumi_gcp/compute/region_target_https_proxy.py +162 -37
  32. pulumi_gcp/compute/router_nat.py +8 -8
  33. pulumi_gcp/container/_inputs.py +80 -0
  34. pulumi_gcp/container/cluster.py +20 -16
  35. pulumi_gcp/container/outputs.py +115 -1
  36. pulumi_gcp/firebase/__init__.py +4 -0
  37. pulumi_gcp/firebase/app_check_app_attest_config.py +461 -0
  38. pulumi_gcp/firebase/app_check_play_integrity_config.py +465 -0
  39. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +474 -0
  40. pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +511 -0
  41. pulumi_gcp/gkehub/scope.py +85 -0
  42. pulumi_gcp/integrationconnectors/connection.py +4 -4
  43. pulumi_gcp/looker/_inputs.py +42 -0
  44. pulumi_gcp/looker/instance.py +90 -0
  45. pulumi_gcp/looker/outputs.py +34 -0
  46. pulumi_gcp/migrationcenter/__init__.py +3 -0
  47. pulumi_gcp/migrationcenter/_inputs.py +500 -0
  48. pulumi_gcp/migrationcenter/outputs.py +562 -0
  49. pulumi_gcp/migrationcenter/preference_set.py +687 -0
  50. pulumi_gcp/monitoring/custom_service.py +4 -2
  51. pulumi_gcp/monitoring/generic_service.py +4 -2
  52. pulumi_gcp/monitoring/get_app_engine_service.py +2 -2
  53. pulumi_gcp/netapp/__init__.py +1 -0
  54. pulumi_gcp/netapp/_inputs.py +275 -0
  55. pulumi_gcp/netapp/outputs.py +290 -0
  56. pulumi_gcp/netapp/volume.py +140 -2
  57. pulumi_gcp/netapp/volume_replication.py +1292 -0
  58. pulumi_gcp/notebooks/instance.py +1 -1
  59. pulumi_gcp/securityposture/_inputs.py +22 -19
  60. pulumi_gcp/securityposture/outputs.py +18 -15
  61. pulumi_gcp/securityposture/posture.py +28 -48
  62. pulumi_gcp/spanner/_inputs.py +20 -0
  63. pulumi_gcp/spanner/database_iam_binding.py +134 -0
  64. pulumi_gcp/spanner/database_iam_member.py +134 -0
  65. pulumi_gcp/spanner/database_iam_policy.py +114 -0
  66. pulumi_gcp/spanner/outputs.py +20 -0
  67. pulumi_gcp/workbench/_inputs.py +157 -2
  68. pulumi_gcp/workbench/instance.py +52 -0
  69. pulumi_gcp/workbench/outputs.py +154 -2
  70. {pulumi_gcp-7.12.0a1709365001.dist-info → pulumi_gcp-7.13.0a1709814369.dist-info}/METADATA +1 -1
  71. {pulumi_gcp-7.12.0a1709365001.dist-info → pulumi_gcp-7.13.0a1709814369.dist-info}/RECORD +73 -60
  72. {pulumi_gcp-7.12.0a1709365001.dist-info → pulumi_gcp-7.13.0a1709814369.dist-info}/WHEEL +0 -0
  73. {pulumi_gcp-7.12.0a1709365001.dist-info → pulumi_gcp-7.13.0a1709814369.dist-info}/top_level.txt +0 -0
@@ -14,6 +14,9 @@ __all__ = [
14
14
  'VolumeExportPolicy',
15
15
  'VolumeExportPolicyRule',
16
16
  'VolumeMountOption',
17
+ 'VolumeReplicationDestinationVolumeParameters',
18
+ 'VolumeReplicationTransferStat',
19
+ 'VolumeRestoreParameters',
17
20
  'VolumeSnapshotPolicy',
18
21
  'VolumeSnapshotPolicyDailySchedule',
19
22
  'VolumeSnapshotPolicyHourlySchedule',
@@ -299,6 +302,293 @@ class VolumeMountOption(dict):
299
302
  return pulumi.get(self, "protocol")
300
303
 
301
304
 
305
+ @pulumi.output_type
306
+ class VolumeReplicationDestinationVolumeParameters(dict):
307
+ @staticmethod
308
+ def __key_warning(key: str):
309
+ suggest = None
310
+ if key == "storagePool":
311
+ suggest = "storage_pool"
312
+ elif key == "shareName":
313
+ suggest = "share_name"
314
+ elif key == "volumeId":
315
+ suggest = "volume_id"
316
+
317
+ if suggest:
318
+ pulumi.log.warn(f"Key '{key}' not found in VolumeReplicationDestinationVolumeParameters. Access the value via the '{suggest}' property getter instead.")
319
+
320
+ def __getitem__(self, key: str) -> Any:
321
+ VolumeReplicationDestinationVolumeParameters.__key_warning(key)
322
+ return super().__getitem__(key)
323
+
324
+ def get(self, key: str, default = None) -> Any:
325
+ VolumeReplicationDestinationVolumeParameters.__key_warning(key)
326
+ return super().get(key, default)
327
+
328
+ def __init__(__self__, *,
329
+ storage_pool: str,
330
+ description: Optional[str] = None,
331
+ share_name: Optional[str] = None,
332
+ volume_id: Optional[str] = None):
333
+ """
334
+ :param str storage_pool: Name of an existing storage pool for the destination volume with format: `projects/{{project}}/locations/{{location}}/storagePools/{{poolId}}`
335
+ :param str description: Description for the destination volume.
336
+ :param str share_name: Share name for destination volume. If not specified, name of source volume's share name will be used.
337
+ :param str volume_id: Name for the destination volume to be created. If not specified, the name of the source volume will be used.
338
+ """
339
+ pulumi.set(__self__, "storage_pool", storage_pool)
340
+ if description is not None:
341
+ pulumi.set(__self__, "description", description)
342
+ if share_name is not None:
343
+ pulumi.set(__self__, "share_name", share_name)
344
+ if volume_id is not None:
345
+ pulumi.set(__self__, "volume_id", volume_id)
346
+
347
+ @property
348
+ @pulumi.getter(name="storagePool")
349
+ def storage_pool(self) -> str:
350
+ """
351
+ Name of an existing storage pool for the destination volume with format: `projects/{{project}}/locations/{{location}}/storagePools/{{poolId}}`
352
+ """
353
+ return pulumi.get(self, "storage_pool")
354
+
355
+ @property
356
+ @pulumi.getter
357
+ def description(self) -> Optional[str]:
358
+ """
359
+ Description for the destination volume.
360
+ """
361
+ return pulumi.get(self, "description")
362
+
363
+ @property
364
+ @pulumi.getter(name="shareName")
365
+ def share_name(self) -> Optional[str]:
366
+ """
367
+ Share name for destination volume. If not specified, name of source volume's share name will be used.
368
+ """
369
+ return pulumi.get(self, "share_name")
370
+
371
+ @property
372
+ @pulumi.getter(name="volumeId")
373
+ def volume_id(self) -> Optional[str]:
374
+ """
375
+ Name for the destination volume to be created. If not specified, the name of the source volume will be used.
376
+ """
377
+ return pulumi.get(self, "volume_id")
378
+
379
+
380
+ @pulumi.output_type
381
+ class VolumeReplicationTransferStat(dict):
382
+ @staticmethod
383
+ def __key_warning(key: str):
384
+ suggest = None
385
+ if key == "lagDuration":
386
+ suggest = "lag_duration"
387
+ elif key == "lastTransferBytes":
388
+ suggest = "last_transfer_bytes"
389
+ elif key == "lastTransferDuration":
390
+ suggest = "last_transfer_duration"
391
+ elif key == "lastTransferEndTime":
392
+ suggest = "last_transfer_end_time"
393
+ elif key == "lastTransferError":
394
+ suggest = "last_transfer_error"
395
+ elif key == "totalTransferDuration":
396
+ suggest = "total_transfer_duration"
397
+ elif key == "transferBytes":
398
+ suggest = "transfer_bytes"
399
+ elif key == "updateTime":
400
+ suggest = "update_time"
401
+
402
+ if suggest:
403
+ pulumi.log.warn(f"Key '{key}' not found in VolumeReplicationTransferStat. Access the value via the '{suggest}' property getter instead.")
404
+
405
+ def __getitem__(self, key: str) -> Any:
406
+ VolumeReplicationTransferStat.__key_warning(key)
407
+ return super().__getitem__(key)
408
+
409
+ def get(self, key: str, default = None) -> Any:
410
+ VolumeReplicationTransferStat.__key_warning(key)
411
+ return super().get(key, default)
412
+
413
+ def __init__(__self__, *,
414
+ lag_duration: Optional[str] = None,
415
+ last_transfer_bytes: Optional[str] = None,
416
+ last_transfer_duration: Optional[str] = None,
417
+ last_transfer_end_time: Optional[str] = None,
418
+ last_transfer_error: Optional[str] = None,
419
+ total_transfer_duration: Optional[str] = None,
420
+ transfer_bytes: Optional[str] = None,
421
+ update_time: Optional[str] = None):
422
+ """
423
+ :param str lag_duration: (Output)
424
+ The elapsed time since the creation of the snapshot on the source volume that was last replicated
425
+ to the destination volume. Lag time represents the difference in age of the destination volume
426
+ data in relation to the source volume data.
427
+ :param str last_transfer_bytes: (Output)
428
+ Size of last completed transfer in bytes.
429
+ :param str last_transfer_duration: (Output)
430
+ Time taken during last completed transfer.
431
+ :param str last_transfer_end_time: (Output)
432
+ Time when last transfer completed. A timestamp in RFC3339 UTC "Zulu" format. Examples: "2023-06-22T09:13:01.617Z".
433
+ :param str last_transfer_error: (Output)
434
+ A message describing the cause of the last transfer failure.
435
+ :param str total_transfer_duration: (Output)
436
+ Total time taken so far during current transfer.
437
+ :param str transfer_bytes: (Output)
438
+ Number of bytes transferred so far in current transfer.
439
+ :param str update_time: (Output)
440
+ Time when progress was updated last. A timestamp in RFC3339 UTC "Zulu" format. Examples: "2023-06-22T09:13:01.617Z".
441
+ """
442
+ if lag_duration is not None:
443
+ pulumi.set(__self__, "lag_duration", lag_duration)
444
+ if last_transfer_bytes is not None:
445
+ pulumi.set(__self__, "last_transfer_bytes", last_transfer_bytes)
446
+ if last_transfer_duration is not None:
447
+ pulumi.set(__self__, "last_transfer_duration", last_transfer_duration)
448
+ if last_transfer_end_time is not None:
449
+ pulumi.set(__self__, "last_transfer_end_time", last_transfer_end_time)
450
+ if last_transfer_error is not None:
451
+ pulumi.set(__self__, "last_transfer_error", last_transfer_error)
452
+ if total_transfer_duration is not None:
453
+ pulumi.set(__self__, "total_transfer_duration", total_transfer_duration)
454
+ if transfer_bytes is not None:
455
+ pulumi.set(__self__, "transfer_bytes", transfer_bytes)
456
+ if update_time is not None:
457
+ pulumi.set(__self__, "update_time", update_time)
458
+
459
+ @property
460
+ @pulumi.getter(name="lagDuration")
461
+ def lag_duration(self) -> Optional[str]:
462
+ """
463
+ (Output)
464
+ The elapsed time since the creation of the snapshot on the source volume that was last replicated
465
+ to the destination volume. Lag time represents the difference in age of the destination volume
466
+ data in relation to the source volume data.
467
+ """
468
+ return pulumi.get(self, "lag_duration")
469
+
470
+ @property
471
+ @pulumi.getter(name="lastTransferBytes")
472
+ def last_transfer_bytes(self) -> Optional[str]:
473
+ """
474
+ (Output)
475
+ Size of last completed transfer in bytes.
476
+ """
477
+ return pulumi.get(self, "last_transfer_bytes")
478
+
479
+ @property
480
+ @pulumi.getter(name="lastTransferDuration")
481
+ def last_transfer_duration(self) -> Optional[str]:
482
+ """
483
+ (Output)
484
+ Time taken during last completed transfer.
485
+ """
486
+ return pulumi.get(self, "last_transfer_duration")
487
+
488
+ @property
489
+ @pulumi.getter(name="lastTransferEndTime")
490
+ def last_transfer_end_time(self) -> Optional[str]:
491
+ """
492
+ (Output)
493
+ Time when last transfer completed. A timestamp in RFC3339 UTC "Zulu" format. Examples: "2023-06-22T09:13:01.617Z".
494
+ """
495
+ return pulumi.get(self, "last_transfer_end_time")
496
+
497
+ @property
498
+ @pulumi.getter(name="lastTransferError")
499
+ def last_transfer_error(self) -> Optional[str]:
500
+ """
501
+ (Output)
502
+ A message describing the cause of the last transfer failure.
503
+ """
504
+ return pulumi.get(self, "last_transfer_error")
505
+
506
+ @property
507
+ @pulumi.getter(name="totalTransferDuration")
508
+ def total_transfer_duration(self) -> Optional[str]:
509
+ """
510
+ (Output)
511
+ Total time taken so far during current transfer.
512
+ """
513
+ return pulumi.get(self, "total_transfer_duration")
514
+
515
+ @property
516
+ @pulumi.getter(name="transferBytes")
517
+ def transfer_bytes(self) -> Optional[str]:
518
+ """
519
+ (Output)
520
+ Number of bytes transferred so far in current transfer.
521
+ """
522
+ return pulumi.get(self, "transfer_bytes")
523
+
524
+ @property
525
+ @pulumi.getter(name="updateTime")
526
+ def update_time(self) -> Optional[str]:
527
+ """
528
+ (Output)
529
+ Time when progress was updated last. A timestamp in RFC3339 UTC "Zulu" format. Examples: "2023-06-22T09:13:01.617Z".
530
+ """
531
+ return pulumi.get(self, "update_time")
532
+
533
+
534
+ @pulumi.output_type
535
+ class VolumeRestoreParameters(dict):
536
+ @staticmethod
537
+ def __key_warning(key: str):
538
+ suggest = None
539
+ if key == "sourceBackup":
540
+ suggest = "source_backup"
541
+ elif key == "sourceSnapshot":
542
+ suggest = "source_snapshot"
543
+
544
+ if suggest:
545
+ pulumi.log.warn(f"Key '{key}' not found in VolumeRestoreParameters. Access the value via the '{suggest}' property getter instead.")
546
+
547
+ def __getitem__(self, key: str) -> Any:
548
+ VolumeRestoreParameters.__key_warning(key)
549
+ return super().__getitem__(key)
550
+
551
+ def get(self, key: str, default = None) -> Any:
552
+ VolumeRestoreParameters.__key_warning(key)
553
+ return super().get(key, default)
554
+
555
+ def __init__(__self__, *,
556
+ source_backup: Optional[str] = None,
557
+ source_snapshot: Optional[str] = None):
558
+ """
559
+ :param str source_backup: Full name of the snapshot to use for creating this volume.
560
+ `source_snapshot` and `source_backup` cannot be used simultaneously.
561
+ Format: `projects/{{project}}/locations/{{location}}/backupVaults/{{backupVaultId}}/backups/{{backup}}`.
562
+ :param str source_snapshot: Full name of the snapshot to use for creating this volume.
563
+ `source_snapshot` and `source_backup` cannot be used simultaneously.
564
+ Format: `projects/{{project}}/locations/{{location}}/volumes/{{volume}}/snapshots/{{snapshot}}`.
565
+ """
566
+ if source_backup is not None:
567
+ pulumi.set(__self__, "source_backup", source_backup)
568
+ if source_snapshot is not None:
569
+ pulumi.set(__self__, "source_snapshot", source_snapshot)
570
+
571
+ @property
572
+ @pulumi.getter(name="sourceBackup")
573
+ def source_backup(self) -> Optional[str]:
574
+ """
575
+ Full name of the snapshot to use for creating this volume.
576
+ `source_snapshot` and `source_backup` cannot be used simultaneously.
577
+ Format: `projects/{{project}}/locations/{{location}}/backupVaults/{{backupVaultId}}/backups/{{backup}}`.
578
+ """
579
+ return pulumi.get(self, "source_backup")
580
+
581
+ @property
582
+ @pulumi.getter(name="sourceSnapshot")
583
+ def source_snapshot(self) -> Optional[str]:
584
+ """
585
+ Full name of the snapshot to use for creating this volume.
586
+ `source_snapshot` and `source_backup` cannot be used simultaneously.
587
+ Format: `projects/{{project}}/locations/{{location}}/volumes/{{volume}}/snapshots/{{snapshot}}`.
588
+ """
589
+ return pulumi.get(self, "source_snapshot")
590
+
591
+
302
592
  @pulumi.output_type
303
593
  class VolumeSnapshotPolicy(dict):
304
594
  @staticmethod