pulumi-oci 1.32.0a1713335186__py3-none-any.whl → 1.32.0a1713427052__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 (35) hide show
  1. pulumi_oci/__init__.py +16 -0
  2. pulumi_oci/database/__init__.py +3 -0
  3. pulumi_oci/database/_inputs.py +192 -0
  4. pulumi_oci/database/autonomous_container_database.py +83 -8
  5. pulumi_oci/database/autonomous_database_software_image.py +638 -0
  6. pulumi_oci/database/autonomous_vm_cluster.py +12 -4
  7. pulumi_oci/database/get_autonomous_container_database.py +26 -5
  8. pulumi_oci/database/get_autonomous_container_database_resource_usage.py +3 -3
  9. pulumi_oci/database/get_autonomous_database_software_image.py +262 -0
  10. pulumi_oci/database/get_autonomous_database_software_images.py +200 -0
  11. pulumi_oci/database/get_autonomous_vm_cluster.py +3 -1
  12. pulumi_oci/database/outputs.py +538 -28
  13. pulumi_oci/datascience/_inputs.py +17 -1
  14. pulumi_oci/datascience/model_deployment.py +2 -0
  15. pulumi_oci/datascience/outputs.py +39 -3
  16. pulumi_oci/meteringcomputation/__init__.py +3 -0
  17. pulumi_oci/meteringcomputation/_inputs.py +110 -0
  18. pulumi_oci/meteringcomputation/get_schedule.py +1 -1
  19. pulumi_oci/meteringcomputation/get_scheduled_run.py +2 -2
  20. pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_group.py +173 -0
  21. pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_groups.py +157 -0
  22. pulumi_oci/meteringcomputation/outputs.py +292 -2
  23. pulumi_oci/meteringcomputation/schedule.py +7 -7
  24. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +392 -0
  25. pulumi_oci/opa/opa_instance.py +41 -22
  26. pulumi_oci/psql/_inputs.py +4 -4
  27. pulumi_oci/psql/db_system.py +7 -7
  28. pulumi_oci/psql/outputs.py +4 -4
  29. pulumi_oci/redis/get_redis_cluster.py +14 -1
  30. pulumi_oci/redis/outputs.py +11 -0
  31. pulumi_oci/redis/redis_cluster.py +52 -3
  32. {pulumi_oci-1.32.0a1713335186.dist-info → pulumi_oci-1.32.0a1713427052.dist-info}/METADATA +1 -1
  33. {pulumi_oci-1.32.0a1713335186.dist-info → pulumi_oci-1.32.0a1713427052.dist-info}/RECORD +35 -29
  34. {pulumi_oci-1.32.0a1713335186.dist-info → pulumi_oci-1.32.0a1713427052.dist-info}/WHEEL +0 -0
  35. {pulumi_oci-1.32.0a1713335186.dist-info → pulumi_oci-1.32.0a1713427052.dist-info}/top_level.txt +0 -0
@@ -222,6 +222,9 @@ __all__ = [
222
222
  'GetAutonomousDatabaseResourcePoolSummaryResult',
223
223
  'GetAutonomousDatabaseScheduledOperationResult',
224
224
  'GetAutonomousDatabaseScheduledOperationDayOfWeekResult',
225
+ 'GetAutonomousDatabaseSoftwareImagesAutonomousDatabaseSoftwareImageCollectionResult',
226
+ 'GetAutonomousDatabaseSoftwareImagesAutonomousDatabaseSoftwareImageCollectionItemResult',
227
+ 'GetAutonomousDatabaseSoftwareImagesFilterResult',
225
228
  'GetAutonomousDatabaseStandbyDbResult',
226
229
  'GetAutonomousDatabasesAutonomousDatabaseResult',
227
230
  'GetAutonomousDatabasesAutonomousDatabaseApexDetailResult',
@@ -936,6 +939,8 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
936
939
  suggest = "lead_time_in_weeks"
937
940
  elif key == "patchingMode":
938
941
  suggest = "patching_mode"
942
+ elif key == "skipRus":
943
+ suggest = "skip_rus"
939
944
  elif key == "weeksOfMonths":
940
945
  suggest = "weeks_of_months"
941
946
 
@@ -960,6 +965,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
960
965
  months: Optional[Sequence['outputs.AutonomousContainerDatabaseMaintenanceWindowMonth']] = None,
961
966
  patching_mode: Optional[str] = None,
962
967
  preference: Optional[str] = None,
968
+ skip_rus: Optional[Sequence[bool]] = None,
963
969
  weeks_of_months: Optional[Sequence[int]] = None):
964
970
  """
965
971
  :param int custom_action_timeout_in_mins: (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -974,6 +980,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
974
980
 
975
981
  *IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
976
982
  :param str preference: (Updatable) The maintenance window scheduling preference.
983
+ :param Sequence[bool] skip_rus: (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
977
984
  :param Sequence[int] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
978
985
  """
979
986
  if custom_action_timeout_in_mins is not None:
@@ -994,6 +1001,8 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
994
1001
  pulumi.set(__self__, "patching_mode", patching_mode)
995
1002
  if preference is not None:
996
1003
  pulumi.set(__self__, "preference", preference)
1004
+ if skip_rus is not None:
1005
+ pulumi.set(__self__, "skip_rus", skip_rus)
997
1006
  if weeks_of_months is not None:
998
1007
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
999
1008
 
@@ -1072,6 +1081,14 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
1072
1081
  """
1073
1082
  return pulumi.get(self, "preference")
1074
1083
 
1084
+ @property
1085
+ @pulumi.getter(name="skipRus")
1086
+ def skip_rus(self) -> Optional[Sequence[bool]]:
1087
+ """
1088
+ (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
1089
+ """
1090
+ return pulumi.get(self, "skip_rus")
1091
+
1075
1092
  @property
1076
1093
  @pulumi.getter(name="weeksOfMonths")
1077
1094
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -1119,6 +1136,8 @@ class AutonomousContainerDatabaseMaintenanceWindowDetails(dict):
1119
1136
  suggest = "lead_time_in_weeks"
1120
1137
  elif key == "patchingMode":
1121
1138
  suggest = "patching_mode"
1139
+ elif key == "skipRus":
1140
+ suggest = "skip_rus"
1122
1141
  elif key == "weeksOfMonths":
1123
1142
  suggest = "weeks_of_months"
1124
1143
 
@@ -1143,6 +1162,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDetails(dict):
1143
1162
  months: Optional[Sequence['outputs.AutonomousContainerDatabaseMaintenanceWindowDetailsMonth']] = None,
1144
1163
  patching_mode: Optional[str] = None,
1145
1164
  preference: Optional[str] = None,
1165
+ skip_rus: Optional[Sequence[bool]] = None,
1146
1166
  weeks_of_months: Optional[Sequence[int]] = None):
1147
1167
  """
1148
1168
  :param int custom_action_timeout_in_mins: (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -1157,6 +1177,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDetails(dict):
1157
1177
 
1158
1178
  *IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
1159
1179
  :param str preference: (Updatable) The maintenance window scheduling preference.
1180
+ :param Sequence[bool] skip_rus: (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
1160
1181
  :param Sequence[int] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
1161
1182
  """
1162
1183
  if custom_action_timeout_in_mins is not None:
@@ -1177,6 +1198,8 @@ class AutonomousContainerDatabaseMaintenanceWindowDetails(dict):
1177
1198
  pulumi.set(__self__, "patching_mode", patching_mode)
1178
1199
  if preference is not None:
1179
1200
  pulumi.set(__self__, "preference", preference)
1201
+ if skip_rus is not None:
1202
+ pulumi.set(__self__, "skip_rus", skip_rus)
1180
1203
  if weeks_of_months is not None:
1181
1204
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
1182
1205
 
@@ -1255,6 +1278,14 @@ class AutonomousContainerDatabaseMaintenanceWindowDetails(dict):
1255
1278
  """
1256
1279
  return pulumi.get(self, "preference")
1257
1280
 
1281
+ @property
1282
+ @pulumi.getter(name="skipRus")
1283
+ def skip_rus(self) -> Optional[Sequence[bool]]:
1284
+ """
1285
+ (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
1286
+ """
1287
+ return pulumi.get(self, "skip_rus")
1288
+
1258
1289
  @property
1259
1290
  @pulumi.getter(name="weeksOfMonths")
1260
1291
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -2673,6 +2704,8 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2673
2704
  suggest = "lead_time_in_weeks"
2674
2705
  elif key == "patchingMode":
2675
2706
  suggest = "patching_mode"
2707
+ elif key == "skipRus":
2708
+ suggest = "skip_rus"
2676
2709
  elif key == "weeksOfMonths":
2677
2710
  suggest = "weeks_of_months"
2678
2711
 
@@ -2697,6 +2730,7 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2697
2730
  months: Optional[Sequence['outputs.AutonomousExadataInfrastructureMaintenanceWindowMonth']] = None,
2698
2731
  patching_mode: Optional[str] = None,
2699
2732
  preference: Optional[str] = None,
2733
+ skip_rus: Optional[Sequence[bool]] = None,
2700
2734
  weeks_of_months: Optional[Sequence[int]] = None):
2701
2735
  """
2702
2736
  :param int custom_action_timeout_in_mins: (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -2731,6 +2765,8 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2731
2765
  pulumi.set(__self__, "patching_mode", patching_mode)
2732
2766
  if preference is not None:
2733
2767
  pulumi.set(__self__, "preference", preference)
2768
+ if skip_rus is not None:
2769
+ pulumi.set(__self__, "skip_rus", skip_rus)
2734
2770
  if weeks_of_months is not None:
2735
2771
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
2736
2772
 
@@ -2809,6 +2845,11 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2809
2845
  """
2810
2846
  return pulumi.get(self, "preference")
2811
2847
 
2848
+ @property
2849
+ @pulumi.getter(name="skipRus")
2850
+ def skip_rus(self) -> Optional[Sequence[bool]]:
2851
+ return pulumi.get(self, "skip_rus")
2852
+
2812
2853
  @property
2813
2854
  @pulumi.getter(name="weeksOfMonths")
2814
2855
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -2856,6 +2897,8 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetails(dict):
2856
2897
  suggest = "lead_time_in_weeks"
2857
2898
  elif key == "patchingMode":
2858
2899
  suggest = "patching_mode"
2900
+ elif key == "skipRus":
2901
+ suggest = "skip_rus"
2859
2902
  elif key == "weeksOfMonths":
2860
2903
  suggest = "weeks_of_months"
2861
2904
 
@@ -2880,6 +2923,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetails(dict):
2880
2923
  months: Optional[Sequence['outputs.AutonomousExadataInfrastructureMaintenanceWindowDetailsMonth']] = None,
2881
2924
  patching_mode: Optional[str] = None,
2882
2925
  preference: Optional[str] = None,
2926
+ skip_rus: Optional[Sequence[bool]] = None,
2883
2927
  weeks_of_months: Optional[Sequence[int]] = None):
2884
2928
  """
2885
2929
  :param int custom_action_timeout_in_mins: (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -2914,6 +2958,8 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetails(dict):
2914
2958
  pulumi.set(__self__, "patching_mode", patching_mode)
2915
2959
  if preference is not None:
2916
2960
  pulumi.set(__self__, "preference", preference)
2961
+ if skip_rus is not None:
2962
+ pulumi.set(__self__, "skip_rus", skip_rus)
2917
2963
  if weeks_of_months is not None:
2918
2964
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
2919
2965
 
@@ -2992,6 +3038,11 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetails(dict):
2992
3038
  """
2993
3039
  return pulumi.get(self, "preference")
2994
3040
 
3041
+ @property
3042
+ @pulumi.getter(name="skipRus")
3043
+ def skip_rus(self) -> Optional[Sequence[bool]]:
3044
+ return pulumi.get(self, "skip_rus")
3045
+
2995
3046
  @property
2996
3047
  @pulumi.getter(name="weeksOfMonths")
2997
3048
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -3075,6 +3126,8 @@ class AutonomousVmClusterMaintenanceWindow(dict):
3075
3126
  suggest = "lead_time_in_weeks"
3076
3127
  elif key == "patchingMode":
3077
3128
  suggest = "patching_mode"
3129
+ elif key == "skipRus":
3130
+ suggest = "skip_rus"
3078
3131
  elif key == "weeksOfMonths":
3079
3132
  suggest = "weeks_of_months"
3080
3133
 
@@ -3099,6 +3152,7 @@ class AutonomousVmClusterMaintenanceWindow(dict):
3099
3152
  months: Optional[Sequence['outputs.AutonomousVmClusterMaintenanceWindowMonth']] = None,
3100
3153
  patching_mode: Optional[str] = None,
3101
3154
  preference: Optional[str] = None,
3155
+ skip_rus: Optional[Sequence[bool]] = None,
3102
3156
  weeks_of_months: Optional[Sequence[int]] = None):
