pulumi-oci 1.32.0a1713335186__py3-none-any.whl → 1.32.0a1713427052__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +16 -0
- pulumi_oci/database/__init__.py +3 -0
- pulumi_oci/database/_inputs.py +192 -0
- pulumi_oci/database/autonomous_container_database.py +83 -8
- pulumi_oci/database/autonomous_database_software_image.py +638 -0
- pulumi_oci/database/autonomous_vm_cluster.py +12 -4
- pulumi_oci/database/get_autonomous_container_database.py +26 -5
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +3 -3
- pulumi_oci/database/get_autonomous_database_software_image.py +262 -0
- pulumi_oci/database/get_autonomous_database_software_images.py +200 -0
- pulumi_oci/database/get_autonomous_vm_cluster.py +3 -1
- pulumi_oci/database/outputs.py +538 -28
- pulumi_oci/datascience/_inputs.py +17 -1
- pulumi_oci/datascience/model_deployment.py +2 -0
- pulumi_oci/datascience/outputs.py +39 -3
- pulumi_oci/meteringcomputation/__init__.py +3 -0
- pulumi_oci/meteringcomputation/_inputs.py +110 -0
- pulumi_oci/meteringcomputation/get_schedule.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_run.py +2 -2
- pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_group.py +173 -0
- pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_groups.py +157 -0
- pulumi_oci/meteringcomputation/outputs.py +292 -2
- pulumi_oci/meteringcomputation/schedule.py +7 -7
- pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +392 -0
- pulumi_oci/opa/opa_instance.py +41 -22
- pulumi_oci/psql/_inputs.py +4 -4
- pulumi_oci/psql/db_system.py +7 -7
- pulumi_oci/psql/outputs.py +4 -4
- pulumi_oci/redis/get_redis_cluster.py +14 -1
- pulumi_oci/redis/outputs.py +11 -0
- pulumi_oci/redis/redis_cluster.py +52 -3
- {pulumi_oci-1.32.0a1713335186.dist-info → pulumi_oci-1.32.0a1713427052.dist-info}/METADATA +1 -1
- {pulumi_oci-1.32.0a1713335186.dist-info → pulumi_oci-1.32.0a1713427052.dist-info}/RECORD +35 -29
- {pulumi_oci-1.32.0a1713335186.dist-info → pulumi_oci-1.32.0a1713427052.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.32.0a1713335186.dist-info → pulumi_oci-1.32.0a1713427052.dist-info}/top_level.txt +0 -0
pulumi_oci/__init__.py
CHANGED
@@ -2369,6 +2369,14 @@ _utilities.register(
|
|
2369
2369
|
"oci:Database/autonomousDatabaseSaasAdminUser:AutonomousDatabaseSaasAdminUser": "AutonomousDatabaseSaasAdminUser"
|
2370
2370
|
}
|
2371
2371
|
},
|
2372
|
+
{
|
2373
|
+
"pkg": "oci",
|
2374
|
+
"mod": "Database/autonomousDatabaseSoftwareImage",
|
2375
|
+
"fqn": "pulumi_oci.database",
|
2376
|
+
"classes": {
|
2377
|
+
"oci:Database/autonomousDatabaseSoftwareImage:AutonomousDatabaseSoftwareImage": "AutonomousDatabaseSoftwareImage"
|
2378
|
+
}
|
2379
|
+
},
|
2372
2380
|
{
|
2373
2381
|
"pkg": "oci",
|
2374
2382
|
"mod": "Database/autonomousDatabaseWallet",
|
@@ -4561,6 +4569,14 @@ _utilities.register(
|
|
4561
4569
|
"oci:MeteringComputation/usageCarbonEmissionsQuery:UsageCarbonEmissionsQuery": "UsageCarbonEmissionsQuery"
|
4562
4570
|
}
|
4563
4571
|
},
|
4572
|
+
{
|
4573
|
+
"pkg": "oci",
|
4574
|
+
"mod": "MeteringComputation/usageStatementEmailRecipientsGroup",
|
4575
|
+
"fqn": "pulumi_oci.meteringcomputation",
|
4576
|
+
"classes": {
|
4577
|
+
"oci:MeteringComputation/usageStatementEmailRecipientsGroup:UsageStatementEmailRecipientsGroup": "UsageStatementEmailRecipientsGroup"
|
4578
|
+
}
|
4579
|
+
},
|
4564
4580
|
{
|
4565
4581
|
"pkg": "oci",
|
4566
4582
|
"mod": "Monitoring/alarm",
|
pulumi_oci/database/__init__.py
CHANGED
@@ -15,6 +15,7 @@ from .autonomous_database_backup import *
|
|
15
15
|
from .autonomous_database_instance_wallet_management import *
|
16
16
|
from .autonomous_database_regional_wallet_management import *
|
17
17
|
from .autonomous_database_saas_admin_user import *
|
18
|
+
from .autonomous_database_software_image import *
|
18
19
|
from .autonomous_database_wallet import *
|
19
20
|
from .autonomous_exadata_infrastructure import *
|
20
21
|
from .autonomous_vm_cluster import *
|
@@ -72,6 +73,8 @@ from .get_autonomous_database_dataguard_associations import *
|
|
72
73
|
from .get_autonomous_database_instance_wallet_management import *
|
73
74
|
from .get_autonomous_database_refreshable_clones import *
|
74
75
|
from .get_autonomous_database_regional_wallet_management import *
|
76
|
+
from .get_autonomous_database_software_image import *
|
77
|
+
from .get_autonomous_database_software_images import *
|
75
78
|
from .get_autonomous_database_wallet import *
|
76
79
|
from .get_autonomous_databases import *
|
77
80
|
from .get_autonomous_databases_clones import *
|
pulumi_oci/database/_inputs.py
CHANGED
@@ -167,6 +167,7 @@ __all__ = [
|
|
167
167
|
'GetAutonomousDatabaseBackupsFilterArgs',
|
168
168
|
'GetAutonomousDatabaseDataguardAssociationsFilterArgs',
|
169
169
|
'GetAutonomousDatabaseRefreshableClonesFilterArgs',
|
170
|
+
'GetAutonomousDatabaseSoftwareImagesFilterArgs',
|
170
171
|
'GetAutonomousDatabasesClonesFilterArgs',
|
171
172
|
'GetAutonomousDatabasesFilterArgs',
|
172
173
|
'GetAutonomousDbPreviewVersionsFilterArgs',
|
@@ -574,6 +575,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
574
575
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowMonthArgs']]]] = None,
|
575
576
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
576
577
|
preference: Optional[pulumi.Input[str]] = None,
|
578
|
+
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
577
579
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
578
580
|
"""
|
579
581
|
:param pulumi.Input[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).
|
@@ -588,6 +590,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
588
590
|
|
589
591
|
*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.
|
590
592
|
:param pulumi.Input[str] preference: (Updatable) The maintenance window scheduling preference.
|
593
|
+
:param pulumi.Input[Sequence[pulumi.Input[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.
|
591
594
|
:param pulumi.Input[Sequence[pulumi.Input[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.
|
592
595
|
"""
|
593
596
|
if custom_action_timeout_in_mins is not None:
|
@@ -608,6 +611,8 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
608
611
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
609
612
|
if preference is not None:
|
610
613
|
pulumi.set(__self__, "preference", preference)
|
614
|
+
if skip_rus is not None:
|
615
|
+
pulumi.set(__self__, "skip_rus", skip_rus)
|
611
616
|
if weeks_of_months is not None:
|
612
617
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
613
618
|
|
@@ -722,6 +727,18 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
722
727
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
723
728
|
pulumi.set(self, "preference", value)
|
724
729
|
|
730
|
+
@property
|
731
|
+
@pulumi.getter(name="skipRus")
|
732
|
+
def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
|
733
|
+
"""
|
734
|
+
(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.
|
735
|
+
"""
|
736
|
+
return pulumi.get(self, "skip_rus")
|
737
|
+
|
738
|
+
@skip_rus.setter
|
739
|
+
def skip_rus(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]):
|
740
|
+
pulumi.set(self, "skip_rus", value)
|
741
|
+
|
725
742
|
@property
|
726
743
|
@pulumi.getter(name="weeksOfMonths")
|
727
744
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -770,6 +787,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDetailsArgs:
|
|
770
787
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowDetailsMonthArgs']]]] = None,
|
771
788
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
772
789
|
preference: Optional[pulumi.Input[str]] = None,
|
790
|
+
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
773
791
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
774
792
|
"""
|
775
793
|
:param pulumi.Input[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).
|
@@ -784,6 +802,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDetailsArgs:
|
|
784
802
|
|
785
803
|
*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.
|
786
804
|
:param pulumi.Input[str] preference: (Updatable) The maintenance window scheduling preference.
|
805
|
+
:param pulumi.Input[Sequence[pulumi.Input[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.
|
787
806
|
:param pulumi.Input[Sequence[pulumi.Input[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.
|
788
807
|
"""
|
789
808
|
if custom_action_timeout_in_mins is not None:
|
@@ -804,6 +823,8 @@ class AutonomousContainerDatabaseMaintenanceWindowDetailsArgs:
|
|
804
823
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
805
824
|
if preference is not None:
|
806
825
|
pulumi.set(__self__, "preference", preference)
|
826
|
+
if skip_rus is not None:
|
827
|
+
pulumi.set(__self__, "skip_rus", skip_rus)
|
807
828
|
if weeks_of_months is not None:
|
808
829
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
809
830
|
|
@@ -918,6 +939,18 @@ class AutonomousContainerDatabaseMaintenanceWindowDetailsArgs:
|
|
918
939
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
919
940
|
pulumi.set(self, "preference", value)
|
920
941
|
|
942
|
+
@property
|
943
|
+
@pulumi.getter(name="skipRus")
|
944
|
+
def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
|
945
|
+
"""
|
946
|
+
(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.
|
947
|
+
"""
|
948
|
+
return pulumi.get(self, "skip_rus")
|
949
|
+
|
950
|
+
@skip_rus.setter
|
951
|
+
def skip_rus(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]):
|
952
|
+
pulumi.set(self, "skip_rus", value)
|
953
|
+
|
921
954
|
@property
|
922
955
|
@pulumi.getter(name="weeksOfMonths")
|
923
956
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -2283,6 +2316,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2283
2316
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousExadataInfrastructureMaintenanceWindowMonthArgs']]]] = None,
|
2284
2317
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
2285
2318
|
preference: Optional[pulumi.Input[str]] = None,
|
2319
|
+
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
2286
2320
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
2287
2321
|
"""
|
2288
2322
|
:param pulumi.Input[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).
|
@@ -2317,6 +2351,8 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2317
2351
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
2318
2352
|
if preference is not None:
|
2319
2353
|
pulumi.set(__self__, "preference", preference)
|
2354
|
+
if skip_rus is not None:
|
2355
|
+
pulumi.set(__self__, "skip_rus", skip_rus)
|
2320
2356
|
if weeks_of_months is not None:
|
2321
2357
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
2322
2358
|
|
@@ -2431,6 +2467,15 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2431
2467
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
2432
2468
|
pulumi.set(self, "preference", value)
|
2433
2469
|
|
2470
|
+
@property
|
2471
|
+
@pulumi.getter(name="skipRus")
|
2472
|
+
def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
|
2473
|
+
return pulumi.get(self, "skip_rus")
|
2474
|
+
|
2475
|
+
@skip_rus.setter
|
2476
|
+
def skip_rus(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]):
|
2477
|
+
pulumi.set(self, "skip_rus", value)
|
2478
|
+
|
2434
2479
|
@property
|
2435
2480
|
@pulumi.getter(name="weeksOfMonths")
|
2436
2481
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -2479,6 +2524,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetailsArgs:
|
|
2479
2524
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousExadataInfrastructureMaintenanceWindowDetailsMonthArgs']]]] = None,
|
2480
2525
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
2481
2526
|
preference: Optional[pulumi.Input[str]] = None,
|
2527
|
+
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
2482
2528
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
2483
2529
|
"""
|
2484
2530
|
:param pulumi.Input[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).
|
@@ -2513,6 +2559,8 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetailsArgs:
|
|
2513
2559
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
2514
2560
|
if preference is not None:
|
2515
2561
|
pulumi.set(__self__, "preference", preference)
|
2562
|
+
if skip_rus is not None:
|
2563
|
+
pulumi.set(__self__, "skip_rus", skip_rus)
|
2516
2564
|
if weeks_of_months is not None:
|
2517
2565
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
2518
2566
|
|
@@ -2627,6 +2675,15 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetailsArgs:
|
|
2627
2675
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
2628
2676
|
pulumi.set(self, "preference", value)
|
2629
2677
|
|
2678
|
+
@property
|
2679
|
+
@pulumi.getter(name="skipRus")
|
2680
|
+
def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
|
2681
|
+
return pulumi.get(self, "skip_rus")
|
2682
|
+
|
2683
|
+
@skip_rus.setter
|
2684
|
+
def skip_rus(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]):
|
2685
|
+
pulumi.set(self, "skip_rus", value)
|
2686
|
+
|
2630
2687
|
@property
|
2631
2688
|
@pulumi.getter(name="weeksOfMonths")
|
2632
2689
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -2719,6 +2776,7 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
2719
2776
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowMonthArgs']]]] = None,
|
2720
2777
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
2721
2778
|
preference: Optional[pulumi.Input[str]] = None,
|
2779
|
+
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
2722
2780
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
2723
2781
|
"""
|
2724
2782
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks: (Updatable) Days during the week when maintenance should be performed.
|
@@ -2750,6 +2808,8 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
2750
2808
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
2751
2809
|
if preference is not None:
|
2752
2810
|
pulumi.set(__self__, "preference", preference)
|
2811
|
+
if skip_rus is not None:
|
2812
|
+
pulumi.set(__self__, "skip_rus", skip_rus)
|
2753
2813
|
if weeks_of_months is not None:
|
2754
2814
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
2755
2815
|
|
@@ -2855,6 +2915,15 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
2855
2915
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
2856
2916
|
pulumi.set(self, "preference", value)
|
2857
2917
|
|
2918
|
+
@property
|
2919
|
+
@pulumi.getter(name="skipRus")
|
2920
|
+
def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
|
2921
|
+
return pulumi.get(self, "skip_rus")
|
2922
|
+
|
2923
|
+
@skip_rus.setter
|
2924
|
+
def skip_rus(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]):
|
2925
|
+
pulumi.set(self, "skip_rus", value)
|
2926
|
+
|
2858
2927
|
@property
|
2859
2928
|
@pulumi.getter(name="weeksOfMonths")
|
2860
2929
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -2903,6 +2972,7 @@ class AutonomousVmClusterMaintenanceWindowDetailArgs:
|
|
2903
2972
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowDetailMonthArgs']]]] = None,
|
2904
2973
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
2905
2974
|
preference: Optional[pulumi.Input[str]] = None,
|
2975
|
+
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
2906
2976
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
2907
2977
|
"""
|
2908
2978
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowDetailDaysOfWeekArgs']]] days_of_weeks: (Updatable) Days during the week when maintenance should be performed.
|
@@ -2934,6 +3004,8 @@ class AutonomousVmClusterMaintenanceWindowDetailArgs:
|
|
2934
3004
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
2935
3005
|
if preference is not None:
|
2936
3006
|
pulumi.set(__self__, "preference", preference)
|
3007
|
+
if skip_rus is not None:
|
3008
|
+
pulumi.set(__self__, "skip_rus", skip_rus)
|
2937
3009
|
if weeks_of_months is not None:
|
2938
3010
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
2939
3011
|
|
@@ -3039,6 +3111,15 @@ class AutonomousVmClusterMaintenanceWindowDetailArgs:
|
|
3039
3111
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
3040
3112
|
pulumi.set(self, "preference", value)
|
3041
3113
|
|
3114
|
+
@property
|
3115
|
+
@pulumi.getter(name="skipRus")
|
3116
|
+
def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
|
3117
|
+
return pulumi.get(self, "skip_rus")
|
3118
|
+
|
3119
|
+
@skip_rus.setter
|
3120
|
+
def skip_rus(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]):
|
3121
|
+
pulumi.set(self, "skip_rus", value)
|
3122
|
+
|
3042
3123
|
@property
|
3043
3124
|
@pulumi.getter(name="weeksOfMonths")
|
3044
3125
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -3240,6 +3321,7 @@ class CloudAutonomousVmClusterMaintenanceWindowArgs:
|
|
3240
3321
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['CloudAutonomousVmClusterMaintenanceWindowMonthArgs']]]] = None,
|
3241
3322
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
3242
3323
|
preference: Optional[pulumi.Input[str]] = None,
|
3324
|
+
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
3243
3325
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
3244
3326
|
"""
|
3245
3327
|
:param pulumi.Input[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).
|
@@ -3274,6 +3356,8 @@ class CloudAutonomousVmClusterMaintenanceWindowArgs:
|
|
3274
3356
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
3275
3357
|
if preference is not None:
|
3276
3358
|
pulumi.set(__self__, "preference", preference)
|
3359
|
+
if skip_rus is not None:
|
3360
|
+
pulumi.set(__self__, "skip_rus", skip_rus)
|
3277
3361
|
if weeks_of_months is not None:
|
3278
3362
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
3279
3363
|
|
@@ -3388,6 +3472,15 @@ class CloudAutonomousVmClusterMaintenanceWindowArgs:
|
|
3388
3472
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
3389
3473
|
pulumi.set(self, "preference", value)
|
3390
3474
|
|
3475
|
+
@property
|
3476
|
+
@pulumi.getter(name="skipRus")
|
3477
|
+
def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
|
3478
|
+
return pulumi.get(self, "skip_rus")
|
3479
|
+
|
3480
|
+
@skip_rus.setter
|
3481
|
+
def skip_rus(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]):
|
3482
|
+
pulumi.set(self, "skip_rus", value)
|
3483
|
+
|
3391
3484
|
@property
|
3392
3485
|
@pulumi.getter(name="weeksOfMonths")
|
3393
3486
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -3436,6 +3529,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsArgs:
|
|
3436
3529
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['CloudAutonomousVmClusterMaintenanceWindowDetailsMonthArgs']]]] = None,
|
3437
3530
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
3438
3531
|
preference: Optional[pulumi.Input[str]] = None,
|
3532
|
+
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
3439
3533
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
3440
3534
|
"""
|
3441
3535
|
:param pulumi.Input[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).
|
@@ -3470,6 +3564,8 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsArgs:
|
|
3470
3564
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
3471
3565
|
if preference is not None:
|
3472
3566
|
pulumi.set(__self__, "preference", preference)
|
3567
|
+
if skip_rus is not None:
|
3568
|
+
pulumi.set(__self__, "skip_rus", skip_rus)
|
3473
3569
|
if weeks_of_months is not None:
|
3474
3570
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
3475
3571
|
|
@@ -3584,6 +3680,15 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsArgs:
|
|
3584
3680
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
3585
3681
|
pulumi.set(self, "preference", value)
|
3586
3682
|
|
3683
|
+
@property
|
3684
|
+
@pulumi.getter(name="skipRus")
|
3685
|
+
def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
|
3686
|
+
return pulumi.get(self, "skip_rus")
|
3687
|
+
|
3688
|
+
@skip_rus.setter
|
3689
|
+
def skip_rus(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]):
|
3690
|
+
pulumi.set(self, "skip_rus", value)
|
3691
|
+
|
3587
3692
|
@property
|
3588
3693
|
@pulumi.getter(name="weeksOfMonths")
|
3589
3694
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -3736,6 +3841,7 @@ class CloudExadataInfrastructureMaintenanceWindowArgs:
|
|
3736
3841
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['CloudExadataInfrastructureMaintenanceWindowMonthArgs']]]] = None,
|
3737
3842
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
3738
3843
|
preference: Optional[pulumi.Input[str]] = None,
|
3844
|
+
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
3739
3845
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
3740
3846
|
"""
|
3741
3847
|
:param pulumi.Input[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).
|
@@ -3770,6 +3876,8 @@ class CloudExadataInfrastructureMaintenanceWindowArgs:
|
|
3770
3876
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
3771
3877
|
if preference is not None:
|
3772
3878
|
pulumi.set(__self__, "preference", preference)
|
3879
|
+
if skip_rus is not None:
|
3880
|
+
pulumi.set(__self__, "skip_rus", skip_rus)
|
3773
3881
|
if weeks_of_months is not None:
|
3774
3882
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
3775
3883
|
|
@@ -3884,6 +3992,15 @@ class CloudExadataInfrastructureMaintenanceWindowArgs:
|
|
3884
3992
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
3885
3993
|
pulumi.set(self, "preference", value)
|
3886
3994
|
|
3995
|
+
@property
|
3996
|
+
@pulumi.getter(name="skipRus")
|
3997
|
+
def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
|
3998
|
+
return pulumi.get(self, "skip_rus")
|
3999
|
+
|
4000
|
+
@skip_rus.setter
|
4001
|
+
def skip_rus(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]):
|
4002
|
+
pulumi.set(self, "skip_rus", value)
|
4003
|
+
|
3887
4004
|
@property
|
3888
4005
|
@pulumi.getter(name="weeksOfMonths")
|
3889
4006
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -7189,6 +7306,7 @@ class DbSystemMaintenanceWindowArgs:
|
|
7189
7306
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['DbSystemMaintenanceWindowMonthArgs']]]] = None,
|
7190
7307
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
7191
7308
|
preference: Optional[pulumi.Input[str]] = None,
|
7309
|
+
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
7192
7310
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
7193
7311
|
"""
|
7194
7312
|
:param pulumi.Input[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).
|
@@ -7223,6 +7341,8 @@ class DbSystemMaintenanceWindowArgs:
|
|
7223
7341
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
7224
7342
|
if preference is not None:
|
7225
7343
|
pulumi.set(__self__, "preference", preference)
|
7344
|
+
if skip_rus is not None:
|
7345
|
+
pulumi.set(__self__, "skip_rus", skip_rus)
|
7226
7346
|
if weeks_of_months is not None:
|
7227
7347
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
7228
7348
|
|
@@ -7337,6 +7457,15 @@ class DbSystemMaintenanceWindowArgs:
|
|
7337
7457
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
7338
7458
|
pulumi.set(self, "preference", value)
|
7339
7459
|
|
7460
|
+
@property
|
7461
|
+
@pulumi.getter(name="skipRus")
|
7462
|
+
def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
|
7463
|
+
return pulumi.get(self, "skip_rus")
|
7464
|
+
|
7465
|
+
@skip_rus.setter
|
7466
|
+
def skip_rus(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]):
|
7467
|
+
pulumi.set(self, "skip_rus", value)
|
7468
|
+
|
7340
7469
|
@property
|
7341
7470
|
@pulumi.getter(name="weeksOfMonths")
|
7342
7471
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -7385,6 +7514,7 @@ class DbSystemMaintenanceWindowDetailsArgs:
|
|
7385
7514
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['DbSystemMaintenanceWindowDetailsMonthArgs']]]] = None,
|
7386
7515
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
7387
7516
|
preference: Optional[pulumi.Input[str]] = None,
|
7517
|
+
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
7388
7518
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
7389
7519
|
"""
|
7390
7520
|
:param pulumi.Input[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).
|
@@ -7419,6 +7549,8 @@ class DbSystemMaintenanceWindowDetailsArgs:
|
|
7419
7549
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
7420
7550
|
if preference is not None:
|
7421
7551
|
pulumi.set(__self__, "preference", preference)
|
7552
|
+
if skip_rus is not None:
|
7553
|
+
pulumi.set(__self__, "skip_rus", skip_rus)
|
7422
7554
|
if weeks_of_months is not None:
|
7423
7555
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
7424
7556
|
|
@@ -7533,6 +7665,15 @@ class DbSystemMaintenanceWindowDetailsArgs:
|
|
7533
7665
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
7534
7666
|
pulumi.set(self, "preference", value)
|
7535
7667
|
|
7668
|
+
@property
|
7669
|
+
@pulumi.getter(name="skipRus")
|
7670
|
+
def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
|
7671
|
+
return pulumi.get(self, "skip_rus")
|
7672
|
+
|
7673
|
+
@skip_rus.setter
|
7674
|
+
def skip_rus(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]):
|
7675
|
+
pulumi.set(self, "skip_rus", value)
|
7676
|
+
|
7536
7677
|
@property
|
7537
7678
|
@pulumi.getter(name="weeksOfMonths")
|
7538
7679
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -8313,6 +8454,7 @@ class ExadataInfrastructureMaintenanceWindowArgs:
|
|
8313
8454
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureMaintenanceWindowMonthArgs']]]] = None,
|
8314
8455
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
8315
8456
|
preference: Optional[pulumi.Input[str]] = None,
|
8457
|
+
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
8316
8458
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
8317
8459
|
"""
|
8318
8460
|
:param pulumi.Input[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).
|
@@ -8347,6 +8489,8 @@ class ExadataInfrastructureMaintenanceWindowArgs:
|
|
8347
8489
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
8348
8490
|
if preference is not None:
|
8349
8491
|
pulumi.set(__self__, "preference", preference)
|
8492
|
+
if skip_rus is not None:
|
8493
|
+
pulumi.set(__self__, "skip_rus", skip_rus)
|
8350
8494
|
if weeks_of_months is not None:
|
8351
8495
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
8352
8496
|
|
@@ -8461,6 +8605,15 @@ class ExadataInfrastructureMaintenanceWindowArgs:
|
|
8461
8605
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
8462
8606
|
pulumi.set(self, "preference", value)
|
8463
8607
|
|
8608
|
+
@property
|
8609
|
+
@pulumi.getter(name="skipRus")
|
8610
|
+
def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
|
8611
|
+
return pulumi.get(self, "skip_rus")
|
8612
|
+
|
8613
|
+
@skip_rus.setter
|
8614
|
+
def skip_rus(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]):
|
8615
|
+
pulumi.set(self, "skip_rus", value)
|
8616
|
+
|
8464
8617
|
@property
|
8465
8618
|
@pulumi.getter(name="weeksOfMonths")
|
8466
8619
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -11154,6 +11307,45 @@ class GetAutonomousDatabaseRefreshableClonesFilterArgs:
|
|
11154
11307
|
pulumi.set(self, "regex", value)
|
11155
11308
|
|
11156
11309
|
|
11310
|
+
@pulumi.input_type
|
11311
|
+
class GetAutonomousDatabaseSoftwareImagesFilterArgs:
|
11312
|
+
def __init__(__self__, *,
|
11313
|
+
name: str,
|
11314
|
+
values: Sequence[str],
|
11315
|
+
regex: Optional[bool] = None):
|
11316
|
+
pulumi.set(__self__, "name", name)
|
11317
|
+
pulumi.set(__self__, "values", values)
|
11318
|
+
if regex is not None:
|
11319
|
+
pulumi.set(__self__, "regex", regex)
|
11320
|
+
|
11321
|
+
@property
|
11322
|
+
@pulumi.getter
|
11323
|
+
def name(self) -> str:
|
11324
|
+
return pulumi.get(self, "name")
|
11325
|
+
|
11326
|
+
@name.setter
|
11327
|
+
def name(self, value: str):
|
11328
|
+
pulumi.set(self, "name", value)
|
11329
|
+
|
11330
|
+
@property
|
11331
|
+
@pulumi.getter
|
11332
|
+
def values(self) -> Sequence[str]:
|
11333
|
+
return pulumi.get(self, "values")
|
11334
|
+
|
11335
|
+
@values.setter
|
11336
|
+
def values(self, value: Sequence[str]):
|
11337
|
+
pulumi.set(self, "values", value)
|
11338
|
+
|
11339
|
+
@property
|
11340
|
+
@pulumi.getter
|
11341
|
+
def regex(self) -> Optional[bool]:
|
11342
|
+
return pulumi.get(self, "regex")
|
11343
|
+
|
11344
|
+
@regex.setter
|
11345
|
+
def regex(self, value: Optional[bool]):
|
11346
|
+
pulumi.set(self, "regex", value)
|
11347
|
+
|
11348
|
+
|
11157
11349
|
@pulumi.input_type
|
11158
11350
|
class GetAutonomousDatabasesClonesFilterArgs:
|
11159
11351
|
def __init__(__self__, *,
|