pulumi-gcp 8.24.0a1743057423__py3-none-any.whl → 8.24.0a1743177741__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 (55) hide show
  1. pulumi_gcp/__init__.py +27 -0
  2. pulumi_gcp/bigquery/_inputs.py +158 -0
  3. pulumi_gcp/bigquery/outputs.py +115 -0
  4. pulumi_gcp/bigquery/reservation.py +189 -1
  5. pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +11 -7
  6. pulumi_gcp/chronicle/data_access_label.py +16 -0
  7. pulumi_gcp/cloudrunv2/service.py +14 -14
  8. pulumi_gcp/compute/__init__.py +1 -0
  9. pulumi_gcp/compute/_inputs.py +616 -18
  10. pulumi_gcp/compute/get_images.py +172 -0
  11. pulumi_gcp/compute/get_resource_policy.py +15 -4
  12. pulumi_gcp/compute/image.py +54 -0
  13. pulumi_gcp/compute/interconnect.py +14 -7
  14. pulumi_gcp/compute/outputs.py +710 -18
  15. pulumi_gcp/compute/resource_policy.py +169 -3
  16. pulumi_gcp/compute/router_route_policy.py +16 -0
  17. pulumi_gcp/config/__init__.pyi +6 -0
  18. pulumi_gcp/config/vars.py +12 -0
  19. pulumi_gcp/container/_inputs.py +262 -1
  20. pulumi_gcp/container/cluster.py +54 -0
  21. pulumi_gcp/container/get_cluster.py +12 -1
  22. pulumi_gcp/container/outputs.py +297 -2
  23. pulumi_gcp/dataproc/_inputs.py +23 -0
  24. pulumi_gcp/dataproc/outputs.py +27 -0
  25. pulumi_gcp/lustre/__init__.py +8 -0
  26. pulumi_gcp/lustre/instance.py +983 -0
  27. pulumi_gcp/memorystore/_inputs.py +419 -0
  28. pulumi_gcp/memorystore/get_instance.py +23 -1
  29. pulumi_gcp/memorystore/instance.py +137 -7
  30. pulumi_gcp/memorystore/outputs.py +544 -0
  31. pulumi_gcp/networkmanagement/_inputs.py +422 -91
  32. pulumi_gcp/networkmanagement/connectivity_test.py +233 -211
  33. pulumi_gcp/networkmanagement/outputs.py +280 -61
  34. pulumi_gcp/networksecurity/_inputs.py +392 -0
  35. pulumi_gcp/networksecurity/intercept_deployment_group.py +44 -16
  36. pulumi_gcp/networksecurity/intercept_endpoint_group.py +90 -36
  37. pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +53 -8
  38. pulumi_gcp/networksecurity/outputs.py +240 -0
  39. pulumi_gcp/organizations/__init__.py +1 -0
  40. pulumi_gcp/organizations/get_iam_custom_role.py +198 -0
  41. pulumi_gcp/osconfig/__init__.py +1 -0
  42. pulumi_gcp/osconfig/_inputs.py +5413 -0
  43. pulumi_gcp/osconfig/outputs.py +3962 -0
  44. pulumi_gcp/osconfig/v2_policy_orchestrator.py +971 -0
  45. pulumi_gcp/provider.py +60 -0
  46. pulumi_gcp/pulumi-plugin.json +1 -1
  47. pulumi_gcp/storage/__init__.py +2 -0
  48. pulumi_gcp/storage/_inputs.py +726 -0
  49. pulumi_gcp/storage/control_project_intelligence_config.py +366 -0
  50. pulumi_gcp/storage/get_control_project_intelligence_config.py +130 -0
  51. pulumi_gcp/storage/outputs.py +716 -0
  52. {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.24.0a1743177741.dist-info}/METADATA +1 -1
  53. {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.24.0a1743177741.dist-info}/RECORD +55 -48
  54. {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.24.0a1743177741.dist-info}/WHEEL +0 -0
  55. {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.24.0a1743177741.dist-info}/top_level.txt +0 -0