3103
3157
  """
3104
3158
  :param Sequence['AutonomousVmClusterMaintenanceWindowDaysOfWeekArgs'] days_of_weeks: (Updatable) Days during the week when maintenance should be performed.
@@ -3130,6 +3184,8 @@ class AutonomousVmClusterMaintenanceWindow(dict):
3130
3184
  pulumi.set(__self__, "patching_mode", patching_mode)
3131
3185
  if preference is not None:
3132
3186
  pulumi.set(__self__, "preference", preference)
3187
+ if skip_rus is not None:
3188
+ pulumi.set(__self__, "skip_rus", skip_rus)
3133
3189
  if weeks_of_months is not None:
3134
3190
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
3135
3191
 
@@ -3199,6 +3255,11 @@ class AutonomousVmClusterMaintenanceWindow(dict):
3199
3255
  """
3200
3256
  return pulumi.get(self, "preference")
3201
3257
 
3258
+ @property
3259
+ @pulumi.getter(name="skipRus")
3260
+ def skip_rus(self) -> Optional[Sequence[bool]]:
3261
+ return pulumi.get(self, "skip_rus")
3262
+
3202
3263
  @property
3203
3264
  @pulumi.getter(name="weeksOfMonths")
3204
3265
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -3246,6 +3307,8 @@ class AutonomousVmClusterMaintenanceWindowDetail(dict):
3246
3307
  suggest = "lead_time_in_weeks"
3247
3308
  elif key == "patchingMode":
3248
3309
  suggest = "patching_mode"
3310
+ elif key == "skipRus":
3311
+ suggest = "skip_rus"
3249
3312
  elif key == "weeksOfMonths":
3250
3313
  suggest = "weeks_of_months"
3251
3314
 
@@ -3270,6 +3333,7 @@ class AutonomousVmClusterMaintenanceWindowDetail(dict):
3270
3333
  months: Optional[Sequence['outputs.AutonomousVmClusterMaintenanceWindowDetailMonth']] = None,
3271
3334
  patching_mode: Optional[str] = None,
3272
3335
  preference: Optional[str] = None,
3336
+ skip_rus: Optional[Sequence[bool]] = None,
3273
3337
  weeks_of_months: Optional[Sequence[int]] = None):
3274
3338
  """
3275
3339
  :param Sequence['AutonomousVmClusterMaintenanceWindowDetailDaysOfWeekArgs'] days_of_weeks: (Updatable) Days during the week when maintenance should be performed.
@@ -3301,6 +3365,8 @@ class AutonomousVmClusterMaintenanceWindowDetail(dict):
3301
3365
  pulumi.set(__self__, "patching_mode", patching_mode)
3302
3366
  if preference is not None:
3303
3367
  pulumi.set(__self__, "preference", preference)
3368
+ if skip_rus is not None:
3369
+ pulumi.set(__self__, "skip_rus", skip_rus)
3304
3370
  if weeks_of_months is not None:
3305
3371
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
3306
3372
 
@@ -3370,6 +3436,11 @@ class AutonomousVmClusterMaintenanceWindowDetail(dict):
3370
3436
  """
3371
3437
  return pulumi.get(self, "preference")
3372
3438
 
3439
+ @property
3440
+ @pulumi.getter(name="skipRus")
3441
+ def skip_rus(self) -> Optional[Sequence[bool]]:
3442
+ return pulumi.get(self, "skip_rus")
3443
+
3373
3444
  @property
3374
3445
  @pulumi.getter(name="weeksOfMonths")
3375
3446
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -3578,6 +3649,8 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
3578
3649
  suggest = "lead_time_in_weeks"
3579
3650
  elif key == "patchingMode":
3580
3651
  suggest = "patching_mode"
3652
+ elif key == "skipRus":
3653
+ suggest = "skip_rus"
3581
3654
  elif key == "weeksOfMonths":
3582
3655
  suggest = "weeks_of_months"
3583
3656
 
@@ -3602,6 +3675,7 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
3602
3675
  months: Optional[Sequence['outputs.CloudAutonomousVmClusterMaintenanceWindowMonth']] = None,
3603
3676
  patching_mode: Optional[str] = None,
3604
3677
  preference: Optional[str] = None,
3678
+ skip_rus: Optional[Sequence[bool]] = None,
3605
3679
  weeks_of_months: Optional[Sequence[int]] = None):
3606
3680
  """
3607
3681
  :param int custom_action_timeout_in_mins: (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -3636,6 +3710,8 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
3636
3710
  pulumi.set(__self__, "patching_mode", patching_mode)
3637
3711
  if preference is not None:
3638
3712
  pulumi.set(__self__, "preference", preference)
3713
+ if skip_rus is not None:
3714
+ pulumi.set(__self__, "skip_rus", skip_rus)
3639
3715
  if weeks_of_months is not None:
3640
3716
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
3641
3717
 
@@ -3714,6 +3790,11 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
3714
3790
  """
3715
3791
  return pulumi.get(self, "preference")
3716
3792
 
3793
+ @property
3794
+ @pulumi.getter(name="skipRus")
3795
+ def skip_rus(self) -> Optional[Sequence[bool]]:
3796
+ return pulumi.get(self, "skip_rus")
3797
+
3717
3798
  @property
3718
3799
  @pulumi.getter(name="weeksOfMonths")
3719
3800
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -3761,6 +3842,8 @@ class CloudAutonomousVmClusterMaintenanceWindowDetails(dict):
3761
3842
  suggest = "lead_time_in_weeks"
3762
3843
  elif key == "patchingMode":
3763
3844
  suggest = "patching_mode"
3845
+ elif key == "skipRus":
3846
+ suggest = "skip_rus"
3764
3847
  elif key == "weeksOfMonths":
3765
3848
  suggest = "weeks_of_months"
3766
3849
 
@@ -3785,6 +3868,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetails(dict):
3785
3868
  months: Optional[Sequence['outputs.CloudAutonomousVmClusterMaintenanceWindowDetailsMonth']] = None,
3786
3869
  patching_mode: Optional[str] = None,
3787
3870
  preference: Optional[str] = None,
3871
+ skip_rus: Optional[Sequence[bool]] = None,
3788
3872
  weeks_of_months: Optional[Sequence[int]] = None):
3789
3873
  """
3790
3874
  :param int custom_action_timeout_in_mins: (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -3819,6 +3903,8 @@ class CloudAutonomousVmClusterMaintenanceWindowDetails(dict):
3819
3903
  pulumi.set(__self__, "patching_mode", patching_mode)
3820
3904
  if preference is not None:
3821
3905
  pulumi.set(__self__, "preference", preference)
3906
+ if skip_rus is not None:
3907
+ pulumi.set(__self__, "skip_rus", skip_rus)
3822
3908
  if weeks_of_months is not None:
3823
3909
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
3824
3910
 
@@ -3897,6 +3983,11 @@ class CloudAutonomousVmClusterMaintenanceWindowDetails(dict):
3897
3983
  """
3898
3984
  return pulumi.get(self, "preference")
3899
3985
 
3986
+ @property
3987
+ @pulumi.getter(name="skipRus")
3988
+ def skip_rus(self) -> Optional[Sequence[bool]]:
3989
+ return pulumi.get(self, "skip_rus")
3990
+
3900
3991
  @property
3901
3992
  @pulumi.getter(name="weeksOfMonths")
3902
3993
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -4047,6 +4138,8 @@ class CloudExadataInfrastructureMaintenanceWindow(dict):
4047
4138
  suggest = "lead_time_in_weeks"
4048
4139
  elif key == "patchingMode":
4049
4140
  suggest = "patching_mode"
4141
+ elif key == "skipRus":
4142
+ suggest = "skip_rus"
4050
4143
  elif key == "weeksOfMonths":
4051
4144
  suggest = "weeks_of_months"
4052
4145
 
@@ -4071,6 +4164,7 @@ class CloudExadataInfrastructureMaintenanceWindow(dict):
4071
4164
  months: Optional[Sequence['outputs.CloudExadataInfrastructureMaintenanceWindowMonth']] = None,
4072
4165
  patching_mode: Optional[str] = None,
4073
4166
  preference: Optional[str] = None,
4167
+ skip_rus: Optional[Sequence[bool]] = None,
4074
4168
  weeks_of_months: Optional[Sequence[int]] = None):
4075
4169
  """
4076
4170
  :param int custom_action_timeout_in_mins: (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -4105,6 +4199,8 @@ class CloudExadataInfrastructureMaintenanceWindow(dict):
4105
4199
  pulumi.set(__self__, "patching_mode", patching_mode)
4106
4200
  if preference is not None:
4107
4201
  pulumi.set(__self__, "preference", preference)
4202
+ if skip_rus is not None:
4203
+ pulumi.set(__self__, "skip_rus", skip_rus)
4108
4204
  if weeks_of_months is not None:
4109
4205
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
4110
4206
 
@@ -4183,6 +4279,11 @@ class CloudExadataInfrastructureMaintenanceWindow(dict):
4183
4279
  """
4184
4280
  return pulumi.get(self, "preference")
4185
4281
 
4282
+ @property
4283
+ @pulumi.getter(name="skipRus")
4284
+ def skip_rus(self) -> Optional[Sequence[bool]]:
4285
+ return pulumi.get(self, "skip_rus")
4286
+
4186
4287
  @property
4187
4288
  @pulumi.getter(name="weeksOfMonths")
