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