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.
- pulumi_oci/__init__.py +0 -16
- pulumi_oci/database/__init__.py +0 -3
- pulumi_oci/database/_inputs.py +0 -192
- pulumi_oci/database/autonomous_container_database.py +8 -83
- pulumi_oci/database/autonomous_vm_cluster.py +4 -12
- pulumi_oci/database/get_autonomous_container_database.py +5 -26
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +3 -3
- pulumi_oci/database/get_autonomous_vm_cluster.py +1 -3
- pulumi_oci/database/outputs.py +28 -538
- pulumi_oci/datascience/_inputs.py +1 -17
- pulumi_oci/datascience/model_deployment.py +0 -2
- pulumi_oci/datascience/outputs.py +3 -39
- pulumi_oci/meteringcomputation/__init__.py +0 -3
- pulumi_oci/meteringcomputation/_inputs.py +0 -110
- pulumi_oci/meteringcomputation/get_schedule.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_run.py +2 -2
- pulumi_oci/meteringcomputation/outputs.py +2 -292
- pulumi_oci/meteringcomputation/schedule.py +7 -7
- pulumi_oci/opa/opa_instance.py +22 -41
- 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 +1 -14
- pulumi_oci/redis/outputs.py +0 -11
- pulumi_oci/redis/redis_cluster.py +3 -52
- {pulumi_oci-1.32.0.dist-info → pulumi_oci-1.32.0a1713335186.dist-info}/METADATA +1 -1
- {pulumi_oci-1.32.0.dist-info → pulumi_oci-1.32.0a1713335186.dist-info}/RECORD +29 -35
- pulumi_oci/database/autonomous_database_software_image.py +0 -638
- pulumi_oci/database/get_autonomous_database_software_image.py +0 -262
- pulumi_oci/database/get_autonomous_database_software_images.py +0 -200
- pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_group.py +0 -173
- pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_groups.py +0 -157
- pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +0 -392
- {pulumi_oci-1.32.0.dist-info → pulumi_oci-1.32.0a1713335186.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.32.0.dist-info → pulumi_oci-1.32.0a1713335186.dist-info}/top_level.txt +0 -0
pulumi_oci/__init__.py
CHANGED
@@ -2369,14 +2369,6 @@ _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
|
-
},
|
2380
2372
|
{
|
2381
2373
|
"pkg": "oci",
|
2382
2374
|
"mod": "Database/autonomousDatabaseWallet",
|
@@ -4569,14 +4561,6 @@ _utilities.register(
|
|
4569
4561
|
"oci:MeteringComputation/usageCarbonEmissionsQuery:UsageCarbonEmissionsQuery": "UsageCarbonEmissionsQuery"
|
4570
4562
|
}
|
4571
4563
|
},
|
4572
|
-
{
|
4573
|
-
"pkg": "oci",
|
4574
|
-
"mod": "MeteringComputation/usageStatementEmailRecipientsGroup",
|
4575
|
-
"fqn": "pulumi_oci.meteringcomputation",
|
4576
|
-
"classes": {
|
4577
|
-
"oci:MeteringComputation/usageStatementEmailRecipientsGroup:UsageStatementEmailRecipientsGroup": "UsageStatementEmailRecipientsGroup"
|
4578
|
-
}
|
4579
|
-
},
|
4580
4564
|
{
|
4581
4565
|
"pkg": "oci",
|
4582
4566
|
"mod": "Monitoring/alarm",
|
pulumi_oci/database/__init__.py
CHANGED
@@ -15,7 +15,6 @@ 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 *
|
19
18
|
from .autonomous_database_wallet import *
|
20
19
|
from .autonomous_exadata_infrastructure import *
|
21
20
|
from .autonomous_vm_cluster import *
|
@@ -73,8 +72,6 @@ from .get_autonomous_database_dataguard_associations import *
|
|
73
72
|
from .get_autonomous_database_instance_wallet_management import *
|
74
73
|
from .get_autonomous_database_refreshable_clones import *
|
75
74
|
from .get_autonomous_database_regional_wallet_management import *
|
76
|
-
from .get_autonomous_database_software_image import *
|
77
|
-
from .get_autonomous_database_software_images import *
|
78
75
|
from .get_autonomous_database_wallet import *
|
79
76
|
from .get_autonomous_databases import *
|
80
77
|
from .get_autonomous_databases_clones import *
|
pulumi_oci/database/_inputs.py
CHANGED
@@ -167,7 +167,6 @@ __all__ = [
|
|
167
167
|
'GetAutonomousDatabaseBackupsFilterArgs',
|
168
168
|
'GetAutonomousDatabaseDataguardAssociationsFilterArgs',
|
169
169
|
'GetAutonomousDatabaseRefreshableClonesFilterArgs',
|
170
|
-
'GetAutonomousDatabaseSoftwareImagesFilterArgs',
|
171
170
|
'GetAutonomousDatabasesClonesFilterArgs',
|
172
171
|
'GetAutonomousDatabasesFilterArgs',
|
173
172
|
'GetAutonomousDbPreviewVersionsFilterArgs',
|
@@ -575,7 +574,6 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
575
574
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowMonthArgs']]]] = None,
|
576
575
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
577
576
|
preference: Optional[pulumi.Input[str]] = None,
|
578
|
-
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
579
577
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
580
578
|
"""
|
581
579
|
: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).
|
@@ -590,7 +588,6 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
590
588
|
|
591
589
|
*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.
|
592
590
|
: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.
|
594
591
|
: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.
|
595
592
|
"""
|
596
593
|
if custom_action_timeout_in_mins is not None:
|
@@ -611,8 +608,6 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
611
608
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
612
609
|
if preference is not None:
|
613
610
|
pulumi.set(__self__, "preference", preference)
|
614
|
-
if skip_rus is not None:
|
615
|
-
pulumi.set(__self__, "skip_rus", skip_rus)
|
616
611
|
if weeks_of_months is not None:
|
617
612
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
618
613
|
|
@@ -727,18 +722,6 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
727
722
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
728
723
|
pulumi.set(self, "preference", value)
|
729
724
|
|
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
|
-
|
742
725
|
@property
|
743
726
|
@pulumi.getter(name="weeksOfMonths")
|
744
727
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -787,7 +770,6 @@ class AutonomousContainerDatabaseMaintenanceWindowDetailsArgs:
|
|
787
770
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowDetailsMonthArgs']]]] = None,
|
788
771
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
789
772
|
preference: Optional[pulumi.Input[str]] = None,
|
790
|
-
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
791
773
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
792
774
|
"""
|
793
775
|
: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).
|
@@ -802,7 +784,6 @@ class AutonomousContainerDatabaseMaintenanceWindowDetailsArgs:
|
|
802
784
|
|
803
785
|
*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.
|
804
786
|
: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.
|
806
787
|
: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.
|
807
788
|
"""
|
808
789
|
if custom_action_timeout_in_mins is not None:
|
@@ -823,8 +804,6 @@ class AutonomousContainerDatabaseMaintenanceWindowDetailsArgs:
|
|
823
804
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
824
805
|
if preference is not None:
|
825
806
|
pulumi.set(__self__, "preference", preference)
|
826
|
-
if skip_rus is not None:
|
827
|
-
pulumi.set(__self__, "skip_rus", skip_rus)
|
828
807
|
if weeks_of_months is not None:
|
829
808
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
830
809
|
|
@@ -939,18 +918,6 @@ class AutonomousContainerDatabaseMaintenanceWindowDetailsArgs:
|
|
939
918
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
940
919
|
pulumi.set(self, "preference", value)
|
941
920
|
|
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
|
-
|
954
921
|
@property
|
955
922
|
@pulumi.getter(name="weeksOfMonths")
|
956
923
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -2316,7 +2283,6 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2316
2283
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousExadataInfrastructureMaintenanceWindowMonthArgs']]]] = None,
|
2317
2284
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
2318
2285
|
preference: Optional[pulumi.Input[str]] = None,
|
2319
|
-
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
2320
2286
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
2321
2287
|
"""
|
2322
2288
|
: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).
|
@@ -2351,8 +2317,6 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2351
2317
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
2352
2318
|
if preference is not None:
|
2353
2319
|
pulumi.set(__self__, "preference", preference)
|
2354
|
-
if skip_rus is not None:
|
2355
|
-
pulumi.set(__self__, "skip_rus", skip_rus)
|
2356
2320
|
if weeks_of_months is not None:
|
2357
2321
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
2358
2322
|
|
@@ -2467,15 +2431,6 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2467
2431
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
2468
2432
|
pulumi.set(self, "preference", value)
|
2469
2433
|
|
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
|
-
|
2479
2434
|
@property
|
2480
2435
|
@pulumi.getter(name="weeksOfMonths")
|
2481
2436
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -2524,7 +2479,6 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetailsArgs:
|
|
2524
2479
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousExadataInfrastructureMaintenanceWindowDetailsMonthArgs']]]] = None,
|
2525
2480
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
2526
2481
|
preference: Optional[pulumi.Input[str]] = None,
|
2527
|
-
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
2528
2482
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
2529
2483
|
"""
|
2530
2484
|
: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).
|
@@ -2559,8 +2513,6 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetailsArgs:
|
|
2559
2513
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
2560
2514
|
if preference is not None:
|
2561
2515
|
pulumi.set(__self__, "preference", preference)
|
2562
|
-
if skip_rus is not None:
|
2563
|
-
pulumi.set(__self__, "skip_rus", skip_rus)
|
2564
2516
|
if weeks_of_months is not None:
|
2565
2517
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
2566
2518
|
|
@@ -2675,15 +2627,6 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetailsArgs:
|
|
2675
2627
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
2676
2628
|
pulumi.set(self, "preference", value)
|
2677
2629
|
|
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
|
-
|
2687
2630
|
@property
|
2688
2631
|
@pulumi.getter(name="weeksOfMonths")
|
2689
2632
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -2776,7 +2719,6 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
2776
2719
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowMonthArgs']]]] = None,
|
2777
2720
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
2778
2721
|
preference: Optional[pulumi.Input[str]] = None,
|
2779
|
-
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
2780
2722
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
2781
2723
|
"""
|
2782
2724
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks: (Updatable) Days during the week when maintenance should be performed.
|
@@ -2808,8 +2750,6 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
2808
2750
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
2809
2751
|
if preference is not None:
|
2810
2752
|
pulumi.set(__self__, "preference", preference)
|
2811
|
-
if skip_rus is not None:
|
2812
|
-
pulumi.set(__self__, "skip_rus", skip_rus)
|
2813
2753
|
if weeks_of_months is not None:
|
2814
2754
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
2815
2755
|
|
@@ -2915,15 +2855,6 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
2915
2855
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
2916
2856
|
pulumi.set(self, "preference", value)
|
2917
2857
|
|
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
|
-
|
2927
2858
|
@property
|
2928
2859
|
@pulumi.getter(name="weeksOfMonths")
|
2929
2860
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -2972,7 +2903,6 @@ class AutonomousVmClusterMaintenanceWindowDetailArgs:
|
|
2972
2903
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowDetailMonthArgs']]]] = None,
|
2973
2904
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
2974
2905
|
preference: Optional[pulumi.Input[str]] = None,
|
2975
|
-
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
2976
2906
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
2977
2907
|
"""
|
2978
2908
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowDetailDaysOfWeekArgs']]] days_of_weeks: (Updatable) Days during the week when maintenance should be performed.
|
@@ -3004,8 +2934,6 @@ class AutonomousVmClusterMaintenanceWindowDetailArgs:
|
|
3004
2934
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
3005
2935
|
if preference is not None:
|
3006
2936
|
pulumi.set(__self__, "preference", preference)
|
3007
|
-
if skip_rus is not None:
|
3008
|
-
pulumi.set(__self__, "skip_rus", skip_rus)
|
3009
2937
|
if weeks_of_months is not None:
|
3010
2938
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
3011
2939
|
|
@@ -3111,15 +3039,6 @@ class AutonomousVmClusterMaintenanceWindowDetailArgs:
|
|
3111
3039
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
3112
3040
|
pulumi.set(self, "preference", value)
|
3113
3041
|
|
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
|
-
|
3123
3042
|
@property
|
3124
3043
|
@pulumi.getter(name="weeksOfMonths")
|
3125
3044
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -3321,7 +3240,6 @@ class CloudAutonomousVmClusterMaintenanceWindowArgs:
|
|
3321
3240
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['CloudAutonomousVmClusterMaintenanceWindowMonthArgs']]]] = None,
|
3322
3241
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
3323
3242
|
preference: Optional[pulumi.Input[str]] = None,
|
3324
|
-
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
3325
3243
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
3326
3244
|
"""
|
3327
3245
|
: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).
|
@@ -3356,8 +3274,6 @@ class CloudAutonomousVmClusterMaintenanceWindowArgs:
|
|
3356
3274
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
3357
3275
|
if preference is not None:
|
3358
3276
|
pulumi.set(__self__, "preference", preference)
|
3359
|
-
if skip_rus is not None:
|
3360
|
-
pulumi.set(__self__, "skip_rus", skip_rus)
|
3361
3277
|
if weeks_of_months is not None:
|
3362
3278
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
3363
3279
|
|
@@ -3472,15 +3388,6 @@ class CloudAutonomousVmClusterMaintenanceWindowArgs:
|
|
3472
3388
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
3473
3389
|
pulumi.set(self, "preference", value)
|
3474
3390
|
|
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
|
-
|
3484
3391
|
@property
|
3485
3392
|
@pulumi.getter(name="weeksOfMonths")
|
3486
3393
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -3529,7 +3436,6 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsArgs:
|
|
3529
3436
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['CloudAutonomousVmClusterMaintenanceWindowDetailsMonthArgs']]]] = None,
|
3530
3437
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
3531
3438
|
preference: Optional[pulumi.Input[str]] = None,
|
3532
|
-
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
3533
3439
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
3534
3440
|
"""
|
3535
3441
|
: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).
|
@@ -3564,8 +3470,6 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsArgs:
|
|
3564
3470
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
3565
3471
|
if preference is not None:
|
3566
3472
|
pulumi.set(__self__, "preference", preference)
|
3567
|
-
if skip_rus is not None:
|
3568
|
-
pulumi.set(__self__, "skip_rus", skip_rus)
|
3569
3473
|
if weeks_of_months is not None:
|
3570
3474
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
3571
3475
|
|
@@ -3680,15 +3584,6 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsArgs:
|
|
3680
3584
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
3681
3585
|
pulumi.set(self, "preference", value)
|
3682
3586
|
|
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
|
-
|
3692
3587
|
@property
|
3693
3588
|
@pulumi.getter(name="weeksOfMonths")
|
3694
3589
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -3841,7 +3736,6 @@ class CloudExadataInfrastructureMaintenanceWindowArgs:
|
|
3841
3736
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['CloudExadataInfrastructureMaintenanceWindowMonthArgs']]]] = None,
|
3842
3737
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
3843
3738
|
preference: Optional[pulumi.Input[str]] = None,
|
3844
|
-
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
3845
3739
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
3846
3740
|
"""
|
3847
3741
|
: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).
|
@@ -3876,8 +3770,6 @@ class CloudExadataInfrastructureMaintenanceWindowArgs:
|
|
3876
3770
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
3877
3771
|
if preference is not None:
|
3878
3772
|
pulumi.set(__self__, "preference", preference)
|
3879
|
-
if skip_rus is not None:
|
3880
|
-
pulumi.set(__self__, "skip_rus", skip_rus)
|
3881
3773
|
if weeks_of_months is not None:
|
3882
3774
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
3883
3775
|
|
@@ -3992,15 +3884,6 @@ class CloudExadataInfrastructureMaintenanceWindowArgs:
|
|
3992
3884
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
3993
3885
|
pulumi.set(self, "preference", value)
|
3994
3886
|
|
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
|
-
|
4004
3887
|
@property
|
4005
3888
|
@pulumi.getter(name="weeksOfMonths")
|
4006
3889
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -7306,7 +7189,6 @@ class DbSystemMaintenanceWindowArgs:
|
|
7306
7189
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['DbSystemMaintenanceWindowMonthArgs']]]] = None,
|
7307
7190
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
7308
7191
|
preference: Optional[pulumi.Input[str]] = None,
|
7309
|
-
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
7310
7192
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
7311
7193
|
"""
|
7312
7194
|
: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).
|
@@ -7341,8 +7223,6 @@ class DbSystemMaintenanceWindowArgs:
|
|
7341
7223
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
7342
7224
|
if preference is not None:
|
7343
7225
|
pulumi.set(__self__, "preference", preference)
|
7344
|
-
if skip_rus is not None:
|
7345
|
-
pulumi.set(__self__, "skip_rus", skip_rus)
|
7346
7226
|
if weeks_of_months is not None:
|
7347
7227
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
7348
7228
|
|
@@ -7457,15 +7337,6 @@ class DbSystemMaintenanceWindowArgs:
|
|
7457
7337
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
7458
7338
|
pulumi.set(self, "preference", value)
|
7459
7339
|
|
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
|
-
|
7469
7340
|
@property
|
7470
7341
|
@pulumi.getter(name="weeksOfMonths")
|
7471
7342
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -7514,7 +7385,6 @@ class DbSystemMaintenanceWindowDetailsArgs:
|
|
7514
7385
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['DbSystemMaintenanceWindowDetailsMonthArgs']]]] = None,
|
7515
7386
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
7516
7387
|
preference: Optional[pulumi.Input[str]] = None,
|
7517
|
-
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
7518
7388
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
7519
7389
|
"""
|
7520
7390
|
: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).
|
@@ -7549,8 +7419,6 @@ class DbSystemMaintenanceWindowDetailsArgs:
|
|
7549
7419
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
7550
7420
|
if preference is not None:
|
7551
7421
|
pulumi.set(__self__, "preference", preference)
|
7552
|
-
if skip_rus is not None:
|
7553
|
-
pulumi.set(__self__, "skip_rus", skip_rus)
|
7554
7422
|
if weeks_of_months is not None:
|
7555
7423
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
7556
7424
|
|
@@ -7665,15 +7533,6 @@ class DbSystemMaintenanceWindowDetailsArgs:
|
|
7665
7533
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
7666
7534
|
pulumi.set(self, "preference", value)
|
7667
7535
|
|
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
|
-
|
7677
7536
|
@property
|
7678
7537
|
@pulumi.getter(name="weeksOfMonths")
|
7679
7538
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -8454,7 +8313,6 @@ class ExadataInfrastructureMaintenanceWindowArgs:
|
|
8454
8313
|
months: Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureMaintenanceWindowMonthArgs']]]] = None,
|
8455
8314
|
patching_mode: Optional[pulumi.Input[str]] = None,
|
8456
8315
|
preference: Optional[pulumi.Input[str]] = None,
|
8457
|
-
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
8458
8316
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
8459
8317
|
"""
|
8460
8318
|
: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).
|
@@ -8489,8 +8347,6 @@ class ExadataInfrastructureMaintenanceWindowArgs:
|
|
8489
8347
|
pulumi.set(__self__, "patching_mode", patching_mode)
|
8490
8348
|
if preference is not None:
|
8491
8349
|
pulumi.set(__self__, "preference", preference)
|
8492
|
-
if skip_rus is not None:
|
8493
|
-
pulumi.set(__self__, "skip_rus", skip_rus)
|
8494
8350
|
if weeks_of_months is not None:
|
8495
8351
|
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
8496
8352
|
|
@@ -8605,15 +8461,6 @@ class ExadataInfrastructureMaintenanceWindowArgs:
|
|
8605
8461
|
def preference(self, value: Optional[pulumi.Input[str]]):
|
8606
8462
|
pulumi.set(self, "preference", value)
|
8607
8463
|
|
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
|
-
|
8617
8464
|
@property
|
8618
8465
|
@pulumi.getter(name="weeksOfMonths")
|
8619
8466
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
@@ -11307,45 +11154,6 @@ class GetAutonomousDatabaseRefreshableClonesFilterArgs:
|
|
11307
11154
|
pulumi.set(self, "regex", value)
|
11308
11155
|
|
11309
11156
|
|
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
|
-
|
11349
11157
|
@pulumi.input_type
|
11350
11158
|
class GetAutonomousDatabasesClonesFilterArgs:
|
11351
11159
|
def __init__(__self__, *,
|