4188
4289
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -7484,6 +7585,8 @@ class DbSystemMaintenanceWindow(dict):
7484
7585
  suggest = "lead_time_in_weeks"
7485
7586
  elif key == "patchingMode":
7486
7587
  suggest = "patching_mode"
7588
+ elif key == "skipRus":
7589
+ suggest = "skip_rus"
7487
7590
  elif key == "weeksOfMonths":
7488
7591
  suggest = "weeks_of_months"
7489
7592
 
@@ -7508,6 +7611,7 @@ class DbSystemMaintenanceWindow(dict):
7508
7611
  months: Optional[Sequence['outputs.DbSystemMaintenanceWindowMonth']] = None,
7509
7612
  patching_mode: Optional[str] = None,
7510
7613
  preference: Optional[str] = None,
7614
+ skip_rus: Optional[Sequence[bool]] = None,
7511
7615
  weeks_of_months: Optional[Sequence[int]] = None):
7512
7616
  """
7513
7617
  :param int custom_action_timeout_in_mins: (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -7542,6 +7646,8 @@ class DbSystemMaintenanceWindow(dict):
7542
7646
  pulumi.set(__self__, "patching_mode", patching_mode)
7543
7647
  if preference is not None:
7544
7648
  pulumi.set(__self__, "preference", preference)
7649
+ if skip_rus is not None:
7650
+ pulumi.set(__self__, "skip_rus", skip_rus)
7545
7651
  if weeks_of_months is not None:
7546
7652
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
7547
7653
 
@@ -7620,6 +7726,11 @@ class DbSystemMaintenanceWindow(dict):
7620
7726
  """
7621
7727
  return pulumi.get(self, "preference")
7622
7728
 
7729
+ @property
7730
+ @pulumi.getter(name="skipRus")
7731
+ def skip_rus(self) -> Optional[Sequence[bool]]:
7732
+ return pulumi.get(self, "skip_rus")
7733
+
7623
7734
  @property
7624
7735
  @pulumi.getter(name="weeksOfMonths")
7625
7736
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -7667,6 +7778,8 @@ class DbSystemMaintenanceWindowDetails(dict):
7667
7778
  suggest = "lead_time_in_weeks"
7668
7779
  elif key == "patchingMode":
7669
7780
  suggest = "patching_mode"
7781
+ elif key == "skipRus":
7782
+ suggest = "skip_rus"
7670
7783
  elif key == "weeksOfMonths":
7671
7784
  suggest = "weeks_of_months"
7672
7785
 
@@ -7691,6 +7804,7 @@ class DbSystemMaintenanceWindowDetails(dict):
7691
7804
  months: Optional[Sequence['outputs.DbSystemMaintenanceWindowDetailsMonth']] = None,
7692
7805
  patching_mode: Optional[str] = None,
7693
7806
  preference: Optional[str] = None,
7807
+ skip_rus: Optional[Sequence[bool]] = None,
7694
7808
  weeks_of_months: Optional[Sequence[int]] = None):
7695
7809
  """
7696
7810
  :param int custom_action_timeout_in_mins: (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -7725,6 +7839,8 @@ class DbSystemMaintenanceWindowDetails(dict):
7725
7839
  pulumi.set(__self__, "patching_mode", patching_mode)
7726
7840
  if preference is not None:
7727
7841
  pulumi.set(__self__, "preference", preference)
7842
+ if skip_rus is not None:
7843
+ pulumi.set(__self__, "skip_rus", skip_rus)
7728
7844
  if weeks_of_months is not None:
7729
7845
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
7730
7846
 
@@ -7803,6 +7919,11 @@ class DbSystemMaintenanceWindowDetails(dict):
7803
7919
  """
7804
7920
  return pulumi.get(self, "preference")
7805
7921
 
7922
+ @property
7923
+ @pulumi.getter(name="skipRus")
7924
+ def skip_rus(self) -> Optional[Sequence[bool]]:
7925
+ return pulumi.get(self, "skip_rus")
7926
+
7806
7927
  @property
7807
7928
  @pulumi.getter(name="weeksOfMonths")
7808
7929
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -8573,6 +8694,8 @@ class ExadataInfrastructureMaintenanceWindow(dict):
8573
8694
  suggest = "lead_time_in_weeks"
8574
8695
  elif key == "patchingMode":
8575
8696
  suggest = "patching_mode"
8697
+ elif key == "skipRus":
8698
+ suggest = "skip_rus"
8576
8699
  elif key == "weeksOfMonths":
8577
8700
  suggest = "weeks_of_months"
8578
8701
 
@@ -8597,6 +8720,7 @@ class ExadataInfrastructureMaintenanceWindow(dict):
8597
8720
  months: Optional[Sequence['outputs.ExadataInfrastructureMaintenanceWindowMonth']] = None,
8598
8721
  patching_mode: Optional[str] = None,
8599
8722
  preference: Optional[str] = None,
8723
+ skip_rus: Optional[Sequence[bool]] = None,
8600
8724
  weeks_of_months: Optional[Sequence[int]] = None):
8601
8725
  """
8602
8726
  :param int custom_action_timeout_in_mins: (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -8631,6 +8755,8 @@ class ExadataInfrastructureMaintenanceWindow(dict):
8631
8755
  pulumi.set(__self__, "patching_mode", patching_mode)
8632
8756
  if preference is not None:
8633
8757
  pulumi.set(__self__, "preference", preference)
8758
+ if skip_rus is not None:
8759
+ pulumi.set(__self__, "skip_rus", skip_rus)
8634
8760
  if weeks_of_months is not None:
8635
8761
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
8636
8762
 
@@ -8709,6 +8835,11 @@ class ExadataInfrastructureMaintenanceWindow(dict):
8709
8835
  """
8710
8836
  return pulumi.get(self, "preference")
8711
8837
 
8838
+ @property
8839
+ @pulumi.getter(name="skipRus")
8840
+ def skip_rus(self) -> Optional[Sequence[bool]]:
8841
+ return pulumi.get(self, "skip_rus")
8842
+
8712
8843
  @property
8713
8844
  @pulumi.getter(name="weeksOfMonths")
8714
8845
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -12148,6 +12279,7 @@ class GetAutonomousContainerDatabaseMaintenanceWindowResult(dict):
12148
12279
  months: Sequence['outputs.GetAutonomousContainerDatabaseMaintenanceWindowMonthResult'],
12149
12280
  patching_mode: str,
12150
12281
  preference: str,
12282
+ skip_rus: Sequence[bool],
12151
12283
  weeks_of_months: Sequence[int]):
12152
12284
  """
12153
12285
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -12160,6 +12292,7 @@ class GetAutonomousContainerDatabaseMaintenanceWindowResult(dict):
12160
12292
  :param Sequence['GetAutonomousContainerDatabaseMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
12161
12293
  :param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
12162
12294
  :param str preference: The maintenance window scheduling preference.
12295
+ :param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
12163
12296
  :param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
12164
12297
  """
12165
12298
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
@@ -12171,6 +12304,7 @@ class GetAutonomousContainerDatabaseMaintenanceWindowResult(dict):
12171
12304
  pulumi.set(__self__, "months", months)
12172
12305
  pulumi.set(__self__, "patching_mode", patching_mode)
12173
12306
  pulumi.set(__self__, "preference", preference)
12307
+ pulumi.set(__self__, "skip_rus", skip_rus)
12174
12308
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
12175
12309
 
12176
12310
  @property
@@ -12246,6 +12380,14 @@ class GetAutonomousContainerDatabaseMaintenanceWindowResult(dict):
12246
12380
  """
12247
12381
  return pulumi.get(self, "preference")
12248
12382
 
12383
+ @property
12384
+ @pulumi.getter(name="skipRus")
12385
+ def skip_rus(self) -> Sequence[bool]:
12386
+ """
12387
+ If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
12388
+ """
12389
+ return pulumi.get(self, "skip_rus")
12390
+
12249
12391
  @property
12250
12392
  @pulumi.getter(name="weeksOfMonths")
12251
12393
  def weeks_of_months(self) -> Sequence[int]:
@@ -12285,6 +12427,7 @@ class GetAutonomousContainerDatabaseMaintenanceWindowDetailResult(dict):
12285
12427
  months: Sequence['outputs.GetAutonomousContainerDatabaseMaintenanceWindowDetailMonthResult'],
12286
12428
  patching_mode: str,
12287
12429
  preference: str,
12430
+ skip_rus: Sequence[bool],
12288
12431
  weeks_of_months: Sequence[int]):
12289
12432
  """
12290
12433
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -12297,6 +12440,7 @@ class GetAutonomousContainerDatabaseMaintenanceWindowDetailResult(dict):
12297
12440
  :param Sequence['GetAutonomousContainerDatabaseMaintenanceWindowDetailMonthArgs'] months: Months during the year when maintenance should be performed.
12298
12441
  :param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
12299
12442
  :param str preference: The maintenance window scheduling preference.
12443
+ :param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
12300
12444
  :param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
12301
12445
  """
12302
12446
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
@@ -12308,6 +12452,7 @@ class GetAutonomousContainerDatabaseMaintenanceWindowDetailResult(dict):
12308
12452
  pulumi.set(__self__, "months", months)
12309
12453
  pulumi.set(__self__, "patching_mode", patching_mode)
12310
12454
  pulumi.set(__self__, "preference", preference)
12455
+ pulumi.set(__self__, "skip_rus", skip_rus)
12311
12456
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
12312
12457
 
12313
12458
  @property
@@ -12383,6 +12528,14 @@ class GetAutonomousContainerDatabaseMaintenanceWindowDetailResult(dict):
12383
12528
  """
12384
12529
  return pulumi.get(self, "preference")
12385
12530
 
12531
+ @property
12532
+ @pulumi.getter(name="skipRus")
12533
+ def skip_rus(self) -> Sequence[bool]:
12534
+ """
12535
+ If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
12536
+ """
12537
+ return pulumi.get(self, "skip_rus")
12538
+
12386
12539
  @property
12387
12540
  @pulumi.getter(name="weeksOfMonths")
12388
12541
  def weeks_of_months(self) -> Sequence[int]:
@@ -12550,7 +12703,7 @@ class GetAutonomousContainerDatabaseResourceUsageAutonomousContainerDatabaseVmUs
12550
12703
  :param str display_name: The user-friendly name for the Autonomous Container Database. The name does not need to be unique.
12551
12704
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Container Database.
12552
12705
  :param float provisioned_cpus: CPUs / cores assigned to ADBs in the Autonomous Container Database.
12553
- :param float reclaimable_cpus: CPUs / cores reclaimable or released to cluster on Autonomous Container Database restart.
12706
+ :param float reclaimable_cpus: Number of CPUs that are reclaimable or released to the AVMC on Autonomous Container Database restart.
12554
12707
  :param float reserved_cpus: CPUs / cores reserved for scalability, resilliency and other overheads. This includes failover, autoscaling and idle instance overhead.
12555
12708
  :param float used_cpus: CPUs / cores assigned to the Autonomous Container Database. Sum of provisioned, reserved and reclaimable CPUs/ cores.