@@ -25,6 +25,14 @@ __all__ = [
25
25
  'InstanceEndpointConnectionArgsDict',
26
26
  'InstanceEndpointConnectionPscAutoConnectionArgs',
27
27
  'InstanceEndpointConnectionPscAutoConnectionArgsDict',
28
+ 'InstanceMaintenancePolicyArgs',
29
+ 'InstanceMaintenancePolicyArgsDict',
30
+ 'InstanceMaintenancePolicyWeeklyMaintenanceWindowArgs',
31
+ 'InstanceMaintenancePolicyWeeklyMaintenanceWindowArgsDict',
32
+ 'InstanceMaintenancePolicyWeeklyMaintenanceWindowStartTimeArgs',
33
+ 'InstanceMaintenancePolicyWeeklyMaintenanceWindowStartTimeArgsDict',
34
+ 'InstanceMaintenanceScheduleArgs',
35
+ 'InstanceMaintenanceScheduleArgsDict',
28
36
  'InstanceNodeConfigArgs',
29
37
  'InstanceNodeConfigArgsDict',
30
38
  'InstancePersistenceConfigArgs',
@@ -478,6 +486,417 @@ class InstanceEndpointConnectionPscAutoConnectionArgs:
478
486
  pulumi.set(self, "service_attachment", value)
479
487
 
480
488
 
489
+ if not MYPY:
490
+ class InstanceMaintenancePolicyArgsDict(TypedDict):
491
+ create_time: NotRequired[pulumi.Input[str]]
492
+ """
493
+ (Output)
494
+ The time when the policy was created.
495
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
496
+ resolution and up to nine fractional digits.
497
+ """
498
+ update_time: NotRequired[pulumi.Input[str]]
499
+ """
500
+ (Output)
501
+ The time when the policy was last updated.
502
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
503
+ resolution and up to nine fractional digits.
504
+ """
505
+ weekly_maintenance_windows: NotRequired[pulumi.Input[Sequence[pulumi.Input['InstanceMaintenancePolicyWeeklyMaintenanceWindowArgsDict']]]]
506
+ """
507
+ Optional. Maintenance window that is applied to resources covered by this policy.
508
+ Minimum 1. For the current version, the maximum number
509
+ of weekly_window is expected to be one.
510
+ Structure is documented below.
511
+ """
512
+ elif False:
513
+ InstanceMaintenancePolicyArgsDict: TypeAlias = Mapping[str, Any]
514
+
515
+ @pulumi.input_type
516
+ class InstanceMaintenancePolicyArgs:
517
+ def __init__(__self__, *,
518
+ create_time: Optional[pulumi.Input[str]] = None,
519
+ update_time: Optional[pulumi.Input[str]] = None,
520
+ weekly_maintenance_windows: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceMaintenancePolicyWeeklyMaintenanceWindowArgs']]]] = None):
521
+ """
522
+ :param pulumi.Input[str] create_time: (Output)
523
+ The time when the policy was created.
524
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
525
+ resolution and up to nine fractional digits.
526
+ :param pulumi.Input[str] update_time: (Output)
527
+ The time when the policy was last updated.
528
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
529
+ resolution and up to nine fractional digits.
530
+ :param pulumi.Input[Sequence[pulumi.Input['InstanceMaintenancePolicyWeeklyMaintenanceWindowArgs']]] weekly_maintenance_windows: Optional. Maintenance window that is applied to resources covered by this policy.
531
+ Minimum 1. For the current version, the maximum number
532
+ of weekly_window is expected to be one.
533
+ Structure is documented below.
534
+ """
535
+ if create_time is not None:
536
+ pulumi.set(__self__, "create_time", create_time)
537
+ if update_time is not None:
538
+ pulumi.set(__self__, "update_time", update_time)
539
+ if weekly_maintenance_windows is not None:
540
+ pulumi.set(__self__, "weekly_maintenance_windows", weekly_maintenance_windows)
541
+
542
+ @property
543
+ @pulumi.getter(name="createTime")
544
+ def create_time(self) -> Optional[pulumi.Input[str]]:
545
+ """
546
+ (Output)
547
+ The time when the policy was created.
548
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
549
+ resolution and up to nine fractional digits.
550
+ """
551
+ return pulumi.get(self, "create_time")
552
+
553
+ @create_time.setter
554
+ def create_time(self, value: Optional[pulumi.Input[str]]):
555
+ pulumi.set(self, "create_time", value)
556
+
557
+ @property
558
+ @pulumi.getter(name="updateTime")
559
+ def update_time(self) -> Optional[pulumi.Input[str]]:
560
+ """
561
+ (Output)
562
+ The time when the policy was last updated.
563
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
564
+ resolution and up to nine fractional digits.
565
+ """
566
+ return pulumi.get(self, "update_time")
567
+
568
+ @update_time.setter
569
+ def update_time(self, value: Optional[pulumi.Input[str]]):
570
+ pulumi.set(self, "update_time", value)
571
+
572
+ @property
573
+ @pulumi.getter(name="weeklyMaintenanceWindows")
574
+ def weekly_maintenance_windows(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InstanceMaintenancePolicyWeeklyMaintenanceWindowArgs']]]]:
575
+ """
576
+ Optional. Maintenance window that is applied to resources covered by this policy.
577
+ Minimum 1. For the current version, the maximum number
578
+ of weekly_window is expected to be one.
579
+ Structure is documented below.
580
+ """
581
+ return pulumi.get(self, "weekly_maintenance_windows")
582
+
583
+ @weekly_maintenance_windows.setter
584
+ def weekly_maintenance_windows(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceMaintenancePolicyWeeklyMaintenanceWindowArgs']]]]):
585
+ pulumi.set(self, "weekly_maintenance_windows", value)
586
+
587
+
588
+ if not MYPY:
589
+ class InstanceMaintenancePolicyWeeklyMaintenanceWindowArgsDict(TypedDict):
590
+ day: pulumi.Input[str]
591
+ """
592
+ The day of week that maintenance updates occur.
593
+ - DAY_OF_WEEK_UNSPECIFIED: The day of the week is unspecified.
594
+ - MONDAY: Monday
595
+ - TUESDAY: Tuesday
596
+ - WEDNESDAY: Wednesday
597
+ - THURSDAY: Thursday
598
+ - FRIDAY: Friday
599
+ - SATURDAY: Saturday
600
+ - SUNDAY: Sunday
601
+ Possible values are: `DAY_OF_WEEK_UNSPECIFIED`, `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`.
602
+ """
603
+ start_time: pulumi.Input['InstanceMaintenancePolicyWeeklyMaintenanceWindowStartTimeArgsDict']
604
+ """
605
+ Start time of the window in UTC time.
606
+ Structure is documented below.
607
+ """
608
+ duration: NotRequired[pulumi.Input[str]]
609
+ """
610
+ (Output)
611
+ Duration of the maintenance window.
612
+ The current window is fixed at 1 hour.
613
+ A duration in seconds with up to nine fractional digits,
614
+ terminated by 's'. Example: "3.5s".
615
+ """
616
+ elif False:
617
+ InstanceMaintenancePolicyWeeklyMaintenanceWindowArgsDict: TypeAlias = Mapping[str, Any]
618
+
619
+ @pulumi.input_type
620
+ class InstanceMaintenancePolicyWeeklyMaintenanceWindowArgs:
621
+ def __init__(__self__, *,
622
+ day: pulumi.Input[str],
623
+ start_time: pulumi.Input['InstanceMaintenancePolicyWeeklyMaintenanceWindowStartTimeArgs'],
624
+ duration: Optional[pulumi.Input[str]] = None):
625
+ """
626
+ :param pulumi.Input[str] day: The day of week that maintenance updates occur.
627
+ - DAY_OF_WEEK_UNSPECIFIED: The day of the week is unspecified.
628
+ - MONDAY: Monday
629
+ - TUESDAY: Tuesday
630
+ - WEDNESDAY: Wednesday
631
+ - THURSDAY: Thursday
632
+ - FRIDAY: Friday
633
+ - SATURDAY: Saturday
634
+ - SUNDAY: Sunday
635
+ Possible values are: `DAY_OF_WEEK_UNSPECIFIED`, `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`.
636
+ :param pulumi.Input['InstanceMaintenancePolicyWeeklyMaintenanceWindowStartTimeArgs'] start_time: Start time of the window in UTC time.
637
+ Structure is documented below.
638
+ :param pulumi.Input[str] duration: (Output)
639
+ Duration of the maintenance window.
640
+ The current window is fixed at 1 hour.
641
+ A duration in seconds with up to nine fractional digits,
642
+ terminated by 's'. Example: "3.5s".
643
+ """
644
+ pulumi.set(__self__, "day", day)
645
+ pulumi.set(__self__, "start_time", start_time)
646
+ if duration is not None:
647
+ pulumi.set(__self__, "duration", duration)
648
+
649
+ @property
650
+ @pulumi.getter
651
+ def day(self) -> pulumi.Input[str]:
652
+ """
653
+ The day of week that maintenance updates occur.
654
+ - DAY_OF_WEEK_UNSPECIFIED: The day of the week is unspecified.
655
+ - MONDAY: Monday
656
+ - TUESDAY: Tuesday
657
+ - WEDNESDAY: Wednesday
658
+ - THURSDAY: Thursday
659
+ - FRIDAY: Friday
660
+ - SATURDAY: Saturday
661
+ - SUNDAY: Sunday
662
+ Possible values are: `DAY_OF_WEEK_UNSPECIFIED`, `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`.
663
+ """
664
+ return pulumi.get(self, "day")
665
+
666
+ @day.setter
667
+ def day(self, value: pulumi.Input[str]):
668
+ pulumi.set(self, "day", value)
669
+
670
+ @property
671
+ @pulumi.getter(name="startTime")
672
+ def start_time(self) -> pulumi.Input['InstanceMaintenancePolicyWeeklyMaintenanceWindowStartTimeArgs']:
673
+ """
674
+ Start time of the window in UTC time.
675
+ Structure is documented below.
676
+ """
677
+ return pulumi.get(self, "start_time")
678
+
679
+ @start_time.setter
680
+ def start_time(self, value: pulumi.Input['InstanceMaintenancePolicyWeeklyMaintenanceWindowStartTimeArgs']):
681
+ pulumi.set(self, "start_time", value)
682
+
683
+ @property
684
+ @pulumi.getter
685
+ def duration(self) -> Optional[pulumi.Input[str]]:
686
+ """
687
+ (Output)
688
+ Duration of the maintenance window.
689
+ The current window is fixed at 1 hour.
690
+ A duration in seconds with up to nine fractional digits,
691
+ terminated by 's'. Example: "3.5s".
692
+ """
693
+ return pulumi.get(self, "duration")
694
+
695
+ @duration.setter
696
+ def duration(self, value: Optional[pulumi.Input[str]]):
697
+ pulumi.set(self, "duration", value)
698
+
699
+
700
+ if not MYPY:
701
+ class InstanceMaintenancePolicyWeeklyMaintenanceWindowStartTimeArgsDict(TypedDict):
702
+ hours: NotRequired[pulumi.Input[int]]
703
+ """
704
+ Hours of day in 24 hour format. Should be from 0 to 23.
705
+ An API may choose to allow the value "24:00:00" for scenarios like business closing time.
706
+ """
707
+ minutes: NotRequired[pulumi.Input[int]]
708
+ """
709
+ Minutes of hour of day. Must be from 0 to 59.
710
+ """
711
+ nanos: NotRequired[pulumi.Input[int]]
712
+ """
713
+ Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
714
+ """
715
+ seconds: NotRequired[pulumi.Input[int]]
716
+ """
717
+ Seconds of minutes of the time. Must normally be from 0 to 59.
718
+ An API may allow the value 60 if it allows leap-seconds.
719
+ """
720
+ elif False:
721
+ InstanceMaintenancePolicyWeeklyMaintenanceWindowStartTimeArgsDict: TypeAlias = Mapping[str, Any]
722
+
723
+ @pulumi.input_type
724
+ class InstanceMaintenancePolicyWeeklyMaintenanceWindowStartTimeArgs:
725
+ def __init__(__self__, *,
726
+ hours: Optional[pulumi.Input[int]] = None,
727
+ minutes: Optional[pulumi.Input[int]] = None,
728
+ nanos: Optional[pulumi.Input[int]] = None,
729
+ seconds: Optional[pulumi.Input[int]] = None):
730
+ """
731
+ :param pulumi.Input[int] hours: Hours of day in 24 hour format. Should be from 0 to 23.
732
+ An API may choose to allow the value "24:00:00" for scenarios like business closing time.
733
+ :param pulumi.Input[int] minutes: Minutes of hour of day. Must be from 0 to 59.
734
+ :param pulumi.Input[int] nanos: Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
735
+ :param pulumi.Input[int] seconds: Seconds of minutes of the time. Must normally be from 0 to 59.
736
+ An API may allow the value 60 if it allows leap-seconds.
737
+ """
738
+ if hours is not None:
739
+ pulumi.set(__self__, "hours", hours)
740
+ if minutes is not None:
741
+ pulumi.set(__self__, "minutes", minutes)
742
+ if nanos is not None:
743
+ pulumi.set(__self__, "nanos", nanos)
744
+ if seconds is not None:
745
+ pulumi.set(__self__, "seconds", seconds)
746
+
747
+ @property
748
+ @pulumi.getter
749
+ def hours(self) -> Optional[pulumi.Input[int]]:
750
+ """
751
+ Hours of day in 24 hour format. Should be from 0 to 23.
752
+ An API may choose to allow the value "24:00:00" for scenarios like business closing time.
753
+ """
754
+ return pulumi.get(self, "hours")
755
+
756
+ @hours.setter
757
+ def hours(self, value: Optional[pulumi.Input[int]]):
758
+ pulumi.set(self, "hours", value)
759
+
760
+ @property
761
+ @pulumi.getter
762
+ def minutes(self) -> Optional[pulumi.Input[int]]:
763
+ """
764
+ Minutes of hour of day. Must be from 0 to 59.
765
+ """
766
+ return pulumi.get(self, "minutes")
767
+
768
+ @minutes.setter
769
+ def minutes(self, value: Optional[pulumi.Input[int]]):
770
+ pulumi.set(self, "minutes", value)
771
+
772
+ @property
773
+ @pulumi.getter
774
+ def nanos(self) -> Optional[pulumi.Input[int]]:
775
+ """
776
+ Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
777
+ """
778
+ return pulumi.get(self, "nanos")
779
+
780
+ @nanos.setter
781
+ def nanos(self, value: Optional[pulumi.Input[int]]):
782
+ pulumi.set(self, "nanos", value)
783
+
784
+ @property
785
+ @pulumi.getter
786
+ def seconds(self) -> Optional[pulumi.Input[int]]:
787
+ """
788
+ Seconds of minutes of the time. Must normally be from 0 to 59.
789
+ An API may allow the value 60 if it allows leap-seconds.
790
+ """
791
+ return pulumi.get(self, "seconds")
792
+
793
+ @seconds.setter
794
+ def seconds(self, value: Optional[pulumi.Input[int]]):
795
+ pulumi.set(self, "seconds", value)
796
+
797
+
798
+ if not MYPY:
799
+ class InstanceMaintenanceScheduleArgsDict(TypedDict):
800
+ end_time: NotRequired[pulumi.Input[str]]
801
+ """
802
+ (Output)
803
+ The end time of any upcoming scheduled maintenance for this cluster.
804
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
805
+ resolution and up to nine fractional digits.
806
+ """
807
+ schedule_deadline_time: NotRequired[pulumi.Input[str]]
808
+ """
809
+ (Output)
810
+ The deadline that the maintenance schedule start time
811
+ can not go beyond, including reschedule.
812
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
813
+ resolution and up to nine fractional digits.
814
+ """
815
+ start_time: NotRequired[pulumi.Input[str]]
816
+ """
817
+ (Output)
818
+ The start time of any upcoming scheduled maintenance for this cluster.
819
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
820
+ resolution and up to nine fractional digits.
821
+ """
822
+ elif False:
823
+ InstanceMaintenanceScheduleArgsDict: TypeAlias = Mapping[str, Any]
824
+
825
+ @pulumi.input_type
826
+ class InstanceMaintenanceScheduleArgs:
827
+ def __init__(__self__, *,
828
+ end_time: Optional[pulumi.Input[str]] = None,
829
+ schedule_deadline_time: Optional[pulumi.Input[str]] = None,
830
+ start_time: Optional[pulumi.Input[str]] = None):
831
+ """
832
+ :param pulumi.Input[str] end_time: (Output)
833
+ The end time of any upcoming scheduled maintenance for this cluster.
834
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
835
+ resolution and up to nine fractional digits.
836
+ :param pulumi.Input[str] schedule_deadline_time: (Output)
837
+ The deadline that the maintenance schedule start time
838
+ can not go beyond, including reschedule.
839
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
840
+ resolution and up to nine fractional digits.
841
+ :param pulumi.Input[str] start_time: (Output)
842
+ The start time of any upcoming scheduled maintenance for this cluster.
843
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
844
+ resolution and up to nine fractional digits.
845
+ """
846
+ if end_time is not None:
847
+ pulumi.set(__self__, "end_time", end_time)
848
+ if schedule_deadline_time is not None:
849
+ pulumi.set(__self__, "schedule_deadline_time", schedule_deadline_time)
850
+ if start_time is not None:
851
+ pulumi.set(__self__, "start_time", start_time)
852
+
853
+ @property
854
+ @pulumi.getter(name="endTime")
855
+ def end_time(self) -> Optional[pulumi.Input[str]]:
856
+ """
857
+ (Output)
858
+ The end time of any upcoming scheduled maintenance for this cluster.
859
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
860
+ resolution and up to nine fractional digits.
861
+ """
862
+ return pulumi.get(self, "end_time")
863
+
864
+ @end_time.setter
865
+ def end_time(self, value: Optional[pulumi.Input[str]]):
866
+ pulumi.set(self, "end_time", value)
867
+
868
+ @property
869
+ @pulumi.getter(name="scheduleDeadlineTime")
870
+ def schedule_deadline_time(self) -> Optional[pulumi.Input[str]]:
871
+ """
872
+ (Output)
873
+ The deadline that the maintenance schedule start time
874
+ can not go beyond, including reschedule.
875
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
876
+ resolution and up to nine fractional digits.
877
+ """
878
+ return pulumi.get(self, "schedule_deadline_time")
879
+
880
+ @schedule_deadline_time.setter
881
+ def schedule_deadline_time(self, value: Optional[pulumi.Input[str]]):
882
+ pulumi.set(self, "schedule_deadline_time", value)
883
+
884
+ @property
885
+ @pulumi.getter(name="startTime")
886
+ def start_time(self) -> Optional[pulumi.Input[str]]:
887
+ """
888
+ (Output)
889
+ The start time of any upcoming scheduled maintenance for this cluster.
890
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
891
+ resolution and up to nine fractional digits.
892
+ """
893
+ return pulumi.get(self, "start_time")
894
+
895
+ @start_time.setter
896
+ def start_time(self, value: Optional[pulumi.Input[str]]):
897
+ pulumi.set(self, "start_time", value)
898
+
899
+
481
900
  if not MYPY:
482
901
  class InstanceNodeConfigArgsDict(TypedDict):
483
902
  size_gb: NotRequired[pulumi.Input[float]]
@@ -27,7 +27,7 @@ class GetInstanceResult:
27
27
  """
28
28
  A collection of values returned by getInstance.
29
29
  """
30
- def __init__(__self__, authorization_mode=None, create_time=None, deletion_protection_enabled=None, desired_psc_auto_connections=None, discovery_endpoints=None, effective_labels=None, endpoints=None, engine_configs=None, engine_version=None, id=None, instance_id=None, labels=None, location=None, mode=None, name=None, node_configs=None, node_type=None, persistence_configs=None, project=None, psc_auto_connections=None, pulumi_labels=None, replica_count=None, shard_count=None, state=None, state_infos=None, transit_encryption_mode=None, uid=None, update_time=None, zone_distribution_configs=None):
30
+ def __init__(__self__, authorization_mode=None, create_time=None, deletion_protection_enabled=None, desired_psc_auto_connections=None, discovery_endpoints=None, effective_labels=None, endpoints=None, engine_configs=None, engine_version=None, id=None, instance_id=None, labels=None, location=None, maintenance_policies=None, maintenance_schedules=None, mode=None, name=None, node_configs=None, node_type=None, persistence_configs=None, project=None, psc_auto_connections=None, pulumi_labels=None, replica_count=None, shard_count=None, state=None, state_infos=None, transit_encryption_mode=None, uid=None, update_time=None, zone_distribution_configs=None):
31
31
  if authorization_mode and not isinstance(authorization_mode, str):
32
32
  raise TypeError("Expected argument 'authorization_mode' to be a str")
33
33
  pulumi.set(__self__, "authorization_mode", authorization_mode)
@@ -67,6 +67,12 @@ class GetInstanceResult:
67
67
  if location and not isinstance(location, str):
68
68
  raise TypeError("Expected argument 'location' to be a str")
69
69
  pulumi.set(__self__, "location", location)
70
+ if maintenance_policies and not isinstance(maintenance_policies, list):
71
+ raise TypeError("Expected argument 'maintenance_policies' to be a list")
72
+ pulumi.set(__self__, "maintenance_policies", maintenance_policies)
73
+ if maintenance_schedules and not isinstance(maintenance_schedules, list):
74
+ raise TypeError("Expected argument 'maintenance_schedules' to be a list")
75
+ pulumi.set(__self__, "maintenance_schedules", maintenance_schedules)
70
76
  if mode and not isinstance(mode, str):
71
77
  raise TypeError("Expected argument 'mode' to be a str")
72
78
  pulumi.set(__self__, "mode", mode)
@@ -184,6 +190,16 @@ class GetInstanceResult:
184
190
  def location(self) -> Optional[str]:
185
191
  return pulumi.get(self, "location")
186
192
 
193
+ @property
194
+ @pulumi.getter(name="maintenancePolicies")
195
+ def maintenance_policies(self) -> Sequence['outputs.GetInstanceMaintenancePolicyResult']:
196
+ return pulumi.get(self, "maintenance_policies")
197
+
198
+ @property
199
+ @pulumi.getter(name="maintenanceSchedules")
200
+ def maintenance_schedules(self) -> Sequence['outputs.GetInstanceMaintenanceScheduleResult']:
201
+ return pulumi.get(self, "maintenance_schedules")
202
+
187
203
  @property
188
204
  @pulumi.getter
189
205
  def mode(self) -> str:
@@ -284,6 +300,8 @@ class AwaitableGetInstanceResult(GetInstanceResult):
284
300
  instance_id=self.instance_id,
285
301
  labels=self.labels,
286
302
  location=self.location,
303
+ maintenance_policies=self.maintenance_policies,
304
+ maintenance_schedules=self.maintenance_schedules,
287
305
  mode=self.mode,
288
306
  name=self.name,
289
307
  node_configs=self.node_configs,
@@ -347,6 +365,8 @@ def get_instance(instance_id: Optional[str] = None,
347
365
  instance_id=pulumi.get(__ret__, 'instance_id'),
348
366
  labels=pulumi.get(__ret__, 'labels'),
349
367
  location=pulumi.get(__ret__, 'location'),
368
+ maintenance_policies=pulumi.get(__ret__, 'maintenance_policies'),
369
+ maintenance_schedules=pulumi.get(__ret__, 'maintenance_schedules'),
350
370
  mode=pulumi.get(__ret__, 'mode'),
351
371
  name=pulumi.get(__ret__, 'name'),
352
372
  node_configs=pulumi.get(__ret__, 'node_configs'),
@@ -407,6 +427,8 @@ def get_instance_output(instance_id: Optional[pulumi.Input[str]] = None,
407
427
  instance_id=pulumi.get(__response__, 'instance_id'),
408
428
  labels=pulumi.get(__response__, 'labels'),
409
429
  location=pulumi.get(__response__, 'location'),
430
+ maintenance_policies=pulumi.get(__response__, 'maintenance_policies'),
431
+ maintenance_schedules=pulumi.get(__response__, 'maintenance_schedules'),
410
432
  mode=pulumi.get(__response__, 'mode'),
411
433
  name=pulumi.get(__response__, 'name'),
412
434
  node_configs=pulumi.get(__response__, 'node_configs'),