12556
12709
  """
@@ -12589,7 +12742,7 @@ class GetAutonomousContainerDatabaseResourceUsageAutonomousContainerDatabaseVmUs
12589
12742
  @pulumi.getter(name="reclaimableCpus")
12590
12743
  def reclaimable_cpus(self) -> float:
12591
12744
  """
12592
- CPUs / cores reclaimable or released to cluster on Autonomous Container Database restart.
12745
+ Number of CPUs that are reclaimable or released to the AVMC on Autonomous Container Database restart.
12593
12746
  """
12594
12747
  return pulumi.get(self, "reclaimable_cpus")
12595
12748
 
@@ -12739,6 +12892,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
12739
12892
  cloud_autonomous_vm_cluster_id: str,
12740
12893
  compartment_id: str,
12741
12894
  compute_model: str,
12895
+ database_software_image_id: str,
12742
12896
  db_name: str,
12743
12897
  db_split_threshold: int,
12744
12898
  db_unique_name: str,
@@ -12760,6 +12914,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
12760
12914
  largest_provisionable_autonomous_database_in_cpus: float,
12761
12915
  last_maintenance_run_id: str,
12762
12916
  lifecycle_details: str,
12917
+ list_one_off_patches: Sequence[str],
12763
12918
  maintenance_window_details: Sequence['outputs.GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindowDetailResult'],
12764
12919
  maintenance_windows: Sequence['outputs.GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindowResult'],
12765
12920
  memory_per_oracle_compute_unit_in_gbs: int,
@@ -12818,17 +12973,19 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
12818
12973
  :param float largest_provisionable_autonomous_database_in_cpus: The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.
12819
12974
  :param str last_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance run.
12820
12975
  :param str lifecycle_details: Additional information about the current lifecycle state.
12976
+ :param Sequence[str] list_one_off_patches: List of One-Off patches that has been successfully applied to Autonomous Container Database
12821
12977
  :param Sequence['GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindowArgs'] maintenance_windows: The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
12822
12978
  :param int memory_per_oracle_compute_unit_in_gbs: The amount of memory (in GBs) enabled per ECPU or OCPU in the Autonomous VM Cluster.
12979
+ <<<<<<< HEAD
12823
12980
  :param str net_services_architecture: Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
12981
+ =======
12982
+ >>>>>>> 22609d6059 (Added - Support for Oracle Home Version Control - Phase 2 | ADB-D and ADB-C@C)
12824
12983
  :param str next_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the next maintenance run.
12825
12984
  :param str patch_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last patch applied on the system.
12826
12985
  :param str patch_model: Database patch model preference.
12827
- :param Sequence[float] provisionable_cpuses: An array of CPU values that can be used to successfully provision a single Autonomous Database.\\ For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
12986
+ :param Sequence[float] provisionable_cpuses: An array of CPU values that can be used to successfully provision a single Autonomous Database.
12828
12987
  :param float provisioned_cpus: The number of CPUs provisioned in an Autonomous Container Database.
12829
- :param float reclaimable_cpus: For Autonomous Databases on Dedicated Exadata Infrastructure:
12830
- * These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
12831
- * The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
12988
+ :param float reclaimable_cpus: CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
12832
12989
  :param float reserved_cpus: The number of CPUs reserved in an Autonomous Container Database.
12833
12990
  :param str role: The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
12834
12991
  :param str service_level_agreement_type: A filter to return only resources that match the given service level agreement type exactly.
@@ -12850,6 +13007,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
12850
13007
  pulumi.set(__self__, "cloud_autonomous_vm_cluster_id", cloud_autonomous_vm_cluster_id)
12851
13008
  pulumi.set(__self__, "compartment_id", compartment_id)
12852
13009
  pulumi.set(__self__, "compute_model", compute_model)
13010
+ pulumi.set(__self__, "database_software_image_id", database_software_image_id)
12853
13011
  pulumi.set(__self__, "db_name", db_name)
12854
13012
  pulumi.set(__self__, "db_split_threshold", db_split_threshold)
12855
13013
  pulumi.set(__self__, "db_unique_name", db_unique_name)
@@ -12871,6 +13029,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
12871
13029
  pulumi.set(__self__, "largest_provisionable_autonomous_database_in_cpus", largest_provisionable_autonomous_database_in_cpus)
12872
13030
  pulumi.set(__self__, "last_maintenance_run_id", last_maintenance_run_id)
12873
13031
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
13032
+ pulumi.set(__self__, "list_one_off_patches", list_one_off_patches)
12874
13033
  pulumi.set(__self__, "maintenance_window_details", maintenance_window_details)
12875
13034
  pulumi.set(__self__, "maintenance_windows", maintenance_windows)
12876
13035
  pulumi.set(__self__, "memory_per_oracle_compute_unit_in_gbs", memory_per_oracle_compute_unit_in_gbs)
@@ -12967,6 +13126,11 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
12967
13126
  """
12968
13127
  return pulumi.get(self, "compute_model")
12969
13128
 
13129
+ @property
13130
+ @pulumi.getter(name="databaseSoftwareImageId")
13131
+ def database_software_image_id(self) -> str:
13132
+ return pulumi.get(self, "database_software_image_id")
13133
+
12970
13134
  @property
12971
13135
  @pulumi.getter(name="dbName")
12972
13136
  def db_name(self) -> str:
@@ -13126,6 +13290,14 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
13126
13290
  """
13127
13291
  return pulumi.get(self, "lifecycle_details")
13128
13292
 
13293
+ @property
13294
+ @pulumi.getter(name="listOneOffPatches")
13295
+ def list_one_off_patches(self) -> Sequence[str]:
13296
+ """
13297
+ List of One-Off patches that has been successfully applied to Autonomous Container Database
13298
+ """
13299
+ return pulumi.get(self, "list_one_off_patches")
13300
+
13129
13301
  @property
13130
13302
  @pulumi.getter(name="maintenanceWindowDetails")
13131
13303
  def maintenance_window_details(self) -> Sequence['outputs.GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindowDetailResult']:
@@ -13144,6 +13316,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
13144
13316
  def memory_per_oracle_compute_unit_in_gbs(self) -> int:
13145
13317
  """
13146
13318
  The amount of memory (in GBs) enabled per ECPU or OCPU in the Autonomous VM Cluster.
13319
+ <<<<<<< HEAD
13147
13320
  """
13148
13321
  return pulumi.get(self, "memory_per_oracle_compute_unit_in_gbs")
13149
13322
 
@@ -13152,6 +13325,8 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
13152
13325
  def net_services_architecture(self) -> str:
13153
13326
  """
13154
13327
  Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
13328
+ =======
13329
+ >>>>>>> 22609d6059 (Added - Support for Oracle Home Version Control - Phase 2 | ADB-D and ADB-C@C)
13155
13330
  """
13156
13331
  return pulumi.get(self, "net_services_architecture")
13157
13332
 
@@ -13223,7 +13398,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
13223
13398
  @pulumi.getter(name="provisionableCpuses")
13224
13399
  def provisionable_cpuses(self) -> Sequence[float]:
13225
13400
  """
13226
- An array of CPU values that can be used to successfully provision a single Autonomous Database.\\ For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
13401
+ An array of CPU values that can be used to successfully provision a single Autonomous Database.
13227
13402
  """
13228
13403
  return pulumi.get(self, "provisionable_cpuses")
13229
13404
 
@@ -13239,9 +13414,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
13239
13414
  @pulumi.getter(name="reclaimableCpus")
13240
13415
  def reclaimable_cpus(self) -> float:
13241
13416
  """
13242
- For Autonomous Databases on Dedicated Exadata Infrastructure:
13243
- * These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
13244
- * The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
13417
+ CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
13245
13418
  """
13246
13419
  return pulumi.get(self, "reclaimable_cpus")
13247
13420
 
@@ -13501,6 +13674,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindo
13501
13674
  months: Sequence['outputs.GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindowMonthResult'],
13502
13675
  patching_mode: str,
13503
13676
  preference: str,
13677
+ skip_rus: Sequence[bool],
13504
13678
  weeks_of_months: Sequence[int]):
13505
13679
  """
13506
13680
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -13513,6 +13687,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindo
13513
13687
  :param Sequence['GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
13514
13688
  :param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
13515
13689
  :param str preference: The maintenance window scheduling preference.
13690
+ :param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
13516
13691
  :param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
13517
13692
  """
13518
13693
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
@@ -13524,6 +13699,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindo
13524
13699
  pulumi.set(__self__, "months", months)
13525
13700
  pulumi.set(__self__, "patching_mode", patching_mode)
13526
13701
  pulumi.set(__self__, "preference", preference)
13702
+ pulumi.set(__self__, "skip_rus", skip_rus)
13527
13703
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
13528
13704
 
13529
13705
  @property
@@ -13599,6 +13775,14 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindo
13599
13775
  """
13600
13776
  return pulumi.get(self, "preference")
13601
13777
 
13778
+ @property
13779
+ @pulumi.getter(name="skipRus")
13780
+ def skip_rus(self) -> Sequence[bool]:
13781
+ """
13782
+ If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
13783
+ """
13784
+ return pulumi.get(self, "skip_rus")
13785
+
13602
13786
  @property
13603
13787
  @pulumi.getter(name="weeksOfMonths")
13604
13788
  def weeks_of_months(self) -> Sequence[int]:
@@ -13638,6 +13822,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindo
13638
13822
  months: Sequence['outputs.GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindowDetailMonthResult'],
13639
13823
  patching_mode: str,
13640
13824
  preference: str,
13825
+ skip_rus: Sequence[bool],
13641
13826
  weeks_of_months: Sequence[int]):
13642
13827
  """
13643
13828
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -13650,6 +13835,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindo
13650
13835
  :param Sequence['GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindowDetailMonthArgs'] months: Months during the year when maintenance should be performed.
13651
13836
  :param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
13652
13837
  :param str preference: The maintenance window scheduling preference.
13838
+ :param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
13653
13839
  :param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
13654
13840
  """
13655
13841
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
@@ -13661,6 +13847,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindo
13661
13847
  pulumi.set(__self__, "months", months)
13662
13848
  pulumi.set(__self__, "patching_mode", patching_mode)
13663
13849
  pulumi.set(__self__, "preference", preference)
13850
+ pulumi.set(__self__, "skip_rus", skip_rus)
13664
13851
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
13665
13852
 
13666
13853
  @property
@@ -13736,6 +13923,14 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindo
13736
13923
  """
13737
13924
  return pulumi.get(self, "preference")
13738
13925
 
13926
+ @property
13927
+ @pulumi.getter(name="skipRus")
13928
+ def skip_rus(self) -> Sequence[bool]:
13929
+ """
13930
+ If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
13931
+ """
13932
+ return pulumi.get(self, "skip_rus")
13933
+
13739
13934
  @property
13740
13935
  @pulumi.getter(name="weeksOfMonths")
13741
13936
  def weeks_of_months(self) -> Sequence[int]:
@@ -15454,6 +15649,191 @@ class GetAutonomousDatabaseScheduledOperationDayOfWeekResult(dict):
15454
15649
  return pulumi.get(self, "name")
15455
15650
 
15456
15651
 
15652
+ @pulumi.output_type
15653
+ class GetAutonomousDatabaseSoftwareImagesAutonomousDatabaseSoftwareImageCollectionResult(dict):
15654
+ def __init__(__self__, *,
15655
+ items: Sequence['outputs.GetAutonomousDatabaseSoftwareImagesAutonomousDatabaseSoftwareImageCollectionItemResult']):
15656
+ pulumi.set(__self__, "items", items)
15657
+
15658
+ @property
15659
+ @pulumi.getter
15660
+ def items(self) -> Sequence['outputs.GetAutonomousDatabaseSoftwareImagesAutonomousDatabaseSoftwareImageCollectionItemResult']:
15661
+ return pulumi.get(self, "items")
15662
+
15663
+
15664
+ @pulumi.output_type
15665
+ class GetAutonomousDatabaseSoftwareImagesAutonomousDatabaseSoftwareImageCollectionItemResult(dict):
15666
+ def __init__(__self__, *,
15667
+ autonomous_dsi_one_off_patches: Sequence[str],
15668
+ compartment_id: str,
15669
+ database_version: str,
15670
+ defined_tags: Mapping[str, Any],
15671
+ display_name: str,
15672
+ freeform_tags: Mapping[str, Any],
15673
+ id: str,
15674
+ image_shape_family: str,
15675
+ lifecycle_details: str,
15676
+ release_update: str,
15677
+ source_cdb_id: str,
15678
+ state: str,
15679
+ time_created: str):
15680
+ """
15681
+ :param Sequence[str] autonomous_dsi_one_off_patches: One-off patches included in the Autonomous Database Software Image
15682
+ :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
15683
+ :param str database_version: The database version with which the Autonomous Database Software Image is to be built.
15684
+ :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
15685
+ :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
15686
+ :param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
15687
+ :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Database Software Image.
15688
+ :param str image_shape_family: A filter to return only resources that match the given image shape family exactly.
15689
+ :param str lifecycle_details: Detailed message for the lifecycle state.
15690
+ :param str release_update: The Release Updates.
15691
+ :param str state: A filter to return only resources that match the given lifecycle state exactly.
15692
+ :param str time_created: The date and time the Autonomous Database Software Image was created.
15693
+ """
15694
+ pulumi.set(__self__, "autonomous_dsi_one_off_patches", autonomous_dsi_one_off_patches)
15695
+ pulumi.set(__self__, "compartment_id", compartment_id)
15696
+ pulumi.set(__self__, "database_version", database_version)
15697
+ pulumi.set(__self__, "defined_tags", defined_tags)
15698
+ pulumi.set(__self__, "display_name", display_name)
15699
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
15700
+ pulumi.set(__self__, "id", id)
15701
+ pulumi.set(__self__, "image_shape_family", image_shape_family)
15702
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
15703
+ pulumi.set(__self__, "release_update", release_update)
15704
+ pulumi.set(__self__, "source_cdb_id", source_cdb_id)
15705
+ pulumi.set(__self__, "state", state)
15706
+ pulumi.set(__self__, "time_created", time_created)
15707
+
15708
+ @property
15709
+ @pulumi.getter(name="autonomousDsiOneOffPatches")
15710
+ def autonomous_dsi_one_off_patches(self) -> Sequence[str]:
15711
+ """
15712
+ One-off patches included in the Autonomous Database Software Image
15713
+ """
15714
+ return pulumi.get(self, "autonomous_dsi_one_off_patches")
15715
+
15716
+ @property
15717
+ @pulumi.getter(name="compartmentId")
15718
+ def compartment_id(self) -> str:
15719
+ """
15720
+ The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
15721
+ """
15722
+ return pulumi.get(self, "compartment_id")
15723
+
15724
+ @property
15725
+ @pulumi.getter(name="databaseVersion")
15726
+ def database_version(self) -> str:
15727
+ """
15728
+ The database version with which the Autonomous Database Software Image is to be built.
15729
+ """
15730
+ return pulumi.get(self, "database_version")
15731
+
15732
+ @property
15733
+ @pulumi.getter(name="definedTags")
15734
+ def defined_tags(self) -> Mapping[str, Any]:
15735
+ """
15736
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
15737
+ """
15738
+ return pulumi.get(self, "defined_tags")
15739
+
15740
+ @property
15741
+ @pulumi.getter(name="displayName")
15742
+ def display_name(self) -> str:
15743
+ """
15744
+ A filter to return only resources that match the entire display name given. The match is not case sensitive.
15745
+ """
15746
+ return pulumi.get(self, "display_name")
15747
+
15748
+ @property
15749
+ @pulumi.getter(name="freeformTags")
15750
+ def freeform_tags(self) -> Mapping[str, Any]:
15751
+ """
15752
+ Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
15753
+ """
15754
+ return pulumi.get(self, "freeform_tags")
15755
+
15756
+ @property
15757
+ @pulumi.getter
15758
+ def id(self) -> str:
15759
+ """
15760
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Database Software Image.
15761
+ """
15762
+ return pulumi.get(self, "id")
15763
+
15764
+ @property
15765
+ @pulumi.getter(name="imageShapeFamily")
15766
+ def image_shape_family(self) -> str:
15767
+ """
15768
+ A filter to return only resources that match the given image shape family exactly.
15769
+ """
15770
+ return pulumi.get(self, "image_shape_family")
15771
+
15772
+ @property
15773
+ @pulumi.getter(name="lifecycleDetails")
15774
+ def lifecycle_details(self) -> str:
15775
+ """
15776
+ Detailed message for the lifecycle state.
15777
+ """
15778
+ return pulumi.get(self, "lifecycle_details")
15779
+
15780
+ @property
15781
+ @pulumi.getter(name="releaseUpdate")
15782
+ def release_update(self) -> str:
15783
+ """
15784
+ The Release Updates.
15785
+ """
15786
+ return pulumi.get(self, "release_update")
15787
+
15788
+ @property
15789
+ @pulumi.getter(name="sourceCdbId")
15790
+ def source_cdb_id(self) -> str:
15791
+ return pulumi.get(self, "source_cdb_id")
15792
+
15793
+ @property
15794
+ @pulumi.getter
15795
+ def state(self) -> str:
15796
+ """
15797
+ A filter to return only resources that match the given lifecycle state exactly.
15798
+ """
15799
+ return pulumi.get(self, "state")
15800
+
15801
+ @property
15802
+ @pulumi.getter(name="timeCreated")
15803
+ def time_created(self) -> str:
15804
+ """
15805
+ The date and time the Autonomous Database Software Image was created.
15806
+ """
15807
+ return pulumi.get(self, "time_created")
15808
+
15809
+
15810
+ @pulumi.output_type
15811
+ class GetAutonomousDatabaseSoftwareImagesFilterResult(dict):
15812
+ def __init__(__self__, *,
15813
+ name: str,
15814
+ values: Sequence[str],
15815
+ regex: Optional[bool] = None):
15816
+ pulumi.set(__self__, "name", name)
15817
+ pulumi.set(__self__, "values", values)
15818
+ if regex is not None:
15819
+ pulumi.set(__self__, "regex", regex)
15820
+
15821
+ @property
15822
+ @pulumi.getter
15823
+ def name(self) -> str:
15824
+ return pulumi.get(self, "name")
15825
+
15826
+ @property
15827
+ @pulumi.getter
15828
+ def values(self) -> Sequence[str]:
15829
+ return pulumi.get(self, "values")
15830
+
15831
+ @property
15832
+ @pulumi.getter
15833
+ def regex(self) -> Optional[bool]:
15834
+ return pulumi.get(self, "regex")
15835
+
15836
+
15457
15837
  @pulumi.output_type
15458
15838
  class GetAutonomousDatabaseStandbyDbResult(dict):
15459
15839
  def __init__(__self__, *,
@@ -19957,6 +20337,7 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowResult(dict):
19957
20337
  months: Sequence['outputs.GetAutonomousExadataInfrastructureMaintenanceWindowMonthResult'],
19958
20338
  patching_mode: str,
19959
20339
  preference: str,
20340
+ skip_rus: Sequence[bool],
19960
20341
  weeks_of_months: Sequence[int]):
19961
20342
  """
19962
20343
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -19980,6 +20361,7 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowResult(dict):
19980
20361
  pulumi.set(__self__, "months", months)
19981
20362
  pulumi.set(__self__, "patching_mode", patching_mode)
19982
20363
  pulumi.set(__self__, "preference", preference)
20364
+ pulumi.set(__self__, "skip_rus", skip_rus)
19983
20365
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
19984
20366
 
19985
20367
  @property
@@ -20055,6 +20437,11 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowResult(dict):
20055
20437
  """
20056
20438
  return pulumi.get(self, "preference")
20057
20439
 
20440
+ @property
20441
+ @pulumi.getter(name="skipRus")
20442
+ def skip_rus(self) -> Sequence[bool]:
20443
+ return pulumi.get(self, "skip_rus")
20444
+
20058
20445
  @property
20059
20446
  @pulumi.getter(name="weeksOfMonths")
20060
20447
  def weeks_of_months(self) -> Sequence[int]:
@@ -20094,6 +20481,7 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowDetailResult(dict):
20094
20481
  months: Sequence['outputs.GetAutonomousExadataInfrastructureMaintenanceWindowDetailMonthResult'],
20095
20482
  patching_mode: str,
20096
20483
  preference: str,
20484
+ skip_rus: Sequence[bool],
20097
20485
  weeks_of_months: Sequence[int]):
20098
20486
  """
20099
20487
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -20117,6 +20505,7 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowDetailResult(dict):
20117
20505
  pulumi.set(__self__, "months", months)
20118
20506
  pulumi.set(__self__, "patching_mode", patching_mode)
20119
20507
  pulumi.set(__self__, "preference", preference)
20508
+ pulumi.set(__self__, "skip_rus", skip_rus)
20120
20509
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
20121
20510
 
20122
20511
  @property
@@ -20192,6 +20581,11 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowDetailResult(dict):
20192
20581
  """
20193
20582
  return pulumi.get(self, "preference")
20194
20583
 
20584
+ @property
20585
+ @pulumi.getter(name="skipRus")
20586
+ def skip_rus(self) -> Sequence[bool]:
20587
+ return pulumi.get(self, "skip_rus")
20588
+
20195
20589
  @property
20196
20590
  @pulumi.getter(name="weeksOfMonths")
20197
20591
  def weeks_of_months(self) -> Sequence[int]:
@@ -20648,6 +21042,7 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
20648
21042
  months: Sequence['outputs.GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintenanceWindowMonthResult'],
20649
21043
  patching_mode: str,
20650
21044
  preference: str,
21045
+ skip_rus: Sequence[bool],
20651
21046
  weeks_of_months: Sequence[int]):
20652
21047
  """
20653
21048
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -20671,6 +21066,7 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
20671
21066
  pulumi.set(__self__, "months", months)
20672
21067
  pulumi.set(__self__, "patching_mode", patching_mode)
20673
21068
  pulumi.set(__self__, "preference", preference)
21069
+ pulumi.set(__self__, "skip_rus", skip_rus)
20674
21070
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
20675
21071
 
20676
21072
  @property
@@ -20746,6 +21142,11 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
20746
21142
  """
20747
21143
  return pulumi.get(self, "preference")
20748
21144
 
21145
+ @property
21146
+ @pulumi.getter(name="skipRus")
21147
+ def skip_rus(self) -> Sequence[bool]:
21148
+ return pulumi.get(self, "skip_rus")
21149
+
20749
21150
  @property
20750
21151
  @pulumi.getter(name="weeksOfMonths")
20751
21152
  def weeks_of_months(self) -> Sequence[int]:
@@ -20785,6 +21186,7 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
20785
21186
  months: Sequence['outputs.GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintenanceWindowDetailMonthResult'],
20786
21187
  patching_mode: str,
20787
21188
  preference: str,
21189
+ skip_rus: Sequence[bool],
20788
21190
  weeks_of_months: Sequence[int]):
20789
21191
  """
20790
21192
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -20808,6 +21210,7 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
20808
21210
  pulumi.set(__self__, "months", months)
20809
21211
  pulumi.set(__self__, "patching_mode", patching_mode)
20810
21212
  pulumi.set(__self__, "preference", preference)
21213
+ pulumi.set(__self__, "skip_rus", skip_rus)
20811
21214
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
20812
21215
 
20813
21216
  @property
@@ -20883,6 +21286,11 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
20883
21286
  """
20884
21287
  return pulumi.get(self, "preference")
20885
21288
 
21289
+ @property
21290
+ @pulumi.getter(name="skipRus")
21291
+ def skip_rus(self) -> Sequence[bool]:
21292
+ return pulumi.get(self, "skip_rus")
21293
+
20886
21294
  @property
20887
21295
  @pulumi.getter(name="weeksOfMonths")
20888
21296
  def weeks_of_months(self) -> Sequence[int]:
@@ -21173,15 +21581,15 @@ class GetAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResource
21173
21581
  used_cpus: float):
21174
21582
  """
21175
21583
  :param Sequence['GetAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResourceUsageAutonomousContainerDatabaseVmUsageArgs'] autonomous_container_database_vm_usages: list of autonomous container database resource usage per autonomous virtual machine.
21176
- :param float available_cpus: CPUs / cores available for ADB provisioning or scaling in the Autonomous Container Database.
21584
+ :param float available_cpus: CPUs available for provisioning or scaling an Autonomous Database in the Autonomous Container Database.
21177
21585
  :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
21178
21586
  :param str display_name: The user-friendly name for the Autonomous Container Database. The name does not need to be unique.
21179
21587
  :param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
21180
21588
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Container Database.
21181
21589
  :param float largest_provisionable_autonomous_database_in_cpus: Largest provisionable ADB in the Autonomous Container Database.
21182
- :param Sequence[float] provisionable_cpuses: Valid list of provisionable CPUs / cores for ADB creation.
21590
+ :param Sequence[float] provisionable_cpuses: Valid list of provisionable CPUs for Autonomous Database.
21183
21591
  :param float provisioned_cpus: CPUs / cores assigned to ADBs in the Autonomous Container Database.
21184
- :param float reclaimable_cpus: CPUs / cores reclaimable or released to cluster on Autonomous Container Database restart.
21592
+ :param float reclaimable_cpus: Number of CPUs that are reclaimable or released to the AVMC on Autonomous Container Database restart.
21185
21593
  :param float reserved_cpus: CPUs / cores reserved for scalability, resilliency and other overheads. This includes failover, autoscaling and idle instance overhead.
21186
21594
  :param float used_cpus: CPUs / cores assigned to the Autonomous Container Database. Sum of provisioned, reserved and reclaimable CPUs/ cores.
21187
21595
  """
@@ -21210,7 +21618,7 @@ class GetAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResource
21210
21618
  @pulumi.getter(name="availableCpus")
21211
21619
  def available_cpus(self) -> float:
21212
21620
  """
21213
- CPUs / cores available for ADB provisioning or scaling in the Autonomous Container Database.
21621
+ CPUs available for provisioning or scaling an Autonomous Database in the Autonomous Container Database.
21214
21622
  """
21215
21623
  return pulumi.get(self, "available_cpus")
21216
21624
 
@@ -21258,7 +21666,7 @@ class GetAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResource
21258
21666
  @pulumi.getter(name="provisionableCpuses")
21259
21667
  def provisionable_cpuses(self) -> Sequence[float]:
21260
21668
  """
21261
- Valid list of provisionable CPUs / cores for ADB creation.
21669
+ Valid list of provisionable CPUs for Autonomous Database.
21262
21670
  """
21263
21671
  return pulumi.get(self, "provisionable_cpuses")
21264
21672
 
@@ -21274,7 +21682,7 @@ class GetAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResource
21274
21682
  @pulumi.getter(name="reclaimableCpus")
21275
21683
  def reclaimable_cpus(self) -> float:
21276
21684
  """
21277
- CPUs / cores reclaimable or released to cluster on Autonomous Container Database restart.
21685
+ Number of CPUs that are reclaimable or released to the AVMC on Autonomous Container Database restart.
21278
21686
  """
21279
21687
  return pulumi.get(self, "reclaimable_cpus")
21280
21688
 
@@ -21308,7 +21716,7 @@ class GetAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResource
21308
21716
  :param str display_name: The user-friendly name for the Autonomous Container Database. The name does not need to be unique.
21309
21717
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Container Database.
21310
21718
  :param float provisioned_cpus: CPUs / cores assigned to ADBs in the Autonomous Container Database.
21311
- :param float reclaimable_cpus: CPUs / cores reclaimable or released to cluster on Autonomous Container Database restart.
21719
+ :param float reclaimable_cpus: Number of CPUs that are reclaimable or released to the AVMC on Autonomous Container Database restart.
21312
21720
  :param float reserved_cpus: CPUs / cores reserved for scalability, resilliency and other overheads. This includes failover, autoscaling and idle instance overhead.
21313
21721
  :param float used_cpus: CPUs / cores assigned to the Autonomous Container Database. Sum of provisioned, reserved and reclaimable CPUs/ cores.
21314
21722
  """
@@ -21347,7 +21755,7 @@ class GetAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResource
21347
21755
  @pulumi.getter(name="reclaimableCpus")
21348
21756
  def reclaimable_cpus(self) -> float:
21349
21757
  """
21350
- CPUs / cores reclaimable or released to cluster on Autonomous Container Database restart.
21758
+ Number of CPUs that are reclaimable or released to the AVMC on Autonomous Container Database restart.
21351
21759
  """
21352
21760
  return pulumi.get(self, "reclaimable_cpus")
21353
21761
 
@@ -21407,6 +21815,7 @@ class GetAutonomousVmClusterMaintenanceWindowResult(dict):
21407
21815
  months: Sequence['outputs.GetAutonomousVmClusterMaintenanceWindowMonthResult'],
21408
21816
  patching_mode: str,
21409
21817
  preference: str,
21818
+ skip_rus: Sequence[bool],
21410
21819
  weeks_of_months: Sequence[int]):
21411
21820
  """
21412
21821
  :param Sequence['GetAutonomousVmClusterMaintenanceWindowDaysOfWeekArgs'] days_of_weeks: Days during the week when maintenance should be performed.
@@ -21426,6 +21835,7 @@ class GetAutonomousVmClusterMaintenanceWindowResult(dict):
21426
21835
  pulumi.set(__self__, "months", months)
21427
21836
  pulumi.set(__self__, "patching_mode", patching_mode)
21428
21837
  pulumi.set(__self__, "preference", preference)
21838
+ pulumi.set(__self__, "skip_rus", skip_rus)
21429
21839
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
21430
21840
 
21431
21841
  @property
@@ -21489,6 +21899,11 @@ class GetAutonomousVmClusterMaintenanceWindowResult(dict):
21489
21899
  """
21490
21900
  return pulumi.get(self, "preference")
21491
21901
 
21902
+ @property
21903
+ @pulumi.getter(name="skipRus")
21904
+ def skip_rus(self) -> Sequence[bool]:
21905
+ return pulumi.get(self, "skip_rus")
21906
+
21492
21907
  @property
21493
21908
  @pulumi.getter(name="weeksOfMonths")
21494
21909
  def weeks_of_months(self) -> Sequence[int]:
@@ -21528,6 +21943,7 @@ class GetAutonomousVmClusterMaintenanceWindowDetailResult(dict):
21528
21943
  months: Sequence['outputs.GetAutonomousVmClusterMaintenanceWindowDetailMonthResult'],
21529
21944
  patching_mode: str,
21530
21945
  preference: str,
21946
+ skip_rus: Sequence[bool],
21531
21947
  weeks_of_months: Sequence[int]):
21532
21948
  """
21533
21949
  :param Sequence['GetAutonomousVmClusterMaintenanceWindowDetailDaysOfWeekArgs'] days_of_weeks: Days during the week when maintenance should be performed.
@@ -21547,6 +21963,7 @@ class GetAutonomousVmClusterMaintenanceWindowDetailResult(dict):
21547
21963
  pulumi.set(__self__, "months", months)
21548
21964
  pulumi.set(__self__, "patching_mode", patching_mode)
21549
21965
  pulumi.set(__self__, "preference", preference)
21966
+ pulumi.set(__self__, "skip_rus", skip_rus)
21550
21967
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
21551
21968
 
21552
21969
  @property
@@ -21610,6 +22027,11 @@ class GetAutonomousVmClusterMaintenanceWindowDetailResult(dict):
21610
22027
  """
21611
22028
  return pulumi.get(self, "preference")
21612
22029
 
22030
+ @property
22031
+ @pulumi.getter(name="skipRus")
22032
+ def skip_rus(self) -> Sequence[bool]:
22033
+ return pulumi.get(self, "skip_rus")
22034
+
21613
22035
  @property
21614
22036
  @pulumi.getter(name="weeksOfMonths")
21615
22037
  def weeks_of_months(self) -> Sequence[int]:
@@ -21942,7 +22364,9 @@ class GetAutonomousVmClustersAutonomousVmClusterResult(dict):
21942
22364
  :param int provisionable_autonomous_container_databases: **Deprecated.** Use field totalContainerDatabases.
21943
22365
  :param int provisioned_autonomous_container_databases: The number of provisioned Autonomous Container Databases in an Autonomous VM Cluster.
21944
22366
  :param float provisioned_cpus: The number of CPUs provisioned in an Autonomous VM Cluster.
21945
- :param int reclaimable_cpus: CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
22367
+ :param int reclaimable_cpus: For Autonomous Databases on Dedicated Exadata Infrastructure:
22368
+ * These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
22369
+ * The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
21946
22370
  :param float reserved_cpus: The number of CPUs reserved in an Autonomous VM Cluster.
21947
22371
  :param int scan_listener_port_non_tls: The SCAN Listener Non TLS port number. Default value is 1521.
21948
22372
  :param int scan_listener_port_tls: The SCAN Listener TLS port number. Default value is 2484.
@@ -22310,7 +22734,9 @@ class GetAutonomousVmClustersAutonomousVmClusterResult(dict):
22310
22734
  @pulumi.getter(name="reclaimableCpus")
22311
22735
  def reclaimable_cpus(self) -> int:
22312
22736
  """
22313
- CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
22737
+ For Autonomous Databases on Dedicated Exadata Infrastructure:
22738
+ * These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
22739
+ * The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
22314
22740
  """
22315
22741
  return pulumi.get(self, "reclaimable_cpus")
22316
22742
 
@@ -22412,6 +22838,7 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowResult(dict):
22412
22838
  months: Sequence['outputs.GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowMonthResult'],
22413
22839
  patching_mode: str,
22414
22840
  preference: str,
22841
+ skip_rus: Sequence[bool],
22415
22842
  weeks_of_months: Sequence[int]):
22416
22843
  """
22417
22844
  :param Sequence['GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDaysOfWeekArgs'] days_of_weeks: Days during the week when maintenance should be performed.
@@ -22431,6 +22858,7 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowResult(dict):
22431
22858
  pulumi.set(__self__, "months", months)
22432
22859
  pulumi.set(__self__, "patching_mode", patching_mode)
22433
22860
  pulumi.set(__self__, "preference", preference)
22861
+ pulumi.set(__self__, "skip_rus", skip_rus)
22434
22862
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
22435
22863
 
22436
22864
  @property
@@ -22494,6 +22922,11 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowResult(dict):
22494
22922
  """
22495
22923
  return pulumi.get(self, "preference")
22496
22924
 
22925
+ @property
22926
+ @pulumi.getter(name="skipRus")
22927
+ def skip_rus(self) -> Sequence[bool]:
22928
+ return pulumi.get(self, "skip_rus")
22929
+
22497
22930
  @property
22498
22931
  @pulumi.getter(name="weeksOfMonths")
22499
22932
  def weeks_of_months(self) -> Sequence[int]:
@@ -22533,6 +22966,7 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDetailResult(di
22533
22966
  months: Sequence['outputs.GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDetailMonthResult'],
22534
22967
  patching_mode: str,
22535
22968
  preference: str,
22969
+ skip_rus: Sequence[bool],
22536
22970
  weeks_of_months: Sequence[int]):
22537
22971
  """
22538
22972
  :param Sequence['GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDetailDaysOfWeekArgs'] days_of_weeks: Days during the week when maintenance should be performed.
@@ -22552,6 +22986,7 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDetailResult(di
22552
22986
  pulumi.set(__self__, "months", months)
22553
22987
  pulumi.set(__self__, "patching_mode", patching_mode)
22554
22988
  pulumi.set(__self__, "preference", preference)
22989
+ pulumi.set(__self__, "skip_rus", skip_rus)
22555
22990
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
22556
22991
 
22557
22992
  @property
@@ -22615,6 +23050,11 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDetailResult(di
22615
23050
  """
22616
23051
  return pulumi.get(self, "preference")
22617
23052
 
23053
+ @property
23054
+ @pulumi.getter(name="skipRus")
23055
+ def skip_rus(self) -> Sequence[bool]:
23056
+ return pulumi.get(self, "skip_rus")
23057
+
22618
23058
  @property
22619
23059
  @pulumi.getter(name="weeksOfMonths")
22620
23060
  def weeks_of_months(self) -> Sequence[int]:
@@ -23343,15 +23783,15 @@ class GetCloudAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseRes
23343
23783
  used_cpus: float):
23344
23784
  """
23345
23785
  :param Sequence['GetCloudAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResourceUsageAutonomousContainerDatabaseVmUsageArgs'] autonomous_container_database_vm_usages: List of autonomous container database resource usage per autonomous virtual machine.
23346
- :param float available_cpus: CPUs / cores available for ADB provisioning or scaling in the Autonomous Container Database.
23786
+ :param float available_cpus: CPUs available for provisioning or scaling an Autonomous Database in the Autonomous Container Database.
23347
23787
  :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
23348
23788
  :param str display_name: The user-friendly name for the Autonomous Container Database. The name does not need to be unique.
23349
23789
  :param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
23350
23790
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Container Database.
23351
23791
  :param float largest_provisionable_autonomous_database_in_cpus: Largest provisionable ADB in the Autonomous Container Database.
23352
- :param Sequence[float] provisionable_cpuses: Valid list of provisionable CPUs / cores for ADB creation.
23792
+ :param Sequence[float] provisionable_cpuses: Valid list of provisionable CPUs for Autonomous Database.
23353
23793
  :param float provisioned_cpus: CPUs / cores assigned to ADBs in the Autonomous Container Database.
23354
- :param float reclaimable_cpus: CPUs / cores reclaimable or released to cluster on Autonomous Container Database restart.
23794
+ :param float reclaimable_cpus: Number of CPUs that are reclaimable or released to the AVMC on Autonomous Container Database restart.
23355
23795
  :param float reserved_cpus: CPUs / cores reserved for scalability, resilliency and other overheads. This includes failover, autoscaling and idle instance overhead.
23356
23796
  :param float used_cpus: CPUs / cores assigned to the Autonomous Container Database. Sum of provisioned, reserved and reclaimable CPUs/ cores.
23357
23797
  """
@@ -23380,7 +23820,7 @@ class GetCloudAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseRes
23380
23820
  @pulumi.getter(name="availableCpus")
23381
23821
  def available_cpus(self) -> float:
23382
23822
  """
23383
- CPUs / cores available for ADB provisioning or scaling in the Autonomous Container Database.
23823
+ CPUs available for provisioning or scaling an Autonomous Database in the Autonomous Container Database.
23384
23824
  """
23385
23825
  return pulumi.get(self, "available_cpus")
23386
23826
 
@@ -23428,7 +23868,7 @@ class GetCloudAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseRes
23428
23868
  @pulumi.getter(name="provisionableCpuses")
23429
23869
  def provisionable_cpuses(self) -> Sequence[float]:
23430
23870
  """
23431
- Valid list of provisionable CPUs / cores for ADB creation.
23871
+ Valid list of provisionable CPUs for Autonomous Database.
23432
23872
  """
23433
23873
  return pulumi.get(self, "provisionable_cpuses")
23434
23874
 
@@ -23444,7 +23884,7 @@ class GetCloudAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseRes
23444
23884
  @pulumi.getter(name="reclaimableCpus")
23445
23885
  def reclaimable_cpus(self) -> float:
23446
23886
  """
23447
- CPUs / cores reclaimable or released to cluster on Autonomous Container Database restart.
23887
+ Number of CPUs that are reclaimable or released to the AVMC on Autonomous Container Database restart.
23448
23888
  """
23449
23889
  return pulumi.get(self, "reclaimable_cpus")
23450
23890
 
@@ -23478,7 +23918,7 @@ class GetCloudAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseRes
23478
23918
  :param str display_name: The user-friendly name for the Autonomous Container Database. The name does not need to be unique.
23479
23919
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Container Database.
23480
23920
  :param float provisioned_cpus: CPUs / cores assigned to ADBs in the Autonomous Container Database.
23481
- :param float reclaimable_cpus: CPUs / cores reclaimable or released to cluster on Autonomous Container Database restart.
23921
+ :param float reclaimable_cpus: Number of CPUs that are reclaimable or released to the AVMC on Autonomous Container Database restart.
23482
23922
  :param float reserved_cpus: CPUs / cores reserved for scalability, resilliency and other overheads. This includes failover, autoscaling and idle instance overhead.
23483
23923
  :param float used_cpus: CPUs / cores assigned to the Autonomous Container Database. Sum of provisioned, reserved and reclaimable CPUs/ cores.
23484
23924
  """
@@ -23517,7 +23957,7 @@ class GetCloudAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseRes
23517
23957
  @pulumi.getter(name="reclaimableCpus")
23518
23958
  def reclaimable_cpus(self) -> float:
23519
23959
  """
23520
- CPUs / cores reclaimable or released to cluster on Autonomous Container Database restart.
23960
+ Number of CPUs that are reclaimable or released to the AVMC on Autonomous Container Database restart.
23521
23961
  """
23522
23962
  return pulumi.get(self, "reclaimable_cpus")
23523
23963
 
@@ -23577,6 +24017,7 @@ class GetCloudAutonomousVmClusterMaintenanceWindowResult(dict):
23577
24017
  months: Sequence['outputs.GetCloudAutonomousVmClusterMaintenanceWindowMonthResult'],
23578
24018
  patching_mode: str,
23579
24019
  preference: str,
24020
+ skip_rus: Sequence[bool],
23580
24021
  weeks_of_months: Sequence[int]):
23581
24022
  """
23582
24023
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -23600,6 +24041,7 @@ class GetCloudAutonomousVmClusterMaintenanceWindowResult(dict):
23600
24041
  pulumi.set(__self__, "months", months)
23601
24042
  pulumi.set(__self__, "patching_mode", patching_mode)
23602
24043
  pulumi.set(__self__, "preference", preference)
24044
+ pulumi.set(__self__, "skip_rus", skip_rus)
23603
24045
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
23604
24046
 
23605
24047
  @property
@@ -23675,6 +24117,11 @@ class GetCloudAutonomousVmClusterMaintenanceWindowResult(dict):
23675
24117
  """
23676
24118
  return pulumi.get(self, "preference")
23677
24119
 
24120
+ @property
24121
+ @pulumi.getter(name="skipRus")
24122
+ def skip_rus(self) -> Sequence[bool]:
24123
+ return pulumi.get(self, "skip_rus")
24124
+
23678
24125
  @property
23679
24126
  @pulumi.getter(name="weeksOfMonths")
23680
24127
  def weeks_of_months(self) -> Sequence[int]:
@@ -23714,6 +24161,7 @@ class GetCloudAutonomousVmClusterMaintenanceWindowDetailResult(dict):
23714
24161
  months: Sequence['outputs.GetCloudAutonomousVmClusterMaintenanceWindowDetailMonthResult'],
23715
24162
  patching_mode: str,
23716
24163
  preference: str,
24164
+ skip_rus: Sequence[bool],
23717
24165
  weeks_of_months: Sequence[int]):
23718
24166
  """
23719
24167
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -23737,6 +24185,7 @@ class GetCloudAutonomousVmClusterMaintenanceWindowDetailResult(dict):
23737
24185
  pulumi.set(__self__, "months", months)
23738
24186
  pulumi.set(__self__, "patching_mode", patching_mode)
23739
24187
  pulumi.set(__self__, "preference", preference)
24188
+ pulumi.set(__self__, "skip_rus", skip_rus)
23740
24189
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
23741
24190
 
23742
24191
  @property
@@ -23812,6 +24261,11 @@ class GetCloudAutonomousVmClusterMaintenanceWindowDetailResult(dict):
23812
24261
  """
23813
24262
  return pulumi.get(self, "preference")
23814
24263
 
24264
+ @property
24265
+ @pulumi.getter(name="skipRus")
24266
+ def skip_rus(self) -> Sequence[bool]:
24267
+ return pulumi.get(self, "skip_rus")
24268
+
23815
24269
  @property
23816
24270
  @pulumi.getter(name="weeksOfMonths")
23817
24271
  def weeks_of_months(self) -> Sequence[int]:
@@ -24691,6 +25145,7 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowResul
24691
25145
  months: Sequence['outputs.GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowMonthResult'],
24692
25146
  patching_mode: str,
24693
25147
  preference: str,
25148
+ skip_rus: Sequence[bool],
24694
25149
  weeks_of_months: Sequence[int]):
24695
25150
  """
24696
25151
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -24714,6 +25169,7 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowResul
24714
25169
  pulumi.set(__self__, "months", months)
24715
25170
  pulumi.set(__self__, "patching_mode", patching_mode)
24716
25171
  pulumi.set(__self__, "preference", preference)
25172
+ pulumi.set(__self__, "skip_rus", skip_rus)
24717
25173
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
24718
25174
 
24719
25175
  @property
@@ -24789,6 +25245,11 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowResul
24789
25245
  """
24790
25246
  return pulumi.get(self, "preference")
24791
25247
 
25248
+ @property
25249
+ @pulumi.getter(name="skipRus")
25250
+ def skip_rus(self) -> Sequence[bool]:
25251
+ return pulumi.get(self, "skip_rus")
25252
+
24792
25253
  @property
24793
25254
  @pulumi.getter(name="weeksOfMonths")
24794
25255
  def weeks_of_months(self) -> Sequence[int]:
@@ -24828,6 +25289,7 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowDetai
24828
25289
  months: Sequence['outputs.GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowDetailMonthResult'],
24829
25290
  patching_mode: str,
24830
25291
  preference: str,
25292
+ skip_rus: Sequence[bool],
24831
25293
  weeks_of_months: Sequence[int]):
24832
25294
  """
24833
25295
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -24851,6 +25313,7 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowDetai
24851
25313
  pulumi.set(__self__, "months", months)
24852
25314
  pulumi.set(__self__, "patching_mode", patching_mode)
24853
25315
  pulumi.set(__self__, "preference", preference)
25316
+ pulumi.set(__self__, "skip_rus", skip_rus)
24854
25317
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
24855
25318
 
24856
25319
  @property
@@ -24926,6 +25389,11 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowDetai
24926
25389
  """
24927
25390
  return pulumi.get(self, "preference")
24928
25391
 
25392
+ @property
25393
+ @pulumi.getter(name="skipRus")
25394
+ def skip_rus(self) -> Sequence[bool]:
25395
+ return pulumi.get(self, "skip_rus")
25396
+
24929
25397
  @property
24930
25398
  @pulumi.getter(name="weeksOfMonths")
24931
25399
  def weeks_of_months(self) -> Sequence[int]:
@@ -25052,6 +25520,7 @@ class GetCloudExadataInfrastructureMaintenanceWindowResult(dict):
25052
25520
  months: Sequence['outputs.GetCloudExadataInfrastructureMaintenanceWindowMonthResult'],
25053
25521
  patching_mode: str,
25054
25522
  preference: str,
25523
+ skip_rus: Sequence[bool],
25055
25524
  weeks_of_months: Sequence[int]):
25056
25525
  """
25057
25526
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -25075,6 +25544,7 @@ class GetCloudExadataInfrastructureMaintenanceWindowResult(dict):
25075
25544
  pulumi.set(__self__, "months", months)
25076
25545
  pulumi.set(__self__, "patching_mode", patching_mode)
25077
25546
  pulumi.set(__self__, "preference", preference)
25547
+ pulumi.set(__self__, "skip_rus", skip_rus)
25078
25548
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
25079
25549
 
25080
25550
  @property
@@ -25150,6 +25620,11 @@ class GetCloudExadataInfrastructureMaintenanceWindowResult(dict):
25150
25620
  """
25151
25621
  return pulumi.get(self, "preference")
25152
25622
 
25623
+ @property
25624
+ @pulumi.getter(name="skipRus")
25625
+ def skip_rus(self) -> Sequence[bool]:
25626
+ return pulumi.get(self, "skip_rus")
25627
+
25153
25628
  @property
25154
25629
  @pulumi.getter(name="weeksOfMonths")
25155
25630
  def weeks_of_months(self) -> Sequence[int]:
@@ -25635,6 +26110,7 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindowR
25635
26110
  months: Sequence['outputs.GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindowMonthResult'],
25636
26111
  patching_mode: str,
25637
26112
  preference: str,
26113
+ skip_rus: Sequence[bool],
25638
26114
  weeks_of_months: Sequence[int]):
25639
26115
  """
25640
26116
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -25658,6 +26134,7 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindowR
25658
26134
  pulumi.set(__self__, "months", months)
25659
26135
  pulumi.set(__self__, "patching_mode", patching_mode)
25660
26136
  pulumi.set(__self__, "preference", preference)
26137
+ pulumi.set(__self__, "skip_rus", skip_rus)
25661
26138
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
25662
26139
 
25663
26140
  @property
@@ -25733,6 +26210,11 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindowR
25733
26210
  """
25734
26211
  return pulumi.get(self, "preference")
25735
26212
 
26213
+ @property
26214
+ @pulumi.getter(name="skipRus")
26215
+ def skip_rus(self) -> Sequence[bool]:
26216
+ return pulumi.get(self, "skip_rus")
26217
+
25736
26218
  @property
25737
26219
  @pulumi.getter(name="weeksOfMonths")
25738
26220
  def weeks_of_months(self) -> Sequence[int]:
@@ -34449,6 +34931,7 @@ class GetDbSystemsDbSystemMaintenanceWindowResult(dict):
34449
34931
  months: Sequence['outputs.GetDbSystemsDbSystemMaintenanceWindowMonthResult'],
34450
34932
  patching_mode: str,
34451
34933
  preference: str,
34934
+ skip_rus: Sequence[bool],
34452
34935
  weeks_of_months: Sequence[int]):
34453
34936
  """
34454
34937
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -34472,6 +34955,7 @@ class GetDbSystemsDbSystemMaintenanceWindowResult(dict):
34472
34955
  pulumi.set(__self__, "months", months)
34473
34956
  pulumi.set(__self__, "patching_mode", patching_mode)
34474
34957
  pulumi.set(__self__, "preference", preference)
34958
+ pulumi.set(__self__, "skip_rus", skip_rus)
34475
34959
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
34476
34960
 
34477
34961
  @property
@@ -34547,6 +35031,11 @@ class GetDbSystemsDbSystemMaintenanceWindowResult(dict):
34547
35031
  """
34548
35032
  return pulumi.get(self, "preference")
34549
35033
 
35034
+ @property
35035
+ @pulumi.getter(name="skipRus")
35036
+ def skip_rus(self) -> Sequence[bool]:
35037
+ return pulumi.get(self, "skip_rus")
35038
+
34550
35039
  @property
34551
35040
  @pulumi.getter(name="weeksOfMonths")
34552
35041
  def weeks_of_months(self) -> Sequence[int]:
@@ -34586,6 +35075,7 @@ class GetDbSystemsDbSystemMaintenanceWindowDetailResult(dict):
34586
35075
  months: Sequence['outputs.GetDbSystemsDbSystemMaintenanceWindowDetailMonthResult'],
34587
35076
  patching_mode: str,
34588
35077
  preference: str,
35078
+ skip_rus: Sequence[bool],
34589
35079
  weeks_of_months: Sequence[int]):
34590
35080
  """
34591
35081
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -34609,6 +35099,7 @@ class GetDbSystemsDbSystemMaintenanceWindowDetailResult(dict):
34609
35099
  pulumi.set(__self__, "months", months)
34610
35100
  pulumi.set(__self__, "patching_mode", patching_mode)
34611
35101
  pulumi.set(__self__, "preference", preference)
35102
+ pulumi.set(__self__, "skip_rus", skip_rus)
34612
35103
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
34613
35104
 
34614
35105
  @property
@@ -34684,6 +35175,11 @@ class GetDbSystemsDbSystemMaintenanceWindowDetailResult(dict):
34684
35175
  """
34685
35176
  return pulumi.get(self, "preference")
34686
35177
 
35178
+ @property
35179
+ @pulumi.getter(name="skipRus")
35180
+ def skip_rus(self) -> Sequence[bool]:
35181
+ return pulumi.get(self, "skip_rus")
35182
+
34687
35183
  @property
34688
35184
  @pulumi.getter(name="weeksOfMonths")
34689
35185
  def weeks_of_months(self) -> Sequence[int]:
@@ -35098,6 +35594,7 @@ class GetExadataInfrastructureMaintenanceWindowResult(dict):
35098
35594
  months: Sequence['outputs.GetExadataInfrastructureMaintenanceWindowMonthResult'],
35099
35595
  patching_mode: str,
35100
35596
  preference: str,
35597
+ skip_rus: Sequence[bool],
35101
35598
  weeks_of_months: Sequence[int]):
35102
35599
  """
35103
35600
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -35121,6 +35618,7 @@ class GetExadataInfrastructureMaintenanceWindowResult(dict):
35121
35618
  pulumi.set(__self__, "months", months)
35122
35619
  pulumi.set(__self__, "patching_mode", patching_mode)
35123
35620
  pulumi.set(__self__, "preference", preference)
35621
+ pulumi.set(__self__, "skip_rus", skip_rus)
35124
35622
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
35125
35623
 
35126
35624
  @property
@@ -35196,6 +35694,11 @@ class GetExadataInfrastructureMaintenanceWindowResult(dict):
35196
35694
  """
35197
35695
  return pulumi.get(self, "preference")
35198
35696
 
35697
+ @property
35698
+ @pulumi.getter(name="skipRus")
35699
+ def skip_rus(self) -> Sequence[bool]:
35700
+ return pulumi.get(self, "skip_rus")
35701
+
35199
35702
  @property
35200
35703
  @pulumi.getter(name="weeksOfMonths")
35201
35704
  def weeks_of_months(self) -> Sequence[int]:
@@ -35911,6 +36414,7 @@ class GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowResult(dict
35911
36414
  months: Sequence['outputs.GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowMonthResult'],
35912
36415
  patching_mode: str,
35913
36416
  preference: str,
36417
+ skip_rus: Sequence[bool],
35914
36418
  weeks_of_months: Sequence[int]):
35915
36419
  """
35916
36420
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
@@ -35934,6 +36438,7 @@ class GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowResult(dict
35934
36438
  pulumi.set(__self__, "months", months)
35935
36439
  pulumi.set(__self__, "patching_mode", patching_mode)
35936
36440
  pulumi.set(__self__, "preference", preference)
36441
+ pulumi.set(__self__, "skip_rus", skip_rus)
35937
36442
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
35938
36443
 
35939
36444
  @property
@@ -36009,6 +36514,11 @@ class GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowResult(dict
36009
36514
  """
36010
36515
  return pulumi.get(self, "preference")
36011
36516
 
36517
+ @property
36518
+ @pulumi.getter(name="skipRus")
36519
+ def skip_rus(self) -> Sequence[bool]:
36520
+ return pulumi.get(self, "skip_rus")
36521
+
36012
36522
  @property
36013
36523
  @pulumi.getter(name="weeksOfMonths")
36014
36524
  def weeks_of_months(self) -> Sequence[int]: