pulumi-oci 2.12.0a1728593306__py3-none-any.whl → 2.13.0__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 +169 -19
- pulumi_oci/analytics/analytics_instance.py +54 -5
- pulumi_oci/analytics/get_analytics_instance.py +18 -4
- pulumi_oci/analytics/outputs.py +12 -1
- pulumi_oci/containerengine/_inputs.py +341 -0
- pulumi_oci/containerengine/cluster.py +64 -0
- pulumi_oci/containerengine/get_cluster.py +12 -1
- pulumi_oci/containerengine/outputs.py +582 -0
- pulumi_oci/core/_inputs.py +947 -196
- pulumi_oci/core/boot_volume.py +90 -5
- pulumi_oci/core/cluster_network.py +7 -7
- pulumi_oci/core/get_block_volume_replica.py +15 -1
- pulumi_oci/core/get_boot_volume.py +15 -4
- pulumi_oci/core/get_boot_volume_replica.py +15 -1
- pulumi_oci/core/get_instance.py +29 -1
- pulumi_oci/core/get_vcn.py +15 -1
- pulumi_oci/core/get_vnic.py +15 -1
- pulumi_oci/core/get_volume.py +18 -4
- pulumi_oci/core/instance.py +87 -0
- pulumi_oci/core/instance_configuration.py +16 -0
- pulumi_oci/core/ipsec.py +183 -23
- pulumi_oci/core/network_security_group_security_rule.py +2 -2
- pulumi_oci/core/outputs.py +1282 -153
- pulumi_oci/core/service_gateway.py +13 -7
- pulumi_oci/core/vcn.py +65 -23
- pulumi_oci/core/virtual_network.py +35 -1
- pulumi_oci/core/vnic_attachment.py +2 -0
- pulumi_oci/core/volume.py +110 -12
- pulumi_oci/core/volume_backup_policy_assignment.py +68 -19
- pulumi_oci/core/volume_group.py +56 -5
- pulumi_oci/database/_inputs.py +905 -27
- pulumi_oci/database/autonomous_database.py +48 -28
- pulumi_oci/database/autonomous_database_backup.py +12 -12
- pulumi_oci/database/autonomous_exadata_infrastructure.py +2 -0
- pulumi_oci/database/autonomous_vm_cluster.py +2 -0
- pulumi_oci/database/backup.py +12 -12
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +2 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +2 -0
- pulumi_oci/database/cloud_vm_cluster.py +71 -0
- pulumi_oci/database/database.py +15 -15
- pulumi_oci/database/database_upgrade.py +12 -12
- pulumi_oci/database/db_system.py +9 -9
- pulumi_oci/database/exadata_infrastructure.py +2 -0
- pulumi_oci/database/get_autonomous_container_database.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +18 -4
- pulumi_oci/database/get_autonomous_database_backup.py +3 -3
- pulumi_oci/database/get_autonomous_databases.py +88 -5
- pulumi_oci/database/get_cloud_vm_cluster.py +15 -1
- pulumi_oci/database/get_database.py +3 -3
- pulumi_oci/database/get_pluggable_database.py +12 -1
- pulumi_oci/database/get_vm_cluster.py +15 -1
- pulumi_oci/database/outputs.py +1431 -74
- pulumi_oci/database/pluggable_database.py +34 -0
- pulumi_oci/database/vm_cluster.py +71 -0
- pulumi_oci/database/vm_cluster_add_virtual_network.py +28 -0
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +28 -0
- pulumi_oci/datasafe/__init__.py +13 -0
- pulumi_oci/datasafe/_inputs.py +441 -0
- pulumi_oci/datasafe/generate_on_prem_connector_configuration.py +271 -0
- pulumi_oci/datasafe/get_reports.py +23 -1
- pulumi_oci/datasafe/get_sql_collection.py +392 -0
- pulumi_oci/datasafe/get_sql_collection_analytics.py +309 -0
- pulumi_oci/datasafe/get_sql_collection_log_insights.py +207 -0
- pulumi_oci/datasafe/get_sql_collections.py +364 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +337 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +250 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +234 -0
- pulumi_oci/datasafe/get_sql_firewall_policies.py +386 -0
- pulumi_oci/datasafe/get_sql_firewall_policy.py +393 -0
- pulumi_oci/datasafe/get_sql_firewall_policy_analytics.py +305 -0
- pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +306 -0
- pulumi_oci/datasafe/get_sql_firewall_violations.py +208 -0
- pulumi_oci/datasafe/outputs.py +1808 -2
- pulumi_oci/desktops/_inputs.py +395 -17
- pulumi_oci/desktops/desktop_pool.py +253 -21
- pulumi_oci/desktops/get_desktop_pool.py +62 -5
- pulumi_oci/desktops/outputs.py +807 -25
- pulumi_oci/dns/__init__.py +2 -0
- pulumi_oci/dns/_inputs.py +1157 -12
- pulumi_oci/dns/action_create_zone_from_zone_file.py +42 -2
- pulumi_oci/dns/get_records.py +45 -13
- pulumi_oci/dns/get_resolver.py +8 -6
- pulumi_oci/dns/get_resolver_endpoint.py +8 -6
- pulumi_oci/dns/get_resolver_endpoints.py +2 -2
- pulumi_oci/dns/get_resolvers.py +12 -12
- pulumi_oci/dns/get_rrset.py +16 -16
- pulumi_oci/dns/get_rrsets.py +12 -10
- pulumi_oci/dns/get_view.py +8 -4
- pulumi_oci/dns/get_views.py +12 -12
- pulumi_oci/dns/get_zones.py +33 -13
- pulumi_oci/dns/outputs.py +1388 -79
- pulumi_oci/dns/record.py +12 -12
- pulumi_oci/dns/resolver.py +7 -7
- pulumi_oci/dns/resolver_endpoint.py +2 -2
- pulumi_oci/dns/rrset.py +50 -41
- pulumi_oci/dns/zone.py +176 -17
- pulumi_oci/dns/zone_promote_dnssec_key_version.py +328 -0
- pulumi_oci/dns/zone_stage_dnssec_key_version.py +318 -0
- pulumi_oci/fleetappsmanagement/__init__.py +43 -0
- pulumi_oci/fleetappsmanagement/_inputs.py +2057 -0
- pulumi_oci/fleetappsmanagement/fleet.py +955 -0
- pulumi_oci/fleetappsmanagement/fleet_credential.py +615 -0
- pulumi_oci/fleetappsmanagement/fleet_property.py +585 -0
- pulumi_oci/fleetappsmanagement/fleet_resource.py +851 -0
- pulumi_oci/fleetappsmanagement/get_announcements.py +166 -0
- pulumi_oci/fleetappsmanagement/get_fleet.py +394 -0
- pulumi_oci/fleetappsmanagement/get_fleet_compliance_report.py +164 -0
- pulumi_oci/fleetappsmanagement/get_fleet_credential.py +273 -0
- pulumi_oci/fleetappsmanagement/get_fleet_credentials.py +240 -0
- pulumi_oci/fleetappsmanagement/get_fleet_products.py +232 -0
- pulumi_oci/fleetappsmanagement/get_fleet_properties.py +218 -0
- pulumi_oci/fleetappsmanagement/get_fleet_property.py +286 -0
- pulumi_oci/fleetappsmanagement/get_fleet_resource.py +398 -0
- pulumi_oci/fleetappsmanagement/get_fleet_resources.py +237 -0
- pulumi_oci/fleetappsmanagement/get_fleet_targets.py +232 -0
- pulumi_oci/fleetappsmanagement/get_fleets.py +284 -0
- pulumi_oci/fleetappsmanagement/get_inventory_resources.py +311 -0
- pulumi_oci/fleetappsmanagement/get_maintenance_window.py +365 -0
- pulumi_oci/fleetappsmanagement/get_maintenance_windows.py +199 -0
- pulumi_oci/fleetappsmanagement/get_onboarding_policies.py +123 -0
- pulumi_oci/fleetappsmanagement/get_onboardings.py +177 -0
- pulumi_oci/fleetappsmanagement/get_properties.py +221 -0
- pulumi_oci/fleetappsmanagement/get_property.py +323 -0
- pulumi_oci/fleetappsmanagement/get_runbook.py +377 -0
- pulumi_oci/fleetappsmanagement/get_runbooks.py +284 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definition.py +436 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definition_scheduled_fleets.py +185 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definitions.py +262 -0
- pulumi_oci/fleetappsmanagement/get_task_record.py +307 -0
- pulumi_oci/fleetappsmanagement/get_task_records.py +240 -0
- pulumi_oci/fleetappsmanagement/maintenance_window.py +935 -0
- pulumi_oci/fleetappsmanagement/onboarding.py +477 -0
- pulumi_oci/fleetappsmanagement/outputs.py +8128 -0
- pulumi_oci/fleetappsmanagement/property.py +697 -0
- pulumi_oci/fleetappsmanagement/scheduler_definition.py +1035 -0
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +15 -1
- pulumi_oci/functions/outputs.py +11 -0
- pulumi_oci/fusionapps/_inputs.py +21 -20
- pulumi_oci/fusionapps/fusion_environment.py +2 -2
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +21 -22
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +48 -51
- pulumi_oci/fusionapps/outputs.py +11 -10
- pulumi_oci/goldengate/__init__.py +1 -0
- pulumi_oci/goldengate/_inputs.py +165 -0
- pulumi_oci/goldengate/connection.py +49 -35
- pulumi_oci/goldengate/database_registration.py +7 -7
- pulumi_oci/goldengate/deployment.py +79 -4
- pulumi_oci/goldengate/get_deployment.py +30 -2
- pulumi_oci/goldengate/get_deployment_environments.py +144 -0
- pulumi_oci/goldengate/outputs.py +409 -2
- pulumi_oci/integration/__init__.py +1 -0
- pulumi_oci/integration/_inputs.py +289 -2
- pulumi_oci/integration/get_integration_instance.py +65 -1
- pulumi_oci/integration/integration_instance.py +172 -0
- pulumi_oci/integration/oracle_managed_custom_endpoint.py +307 -0
- pulumi_oci/integration/outputs.py +587 -19
- pulumi_oci/loadbalancer/_inputs.py +20 -0
- pulumi_oci/loadbalancer/listener.py +4 -2
- pulumi_oci/loadbalancer/outputs.py +16 -2
- pulumi_oci/monitoring/_inputs.py +137 -16
- pulumi_oci/monitoring/alarm_suppression.py +164 -35
- pulumi_oci/monitoring/get_alarm_statuses.py +5 -3
- pulumi_oci/monitoring/get_alarm_suppression.py +33 -3
- pulumi_oci/monitoring/get_alarm_suppressions.py +137 -14
- pulumi_oci/monitoring/outputs.py +291 -18
- pulumi_oci/mysql/mysql_db_system.py +7 -7
- pulumi_oci/objectstorage/__init__.py +3 -0
- pulumi_oci/objectstorage/_inputs.py +97 -0
- pulumi_oci/objectstorage/get_object_versions.py +6 -6
- pulumi_oci/objectstorage/get_objects.py +6 -6
- pulumi_oci/objectstorage/get_private_endpoint.py +263 -0
- pulumi_oci/objectstorage/get_private_endpoint_summaries.py +128 -0
- pulumi_oci/objectstorage/outputs.py +258 -0
- pulumi_oci/objectstorage/private_endpoint.py +630 -0
- pulumi_oci/objectstorage/storage_object.py +7 -7
- pulumi_oci/opsi/_inputs.py +268 -114
- pulumi_oci/opsi/database_insight.py +162 -21
- pulumi_oci/opsi/exadata_insight.py +44 -0
- pulumi_oci/opsi/get_database_insight.py +40 -1
- pulumi_oci/opsi/get_host_insights.py +2 -2
- pulumi_oci/opsi/host_insight.py +0 -48
- pulumi_oci/opsi/outputs.py +405 -109
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/securityattribute/__init__.py +15 -0
- pulumi_oci/securityattribute/_inputs.py +209 -0
- pulumi_oci/securityattribute/get_security_attribute.py +262 -0
- pulumi_oci/securityattribute/get_security_attribute_namespace.py +253 -0
- pulumi_oci/securityattribute/get_security_attribute_namespaces.py +210 -0
- pulumi_oci/securityattribute/get_security_attributes.py +169 -0
- pulumi_oci/securityattribute/outputs.py +466 -0
- pulumi_oci/securityattribute/security_attribute.py +588 -0
- pulumi_oci/securityattribute/security_attribute_namespace.py +609 -0
- pulumi_oci/stackmonitoring/__init__.py +5 -0
- pulumi_oci/stackmonitoring/_inputs.py +330 -0
- pulumi_oci/stackmonitoring/get_maintenance_window.py +254 -0
- pulumi_oci/stackmonitoring/get_maintenance_windows.py +210 -0
- pulumi_oci/stackmonitoring/maintenance_window.py +551 -0
- pulumi_oci/stackmonitoring/maintenance_windows_retry_failed_operation.py +217 -0
- pulumi_oci/stackmonitoring/maintenance_windows_stop.py +217 -0
- pulumi_oci/stackmonitoring/outputs.py +603 -0
- pulumi_oci/{globallydistributeddatabase → zpr}/__init__.py +5 -6
- pulumi_oci/zpr/_inputs.py +79 -0
- pulumi_oci/zpr/configuration.py +516 -0
- pulumi_oci/zpr/get_configuration.py +230 -0
- pulumi_oci/zpr/get_zpr_policies.py +191 -0
- pulumi_oci/zpr/get_zpr_policy.py +264 -0
- pulumi_oci/zpr/outputs.py +203 -0
- pulumi_oci/zpr/zpr_policy.py +614 -0
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/RECORD +212 -142
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/WHEEL +1 -1
- pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1289
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -323
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -191
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -660
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -191
- pulumi_oci/globallydistributeddatabase/outputs.py +0 -2063
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -747
- pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1821
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/top_level.txt +0 -0
pulumi_oci/database/outputs.py
CHANGED
@@ -72,6 +72,9 @@ __all__ = [
|
|
72
72
|
'CloudExadataInfrastructureMaintenanceWindow',
|
73
73
|
'CloudExadataInfrastructureMaintenanceWindowDaysOfWeek',
|
74
74
|
'CloudExadataInfrastructureMaintenanceWindowMonth',
|
75
|
+
'CloudVmClusterCloudAutomationUpdateDetails',
|
76
|
+
'CloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference',
|
77
|
+
'CloudVmClusterCloudAutomationUpdateDetailsFreezePeriod',
|
75
78
|
'CloudVmClusterDataCollectionOptions',
|
76
79
|
'CloudVmClusterFileSystemConfigurationDetail',
|
77
80
|
'CloudVmClusterIormConfigCach',
|
@@ -165,15 +168,24 @@ __all__ = [
|
|
165
168
|
'PluggableDatabasesRemoteClonePdbNodeLevelDetail',
|
166
169
|
'PluggableDatabasesRemoteClonePluggableDatabaseManagementConfig',
|
167
170
|
'PluggableDatabasesRemoteCloneRefreshableCloneConfig',
|
171
|
+
'VmClusterAddVirtualNetworkCloudAutomationUpdateDetail',
|
172
|
+
'VmClusterAddVirtualNetworkCloudAutomationUpdateDetailApplyUpdateTimePreference',
|
173
|
+
'VmClusterAddVirtualNetworkCloudAutomationUpdateDetailFreezePeriod',
|
168
174
|
'VmClusterAddVirtualNetworkDataCollectionOption',
|
169
175
|
'VmClusterAddVirtualNetworkDbServer',
|
170
176
|
'VmClusterAddVirtualNetworkFileSystemConfigurationDetail',
|
177
|
+
'VmClusterCloudAutomationUpdateDetails',
|
178
|
+
'VmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference',
|
179
|
+
'VmClusterCloudAutomationUpdateDetailsFreezePeriod',
|
171
180
|
'VmClusterDataCollectionOptions',
|
172
181
|
'VmClusterFileSystemConfigurationDetail',
|
173
182
|
'VmClusterNetworkDrScan',
|
174
183
|
'VmClusterNetworkScan',
|
175
184
|
'VmClusterNetworkVmNetwork',
|
176
185
|
'VmClusterNetworkVmNetworkNode',
|
186
|
+
'VmClusterRemoveVirtualMachineCloudAutomationUpdateDetail',
|
187
|
+
'VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailApplyUpdateTimePreference',
|
188
|
+
'VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailFreezePeriod',
|
177
189
|
'VmClusterRemoveVirtualMachineDataCollectionOption',
|
178
190
|
'VmClusterRemoveVirtualMachineDbServer',
|
179
191
|
'VmClusterRemoveVirtualMachineFileSystemConfigurationDetail',
|
@@ -366,12 +378,18 @@ __all__ = [
|
|
366
378
|
'GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindowDaysOfWeekResult',
|
367
379
|
'GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindowMonthResult',
|
368
380
|
'GetCloudExadataInfrastructuresFilterResult',
|
381
|
+
'GetCloudVmClusterCloudAutomationUpdateDetailResult',
|
382
|
+
'GetCloudVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult',
|
383
|
+
'GetCloudVmClusterCloudAutomationUpdateDetailFreezePeriodResult',
|
369
384
|
'GetCloudVmClusterDataCollectionOptionResult',
|
370
385
|
'GetCloudVmClusterFileSystemConfigurationDetailResult',
|
371
386
|
'GetCloudVmClusterIormConfigCachResult',
|
372
387
|
'GetCloudVmClusterIormConfigCachDbPlanResult',
|
373
388
|
'GetCloudVmClusterIormConfigDbPlanResult',
|
374
389
|
'GetCloudVmClustersCloudVmClusterResult',
|
390
|
+
'GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailResult',
|
391
|
+
'GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult',
|
392
|
+
'GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailFreezePeriodResult',
|
375
393
|
'GetCloudVmClustersCloudVmClusterDataCollectionOptionResult',
|
376
394
|
'GetCloudVmClustersCloudVmClusterFileSystemConfigurationDetailResult',
|
377
395
|
'GetCloudVmClustersCloudVmClusterIormConfigCachResult',
|
@@ -579,6 +597,9 @@ __all__ = [
|
|
579
597
|
'GetSystemVersionsFilterResult',
|
580
598
|
'GetSystemVersionsSystemVersionCollectionResult',
|
581
599
|
'GetSystemVersionsSystemVersionCollectionItemResult',
|
600
|
+
'GetVmClusterCloudAutomationUpdateDetailResult',
|
601
|
+
'GetVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult',
|
602
|
+
'GetVmClusterCloudAutomationUpdateDetailFreezePeriodResult',
|
582
603
|
'GetVmClusterDataCollectionOptionResult',
|
583
604
|
'GetVmClusterFileSystemConfigurationDetailResult',
|
584
605
|
'GetVmClusterNetworkDrScanResult',
|
@@ -606,6 +627,9 @@ __all__ = [
|
|
606
627
|
'GetVmClusterUpdatesVmClusterUpdateResult',
|
607
628
|
'GetVmClustersFilterResult',
|
608
629
|
'GetVmClustersVmClusterResult',
|
630
|
+
'GetVmClustersVmClusterCloudAutomationUpdateDetailResult',
|
631
|
+
'GetVmClustersVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult',
|
632
|
+
'GetVmClustersVmClusterCloudAutomationUpdateDetailFreezePeriodResult',
|
609
633
|
'GetVmClustersVmClusterDataCollectionOptionResult',
|
610
634
|
'GetVmClustersVmClusterFileSystemConfigurationDetailResult',
|
611
635
|
]
|
@@ -928,7 +952,7 @@ class AutonomousContainerDatabaseKeyHistoryEntry(dict):
|
|
928
952
|
vault_id: Optional[str] = None):
|
929
953
|
"""
|
930
954
|
:param str id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
|
931
|
-
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
955
|
+
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
932
956
|
:param str time_activated: The date and time the kms key activated.
|
933
957
|
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
934
958
|
"""
|
@@ -953,7 +977,7 @@ class AutonomousContainerDatabaseKeyHistoryEntry(dict):
|
|
953
977
|
@pulumi.getter(name="kmsKeyVersionId")
|
954
978
|
def kms_key_version_id(self) -> Optional[str]:
|
955
979
|
"""
|
956
|
-
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
980
|
+
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
957
981
|
"""
|
958
982
|
return pulumi.get(self, "kms_key_version_id")
|
959
983
|
|
@@ -1032,7 +1056,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
|
|
1032
1056
|
:param Sequence['AutonomousContainerDatabaseMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
1033
1057
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
1034
1058
|
:param str preference: The maintenance window scheduling preference.
|
1035
|
-
:param Sequence[bool] skip_rus:
|
1059
|
+
: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.
|
1036
1060
|
: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.
|
1037
1061
|
"""
|
1038
1062
|
if custom_action_timeout_in_mins is not None:
|
@@ -1135,7 +1159,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
|
|
1135
1159
|
@pulumi.getter(name="skipRus")
|
1136
1160
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
1137
1161
|
"""
|
1138
|
-
|
1162
|
+
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.
|
1139
1163
|
"""
|
1140
1164
|
return pulumi.get(self, "skip_rus")
|
1141
1165
|
|
@@ -2955,6 +2979,7 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
|
|
2955
2979
|
:param Sequence['AutonomousExadataInfrastructureMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
2956
2980
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
2957
2981
|
:param str preference: The maintenance window scheduling preference.
|
2982
|
+
: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.
|
2958
2983
|
: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.
|
2959
2984
|
"""
|
2960
2985
|
if custom_action_timeout_in_mins is not None:
|
@@ -3056,6 +3081,9 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
|
|
3056
3081
|
@property
|
3057
3082
|
@pulumi.getter(name="skipRus")
|
3058
3083
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
3084
|
+
"""
|
3085
|
+
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.
|
3086
|
+
"""
|
3059
3087
|
return pulumi.get(self, "skip_rus")
|
3060
3088
|
|
3061
3089
|
@property
|
@@ -3146,6 +3174,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetails(dict):
|
|
3146
3174
|
|
3147
3175
|
*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.
|
3148
3176
|
:param str preference: (Updatable) The maintenance window scheduling preference.
|
3177
|
+
: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.
|
3149
3178
|
: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.
|
3150
3179
|
"""
|
3151
3180
|
if custom_action_timeout_in_mins is not None:
|
@@ -3249,6 +3278,9 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetails(dict):
|
|
3249
3278
|
@property
|
3250
3279
|
@pulumi.getter(name="skipRus")
|
3251
3280
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
3281
|
+
"""
|
3282
|
+
(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.
|
3283
|
+
"""
|
3252
3284
|
return pulumi.get(self, "skip_rus")
|
3253
3285
|
|
3254
3286
|
@property
|
@@ -3372,6 +3404,7 @@ class AutonomousVmClusterMaintenanceWindow(dict):
|
|
3372
3404
|
|
3373
3405
|
*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.
|
3374
3406
|
:param str preference: The maintenance window scheduling preference.
|
3407
|
+
: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.
|
3375
3408
|
: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.
|
3376
3409
|
"""
|
3377
3410
|
if custom_action_timeout_in_mins is not None:
|
@@ -3466,6 +3499,9 @@ class AutonomousVmClusterMaintenanceWindow(dict):
|
|
3466
3499
|
@property
|
3467
3500
|
@pulumi.getter(name="skipRus")
|
3468
3501
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
3502
|
+
"""
|
3503
|
+
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.
|
3504
|
+
"""
|
3469
3505
|
return pulumi.get(self, "skip_rus")
|
3470
3506
|
|
3471
3507
|
@property
|
@@ -3553,6 +3589,7 @@ class AutonomousVmClusterMaintenanceWindowDetail(dict):
|
|
3553
3589
|
|
3554
3590
|
*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.
|
3555
3591
|
:param str preference: (Updatable) The maintenance window scheduling preference.
|
3592
|
+
: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.
|
3556
3593
|
: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.
|
3557
3594
|
"""
|
3558
3595
|
if custom_action_timeout_in_mins is not None:
|
@@ -3647,6 +3684,9 @@ class AutonomousVmClusterMaintenanceWindowDetail(dict):
|
|
3647
3684
|
@property
|
3648
3685
|
@pulumi.getter(name="skipRus")
|
3649
3686
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
3687
|
+
"""
|
3688
|
+
(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.
|
3689
|
+
"""
|
3650
3690
|
return pulumi.get(self, "skip_rus")
|
3651
3691
|
|
3652
3692
|
@property
|
@@ -3896,6 +3936,7 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
|
|
3896
3936
|
:param Sequence['CloudAutonomousVmClusterMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
3897
3937
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
3898
3938
|
:param str preference: The maintenance window scheduling preference.
|
3939
|
+
: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.
|
3899
3940
|
: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.
|
3900
3941
|
"""
|
3901
3942
|
if custom_action_timeout_in_mins is not None:
|
@@ -3997,6 +4038,9 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
|
|
3997
4038
|
@property
|
3998
4039
|
@pulumi.getter(name="skipRus")
|
3999
4040
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
4041
|
+
"""
|
4042
|
+
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.
|
4043
|
+
"""
|
4000
4044
|
return pulumi.get(self, "skip_rus")
|
4001
4045
|
|
4002
4046
|
@property
|
@@ -4087,6 +4131,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetails(dict):
|
|
4087
4131
|
|
4088
4132
|
*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.
|
4089
4133
|
:param str preference: (Updatable) The maintenance window scheduling preference.
|
4134
|
+
: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.
|
4090
4135
|
: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.
|
4091
4136
|
"""
|
4092
4137
|
if custom_action_timeout_in_mins is not None:
|
@@ -4190,6 +4235,9 @@ class CloudAutonomousVmClusterMaintenanceWindowDetails(dict):
|
|
4190
4235
|
@property
|
4191
4236
|
@pulumi.getter(name="skipRus")
|
4192
4237
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
4238
|
+
"""
|
4239
|
+
(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.
|
4240
|
+
"""
|
4193
4241
|
return pulumi.get(self, "skip_rus")
|
4194
4242
|
|
4195
4243
|
@property
|
@@ -4461,6 +4509,7 @@ class CloudExadataInfrastructureMaintenanceWindow(dict):
|
|
4461
4509
|
|
4462
4510
|
*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.
|
4463
4511
|
:param str preference: (Updatable) The maintenance window scheduling preference.
|
4512
|
+
: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.
|
4464
4513
|
: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.
|
4465
4514
|
"""
|
4466
4515
|
if custom_action_timeout_in_mins is not None:
|
@@ -4564,6 +4613,9 @@ class CloudExadataInfrastructureMaintenanceWindow(dict):
|
|
4564
4613
|
@property
|
4565
4614
|
@pulumi.getter(name="skipRus")
|
4566
4615
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
4616
|
+
"""
|
4617
|
+
(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.
|
4618
|
+
"""
|
4567
4619
|
return pulumi.get(self, "skip_rus")
|
4568
4620
|
|
4569
4621
|
@property
|
@@ -4611,6 +4663,184 @@ class CloudExadataInfrastructureMaintenanceWindowMonth(dict):
|
|
4611
4663
|
return pulumi.get(self, "name")
|
4612
4664
|
|
4613
4665
|
|
4666
|
+
@pulumi.output_type
|
4667
|
+
class CloudVmClusterCloudAutomationUpdateDetails(dict):
|
4668
|
+
@staticmethod
|
4669
|
+
def __key_warning(key: str):
|
4670
|
+
suggest = None
|
4671
|
+
if key == "applyUpdateTimePreference":
|
4672
|
+
suggest = "apply_update_time_preference"
|
4673
|
+
elif key == "freezePeriod":
|
4674
|
+
suggest = "freeze_period"
|
4675
|
+
elif key == "isEarlyAdoptionEnabled":
|
4676
|
+
suggest = "is_early_adoption_enabled"
|
4677
|
+
elif key == "isFreezePeriodEnabled":
|
4678
|
+
suggest = "is_freeze_period_enabled"
|
4679
|
+
|
4680
|
+
if suggest:
|
4681
|
+
pulumi.log.warn(f"Key '{key}' not found in CloudVmClusterCloudAutomationUpdateDetails. Access the value via the '{suggest}' property getter instead.")
|
4682
|
+
|
4683
|
+
def __getitem__(self, key: str) -> Any:
|
4684
|
+
CloudVmClusterCloudAutomationUpdateDetails.__key_warning(key)
|
4685
|
+
return super().__getitem__(key)
|
4686
|
+
|
4687
|
+
def get(self, key: str, default = None) -> Any:
|
4688
|
+
CloudVmClusterCloudAutomationUpdateDetails.__key_warning(key)
|
4689
|
+
return super().get(key, default)
|
4690
|
+
|
4691
|
+
def __init__(__self__, *,
|
4692
|
+
apply_update_time_preference: Optional['outputs.CloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference'] = None,
|
4693
|
+
freeze_period: Optional['outputs.CloudVmClusterCloudAutomationUpdateDetailsFreezePeriod'] = None,
|
4694
|
+
is_early_adoption_enabled: Optional[bool] = None,
|
4695
|
+
is_freeze_period_enabled: Optional[bool] = None):
|
4696
|
+
"""
|
4697
|
+
:param 'CloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceArgs' apply_update_time_preference: (Updatable) Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
4698
|
+
:param 'CloudVmClusterCloudAutomationUpdateDetailsFreezePeriodArgs' freeze_period: (Updatable) Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
4699
|
+
:param bool is_early_adoption_enabled: (Updatable) Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
4700
|
+
:param bool is_freeze_period_enabled: (Updatable) Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
4701
|
+
"""
|
4702
|
+
if apply_update_time_preference is not None:
|
4703
|
+
pulumi.set(__self__, "apply_update_time_preference", apply_update_time_preference)
|
4704
|
+
if freeze_period is not None:
|
4705
|
+
pulumi.set(__self__, "freeze_period", freeze_period)
|
4706
|
+
if is_early_adoption_enabled is not None:
|
4707
|
+
pulumi.set(__self__, "is_early_adoption_enabled", is_early_adoption_enabled)
|
4708
|
+
if is_freeze_period_enabled is not None:
|
4709
|
+
pulumi.set(__self__, "is_freeze_period_enabled", is_freeze_period_enabled)
|
4710
|
+
|
4711
|
+
@property
|
4712
|
+
@pulumi.getter(name="applyUpdateTimePreference")
|
4713
|
+
def apply_update_time_preference(self) -> Optional['outputs.CloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference']:
|
4714
|
+
"""
|
4715
|
+
(Updatable) Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
4716
|
+
"""
|
4717
|
+
return pulumi.get(self, "apply_update_time_preference")
|
4718
|
+
|
4719
|
+
@property
|
4720
|
+
@pulumi.getter(name="freezePeriod")
|
4721
|
+
def freeze_period(self) -> Optional['outputs.CloudVmClusterCloudAutomationUpdateDetailsFreezePeriod']:
|
4722
|
+
"""
|
4723
|
+
(Updatable) Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
4724
|
+
"""
|
4725
|
+
return pulumi.get(self, "freeze_period")
|
4726
|
+
|
4727
|
+
@property
|
4728
|
+
@pulumi.getter(name="isEarlyAdoptionEnabled")
|
4729
|
+
def is_early_adoption_enabled(self) -> Optional[bool]:
|
4730
|
+
"""
|
4731
|
+
(Updatable) Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
4732
|
+
"""
|
4733
|
+
return pulumi.get(self, "is_early_adoption_enabled")
|
4734
|
+
|
4735
|
+
@property
|
4736
|
+
@pulumi.getter(name="isFreezePeriodEnabled")
|
4737
|
+
def is_freeze_period_enabled(self) -> Optional[bool]:
|
4738
|
+
"""
|
4739
|
+
(Updatable) Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
4740
|
+
"""
|
4741
|
+
return pulumi.get(self, "is_freeze_period_enabled")
|
4742
|
+
|
4743
|
+
|
4744
|
+
@pulumi.output_type
|
4745
|
+
class CloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference(dict):
|
4746
|
+
@staticmethod
|
4747
|
+
def __key_warning(key: str):
|
4748
|
+
suggest = None
|
4749
|
+
if key == "applyUpdatePreferredEndTime":
|
4750
|
+
suggest = "apply_update_preferred_end_time"
|
4751
|
+
elif key == "applyUpdatePreferredStartTime":
|
4752
|
+
suggest = "apply_update_preferred_start_time"
|
4753
|
+
|
4754
|
+
if suggest:
|
4755
|
+
pulumi.log.warn(f"Key '{key}' not found in CloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference. Access the value via the '{suggest}' property getter instead.")
|
4756
|
+
|
4757
|
+
def __getitem__(self, key: str) -> Any:
|
4758
|
+
CloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference.__key_warning(key)
|
4759
|
+
return super().__getitem__(key)
|
4760
|
+
|
4761
|
+
def get(self, key: str, default = None) -> Any:
|
4762
|
+
CloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference.__key_warning(key)
|
4763
|
+
return super().get(key, default)
|
4764
|
+
|
4765
|
+
def __init__(__self__, *,
|
4766
|
+
apply_update_preferred_end_time: Optional[str] = None,
|
4767
|
+
apply_update_preferred_start_time: Optional[str] = None):
|
4768
|
+
"""
|
4769
|
+
:param str apply_update_preferred_end_time: (Updatable) End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
4770
|
+
:param str apply_update_preferred_start_time: (Updatable) Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
4771
|
+
"""
|
4772
|
+
if apply_update_preferred_end_time is not None:
|
4773
|
+
pulumi.set(__self__, "apply_update_preferred_end_time", apply_update_preferred_end_time)
|
4774
|
+
if apply_update_preferred_start_time is not None:
|
4775
|
+
pulumi.set(__self__, "apply_update_preferred_start_time", apply_update_preferred_start_time)
|
4776
|
+
|
4777
|
+
@property
|
4778
|
+
@pulumi.getter(name="applyUpdatePreferredEndTime")
|
4779
|
+
def apply_update_preferred_end_time(self) -> Optional[str]:
|
4780
|
+
"""
|
4781
|
+
(Updatable) End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
4782
|
+
"""
|
4783
|
+
return pulumi.get(self, "apply_update_preferred_end_time")
|
4784
|
+
|
4785
|
+
@property
|
4786
|
+
@pulumi.getter(name="applyUpdatePreferredStartTime")
|
4787
|
+
def apply_update_preferred_start_time(self) -> Optional[str]:
|
4788
|
+
"""
|
4789
|
+
(Updatable) Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
4790
|
+
"""
|
4791
|
+
return pulumi.get(self, "apply_update_preferred_start_time")
|
4792
|
+
|
4793
|
+
|
4794
|
+
@pulumi.output_type
|
4795
|
+
class CloudVmClusterCloudAutomationUpdateDetailsFreezePeriod(dict):
|
4796
|
+
@staticmethod
|
4797
|
+
def __key_warning(key: str):
|
4798
|
+
suggest = None
|
4799
|
+
if key == "freezePeriodEndTime":
|
4800
|
+
suggest = "freeze_period_end_time"
|
4801
|
+
elif key == "freezePeriodStartTime":
|
4802
|
+
suggest = "freeze_period_start_time"
|
4803
|
+
|
4804
|
+
if suggest:
|
4805
|
+
pulumi.log.warn(f"Key '{key}' not found in CloudVmClusterCloudAutomationUpdateDetailsFreezePeriod. Access the value via the '{suggest}' property getter instead.")
|
4806
|
+
|
4807
|
+
def __getitem__(self, key: str) -> Any:
|
4808
|
+
CloudVmClusterCloudAutomationUpdateDetailsFreezePeriod.__key_warning(key)
|
4809
|
+
return super().__getitem__(key)
|
4810
|
+
|
4811
|
+
def get(self, key: str, default = None) -> Any:
|
4812
|
+
CloudVmClusterCloudAutomationUpdateDetailsFreezePeriod.__key_warning(key)
|
4813
|
+
return super().get(key, default)
|
4814
|
+
|
4815
|
+
def __init__(__self__, *,
|
4816
|
+
freeze_period_end_time: Optional[str] = None,
|
4817
|
+
freeze_period_start_time: Optional[str] = None):
|
4818
|
+
"""
|
4819
|
+
:param str freeze_period_end_time: (Updatable) End time of the freeze period cycle.
|
4820
|
+
:param str freeze_period_start_time: (Updatable) Start time of the freeze period cycle.
|
4821
|
+
"""
|
4822
|
+
if freeze_period_end_time is not None:
|
4823
|
+
pulumi.set(__self__, "freeze_period_end_time", freeze_period_end_time)
|
4824
|
+
if freeze_period_start_time is not None:
|
4825
|
+
pulumi.set(__self__, "freeze_period_start_time", freeze_period_start_time)
|
4826
|
+
|
4827
|
+
@property
|
4828
|
+
@pulumi.getter(name="freezePeriodEndTime")
|
4829
|
+
def freeze_period_end_time(self) -> Optional[str]:
|
4830
|
+
"""
|
4831
|
+
(Updatable) End time of the freeze period cycle.
|
4832
|
+
"""
|
4833
|
+
return pulumi.get(self, "freeze_period_end_time")
|
4834
|
+
|
4835
|
+
@property
|
4836
|
+
@pulumi.getter(name="freezePeriodStartTime")
|
4837
|
+
def freeze_period_start_time(self) -> Optional[str]:
|
4838
|
+
"""
|
4839
|
+
(Updatable) Start time of the freeze period cycle.
|
4840
|
+
"""
|
4841
|
+
return pulumi.get(self, "freeze_period_start_time")
|
4842
|
+
|
4843
|
+
|
4614
4844
|
@pulumi.output_type
|
4615
4845
|
class CloudVmClusterDataCollectionOptions(dict):
|
4616
4846
|
@staticmethod
|
@@ -5141,13 +5371,13 @@ class DatabaseDatabase(dict):
|
|
5141
5371
|
:param Mapping[str, str] defined_tags: (Updatable) 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).
|
5142
5372
|
:param Mapping[str, str] freeform_tags: (Updatable) 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"}`
|
5143
5373
|
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
5144
|
-
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
5374
|
+
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
5145
5375
|
:param str ncharacter_set: The national character set for the database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
|
5146
5376
|
:param str pdb_name: The name of the pluggable database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. Pluggable database should not be same as database name.
|
5147
5377
|
:param Sequence[str] pluggable_databases: The list of pluggable databases that needs to be restored into new database.
|
5148
5378
|
:param str sid_prefix: Specifies a prefix for the `Oracle SID` of the database to be created.
|
5149
5379
|
:param str tde_wallet_password: The optional password to open the TDE wallet. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \\#, or -.
|
5150
|
-
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
5380
|
+
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
5151
5381
|
"""
|
5152
5382
|
pulumi.set(__self__, "admin_password", admin_password)
|
5153
5383
|
pulumi.set(__self__, "db_name", db_name)
|
@@ -5290,7 +5520,7 @@ class DatabaseDatabase(dict):
|
|
5290
5520
|
@pulumi.getter(name="kmsKeyVersionId")
|
5291
5521
|
def kms_key_version_id(self) -> Optional[str]:
|
5292
5522
|
"""
|
5293
|
-
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
5523
|
+
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
5294
5524
|
"""
|
5295
5525
|
return pulumi.get(self, "kms_key_version_id")
|
5296
5526
|
|
@@ -5338,7 +5568,7 @@ class DatabaseDatabase(dict):
|
|
5338
5568
|
@pulumi.getter(name="vaultId")
|
5339
5569
|
def vault_id(self) -> Optional[str]:
|
5340
5570
|
"""
|
5341
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
5571
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
5342
5572
|
"""
|
5343
5573
|
return pulumi.get(self, "vault_id")
|
5344
5574
|
|
@@ -6308,7 +6538,7 @@ class DbHomeDatabase(dict):
|
|
6308
6538
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
|
6309
6539
|
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
6310
6540
|
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
6311
|
-
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
6541
|
+
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
6312
6542
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
6313
6543
|
:param str ncharacter_set: The national character set for the database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
|
6314
6544
|
:param Sequence[str] one_off_patches: List of one-off patches for Database Homes.
|
@@ -6319,7 +6549,7 @@ class DbHomeDatabase(dict):
|
|
6319
6549
|
:param str tde_wallet_password: The optional password to open the TDE wallet. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \\#, or -.
|
6320
6550
|
:param str time_created: The date and time the Database Home was created.
|
6321
6551
|
:param str time_stamp_for_point_in_time_recovery: The point in time of the original database from which the new database is created. If not specifed, the latest backup is used to create the database.
|
6322
|
-
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
6552
|
+
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
6323
6553
|
"""
|
6324
6554
|
pulumi.set(__self__, "admin_password", admin_password)
|
6325
6555
|
if backup_id is not None:
|
@@ -6507,7 +6737,7 @@ class DbHomeDatabase(dict):
|
|
6507
6737
|
@pulumi.getter(name="kmsKeyVersionId")
|
6508
6738
|
def kms_key_version_id(self) -> Optional[str]:
|
6509
6739
|
"""
|
6510
|
-
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
6740
|
+
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
6511
6741
|
"""
|
6512
6742
|
return pulumi.get(self, "kms_key_version_id")
|
6513
6743
|
|
@@ -6595,7 +6825,7 @@ class DbHomeDatabase(dict):
|
|
6595
6825
|
@pulumi.getter(name="vaultId")
|
6596
6826
|
def vault_id(self) -> Optional[str]:
|
6597
6827
|
"""
|
6598
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
6828
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
6599
6829
|
"""
|
6600
6830
|
return pulumi.get(self, "vault_id")
|
6601
6831
|
|
@@ -7217,7 +7447,7 @@ class DbSystemDbHomeDatabase(dict):
|
|
7217
7447
|
:param Mapping[str, str] freeform_tags: (Updatable) 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"}`
|
7218
7448
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
7219
7449
|
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
7220
|
-
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
7450
|
+
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
7221
7451
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
7222
7452
|
:param str ncharacter_set: The national character set for the database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
|
7223
7453
|
:param str pdb_name: The name of the pluggable database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. Pluggable database should not be same as database name.
|
@@ -7226,7 +7456,7 @@ class DbSystemDbHomeDatabase(dict):
|
|
7226
7456
|
:param str tde_wallet_password: The optional password to open the TDE wallet. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \\#, or -.
|
7227
7457
|
:param str time_created: The date and time the DB system was created.
|
7228
7458
|
:param str time_stamp_for_point_in_time_recovery: The point in time of the original database from which the new database is created. If not specifed, the latest backup is used to create the database.
|
7229
|
-
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
7459
|
+
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
7230
7460
|
"""
|
7231
7461
|
pulumi.set(__self__, "admin_password", admin_password)
|
7232
7462
|
if backup_id is not None:
|
@@ -7413,7 +7643,7 @@ class DbSystemDbHomeDatabase(dict):
|
|
7413
7643
|
@pulumi.getter(name="kmsKeyVersionId")
|
7414
7644
|
def kms_key_version_id(self) -> Optional[str]:
|
7415
7645
|
"""
|
7416
|
-
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
7646
|
+
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
7417
7647
|
"""
|
7418
7648
|
return pulumi.get(self, "kms_key_version_id")
|
7419
7649
|
|
@@ -7485,7 +7715,7 @@ class DbSystemDbHomeDatabase(dict):
|
|
7485
7715
|
@pulumi.getter(name="vaultId")
|
7486
7716
|
def vault_id(self) -> Optional[str]:
|
7487
7717
|
"""
|
7488
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
7718
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
7489
7719
|
"""
|
7490
7720
|
return pulumi.get(self, "vault_id")
|
7491
7721
|
|
@@ -7974,6 +8204,7 @@ class DbSystemMaintenanceWindow(dict):
|
|
7974
8204
|
:param Sequence['DbSystemMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
7975
8205
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
7976
8206
|
:param str preference: The maintenance window scheduling preference.
|
8207
|
+
: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.
|
7977
8208
|
: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.
|
7978
8209
|
"""
|
7979
8210
|
if custom_action_timeout_in_mins is not None:
|
@@ -8075,6 +8306,9 @@ class DbSystemMaintenanceWindow(dict):
|
|
8075
8306
|
@property
|
8076
8307
|
@pulumi.getter(name="skipRus")
|
8077
8308
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
8309
|
+
"""
|
8310
|
+
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.
|
8311
|
+
"""
|
8078
8312
|
return pulumi.get(self, "skip_rus")
|
8079
8313
|
|
8080
8314
|
@property
|
@@ -8165,6 +8399,7 @@ class DbSystemMaintenanceWindowDetails(dict):
|
|
8165
8399
|
|
8166
8400
|
*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.
|
8167
8401
|
:param str preference: (Updatable) The maintenance window scheduling preference.
|
8402
|
+
: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.
|
8168
8403
|
: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.
|
8169
8404
|
"""
|
8170
8405
|
if custom_action_timeout_in_mins is not None:
|
@@ -8268,6 +8503,9 @@ class DbSystemMaintenanceWindowDetails(dict):
|
|
8268
8503
|
@property
|
8269
8504
|
@pulumi.getter(name="skipRus")
|
8270
8505
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
8506
|
+
"""
|
8507
|
+
(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.
|
8508
|
+
"""
|
8271
8509
|
return pulumi.get(self, "skip_rus")
|
8272
8510
|
|
8273
8511
|
@property
|
@@ -9159,6 +9397,7 @@ class ExadataInfrastructureMaintenanceWindow(dict):
|
|
9159
9397
|
|
9160
9398
|
*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.
|
9161
9399
|
:param str preference: (Updatable) The maintenance window scheduling preference.
|
9400
|
+
: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.
|
9162
9401
|
: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.
|
9163
9402
|
"""
|
9164
9403
|
if custom_action_timeout_in_mins is not None:
|
@@ -9262,6 +9501,9 @@ class ExadataInfrastructureMaintenanceWindow(dict):
|
|
9262
9501
|
@property
|
9263
9502
|
@pulumi.getter(name="skipRus")
|
9264
9503
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
9504
|
+
"""
|
9505
|
+
(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.
|
9506
|
+
"""
|
9265
9507
|
return pulumi.get(self, "skip_rus")
|
9266
9508
|
|
9267
9509
|
@property
|
@@ -10699,7 +10941,7 @@ class KeyStoreTypeDetails(dict):
|
|
10699
10941
|
:param Sequence[str] connection_ips: (Updatable) The list of Oracle Key Vault connection IP addresses.
|
10700
10942
|
:param str secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [secret](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
10701
10943
|
:param str type: (Updatable) The type of key store.
|
10702
|
-
:param str vault_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
10944
|
+
:param str vault_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
10703
10945
|
|
10704
10946
|
|
10705
10947
|
** IMPORTANT **
|
@@ -10747,7 +10989,7 @@ class KeyStoreTypeDetails(dict):
|
|
10747
10989
|
@pulumi.getter(name="vaultId")
|
10748
10990
|
def vault_id(self) -> str:
|
10749
10991
|
"""
|
10750
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
10992
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
10751
10993
|
|
10752
10994
|
|
10753
10995
|
** IMPORTANT **
|
@@ -11736,6 +11978,184 @@ class PluggableDatabasesRemoteCloneRefreshableCloneConfig(dict):
|
|
11736
11978
|
return pulumi.get(self, "is_refreshable_clone")
|
11737
11979
|
|
11738
11980
|
|
11981
|
+
@pulumi.output_type
|
11982
|
+
class VmClusterAddVirtualNetworkCloudAutomationUpdateDetail(dict):
|
11983
|
+
@staticmethod
|
11984
|
+
def __key_warning(key: str):
|
11985
|
+
suggest = None
|
11986
|
+
if key == "applyUpdateTimePreferences":
|
11987
|
+
suggest = "apply_update_time_preferences"
|
11988
|
+
elif key == "freezePeriods":
|
11989
|
+
suggest = "freeze_periods"
|
11990
|
+
elif key == "isEarlyAdoptionEnabled":
|
11991
|
+
suggest = "is_early_adoption_enabled"
|
11992
|
+
elif key == "isFreezePeriodEnabled":
|
11993
|
+
suggest = "is_freeze_period_enabled"
|
11994
|
+
|
11995
|
+
if suggest:
|
11996
|
+
pulumi.log.warn(f"Key '{key}' not found in VmClusterAddVirtualNetworkCloudAutomationUpdateDetail. Access the value via the '{suggest}' property getter instead.")
|
11997
|
+
|
11998
|
+
def __getitem__(self, key: str) -> Any:
|
11999
|
+
VmClusterAddVirtualNetworkCloudAutomationUpdateDetail.__key_warning(key)
|
12000
|
+
return super().__getitem__(key)
|
12001
|
+
|
12002
|
+
def get(self, key: str, default = None) -> Any:
|
12003
|
+
VmClusterAddVirtualNetworkCloudAutomationUpdateDetail.__key_warning(key)
|
12004
|
+
return super().get(key, default)
|
12005
|
+
|
12006
|
+
def __init__(__self__, *,
|
12007
|
+
apply_update_time_preferences: Optional[Sequence['outputs.VmClusterAddVirtualNetworkCloudAutomationUpdateDetailApplyUpdateTimePreference']] = None,
|
12008
|
+
freeze_periods: Optional[Sequence['outputs.VmClusterAddVirtualNetworkCloudAutomationUpdateDetailFreezePeriod']] = None,
|
12009
|
+
is_early_adoption_enabled: Optional[bool] = None,
|
12010
|
+
is_freeze_period_enabled: Optional[bool] = None):
|
12011
|
+
"""
|
12012
|
+
:param Sequence['VmClusterAddVirtualNetworkCloudAutomationUpdateDetailApplyUpdateTimePreferenceArgs'] apply_update_time_preferences: Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
12013
|
+
:param Sequence['VmClusterAddVirtualNetworkCloudAutomationUpdateDetailFreezePeriodArgs'] freeze_periods: Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
12014
|
+
:param bool is_early_adoption_enabled: Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
12015
|
+
:param bool is_freeze_period_enabled: Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
12016
|
+
"""
|
12017
|
+
if apply_update_time_preferences is not None:
|
12018
|
+
pulumi.set(__self__, "apply_update_time_preferences", apply_update_time_preferences)
|
12019
|
+
if freeze_periods is not None:
|
12020
|
+
pulumi.set(__self__, "freeze_periods", freeze_periods)
|
12021
|
+
if is_early_adoption_enabled is not None:
|
12022
|
+
pulumi.set(__self__, "is_early_adoption_enabled", is_early_adoption_enabled)
|
12023
|
+
if is_freeze_period_enabled is not None:
|
12024
|
+
pulumi.set(__self__, "is_freeze_period_enabled", is_freeze_period_enabled)
|
12025
|
+
|
12026
|
+
@property
|
12027
|
+
@pulumi.getter(name="applyUpdateTimePreferences")
|
12028
|
+
def apply_update_time_preferences(self) -> Optional[Sequence['outputs.VmClusterAddVirtualNetworkCloudAutomationUpdateDetailApplyUpdateTimePreference']]:
|
12029
|
+
"""
|
12030
|
+
Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
12031
|
+
"""
|
12032
|
+
return pulumi.get(self, "apply_update_time_preferences")
|
12033
|
+
|
12034
|
+
@property
|
12035
|
+
@pulumi.getter(name="freezePeriods")
|
12036
|
+
def freeze_periods(self) -> Optional[Sequence['outputs.VmClusterAddVirtualNetworkCloudAutomationUpdateDetailFreezePeriod']]:
|
12037
|
+
"""
|
12038
|
+
Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
12039
|
+
"""
|
12040
|
+
return pulumi.get(self, "freeze_periods")
|
12041
|
+
|
12042
|
+
@property
|
12043
|
+
@pulumi.getter(name="isEarlyAdoptionEnabled")
|
12044
|
+
def is_early_adoption_enabled(self) -> Optional[bool]:
|
12045
|
+
"""
|
12046
|
+
Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
12047
|
+
"""
|
12048
|
+
return pulumi.get(self, "is_early_adoption_enabled")
|
12049
|
+
|
12050
|
+
@property
|
12051
|
+
@pulumi.getter(name="isFreezePeriodEnabled")
|
12052
|
+
def is_freeze_period_enabled(self) -> Optional[bool]:
|
12053
|
+
"""
|
12054
|
+
Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
12055
|
+
"""
|
12056
|
+
return pulumi.get(self, "is_freeze_period_enabled")
|
12057
|
+
|
12058
|
+
|
12059
|
+
@pulumi.output_type
|
12060
|
+
class VmClusterAddVirtualNetworkCloudAutomationUpdateDetailApplyUpdateTimePreference(dict):
|
12061
|
+
@staticmethod
|
12062
|
+
def __key_warning(key: str):
|
12063
|
+
suggest = None
|
12064
|
+
if key == "applyUpdatePreferredEndTime":
|
12065
|
+
suggest = "apply_update_preferred_end_time"
|
12066
|
+
elif key == "applyUpdatePreferredStartTime":
|
12067
|
+
suggest = "apply_update_preferred_start_time"
|
12068
|
+
|
12069
|
+
if suggest:
|
12070
|
+
pulumi.log.warn(f"Key '{key}' not found in VmClusterAddVirtualNetworkCloudAutomationUpdateDetailApplyUpdateTimePreference. Access the value via the '{suggest}' property getter instead.")
|
12071
|
+
|
12072
|
+
def __getitem__(self, key: str) -> Any:
|
12073
|
+
VmClusterAddVirtualNetworkCloudAutomationUpdateDetailApplyUpdateTimePreference.__key_warning(key)
|
12074
|
+
return super().__getitem__(key)
|
12075
|
+
|
12076
|
+
def get(self, key: str, default = None) -> Any:
|
12077
|
+
VmClusterAddVirtualNetworkCloudAutomationUpdateDetailApplyUpdateTimePreference.__key_warning(key)
|
12078
|
+
return super().get(key, default)
|
12079
|
+
|
12080
|
+
def __init__(__self__, *,
|
12081
|
+
apply_update_preferred_end_time: Optional[str] = None,
|
12082
|
+
apply_update_preferred_start_time: Optional[str] = None):
|
12083
|
+
"""
|
12084
|
+
:param str apply_update_preferred_end_time: End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
12085
|
+
:param str apply_update_preferred_start_time: Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
12086
|
+
"""
|
12087
|
+
if apply_update_preferred_end_time is not None:
|
12088
|
+
pulumi.set(__self__, "apply_update_preferred_end_time", apply_update_preferred_end_time)
|
12089
|
+
if apply_update_preferred_start_time is not None:
|
12090
|
+
pulumi.set(__self__, "apply_update_preferred_start_time", apply_update_preferred_start_time)
|
12091
|
+
|
12092
|
+
@property
|
12093
|
+
@pulumi.getter(name="applyUpdatePreferredEndTime")
|
12094
|
+
def apply_update_preferred_end_time(self) -> Optional[str]:
|
12095
|
+
"""
|
12096
|
+
End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
12097
|
+
"""
|
12098
|
+
return pulumi.get(self, "apply_update_preferred_end_time")
|
12099
|
+
|
12100
|
+
@property
|
12101
|
+
@pulumi.getter(name="applyUpdatePreferredStartTime")
|
12102
|
+
def apply_update_preferred_start_time(self) -> Optional[str]:
|
12103
|
+
"""
|
12104
|
+
Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
12105
|
+
"""
|
12106
|
+
return pulumi.get(self, "apply_update_preferred_start_time")
|
12107
|
+
|
12108
|
+
|
12109
|
+
@pulumi.output_type
|
12110
|
+
class VmClusterAddVirtualNetworkCloudAutomationUpdateDetailFreezePeriod(dict):
|
12111
|
+
@staticmethod
|
12112
|
+
def __key_warning(key: str):
|
12113
|
+
suggest = None
|
12114
|
+
if key == "freezePeriodEndTime":
|
12115
|
+
suggest = "freeze_period_end_time"
|
12116
|
+
elif key == "freezePeriodStartTime":
|
12117
|
+
suggest = "freeze_period_start_time"
|
12118
|
+
|
12119
|
+
if suggest:
|
12120
|
+
pulumi.log.warn(f"Key '{key}' not found in VmClusterAddVirtualNetworkCloudAutomationUpdateDetailFreezePeriod. Access the value via the '{suggest}' property getter instead.")
|
12121
|
+
|
12122
|
+
def __getitem__(self, key: str) -> Any:
|
12123
|
+
VmClusterAddVirtualNetworkCloudAutomationUpdateDetailFreezePeriod.__key_warning(key)
|
12124
|
+
return super().__getitem__(key)
|
12125
|
+
|
12126
|
+
def get(self, key: str, default = None) -> Any:
|
12127
|
+
VmClusterAddVirtualNetworkCloudAutomationUpdateDetailFreezePeriod.__key_warning(key)
|
12128
|
+
return super().get(key, default)
|
12129
|
+
|
12130
|
+
def __init__(__self__, *,
|
12131
|
+
freeze_period_end_time: Optional[str] = None,
|
12132
|
+
freeze_period_start_time: Optional[str] = None):
|
12133
|
+
"""
|
12134
|
+
:param str freeze_period_end_time: End time of the freeze period cycle.
|
12135
|
+
:param str freeze_period_start_time: Start time of the freeze period cycle.
|
12136
|
+
"""
|
12137
|
+
if freeze_period_end_time is not None:
|
12138
|
+
pulumi.set(__self__, "freeze_period_end_time", freeze_period_end_time)
|
12139
|
+
if freeze_period_start_time is not None:
|
12140
|
+
pulumi.set(__self__, "freeze_period_start_time", freeze_period_start_time)
|
12141
|
+
|
12142
|
+
@property
|
12143
|
+
@pulumi.getter(name="freezePeriodEndTime")
|
12144
|
+
def freeze_period_end_time(self) -> Optional[str]:
|
12145
|
+
"""
|
12146
|
+
End time of the freeze period cycle.
|
12147
|
+
"""
|
12148
|
+
return pulumi.get(self, "freeze_period_end_time")
|
12149
|
+
|
12150
|
+
@property
|
12151
|
+
@pulumi.getter(name="freezePeriodStartTime")
|
12152
|
+
def freeze_period_start_time(self) -> Optional[str]:
|
12153
|
+
"""
|
12154
|
+
Start time of the freeze period cycle.
|
12155
|
+
"""
|
12156
|
+
return pulumi.get(self, "freeze_period_start_time")
|
12157
|
+
|
12158
|
+
|
11739
12159
|
@pulumi.output_type
|
11740
12160
|
class VmClusterAddVirtualNetworkDataCollectionOption(dict):
|
11741
12161
|
@staticmethod
|
@@ -11885,6 +12305,184 @@ class VmClusterAddVirtualNetworkFileSystemConfigurationDetail(dict):
|
|
11885
12305
|
return pulumi.get(self, "mount_point")
|
11886
12306
|
|
11887
12307
|
|
12308
|
+
@pulumi.output_type
|
12309
|
+
class VmClusterCloudAutomationUpdateDetails(dict):
|
12310
|
+
@staticmethod
|
12311
|
+
def __key_warning(key: str):
|
12312
|
+
suggest = None
|
12313
|
+
if key == "applyUpdateTimePreference":
|
12314
|
+
suggest = "apply_update_time_preference"
|
12315
|
+
elif key == "freezePeriod":
|
12316
|
+
suggest = "freeze_period"
|
12317
|
+
elif key == "isEarlyAdoptionEnabled":
|
12318
|
+
suggest = "is_early_adoption_enabled"
|
12319
|
+
elif key == "isFreezePeriodEnabled":
|
12320
|
+
suggest = "is_freeze_period_enabled"
|
12321
|
+
|
12322
|
+
if suggest:
|
12323
|
+
pulumi.log.warn(f"Key '{key}' not found in VmClusterCloudAutomationUpdateDetails. Access the value via the '{suggest}' property getter instead.")
|
12324
|
+
|
12325
|
+
def __getitem__(self, key: str) -> Any:
|
12326
|
+
VmClusterCloudAutomationUpdateDetails.__key_warning(key)
|
12327
|
+
return super().__getitem__(key)
|
12328
|
+
|
12329
|
+
def get(self, key: str, default = None) -> Any:
|
12330
|
+
VmClusterCloudAutomationUpdateDetails.__key_warning(key)
|
12331
|
+
return super().get(key, default)
|
12332
|
+
|
12333
|
+
def __init__(__self__, *,
|
12334
|
+
apply_update_time_preference: Optional['outputs.VmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference'] = None,
|
12335
|
+
freeze_period: Optional['outputs.VmClusterCloudAutomationUpdateDetailsFreezePeriod'] = None,
|
12336
|
+
is_early_adoption_enabled: Optional[bool] = None,
|
12337
|
+
is_freeze_period_enabled: Optional[bool] = None):
|
12338
|
+
"""
|
12339
|
+
:param 'VmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceArgs' apply_update_time_preference: (Updatable) Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
12340
|
+
:param 'VmClusterCloudAutomationUpdateDetailsFreezePeriodArgs' freeze_period: (Updatable) Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
12341
|
+
:param bool is_early_adoption_enabled: (Updatable) Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
12342
|
+
:param bool is_freeze_period_enabled: (Updatable) Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
12343
|
+
"""
|
12344
|
+
if apply_update_time_preference is not None:
|
12345
|
+
pulumi.set(__self__, "apply_update_time_preference", apply_update_time_preference)
|
12346
|
+
if freeze_period is not None:
|
12347
|
+
pulumi.set(__self__, "freeze_period", freeze_period)
|
12348
|
+
if is_early_adoption_enabled is not None:
|
12349
|
+
pulumi.set(__self__, "is_early_adoption_enabled", is_early_adoption_enabled)
|
12350
|
+
if is_freeze_period_enabled is not None:
|
12351
|
+
pulumi.set(__self__, "is_freeze_period_enabled", is_freeze_period_enabled)
|
12352
|
+
|
12353
|
+
@property
|
12354
|
+
@pulumi.getter(name="applyUpdateTimePreference")
|
12355
|
+
def apply_update_time_preference(self) -> Optional['outputs.VmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference']:
|
12356
|
+
"""
|
12357
|
+
(Updatable) Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
12358
|
+
"""
|
12359
|
+
return pulumi.get(self, "apply_update_time_preference")
|
12360
|
+
|
12361
|
+
@property
|
12362
|
+
@pulumi.getter(name="freezePeriod")
|
12363
|
+
def freeze_period(self) -> Optional['outputs.VmClusterCloudAutomationUpdateDetailsFreezePeriod']:
|
12364
|
+
"""
|
12365
|
+
(Updatable) Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
12366
|
+
"""
|
12367
|
+
return pulumi.get(self, "freeze_period")
|
12368
|
+
|
12369
|
+
@property
|
12370
|
+
@pulumi.getter(name="isEarlyAdoptionEnabled")
|
12371
|
+
def is_early_adoption_enabled(self) -> Optional[bool]:
|
12372
|
+
"""
|
12373
|
+
(Updatable) Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
12374
|
+
"""
|
12375
|
+
return pulumi.get(self, "is_early_adoption_enabled")
|
12376
|
+
|
12377
|
+
@property
|
12378
|
+
@pulumi.getter(name="isFreezePeriodEnabled")
|
12379
|
+
def is_freeze_period_enabled(self) -> Optional[bool]:
|
12380
|
+
"""
|
12381
|
+
(Updatable) Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
12382
|
+
"""
|
12383
|
+
return pulumi.get(self, "is_freeze_period_enabled")
|
12384
|
+
|
12385
|
+
|
12386
|
+
@pulumi.output_type
|
12387
|
+
class VmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference(dict):
|
12388
|
+
@staticmethod
|
12389
|
+
def __key_warning(key: str):
|
12390
|
+
suggest = None
|
12391
|
+
if key == "applyUpdatePreferredEndTime":
|
12392
|
+
suggest = "apply_update_preferred_end_time"
|
12393
|
+
elif key == "applyUpdatePreferredStartTime":
|
12394
|
+
suggest = "apply_update_preferred_start_time"
|
12395
|
+
|
12396
|
+
if suggest:
|
12397
|
+
pulumi.log.warn(f"Key '{key}' not found in VmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference. Access the value via the '{suggest}' property getter instead.")
|
12398
|
+
|
12399
|
+
def __getitem__(self, key: str) -> Any:
|
12400
|
+
VmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference.__key_warning(key)
|
12401
|
+
return super().__getitem__(key)
|
12402
|
+
|
12403
|
+
def get(self, key: str, default = None) -> Any:
|
12404
|
+
VmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference.__key_warning(key)
|
12405
|
+
return super().get(key, default)
|
12406
|
+
|
12407
|
+
def __init__(__self__, *,
|
12408
|
+
apply_update_preferred_end_time: Optional[str] = None,
|
12409
|
+
apply_update_preferred_start_time: Optional[str] = None):
|
12410
|
+
"""
|
12411
|
+
:param str apply_update_preferred_end_time: (Updatable) End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
12412
|
+
:param str apply_update_preferred_start_time: (Updatable) Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
12413
|
+
"""
|
12414
|
+
if apply_update_preferred_end_time is not None:
|
12415
|
+
pulumi.set(__self__, "apply_update_preferred_end_time", apply_update_preferred_end_time)
|
12416
|
+
if apply_update_preferred_start_time is not None:
|
12417
|
+
pulumi.set(__self__, "apply_update_preferred_start_time", apply_update_preferred_start_time)
|
12418
|
+
|
12419
|
+
@property
|
12420
|
+
@pulumi.getter(name="applyUpdatePreferredEndTime")
|
12421
|
+
def apply_update_preferred_end_time(self) -> Optional[str]:
|
12422
|
+
"""
|
12423
|
+
(Updatable) End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
12424
|
+
"""
|
12425
|
+
return pulumi.get(self, "apply_update_preferred_end_time")
|
12426
|
+
|
12427
|
+
@property
|
12428
|
+
@pulumi.getter(name="applyUpdatePreferredStartTime")
|
12429
|
+
def apply_update_preferred_start_time(self) -> Optional[str]:
|
12430
|
+
"""
|
12431
|
+
(Updatable) Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
12432
|
+
"""
|
12433
|
+
return pulumi.get(self, "apply_update_preferred_start_time")
|
12434
|
+
|
12435
|
+
|
12436
|
+
@pulumi.output_type
|
12437
|
+
class VmClusterCloudAutomationUpdateDetailsFreezePeriod(dict):
|
12438
|
+
@staticmethod
|
12439
|
+
def __key_warning(key: str):
|
12440
|
+
suggest = None
|
12441
|
+
if key == "freezePeriodEndTime":
|
12442
|
+
suggest = "freeze_period_end_time"
|
12443
|
+
elif key == "freezePeriodStartTime":
|
12444
|
+
suggest = "freeze_period_start_time"
|
12445
|
+
|
12446
|
+
if suggest:
|
12447
|
+
pulumi.log.warn(f"Key '{key}' not found in VmClusterCloudAutomationUpdateDetailsFreezePeriod. Access the value via the '{suggest}' property getter instead.")
|
12448
|
+
|
12449
|
+
def __getitem__(self, key: str) -> Any:
|
12450
|
+
VmClusterCloudAutomationUpdateDetailsFreezePeriod.__key_warning(key)
|
12451
|
+
return super().__getitem__(key)
|
12452
|
+
|
12453
|
+
def get(self, key: str, default = None) -> Any:
|
12454
|
+
VmClusterCloudAutomationUpdateDetailsFreezePeriod.__key_warning(key)
|
12455
|
+
return super().get(key, default)
|
12456
|
+
|
12457
|
+
def __init__(__self__, *,
|
12458
|
+
freeze_period_end_time: Optional[str] = None,
|
12459
|
+
freeze_period_start_time: Optional[str] = None):
|
12460
|
+
"""
|
12461
|
+
:param str freeze_period_end_time: (Updatable) End time of the freeze period cycle.
|
12462
|
+
:param str freeze_period_start_time: (Updatable) Start time of the freeze period cycle.
|
12463
|
+
"""
|
12464
|
+
if freeze_period_end_time is not None:
|
12465
|
+
pulumi.set(__self__, "freeze_period_end_time", freeze_period_end_time)
|
12466
|
+
if freeze_period_start_time is not None:
|
12467
|
+
pulumi.set(__self__, "freeze_period_start_time", freeze_period_start_time)
|
12468
|
+
|
12469
|
+
@property
|
12470
|
+
@pulumi.getter(name="freezePeriodEndTime")
|
12471
|
+
def freeze_period_end_time(self) -> Optional[str]:
|
12472
|
+
"""
|
12473
|
+
(Updatable) End time of the freeze period cycle.
|
12474
|
+
"""
|
12475
|
+
return pulumi.get(self, "freeze_period_end_time")
|
12476
|
+
|
12477
|
+
@property
|
12478
|
+
@pulumi.getter(name="freezePeriodStartTime")
|
12479
|
+
def freeze_period_start_time(self) -> Optional[str]:
|
12480
|
+
"""
|
12481
|
+
(Updatable) Start time of the freeze period cycle.
|
12482
|
+
"""
|
12483
|
+
return pulumi.get(self, "freeze_period_start_time")
|
12484
|
+
|
12485
|
+
|
11888
12486
|
@pulumi.output_type
|
11889
12487
|
class VmClusterDataCollectionOptions(dict):
|
11890
12488
|
@staticmethod
|
@@ -12342,6 +12940,184 @@ class VmClusterNetworkVmNetworkNode(dict):
|
|
12342
12940
|
return pulumi.get(self, "vip_hostname")
|
12343
12941
|
|
12344
12942
|
|
12943
|
+
@pulumi.output_type
|
12944
|
+
class VmClusterRemoveVirtualMachineCloudAutomationUpdateDetail(dict):
|
12945
|
+
@staticmethod
|
12946
|
+
def __key_warning(key: str):
|
12947
|
+
suggest = None
|
12948
|
+
if key == "applyUpdateTimePreferences":
|
12949
|
+
suggest = "apply_update_time_preferences"
|
12950
|
+
elif key == "freezePeriods":
|
12951
|
+
suggest = "freeze_periods"
|
12952
|
+
elif key == "isEarlyAdoptionEnabled":
|
12953
|
+
suggest = "is_early_adoption_enabled"
|
12954
|
+
elif key == "isFreezePeriodEnabled":
|
12955
|
+
suggest = "is_freeze_period_enabled"
|
12956
|
+
|
12957
|
+
if suggest:
|
12958
|
+
pulumi.log.warn(f"Key '{key}' not found in VmClusterRemoveVirtualMachineCloudAutomationUpdateDetail. Access the value via the '{suggest}' property getter instead.")
|
12959
|
+
|
12960
|
+
def __getitem__(self, key: str) -> Any:
|
12961
|
+
VmClusterRemoveVirtualMachineCloudAutomationUpdateDetail.__key_warning(key)
|
12962
|
+
return super().__getitem__(key)
|
12963
|
+
|
12964
|
+
def get(self, key: str, default = None) -> Any:
|
12965
|
+
VmClusterRemoveVirtualMachineCloudAutomationUpdateDetail.__key_warning(key)
|
12966
|
+
return super().get(key, default)
|
12967
|
+
|
12968
|
+
def __init__(__self__, *,
|
12969
|
+
apply_update_time_preferences: Optional[Sequence['outputs.VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailApplyUpdateTimePreference']] = None,
|
12970
|
+
freeze_periods: Optional[Sequence['outputs.VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailFreezePeriod']] = None,
|
12971
|
+
is_early_adoption_enabled: Optional[bool] = None,
|
12972
|
+
is_freeze_period_enabled: Optional[bool] = None):
|
12973
|
+
"""
|
12974
|
+
:param Sequence['VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailApplyUpdateTimePreferenceArgs'] apply_update_time_preferences: Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
12975
|
+
:param Sequence['VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailFreezePeriodArgs'] freeze_periods: Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
12976
|
+
:param bool is_early_adoption_enabled: Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
12977
|
+
:param bool is_freeze_period_enabled: Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
12978
|
+
"""
|
12979
|
+
if apply_update_time_preferences is not None:
|
12980
|
+
pulumi.set(__self__, "apply_update_time_preferences", apply_update_time_preferences)
|
12981
|
+
if freeze_periods is not None:
|
12982
|
+
pulumi.set(__self__, "freeze_periods", freeze_periods)
|
12983
|
+
if is_early_adoption_enabled is not None:
|
12984
|
+
pulumi.set(__self__, "is_early_adoption_enabled", is_early_adoption_enabled)
|
12985
|
+
if is_freeze_period_enabled is not None:
|
12986
|
+
pulumi.set(__self__, "is_freeze_period_enabled", is_freeze_period_enabled)
|
12987
|
+
|
12988
|
+
@property
|
12989
|
+
@pulumi.getter(name="applyUpdateTimePreferences")
|
12990
|
+
def apply_update_time_preferences(self) -> Optional[Sequence['outputs.VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailApplyUpdateTimePreference']]:
|
12991
|
+
"""
|
12992
|
+
Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
12993
|
+
"""
|
12994
|
+
return pulumi.get(self, "apply_update_time_preferences")
|
12995
|
+
|
12996
|
+
@property
|
12997
|
+
@pulumi.getter(name="freezePeriods")
|
12998
|
+
def freeze_periods(self) -> Optional[Sequence['outputs.VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailFreezePeriod']]:
|
12999
|
+
"""
|
13000
|
+
Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
13001
|
+
"""
|
13002
|
+
return pulumi.get(self, "freeze_periods")
|
13003
|
+
|
13004
|
+
@property
|
13005
|
+
@pulumi.getter(name="isEarlyAdoptionEnabled")
|
13006
|
+
def is_early_adoption_enabled(self) -> Optional[bool]:
|
13007
|
+
"""
|
13008
|
+
Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
13009
|
+
"""
|
13010
|
+
return pulumi.get(self, "is_early_adoption_enabled")
|
13011
|
+
|
13012
|
+
@property
|
13013
|
+
@pulumi.getter(name="isFreezePeriodEnabled")
|
13014
|
+
def is_freeze_period_enabled(self) -> Optional[bool]:
|
13015
|
+
"""
|
13016
|
+
Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
13017
|
+
"""
|
13018
|
+
return pulumi.get(self, "is_freeze_period_enabled")
|
13019
|
+
|
13020
|
+
|
13021
|
+
@pulumi.output_type
|
13022
|
+
class VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailApplyUpdateTimePreference(dict):
|
13023
|
+
@staticmethod
|
13024
|
+
def __key_warning(key: str):
|
13025
|
+
suggest = None
|
13026
|
+
if key == "applyUpdatePreferredEndTime":
|
13027
|
+
suggest = "apply_update_preferred_end_time"
|
13028
|
+
elif key == "applyUpdatePreferredStartTime":
|
13029
|
+
suggest = "apply_update_preferred_start_time"
|
13030
|
+
|
13031
|
+
if suggest:
|
13032
|
+
pulumi.log.warn(f"Key '{key}' not found in VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailApplyUpdateTimePreference. Access the value via the '{suggest}' property getter instead.")
|
13033
|
+
|
13034
|
+
def __getitem__(self, key: str) -> Any:
|
13035
|
+
VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailApplyUpdateTimePreference.__key_warning(key)
|
13036
|
+
return super().__getitem__(key)
|
13037
|
+
|
13038
|
+
def get(self, key: str, default = None) -> Any:
|
13039
|
+
VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailApplyUpdateTimePreference.__key_warning(key)
|
13040
|
+
return super().get(key, default)
|
13041
|
+
|
13042
|
+
def __init__(__self__, *,
|
13043
|
+
apply_update_preferred_end_time: Optional[str] = None,
|
13044
|
+
apply_update_preferred_start_time: Optional[str] = None):
|
13045
|
+
"""
|
13046
|
+
:param str apply_update_preferred_end_time: End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
13047
|
+
:param str apply_update_preferred_start_time: Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
13048
|
+
"""
|
13049
|
+
if apply_update_preferred_end_time is not None:
|
13050
|
+
pulumi.set(__self__, "apply_update_preferred_end_time", apply_update_preferred_end_time)
|
13051
|
+
if apply_update_preferred_start_time is not None:
|
13052
|
+
pulumi.set(__self__, "apply_update_preferred_start_time", apply_update_preferred_start_time)
|
13053
|
+
|
13054
|
+
@property
|
13055
|
+
@pulumi.getter(name="applyUpdatePreferredEndTime")
|
13056
|
+
def apply_update_preferred_end_time(self) -> Optional[str]:
|
13057
|
+
"""
|
13058
|
+
End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
13059
|
+
"""
|
13060
|
+
return pulumi.get(self, "apply_update_preferred_end_time")
|
13061
|
+
|
13062
|
+
@property
|
13063
|
+
@pulumi.getter(name="applyUpdatePreferredStartTime")
|
13064
|
+
def apply_update_preferred_start_time(self) -> Optional[str]:
|
13065
|
+
"""
|
13066
|
+
Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
13067
|
+
"""
|
13068
|
+
return pulumi.get(self, "apply_update_preferred_start_time")
|
13069
|
+
|
13070
|
+
|
13071
|
+
@pulumi.output_type
|
13072
|
+
class VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailFreezePeriod(dict):
|
13073
|
+
@staticmethod
|
13074
|
+
def __key_warning(key: str):
|
13075
|
+
suggest = None
|
13076
|
+
if key == "freezePeriodEndTime":
|
13077
|
+
suggest = "freeze_period_end_time"
|
13078
|
+
elif key == "freezePeriodStartTime":
|
13079
|
+
suggest = "freeze_period_start_time"
|
13080
|
+
|
13081
|
+
if suggest:
|
13082
|
+
pulumi.log.warn(f"Key '{key}' not found in VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailFreezePeriod. Access the value via the '{suggest}' property getter instead.")
|
13083
|
+
|
13084
|
+
def __getitem__(self, key: str) -> Any:
|
13085
|
+
VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailFreezePeriod.__key_warning(key)
|
13086
|
+
return super().__getitem__(key)
|
13087
|
+
|
13088
|
+
def get(self, key: str, default = None) -> Any:
|
13089
|
+
VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailFreezePeriod.__key_warning(key)
|
13090
|
+
return super().get(key, default)
|
13091
|
+
|
13092
|
+
def __init__(__self__, *,
|
13093
|
+
freeze_period_end_time: Optional[str] = None,
|
13094
|
+
freeze_period_start_time: Optional[str] = None):
|
13095
|
+
"""
|
13096
|
+
:param str freeze_period_end_time: End time of the freeze period cycle.
|
13097
|
+
:param str freeze_period_start_time: Start time of the freeze period cycle.
|
13098
|
+
"""
|
13099
|
+
if freeze_period_end_time is not None:
|
13100
|
+
pulumi.set(__self__, "freeze_period_end_time", freeze_period_end_time)
|
13101
|
+
if freeze_period_start_time is not None:
|
13102
|
+
pulumi.set(__self__, "freeze_period_start_time", freeze_period_start_time)
|
13103
|
+
|
13104
|
+
@property
|
13105
|
+
@pulumi.getter(name="freezePeriodEndTime")
|
13106
|
+
def freeze_period_end_time(self) -> Optional[str]:
|
13107
|
+
"""
|
13108
|
+
End time of the freeze period cycle.
|
13109
|
+
"""
|
13110
|
+
return pulumi.get(self, "freeze_period_end_time")
|
13111
|
+
|
13112
|
+
@property
|
13113
|
+
@pulumi.getter(name="freezePeriodStartTime")
|
13114
|
+
def freeze_period_start_time(self) -> Optional[str]:
|
13115
|
+
"""
|
13116
|
+
Start time of the freeze period cycle.
|
13117
|
+
"""
|
13118
|
+
return pulumi.get(self, "freeze_period_start_time")
|
13119
|
+
|
13120
|
+
|
12345
13121
|
@pulumi.output_type
|
12346
13122
|
class VmClusterRemoveVirtualMachineDataCollectionOption(dict):
|
12347
13123
|
@staticmethod
|
@@ -13236,7 +14012,7 @@ class GetAutonomousContainerDatabaseKeyHistoryEntryResult(dict):
|
|
13236
14012
|
vault_id: str):
|
13237
14013
|
"""
|
13238
14014
|
:param str id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
|
13239
|
-
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
14015
|
+
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
13240
14016
|
:param str time_activated: The date and time the kms key activated.
|
13241
14017
|
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
13242
14018
|
"""
|
@@ -13257,7 +14033,7 @@ class GetAutonomousContainerDatabaseKeyHistoryEntryResult(dict):
|
|
13257
14033
|
@pulumi.getter(name="kmsKeyVersionId")
|
13258
14034
|
def kms_key_version_id(self) -> str:
|
13259
14035
|
"""
|
13260
|
-
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
14036
|
+
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
13261
14037
|
"""
|
13262
14038
|
return pulumi.get(self, "kms_key_version_id")
|
13263
14039
|
|
@@ -13978,7 +14754,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
|
|
13978
14754
|
:param str infrastructure_type: A filter to return only resources that match the given Infrastructure Type.
|
13979
14755
|
:param bool is_dst_file_update_enabled: Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
|
13980
14756
|
:param Sequence['GetAutonomousContainerDatabasesAutonomousContainerDatabaseKeyHistoryEntryArgs'] key_history_entries: Key History Entry.
|
13981
|
-
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
14757
|
+
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
13982
14758
|
:param str key_store_wallet_name: The wallet name for Oracle Key Vault.
|
13983
14759
|
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
13984
14760
|
:param float largest_provisionable_autonomous_database_in_cpus: The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.
|
@@ -14254,7 +15030,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
|
|
14254
15030
|
@pulumi.getter(name="keyStoreId")
|
14255
15031
|
def key_store_id(self) -> str:
|
14256
15032
|
"""
|
14257
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
15033
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
14258
15034
|
"""
|
14259
15035
|
return pulumi.get(self, "key_store_id")
|
14260
15036
|
|
@@ -14625,7 +15401,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseKeyHistoryEntryR
|
|
14625
15401
|
vault_id: str):
|
14626
15402
|
"""
|
14627
15403
|
:param str id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
|
14628
|
-
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
15404
|
+
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
14629
15405
|
:param str time_activated: The date and time the kms key activated.
|
14630
15406
|
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
14631
15407
|
"""
|
@@ -14646,7 +15422,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseKeyHistoryEntryR
|
|
14646
15422
|
@pulumi.getter(name="kmsKeyVersionId")
|
14647
15423
|
def kms_key_version_id(self) -> str:
|
14648
15424
|
"""
|
14649
|
-
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
15425
|
+
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
14650
15426
|
"""
|
14651
15427
|
return pulumi.get(self, "kms_key_version_id")
|
14652
15428
|
|
@@ -15434,10 +16210,10 @@ class GetAutonomousDatabaseBackupsAutonomousDatabaseBackupResult(dict):
|
|
15434
16210
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Database backup.
|
15435
16211
|
:param bool is_automatic: Indicates whether the backup is user-initiated or automatic.
|
15436
16212
|
:param bool is_restorable: Indicates whether the backup can be used to restore the associated Autonomous Database.
|
15437
|
-
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
16213
|
+
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
15438
16214
|
:param str key_store_wallet_name: The wallet name for Oracle Key Vault.
|
15439
16215
|
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
15440
|
-
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
16216
|
+
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
15441
16217
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
15442
16218
|
:param int retention_period_in_days: Retention period, in days, for long-term backups
|
15443
16219
|
:param float size_in_tbs: The backup size in terrabytes (TB).
|
@@ -15446,7 +16222,7 @@ class GetAutonomousDatabaseBackupsAutonomousDatabaseBackupResult(dict):
|
|
15446
16222
|
:param str time_ended: The date and time the backup completed.
|
15447
16223
|
:param str time_started: The date and time the backup started.
|
15448
16224
|
:param str type: A filter to return only backups that matches with the given type of Backup.
|
15449
|
-
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
16225
|
+
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
15450
16226
|
"""
|
15451
16227
|
pulumi.set(__self__, "autonomous_database_id", autonomous_database_id)
|
15452
16228
|
pulumi.set(__self__, "backup_destination_details", backup_destination_details)
|
@@ -15553,7 +16329,7 @@ class GetAutonomousDatabaseBackupsAutonomousDatabaseBackupResult(dict):
|
|
15553
16329
|
@pulumi.getter(name="keyStoreId")
|
15554
16330
|
def key_store_id(self) -> str:
|
15555
16331
|
"""
|
15556
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
16332
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
15557
16333
|
"""
|
15558
16334
|
return pulumi.get(self, "key_store_id")
|
15559
16335
|
|
@@ -15577,7 +16353,7 @@ class GetAutonomousDatabaseBackupsAutonomousDatabaseBackupResult(dict):
|
|
15577
16353
|
@pulumi.getter(name="kmsKeyVersionId")
|
15578
16354
|
def kms_key_version_id(self) -> str:
|
15579
16355
|
"""
|
15580
|
-
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
16356
|
+
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
15581
16357
|
"""
|
15582
16358
|
return pulumi.get(self, "kms_key_version_id")
|
15583
16359
|
|
@@ -15649,7 +16425,7 @@ class GetAutonomousDatabaseBackupsAutonomousDatabaseBackupResult(dict):
|
|
15649
16425
|
@pulumi.getter(name="vaultId")
|
15650
16426
|
def vault_id(self) -> str:
|
15651
16427
|
"""
|
15652
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
16428
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
15653
16429
|
"""
|
15654
16430
|
return pulumi.get(self, "vault_id")
|
15655
16431
|
|
@@ -16712,8 +17488,10 @@ class GetAutonomousDatabaseRemoteDisasterRecoveryConfigurationResult(dict):
|
|
16712
17488
|
is_snapshot_standby: bool,
|
16713
17489
|
time_snapshot_standby_enabled_till: str):
|
16714
17490
|
"""
|
16715
|
-
:param str disaster_recovery_type: Indicates the disaster recovery (DR) type of the
|
17491
|
+
:param str disaster_recovery_type: Indicates the disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
|
16716
17492
|
:param bool is_replicate_automatic_backups: If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
17493
|
+
:param bool is_snapshot_standby: Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
|
17494
|
+
:param str time_snapshot_standby_enabled_till: Time and date stored as an RFC 3339 formatted timestamp string. For example, 2022-01-01T12:00:00.000Z would set a limit for the snapshot standby to be converted back to a cross-region standby database.
|
16717
17495
|
"""
|
16718
17496
|
pulumi.set(__self__, "disaster_recovery_type", disaster_recovery_type)
|
16719
17497
|
pulumi.set(__self__, "is_replicate_automatic_backups", is_replicate_automatic_backups)
|
@@ -16724,7 +17502,7 @@ class GetAutonomousDatabaseRemoteDisasterRecoveryConfigurationResult(dict):
|
|
16724
17502
|
@pulumi.getter(name="disasterRecoveryType")
|
16725
17503
|
def disaster_recovery_type(self) -> str:
|
16726
17504
|
"""
|
16727
|
-
Indicates the disaster recovery (DR) type of the
|
17505
|
+
Indicates the disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
|
16728
17506
|
"""
|
16729
17507
|
return pulumi.get(self, "disaster_recovery_type")
|
16730
17508
|
|
@@ -16739,11 +17517,17 @@ class GetAutonomousDatabaseRemoteDisasterRecoveryConfigurationResult(dict):
|
|
16739
17517
|
@property
|
16740
17518
|
@pulumi.getter(name="isSnapshotStandby")
|
16741
17519
|
def is_snapshot_standby(self) -> bool:
|
17520
|
+
"""
|
17521
|
+
Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
|
17522
|
+
"""
|
16742
17523
|
return pulumi.get(self, "is_snapshot_standby")
|
16743
17524
|
|
16744
17525
|
@property
|
16745
17526
|
@pulumi.getter(name="timeSnapshotStandbyEnabledTill")
|
16746
17527
|
def time_snapshot_standby_enabled_till(self) -> str:
|
17528
|
+
"""
|
17529
|
+
Time and date stored as an RFC 3339 formatted timestamp string. For example, 2022-01-01T12:00:00.000Z would set a limit for the snapshot standby to be converted back to a cross-region standby database.
|
17530
|
+
"""
|
16747
17531
|
return pulumi.get(self, "time_snapshot_standby_enabled_till")
|
16748
17532
|
|
16749
17533
|
|
@@ -17225,6 +18009,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17225
18009
|
time_of_last_switchover: str,
|
17226
18010
|
time_of_next_refresh: str,
|
17227
18011
|
time_reclamation_of_free_autonomous_database: str,
|
18012
|
+
time_undeleted: str,
|
17228
18013
|
time_until_reconnect_clone_enabled: str,
|
17229
18014
|
timestamp: str,
|
17230
18015
|
total_backup_storage_size_in_gbs: float,
|
@@ -17261,7 +18046,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17261
18046
|
:param int data_storage_size_in_tbs: The quantity of data in the database, in terabytes.
|
17262
18047
|
:param str database_edition: The Oracle Database Edition that applies to the Autonomous databases.
|
17263
18048
|
:param str database_management_status: Status of Database Management for this Autonomous Database.
|
17264
|
-
:param str dataguard_region_type: The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
|
18049
|
+
:param str dataguard_region_type: **Deprecated.** The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
|
17265
18050
|
:param str db_name: The database name.
|
17266
18051
|
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseDbToolsDetailArgs'] db_tools_details: The list of database tools details.
|
17267
18052
|
:param str db_version: A valid Oracle Database version for Autonomous Database.
|
@@ -17271,8 +18056,8 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17271
18056
|
* AJD - indicates an Autonomous JSON Database
|
17272
18057
|
* APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
|
17273
18058
|
:param Mapping[str, str] 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).
|
17274
|
-
:param str disaster_recovery_region_type: The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
17275
|
-
:param str disaster_recovery_type: Indicates the disaster recovery (DR) type of the
|
18059
|
+
:param str disaster_recovery_region_type: **Deprecated.** The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
18060
|
+
:param str disaster_recovery_type: Indicates the disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
|
17276
18061
|
:param str display_name: The user-friendly name for the Autonomous Database. The name does not have to be unique.
|
17277
18062
|
:param int failed_data_recovery_in_seconds: Indicates the number of seconds of data loss for a Data Guard failover.
|
17278
18063
|
:param Mapping[str, str] 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"}`
|
@@ -17295,7 +18080,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17295
18080
|
:param bool is_remote_data_guard_enabled: Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
17296
18081
|
:param bool is_replicate_automatic_backups: If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
17297
18082
|
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseKeyHistoryEntryArgs'] key_history_entries: Key History Entry.
|
17298
|
-
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
18083
|
+
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
17299
18084
|
:param str key_store_wallet_name: The wallet name for Oracle Key Vault.
|
17300
18085
|
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
17301
18086
|
:param str kms_key_lifecycle_details: KMS key lifecycle details.
|
@@ -17356,6 +18141,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17356
18141
|
:param str time_of_last_switchover: The timestamp of the last switchover operation for the Autonomous Database.
|
17357
18142
|
:param str time_of_next_refresh: The date and time of next refresh.
|
17358
18143
|
:param str time_reclamation_of_free_autonomous_database: The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
|
18144
|
+
:param str time_undeleted: The date and time the Autonomous Database was most recently undeleted.
|
17359
18145
|
:param str time_until_reconnect_clone_enabled: The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
|
17360
18146
|
:param float total_backup_storage_size_in_gbs: The backup storage to the database.
|
17361
18147
|
:param int used_data_storage_size_in_gbs: The storage space consumed by Autonomous Database in GBs.
|
@@ -17493,6 +18279,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17493
18279
|
pulumi.set(__self__, "time_of_last_switchover", time_of_last_switchover)
|
17494
18280
|
pulumi.set(__self__, "time_of_next_refresh", time_of_next_refresh)
|
17495
18281
|
pulumi.set(__self__, "time_reclamation_of_free_autonomous_database", time_reclamation_of_free_autonomous_database)
|
18282
|
+
pulumi.set(__self__, "time_undeleted", time_undeleted)
|
17496
18283
|
pulumi.set(__self__, "time_until_reconnect_clone_enabled", time_until_reconnect_clone_enabled)
|
17497
18284
|
pulumi.set(__self__, "timestamp", timestamp)
|
17498
18285
|
pulumi.set(__self__, "total_backup_storage_size_in_gbs", total_backup_storage_size_in_gbs)
|
@@ -17742,7 +18529,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17742
18529
|
@pulumi.getter(name="dataguardRegionType")
|
17743
18530
|
def dataguard_region_type(self) -> str:
|
17744
18531
|
"""
|
17745
|
-
The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
|
18532
|
+
**Deprecated.** The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
|
17746
18533
|
"""
|
17747
18534
|
return pulumi.get(self, "dataguard_region_type")
|
17748
18535
|
|
@@ -17794,7 +18581,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17794
18581
|
@pulumi.getter(name="disasterRecoveryRegionType")
|
17795
18582
|
def disaster_recovery_region_type(self) -> str:
|
17796
18583
|
"""
|
17797
|
-
The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
18584
|
+
**Deprecated.** The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
17798
18585
|
"""
|
17799
18586
|
return pulumi.get(self, "disaster_recovery_region_type")
|
17800
18587
|
|
@@ -17802,7 +18589,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17802
18589
|
@pulumi.getter(name="disasterRecoveryType")
|
17803
18590
|
def disaster_recovery_type(self) -> str:
|
17804
18591
|
"""
|
17805
|
-
Indicates the disaster recovery (DR) type of the
|
18592
|
+
Indicates the disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
|
17806
18593
|
"""
|
17807
18594
|
return pulumi.get(self, "disaster_recovery_type")
|
17808
18595
|
|
@@ -17997,7 +18784,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17997
18784
|
@pulumi.getter(name="keyStoreId")
|
17998
18785
|
def key_store_id(self) -> str:
|
17999
18786
|
"""
|
18000
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
18787
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
18001
18788
|
"""
|
18002
18789
|
return pulumi.get(self, "key_store_id")
|
18003
18790
|
|
@@ -18507,6 +19294,14 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18507
19294
|
"""
|
18508
19295
|
return pulumi.get(self, "time_reclamation_of_free_autonomous_database")
|
18509
19296
|
|
19297
|
+
@property
|
19298
|
+
@pulumi.getter(name="timeUndeleted")
|
19299
|
+
def time_undeleted(self) -> str:
|
19300
|
+
"""
|
19301
|
+
The date and time the Autonomous Database was most recently undeleted.
|
19302
|
+
"""
|
19303
|
+
return pulumi.get(self, "time_undeleted")
|
19304
|
+
|
18510
19305
|
@property
|
18511
19306
|
@pulumi.getter(name="timeUntilReconnectCloneEnabled")
|
18512
19307
|
def time_until_reconnect_clone_enabled(self) -> str:
|
@@ -19241,8 +20036,10 @@ class GetAutonomousDatabasesAutonomousDatabaseRemoteDisasterRecoveryConfiguratio
|
|
19241
20036
|
is_snapshot_standby: bool,
|
19242
20037
|
time_snapshot_standby_enabled_till: str):
|
19243
20038
|
"""
|
19244
|
-
:param str disaster_recovery_type: Indicates the disaster recovery (DR) type of the
|
20039
|
+
:param str disaster_recovery_type: Indicates the disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
|
19245
20040
|
:param bool is_replicate_automatic_backups: If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
20041
|
+
:param bool is_snapshot_standby: Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
|
20042
|
+
:param str time_snapshot_standby_enabled_till: Time and date stored as an RFC 3339 formatted timestamp string. For example, 2022-01-01T12:00:00.000Z would set a limit for the snapshot standby to be converted back to a cross-region standby database.
|
19246
20043
|
"""
|
19247
20044
|
pulumi.set(__self__, "disaster_recovery_type", disaster_recovery_type)
|
19248
20045
|
pulumi.set(__self__, "is_replicate_automatic_backups", is_replicate_automatic_backups)
|
@@ -19253,7 +20050,7 @@ class GetAutonomousDatabasesAutonomousDatabaseRemoteDisasterRecoveryConfiguratio
|
|
19253
20050
|
@pulumi.getter(name="disasterRecoveryType")
|
19254
20051
|
def disaster_recovery_type(self) -> str:
|
19255
20052
|
"""
|
19256
|
-
Indicates the disaster recovery (DR) type of the
|
20053
|
+
Indicates the disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
|
19257
20054
|
"""
|
19258
20055
|
return pulumi.get(self, "disaster_recovery_type")
|
19259
20056
|
|
@@ -19268,11 +20065,17 @@ class GetAutonomousDatabasesAutonomousDatabaseRemoteDisasterRecoveryConfiguratio
|
|
19268
20065
|
@property
|
19269
20066
|
@pulumi.getter(name="isSnapshotStandby")
|
19270
20067
|
def is_snapshot_standby(self) -> bool:
|
20068
|
+
"""
|
20069
|
+
Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
|
20070
|
+
"""
|
19271
20071
|
return pulumi.get(self, "is_snapshot_standby")
|
19272
20072
|
|
19273
20073
|
@property
|
19274
20074
|
@pulumi.getter(name="timeSnapshotStandbyEnabledTill")
|
19275
20075
|
def time_snapshot_standby_enabled_till(self) -> str:
|
20076
|
+
"""
|
20077
|
+
Time and date stored as an RFC 3339 formatted timestamp string. For example, 2022-01-01T12:00:00.000Z would set a limit for the snapshot standby to be converted back to a cross-region standby database.
|
20078
|
+
"""
|
19276
20079
|
return pulumi.get(self, "time_snapshot_standby_enabled_till")
|
19277
20080
|
|
19278
20081
|
|
@@ -19551,6 +20354,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19551
20354
|
time_of_last_switchover: str,
|
19552
20355
|
time_of_next_refresh: str,
|
19553
20356
|
time_reclamation_of_free_autonomous_database: str,
|
20357
|
+
time_undeleted: str,
|
19554
20358
|
time_until_reconnect_clone_enabled: str,
|
19555
20359
|
total_backup_storage_size_in_gbs: float,
|
19556
20360
|
used_data_storage_size_in_gbs: int,
|
@@ -19583,7 +20387,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19583
20387
|
:param int data_storage_size_in_tbs: The quantity of data in the database, in terabytes.
|
19584
20388
|
:param str database_edition: The Oracle Database Edition that applies to the Autonomous databases.
|
19585
20389
|
:param str database_management_status: Status of Database Management for this Autonomous Database.
|
19586
|
-
:param str dataguard_region_type: The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
|
20390
|
+
:param str dataguard_region_type: **Deprecated.** The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
|
19587
20391
|
:param str db_name: The database name.
|
19588
20392
|
:param Sequence['GetAutonomousDatabasesClonesAutonomousDatabaseDbToolsDetailArgs'] db_tools_details: The list of database tools details.
|
19589
20393
|
:param str db_version: A valid Oracle Database version for Autonomous Database.
|
@@ -19593,7 +20397,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19593
20397
|
* AJD - indicates an Autonomous JSON Database
|
19594
20398
|
* APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
|
19595
20399
|
:param Mapping[str, str] 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).
|
19596
|
-
:param str disaster_recovery_region_type: The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
20400
|
+
:param str disaster_recovery_region_type: **Deprecated.** The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
19597
20401
|
:param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
19598
20402
|
:param int failed_data_recovery_in_seconds: Indicates the number of seconds of data loss for a Data Guard failover.
|
19599
20403
|
:param Mapping[str, str] 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"}`
|
@@ -19615,7 +20419,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19615
20419
|
:param bool is_refreshable_clone: Indicates if the Autonomous Database is a refreshable clone.
|
19616
20420
|
:param bool is_remote_data_guard_enabled: Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
19617
20421
|
:param Sequence['GetAutonomousDatabasesClonesAutonomousDatabaseKeyHistoryEntryArgs'] key_history_entries: Key History Entry.
|
19618
|
-
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
20422
|
+
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
19619
20423
|
:param str key_store_wallet_name: The wallet name for Oracle Key Vault.
|
19620
20424
|
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
19621
20425
|
:param str kms_key_lifecycle_details: KMS key lifecycle details.
|
@@ -19638,7 +20442,10 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19638
20442
|
:param Sequence[str] peer_db_ids: The list of [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
|
19639
20443
|
:param str private_endpoint: The private endpoint for the resource.
|
19640
20444
|
:param str private_endpoint_ip: The private endpoint Ip address for the resource.
|
19641
|
-
:param str private_endpoint_label: The resource's private endpoint label.
|
20445
|
+
:param str private_endpoint_label: The resource's private endpoint label.
|
20446
|
+
* Setting the endpoint label to a non-empty string creates a private endpoint database.
|
20447
|
+
* Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
|
20448
|
+
* Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
|
19642
20449
|
:param Sequence[float] provisionable_cpuses: An array of CPU values that an Autonomous Database can be scaled to.
|
19643
20450
|
:param Sequence['GetAutonomousDatabasesClonesAutonomousDatabasePublicConnectionUrlArgs'] public_connection_urls: The Public URLs of Private Endpoint database for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
|
19644
20451
|
:param str public_endpoint: The public endpoint for the private endpoint enabled resource.
|
@@ -19672,6 +20479,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19672
20479
|
:param str time_of_last_switchover: The timestamp of the last switchover operation for the Autonomous Database.
|
19673
20480
|
:param str time_of_next_refresh: The date and time of next refresh.
|
19674
20481
|
:param str time_reclamation_of_free_autonomous_database: The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
|
20482
|
+
:param str time_undeleted: The date and time the Autonomous Database was most recently undeleted.
|
19675
20483
|
:param str time_until_reconnect_clone_enabled: The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
|
19676
20484
|
:param float total_backup_storage_size_in_gbs: The backup storage to the database.
|
19677
20485
|
:param int used_data_storage_size_in_gbs: The storage space consumed by Autonomous Database in GBs.
|
@@ -19791,6 +20599,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19791
20599
|
pulumi.set(__self__, "time_of_last_switchover", time_of_last_switchover)
|
19792
20600
|
pulumi.set(__self__, "time_of_next_refresh", time_of_next_refresh)
|
19793
20601
|
pulumi.set(__self__, "time_reclamation_of_free_autonomous_database", time_reclamation_of_free_autonomous_database)
|
20602
|
+
pulumi.set(__self__, "time_undeleted", time_undeleted)
|
19794
20603
|
pulumi.set(__self__, "time_until_reconnect_clone_enabled", time_until_reconnect_clone_enabled)
|
19795
20604
|
pulumi.set(__self__, "total_backup_storage_size_in_gbs", total_backup_storage_size_in_gbs)
|
19796
20605
|
pulumi.set(__self__, "used_data_storage_size_in_gbs", used_data_storage_size_in_gbs)
|
@@ -20012,7 +20821,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
20012
20821
|
@pulumi.getter(name="dataguardRegionType")
|
20013
20822
|
def dataguard_region_type(self) -> str:
|
20014
20823
|
"""
|
20015
|
-
The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
|
20824
|
+
**Deprecated.** The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
|
20016
20825
|
"""
|
20017
20826
|
return pulumi.get(self, "dataguard_region_type")
|
20018
20827
|
|
@@ -20064,7 +20873,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
20064
20873
|
@pulumi.getter(name="disasterRecoveryRegionType")
|
20065
20874
|
def disaster_recovery_region_type(self) -> str:
|
20066
20875
|
"""
|
20067
|
-
The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
20876
|
+
**Deprecated.** The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
20068
20877
|
"""
|
20069
20878
|
return pulumi.get(self, "disaster_recovery_region_type")
|
20070
20879
|
|
@@ -20240,7 +21049,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
20240
21049
|
@pulumi.getter(name="keyStoreId")
|
20241
21050
|
def key_store_id(self) -> str:
|
20242
21051
|
"""
|
20243
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
21052
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
20244
21053
|
"""
|
20245
21054
|
return pulumi.get(self, "key_store_id")
|
20246
21055
|
|
@@ -20417,7 +21226,10 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
20417
21226
|
@pulumi.getter(name="privateEndpointLabel")
|
20418
21227
|
def private_endpoint_label(self) -> str:
|
20419
21228
|
"""
|
20420
|
-
The resource's private endpoint label.
|
21229
|
+
The resource's private endpoint label.
|
21230
|
+
* Setting the endpoint label to a non-empty string creates a private endpoint database.
|
21231
|
+
* Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
|
21232
|
+
* Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
|
20421
21233
|
"""
|
20422
21234
|
return pulumi.get(self, "private_endpoint_label")
|
20423
21235
|
|
@@ -20690,6 +21502,14 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
20690
21502
|
"""
|
20691
21503
|
return pulumi.get(self, "time_reclamation_of_free_autonomous_database")
|
20692
21504
|
|
21505
|
+
@property
|
21506
|
+
@pulumi.getter(name="timeUndeleted")
|
21507
|
+
def time_undeleted(self) -> str:
|
21508
|
+
"""
|
21509
|
+
The date and time the Autonomous Database was most recently undeleted.
|
21510
|
+
"""
|
21511
|
+
return pulumi.get(self, "time_undeleted")
|
21512
|
+
|
20693
21513
|
@property
|
20694
21514
|
@pulumi.getter(name="timeUntilReconnectCloneEnabled")
|
20695
21515
|
def time_until_reconnect_clone_enabled(self) -> str:
|
@@ -21919,6 +22739,7 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowResult(dict):
|
|
21919
22739
|
:param Sequence['GetAutonomousExadataInfrastructureMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
21920
22740
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
21921
22741
|
:param str preference: The maintenance window scheduling preference.
|
22742
|
+
: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.
|
21922
22743
|
: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.
|
21923
22744
|
"""
|
21924
22745
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -22009,6 +22830,9 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowResult(dict):
|
|
22009
22830
|
@property
|
22010
22831
|
@pulumi.getter(name="skipRus")
|
22011
22832
|
def skip_rus(self) -> Sequence[bool]:
|
22833
|
+
"""
|
22834
|
+
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.
|
22835
|
+
"""
|
22012
22836
|
return pulumi.get(self, "skip_rus")
|
22013
22837
|
|
22014
22838
|
@property
|
@@ -22063,6 +22887,7 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowDetailResult(dict):
|
|
22063
22887
|
:param Sequence['GetAutonomousExadataInfrastructureMaintenanceWindowDetailMonthArgs'] months: Months during the year when maintenance should be performed.
|
22064
22888
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
22065
22889
|
:param str preference: The maintenance window scheduling preference.
|
22890
|
+
: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.
|
22066
22891
|
: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.
|
22067
22892
|
"""
|
22068
22893
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -22153,6 +22978,9 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowDetailResult(dict):
|
|
22153
22978
|
@property
|
22154
22979
|
@pulumi.getter(name="skipRus")
|
22155
22980
|
def skip_rus(self) -> Sequence[bool]:
|
22981
|
+
"""
|
22982
|
+
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.
|
22983
|
+
"""
|
22156
22984
|
return pulumi.get(self, "skip_rus")
|
22157
22985
|
|
22158
22986
|
@property
|
@@ -22622,6 +23450,7 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
|
|
22622
23450
|
:param Sequence['GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
22623
23451
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
22624
23452
|
:param str preference: The maintenance window scheduling preference.
|
23453
|
+
: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.
|
22625
23454
|
: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.
|
22626
23455
|
"""
|
22627
23456
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -22712,6 +23541,9 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
|
|
22712
23541
|
@property
|
22713
23542
|
@pulumi.getter(name="skipRus")
|
22714
23543
|
def skip_rus(self) -> Sequence[bool]:
|
23544
|
+
"""
|
23545
|
+
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.
|
23546
|
+
"""
|
22715
23547
|
return pulumi.get(self, "skip_rus")
|
22716
23548
|
|
22717
23549
|
@property
|
@@ -22766,6 +23598,7 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
|
|
22766
23598
|
:param Sequence['GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintenanceWindowDetailMonthArgs'] months: Months during the year when maintenance should be performed.
|
22767
23599
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
22768
23600
|
:param str preference: The maintenance window scheduling preference.
|
23601
|
+
: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.
|
22769
23602
|
: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.
|
22770
23603
|
"""
|
22771
23604
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -22856,6 +23689,9 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
|
|
22856
23689
|
@property
|
22857
23690
|
@pulumi.getter(name="skipRus")
|
22858
23691
|
def skip_rus(self) -> Sequence[bool]:
|
23692
|
+
"""
|
23693
|
+
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.
|
23694
|
+
"""
|
22859
23695
|
return pulumi.get(self, "skip_rus")
|
22860
23696
|
|
22861
23697
|
@property
|
@@ -23391,6 +24227,7 @@ class GetAutonomousVmClusterMaintenanceWindowResult(dict):
|
|
23391
24227
|
:param int lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
23392
24228
|
:param Sequence['GetAutonomousVmClusterMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
23393
24229
|
:param str preference: The maintenance window scheduling preference.
|
24230
|
+
: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.
|
23394
24231
|
: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.
|
23395
24232
|
"""
|
23396
24233
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -23469,6 +24306,9 @@ class GetAutonomousVmClusterMaintenanceWindowResult(dict):
|
|
23469
24306
|
@property
|
23470
24307
|
@pulumi.getter(name="skipRus")
|
23471
24308
|
def skip_rus(self) -> Sequence[bool]:
|
24309
|
+
"""
|
24310
|
+
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.
|
24311
|
+
"""
|
23472
24312
|
return pulumi.get(self, "skip_rus")
|
23473
24313
|
|
23474
24314
|
@property
|
@@ -23519,6 +24359,7 @@ class GetAutonomousVmClusterMaintenanceWindowDetailResult(dict):
|
|
23519
24359
|
:param int lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
23520
24360
|
:param Sequence['GetAutonomousVmClusterMaintenanceWindowDetailMonthArgs'] months: Months during the year when maintenance should be performed.
|
23521
24361
|
:param str preference: The maintenance window scheduling preference.
|
24362
|
+
: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.
|
23522
24363
|
: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.
|
23523
24364
|
"""
|
23524
24365
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -23597,6 +24438,9 @@ class GetAutonomousVmClusterMaintenanceWindowDetailResult(dict):
|
|
23597
24438
|
@property
|
23598
24439
|
@pulumi.getter(name="skipRus")
|
23599
24440
|
def skip_rus(self) -> Sequence[bool]:
|
24441
|
+
"""
|
24442
|
+
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.
|
24443
|
+
"""
|
23600
24444
|
return pulumi.get(self, "skip_rus")
|
23601
24445
|
|
23602
24446
|
@property
|
@@ -24414,6 +25258,7 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowResult(dict):
|
|
24414
25258
|
:param int lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
24415
25259
|
:param Sequence['GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
24416
25260
|
:param str preference: The maintenance window scheduling preference.
|
25261
|
+
: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.
|
24417
25262
|
: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.
|
24418
25263
|
"""
|
24419
25264
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -24492,6 +25337,9 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowResult(dict):
|
|
24492
25337
|
@property
|
24493
25338
|
@pulumi.getter(name="skipRus")
|
24494
25339
|
def skip_rus(self) -> Sequence[bool]:
|
25340
|
+
"""
|
25341
|
+
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.
|
25342
|
+
"""
|
24495
25343
|
return pulumi.get(self, "skip_rus")
|
24496
25344
|
|
24497
25345
|
@property
|
@@ -24542,6 +25390,7 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDetailResult(di
|
|
24542
25390
|
:param int lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
24543
25391
|
:param Sequence['GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDetailMonthArgs'] months: Months during the year when maintenance should be performed.
|
24544
25392
|
:param str preference: The maintenance window scheduling preference.
|
25393
|
+
: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.
|
24545
25394
|
: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.
|
24546
25395
|
"""
|
24547
25396
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -24620,6 +25469,9 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDetailResult(di
|
|
24620
25469
|
@property
|
24621
25470
|
@pulumi.getter(name="skipRus")
|
24622
25471
|
def skip_rus(self) -> Sequence[bool]:
|
25472
|
+
"""
|
25473
|
+
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.
|
25474
|
+
"""
|
24623
25475
|
return pulumi.get(self, "skip_rus")
|
24624
25476
|
|
24625
25477
|
@property
|
@@ -25118,17 +25970,17 @@ class GetBackupsBackupResult(dict):
|
|
25118
25970
|
:param float database_size_in_gbs: The size of the database in gigabytes at the time the backup was taken.
|
25119
25971
|
:param str display_name: The user-friendly name for the backup. The name does not have to be unique.
|
25120
25972
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup.
|
25121
|
-
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
25973
|
+
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
25122
25974
|
:param str key_store_wallet_name: The wallet name for Oracle Key Vault.
|
25123
25975
|
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
25124
|
-
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
25976
|
+
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
25125
25977
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
25126
25978
|
:param str shape: Shape of the backup's source database.
|
25127
25979
|
:param str state: The current state of the backup.
|
25128
25980
|
:param str time_ended: The date and time the backup was completed.
|
25129
25981
|
:param str time_started: The date and time the backup started.
|
25130
25982
|
:param str type: The type of backup.
|
25131
|
-
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
25983
|
+
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
25132
25984
|
:param str version: Version of the backup's source database
|
25133
25985
|
"""
|
25134
25986
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
@@ -25211,7 +26063,7 @@ class GetBackupsBackupResult(dict):
|
|
25211
26063
|
@pulumi.getter(name="keyStoreId")
|
25212
26064
|
def key_store_id(self) -> str:
|
25213
26065
|
"""
|
25214
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
26066
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
25215
26067
|
"""
|
25216
26068
|
return pulumi.get(self, "key_store_id")
|
25217
26069
|
|
@@ -25235,7 +26087,7 @@ class GetBackupsBackupResult(dict):
|
|
25235
26087
|
@pulumi.getter(name="kmsKeyVersionId")
|
25236
26088
|
def kms_key_version_id(self) -> str:
|
25237
26089
|
"""
|
25238
|
-
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
26090
|
+
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
25239
26091
|
"""
|
25240
26092
|
return pulumi.get(self, "kms_key_version_id")
|
25241
26093
|
|
@@ -25291,7 +26143,7 @@ class GetBackupsBackupResult(dict):
|
|
25291
26143
|
@pulumi.getter(name="vaultId")
|
25292
26144
|
def vault_id(self) -> str:
|
25293
26145
|
"""
|
25294
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
26146
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
25295
26147
|
"""
|
25296
26148
|
return pulumi.get(self, "vault_id")
|
25297
26149
|
|
@@ -25595,6 +26447,7 @@ class GetCloudAutonomousVmClusterMaintenanceWindowResult(dict):
|
|
25595
26447
|
:param Sequence['GetCloudAutonomousVmClusterMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
25596
26448
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
25597
26449
|
:param str preference: The maintenance window scheduling preference.
|
26450
|
+
: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.
|
25598
26451
|
: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.
|
25599
26452
|
"""
|
25600
26453
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -25685,6 +26538,9 @@ class GetCloudAutonomousVmClusterMaintenanceWindowResult(dict):
|
|
25685
26538
|
@property
|
25686
26539
|
@pulumi.getter(name="skipRus")
|
25687
26540
|
def skip_rus(self) -> Sequence[bool]:
|
26541
|
+
"""
|
26542
|
+
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.
|
26543
|
+
"""
|
25688
26544
|
return pulumi.get(self, "skip_rus")
|
25689
26545
|
|
25690
26546
|
@property
|
@@ -25739,6 +26595,7 @@ class GetCloudAutonomousVmClusterMaintenanceWindowDetailResult(dict):
|
|
25739
26595
|
:param Sequence['GetCloudAutonomousVmClusterMaintenanceWindowDetailMonthArgs'] months: Months during the year when maintenance should be performed.
|
25740
26596
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
25741
26597
|
:param str preference: The maintenance window scheduling preference.
|
26598
|
+
: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.
|
25742
26599
|
: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.
|
25743
26600
|
"""
|
25744
26601
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -25829,6 +26686,9 @@ class GetCloudAutonomousVmClusterMaintenanceWindowDetailResult(dict):
|
|
25829
26686
|
@property
|
25830
26687
|
@pulumi.getter(name="skipRus")
|
25831
26688
|
def skip_rus(self) -> Sequence[bool]:
|
26689
|
+
"""
|
26690
|
+
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.
|
26691
|
+
"""
|
25832
26692
|
return pulumi.get(self, "skip_rus")
|
25833
26693
|
|
25834
26694
|
@property
|
@@ -26723,6 +27583,7 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowResul
|
|
26723
27583
|
:param Sequence['GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
26724
27584
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
26725
27585
|
:param str preference: The maintenance window scheduling preference.
|
27586
|
+
: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.
|
26726
27587
|
: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.
|
26727
27588
|
"""
|
26728
27589
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -26813,6 +27674,9 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowResul
|
|
26813
27674
|
@property
|
26814
27675
|
@pulumi.getter(name="skipRus")
|
26815
27676
|
def skip_rus(self) -> Sequence[bool]:
|
27677
|
+
"""
|
27678
|
+
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.
|
27679
|
+
"""
|
26816
27680
|
return pulumi.get(self, "skip_rus")
|
26817
27681
|
|
26818
27682
|
@property
|
@@ -26867,6 +27731,7 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowDetai
|
|
26867
27731
|
:param Sequence['GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowDetailMonthArgs'] months: Months during the year when maintenance should be performed.
|
26868
27732
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
26869
27733
|
:param str preference: The maintenance window scheduling preference.
|
27734
|
+
: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.
|
26870
27735
|
: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.
|
26871
27736
|
"""
|
26872
27737
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -26957,6 +27822,9 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowDetai
|
|
26957
27822
|
@property
|
26958
27823
|
@pulumi.getter(name="skipRus")
|
26959
27824
|
def skip_rus(self) -> Sequence[bool]:
|
27825
|
+
"""
|
27826
|
+
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.
|
27827
|
+
"""
|
26960
27828
|
return pulumi.get(self, "skip_rus")
|
26961
27829
|
|
26962
27830
|
@property
|
@@ -27149,6 +28017,7 @@ class GetCloudExadataInfrastructureMaintenanceWindowResult(dict):
|
|
27149
28017
|
:param Sequence['GetCloudExadataInfrastructureMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
27150
28018
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
27151
28019
|
:param str preference: The maintenance window scheduling preference.
|
28020
|
+
: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.
|
27152
28021
|
: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.
|
27153
28022
|
"""
|
27154
28023
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -27239,6 +28108,9 @@ class GetCloudExadataInfrastructureMaintenanceWindowResult(dict):
|
|
27239
28108
|
@property
|
27240
28109
|
@pulumi.getter(name="skipRus")
|
27241
28110
|
def skip_rus(self) -> Sequence[bool]:
|
28111
|
+
"""
|
28112
|
+
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.
|
28113
|
+
"""
|
27242
28114
|
return pulumi.get(self, "skip_rus")
|
27243
28115
|
|
27244
28116
|
@property
|
@@ -27812,6 +28684,7 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindowR
|
|
27812
28684
|
:param Sequence['GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
27813
28685
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
27814
28686
|
:param str preference: The maintenance window scheduling preference.
|
28687
|
+
: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.
|
27815
28688
|
: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.
|
27816
28689
|
"""
|
27817
28690
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -27902,6 +28775,9 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindowR
|
|
27902
28775
|
@property
|
27903
28776
|
@pulumi.getter(name="skipRus")
|
27904
28777
|
def skip_rus(self) -> Sequence[bool]:
|
28778
|
+
"""
|
28779
|
+
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.
|
28780
|
+
"""
|
27905
28781
|
return pulumi.get(self, "skip_rus")
|
27906
28782
|
|
27907
28783
|
@property
|
@@ -27982,6 +28858,115 @@ class GetCloudExadataInfrastructuresFilterResult(dict):
|
|
27982
28858
|
return pulumi.get(self, "regex")
|
27983
28859
|
|
27984
28860
|
|
28861
|
+
@pulumi.output_type
|
28862
|
+
class GetCloudVmClusterCloudAutomationUpdateDetailResult(dict):
|
28863
|
+
def __init__(__self__, *,
|
28864
|
+
apply_update_time_preferences: Sequence['outputs.GetCloudVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult'],
|
28865
|
+
freeze_periods: Sequence['outputs.GetCloudVmClusterCloudAutomationUpdateDetailFreezePeriodResult'],
|
28866
|
+
is_early_adoption_enabled: bool,
|
28867
|
+
is_freeze_period_enabled: bool):
|
28868
|
+
"""
|
28869
|
+
:param Sequence['GetCloudVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceArgs'] apply_update_time_preferences: Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
28870
|
+
:param Sequence['GetCloudVmClusterCloudAutomationUpdateDetailFreezePeriodArgs'] freeze_periods: Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
28871
|
+
:param bool is_early_adoption_enabled: Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
28872
|
+
:param bool is_freeze_period_enabled: Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
28873
|
+
"""
|
28874
|
+
pulumi.set(__self__, "apply_update_time_preferences", apply_update_time_preferences)
|
28875
|
+
pulumi.set(__self__, "freeze_periods", freeze_periods)
|
28876
|
+
pulumi.set(__self__, "is_early_adoption_enabled", is_early_adoption_enabled)
|
28877
|
+
pulumi.set(__self__, "is_freeze_period_enabled", is_freeze_period_enabled)
|
28878
|
+
|
28879
|
+
@property
|
28880
|
+
@pulumi.getter(name="applyUpdateTimePreferences")
|
28881
|
+
def apply_update_time_preferences(self) -> Sequence['outputs.GetCloudVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult']:
|
28882
|
+
"""
|
28883
|
+
Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
28884
|
+
"""
|
28885
|
+
return pulumi.get(self, "apply_update_time_preferences")
|
28886
|
+
|
28887
|
+
@property
|
28888
|
+
@pulumi.getter(name="freezePeriods")
|
28889
|
+
def freeze_periods(self) -> Sequence['outputs.GetCloudVmClusterCloudAutomationUpdateDetailFreezePeriodResult']:
|
28890
|
+
"""
|
28891
|
+
Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
28892
|
+
"""
|
28893
|
+
return pulumi.get(self, "freeze_periods")
|
28894
|
+
|
28895
|
+
@property
|
28896
|
+
@pulumi.getter(name="isEarlyAdoptionEnabled")
|
28897
|
+
def is_early_adoption_enabled(self) -> bool:
|
28898
|
+
"""
|
28899
|
+
Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
28900
|
+
"""
|
28901
|
+
return pulumi.get(self, "is_early_adoption_enabled")
|
28902
|
+
|
28903
|
+
@property
|
28904
|
+
@pulumi.getter(name="isFreezePeriodEnabled")
|
28905
|
+
def is_freeze_period_enabled(self) -> bool:
|
28906
|
+
"""
|
28907
|
+
Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
28908
|
+
"""
|
28909
|
+
return pulumi.get(self, "is_freeze_period_enabled")
|
28910
|
+
|
28911
|
+
|
28912
|
+
@pulumi.output_type
|
28913
|
+
class GetCloudVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult(dict):
|
28914
|
+
def __init__(__self__, *,
|
28915
|
+
apply_update_preferred_end_time: str,
|
28916
|
+
apply_update_preferred_start_time: str):
|
28917
|
+
"""
|
28918
|
+
:param str apply_update_preferred_end_time: End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
28919
|
+
:param str apply_update_preferred_start_time: Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
28920
|
+
"""
|
28921
|
+
pulumi.set(__self__, "apply_update_preferred_end_time", apply_update_preferred_end_time)
|
28922
|
+
pulumi.set(__self__, "apply_update_preferred_start_time", apply_update_preferred_start_time)
|
28923
|
+
|
28924
|
+
@property
|
28925
|
+
@pulumi.getter(name="applyUpdatePreferredEndTime")
|
28926
|
+
def apply_update_preferred_end_time(self) -> str:
|
28927
|
+
"""
|
28928
|
+
End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
28929
|
+
"""
|
28930
|
+
return pulumi.get(self, "apply_update_preferred_end_time")
|
28931
|
+
|
28932
|
+
@property
|
28933
|
+
@pulumi.getter(name="applyUpdatePreferredStartTime")
|
28934
|
+
def apply_update_preferred_start_time(self) -> str:
|
28935
|
+
"""
|
28936
|
+
Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
28937
|
+
"""
|
28938
|
+
return pulumi.get(self, "apply_update_preferred_start_time")
|
28939
|
+
|
28940
|
+
|
28941
|
+
@pulumi.output_type
|
28942
|
+
class GetCloudVmClusterCloudAutomationUpdateDetailFreezePeriodResult(dict):
|
28943
|
+
def __init__(__self__, *,
|
28944
|
+
freeze_period_end_time: str,
|
28945
|
+
freeze_period_start_time: str):
|
28946
|
+
"""
|
28947
|
+
:param str freeze_period_end_time: End time of the freeze period cycle.
|
28948
|
+
:param str freeze_period_start_time: Start time of the freeze period cycle.
|
28949
|
+
"""
|
28950
|
+
pulumi.set(__self__, "freeze_period_end_time", freeze_period_end_time)
|
28951
|
+
pulumi.set(__self__, "freeze_period_start_time", freeze_period_start_time)
|
28952
|
+
|
28953
|
+
@property
|
28954
|
+
@pulumi.getter(name="freezePeriodEndTime")
|
28955
|
+
def freeze_period_end_time(self) -> str:
|
28956
|
+
"""
|
28957
|
+
End time of the freeze period cycle.
|
28958
|
+
"""
|
28959
|
+
return pulumi.get(self, "freeze_period_end_time")
|
28960
|
+
|
28961
|
+
@property
|
28962
|
+
@pulumi.getter(name="freezePeriodStartTime")
|
28963
|
+
def freeze_period_start_time(self) -> str:
|
28964
|
+
"""
|
28965
|
+
Start time of the freeze period cycle.
|
28966
|
+
"""
|
28967
|
+
return pulumi.get(self, "freeze_period_start_time")
|
28968
|
+
|
28969
|
+
|
27985
28970
|
@pulumi.output_type
|
27986
28971
|
class GetCloudVmClusterDataCollectionOptionResult(dict):
|
27987
28972
|
def __init__(__self__, *,
|
@@ -28188,6 +29173,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
28188
29173
|
availability_domain: str,
|
28189
29174
|
backup_network_nsg_ids: Sequence[str],
|
28190
29175
|
backup_subnet_id: str,
|
29176
|
+
cloud_automation_update_details: Sequence['outputs.GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailResult'],
|
28191
29177
|
cloud_exadata_infrastructure_id: str,
|
28192
29178
|
cluster_name: str,
|
28193
29179
|
compartment_id: str,
|
@@ -28240,6 +29226,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
28240
29226
|
:param str availability_domain: The name of the availability domain that the cloud Exadata infrastructure resource is located in.
|
28241
29227
|
:param Sequence[str] backup_network_nsg_ids: A list of the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). Applicable only to Exadata systems.
|
28242
29228
|
:param str backup_subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup network subnet associated with the cloud VM cluster.
|
29229
|
+
:param Sequence['GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailArgs'] cloud_automation_update_details: Specifies the properties necessary for cloud automation updates. This includes modifying the apply update time preference, enabling or disabling early adoption, and enabling, modifying, or disabling the update freeze period.
|
28243
29230
|
:param str cloud_exadata_infrastructure_id: If provided, filters the results for the specified cloud Exadata infrastructure.
|
28244
29231
|
:param str cluster_name: The cluster name for cloud VM cluster. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
|
28245
29232
|
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
@@ -28290,6 +29277,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
28290
29277
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
28291
29278
|
pulumi.set(__self__, "backup_network_nsg_ids", backup_network_nsg_ids)
|
28292
29279
|
pulumi.set(__self__, "backup_subnet_id", backup_subnet_id)
|
29280
|
+
pulumi.set(__self__, "cloud_automation_update_details", cloud_automation_update_details)
|
28293
29281
|
pulumi.set(__self__, "cloud_exadata_infrastructure_id", cloud_exadata_infrastructure_id)
|
28294
29282
|
pulumi.set(__self__, "cluster_name", cluster_name)
|
28295
29283
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -28363,6 +29351,14 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
28363
29351
|
"""
|
28364
29352
|
return pulumi.get(self, "backup_subnet_id")
|
28365
29353
|
|
29354
|
+
@property
|
29355
|
+
@pulumi.getter(name="cloudAutomationUpdateDetails")
|
29356
|
+
def cloud_automation_update_details(self) -> Sequence['outputs.GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailResult']:
|
29357
|
+
"""
|
29358
|
+
Specifies the properties necessary for cloud automation updates. This includes modifying the apply update time preference, enabling or disabling early adoption, and enabling, modifying, or disabling the update freeze period.
|
29359
|
+
"""
|
29360
|
+
return pulumi.get(self, "cloud_automation_update_details")
|
29361
|
+
|
28366
29362
|
@property
|
28367
29363
|
@pulumi.getter(name="cloudExadataInfrastructureId")
|
28368
29364
|
def cloud_exadata_infrastructure_id(self) -> str:
|
@@ -28740,6 +29736,115 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
28740
29736
|
return pulumi.get(self, "zone_id")
|
28741
29737
|
|
28742
29738
|
|
29739
|
+
@pulumi.output_type
|
29740
|
+
class GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailResult(dict):
|
29741
|
+
def __init__(__self__, *,
|
29742
|
+
apply_update_time_preferences: Sequence['outputs.GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult'],
|
29743
|
+
freeze_periods: Sequence['outputs.GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailFreezePeriodResult'],
|
29744
|
+
is_early_adoption_enabled: bool,
|
29745
|
+
is_freeze_period_enabled: bool):
|
29746
|
+
"""
|
29747
|
+
:param Sequence['GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceArgs'] apply_update_time_preferences: Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
29748
|
+
:param Sequence['GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailFreezePeriodArgs'] freeze_periods: Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
29749
|
+
:param bool is_early_adoption_enabled: Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
29750
|
+
:param bool is_freeze_period_enabled: Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
29751
|
+
"""
|
29752
|
+
pulumi.set(__self__, "apply_update_time_preferences", apply_update_time_preferences)
|
29753
|
+
pulumi.set(__self__, "freeze_periods", freeze_periods)
|
29754
|
+
pulumi.set(__self__, "is_early_adoption_enabled", is_early_adoption_enabled)
|
29755
|
+
pulumi.set(__self__, "is_freeze_period_enabled", is_freeze_period_enabled)
|
29756
|
+
|
29757
|
+
@property
|
29758
|
+
@pulumi.getter(name="applyUpdateTimePreferences")
|
29759
|
+
def apply_update_time_preferences(self) -> Sequence['outputs.GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult']:
|
29760
|
+
"""
|
29761
|
+
Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
29762
|
+
"""
|
29763
|
+
return pulumi.get(self, "apply_update_time_preferences")
|
29764
|
+
|
29765
|
+
@property
|
29766
|
+
@pulumi.getter(name="freezePeriods")
|
29767
|
+
def freeze_periods(self) -> Sequence['outputs.GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailFreezePeriodResult']:
|
29768
|
+
"""
|
29769
|
+
Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
29770
|
+
"""
|
29771
|
+
return pulumi.get(self, "freeze_periods")
|
29772
|
+
|
29773
|
+
@property
|
29774
|
+
@pulumi.getter(name="isEarlyAdoptionEnabled")
|
29775
|
+
def is_early_adoption_enabled(self) -> bool:
|
29776
|
+
"""
|
29777
|
+
Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
29778
|
+
"""
|
29779
|
+
return pulumi.get(self, "is_early_adoption_enabled")
|
29780
|
+
|
29781
|
+
@property
|
29782
|
+
@pulumi.getter(name="isFreezePeriodEnabled")
|
29783
|
+
def is_freeze_period_enabled(self) -> bool:
|
29784
|
+
"""
|
29785
|
+
Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
29786
|
+
"""
|
29787
|
+
return pulumi.get(self, "is_freeze_period_enabled")
|
29788
|
+
|
29789
|
+
|
29790
|
+
@pulumi.output_type
|
29791
|
+
class GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult(dict):
|
29792
|
+
def __init__(__self__, *,
|
29793
|
+
apply_update_preferred_end_time: str,
|
29794
|
+
apply_update_preferred_start_time: str):
|
29795
|
+
"""
|
29796
|
+
:param str apply_update_preferred_end_time: End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
29797
|
+
:param str apply_update_preferred_start_time: Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
29798
|
+
"""
|
29799
|
+
pulumi.set(__self__, "apply_update_preferred_end_time", apply_update_preferred_end_time)
|
29800
|
+
pulumi.set(__self__, "apply_update_preferred_start_time", apply_update_preferred_start_time)
|
29801
|
+
|
29802
|
+
@property
|
29803
|
+
@pulumi.getter(name="applyUpdatePreferredEndTime")
|
29804
|
+
def apply_update_preferred_end_time(self) -> str:
|
29805
|
+
"""
|
29806
|
+
End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
29807
|
+
"""
|
29808
|
+
return pulumi.get(self, "apply_update_preferred_end_time")
|
29809
|
+
|
29810
|
+
@property
|
29811
|
+
@pulumi.getter(name="applyUpdatePreferredStartTime")
|
29812
|
+
def apply_update_preferred_start_time(self) -> str:
|
29813
|
+
"""
|
29814
|
+
Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
29815
|
+
"""
|
29816
|
+
return pulumi.get(self, "apply_update_preferred_start_time")
|
29817
|
+
|
29818
|
+
|
29819
|
+
@pulumi.output_type
|
29820
|
+
class GetCloudVmClustersCloudVmClusterCloudAutomationUpdateDetailFreezePeriodResult(dict):
|
29821
|
+
def __init__(__self__, *,
|
29822
|
+
freeze_period_end_time: str,
|
29823
|
+
freeze_period_start_time: str):
|
29824
|
+
"""
|
29825
|
+
:param str freeze_period_end_time: End time of the freeze period cycle.
|
29826
|
+
:param str freeze_period_start_time: Start time of the freeze period cycle.
|
29827
|
+
"""
|
29828
|
+
pulumi.set(__self__, "freeze_period_end_time", freeze_period_end_time)
|
29829
|
+
pulumi.set(__self__, "freeze_period_start_time", freeze_period_start_time)
|
29830
|
+
|
29831
|
+
@property
|
29832
|
+
@pulumi.getter(name="freezePeriodEndTime")
|
29833
|
+
def freeze_period_end_time(self) -> str:
|
29834
|
+
"""
|
29835
|
+
End time of the freeze period cycle.
|
29836
|
+
"""
|
29837
|
+
return pulumi.get(self, "freeze_period_end_time")
|
29838
|
+
|
29839
|
+
@property
|
29840
|
+
@pulumi.getter(name="freezePeriodStartTime")
|
29841
|
+
def freeze_period_start_time(self) -> str:
|
29842
|
+
"""
|
29843
|
+
Start time of the freeze period cycle.
|
29844
|
+
"""
|
29845
|
+
return pulumi.get(self, "freeze_period_start_time")
|
29846
|
+
|
29847
|
+
|
28743
29848
|
@pulumi.output_type
|
28744
29849
|
class GetCloudVmClustersCloudVmClusterDataCollectionOptionResult(dict):
|
28745
29850
|
def __init__(__self__, *,
|
@@ -29435,11 +30540,11 @@ class GetDatabaseDatabaseResult(dict):
|
|
29435
30540
|
:param Mapping[str, str] 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).
|
29436
30541
|
:param Mapping[str, str] 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"}`
|
29437
30542
|
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
29438
|
-
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
30543
|
+
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
29439
30544
|
:param str ncharacter_set: The national character set for the database.
|
29440
30545
|
:param str pdb_name: The name of the pluggable database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. Pluggable database should not be same as database name.
|
29441
30546
|
:param str sid_prefix: Specifies a prefix for the `Oracle SID` of the database to be created.
|
29442
|
-
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
30547
|
+
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
29443
30548
|
"""
|
29444
30549
|
pulumi.set(__self__, "admin_password", admin_password)
|
29445
30550
|
pulumi.set(__self__, "backup_id", backup_id)
|
@@ -29552,7 +30657,7 @@ class GetDatabaseDatabaseResult(dict):
|
|
29552
30657
|
@pulumi.getter(name="kmsKeyVersionId")
|
29553
30658
|
def kms_key_version_id(self) -> str:
|
29554
30659
|
"""
|
29555
|
-
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
30660
|
+
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
29556
30661
|
"""
|
29557
30662
|
return pulumi.get(self, "kms_key_version_id")
|
29558
30663
|
|
@@ -29594,7 +30699,7 @@ class GetDatabaseDatabaseResult(dict):
|
|
29594
30699
|
@pulumi.getter(name="vaultId")
|
29595
30700
|
def vault_id(self) -> str:
|
29596
30701
|
"""
|
29597
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
30702
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
29598
30703
|
"""
|
29599
30704
|
return pulumi.get(self, "vault_id")
|
29600
30705
|
|
@@ -31555,10 +32660,10 @@ class GetDatabasesDatabaseResult(dict):
|
|
31555
32660
|
:param Mapping[str, str] 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"}`
|
31556
32661
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
31557
32662
|
:param bool is_cdb: True if the database is a container database.
|
31558
|
-
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
32663
|
+
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
31559
32664
|
:param str key_store_wallet_name: The wallet name for Oracle Key Vault.
|
31560
32665
|
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
31561
|
-
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
32666
|
+
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
31562
32667
|
:param int last_backup_duration_in_seconds: The duration when the latest database backup created.
|
31563
32668
|
:param str last_backup_timestamp: The date and time when the latest database backup was created.
|
31564
32669
|
:param str last_failed_backup_timestamp: The date and time when the latest database backup failed.
|
@@ -31569,7 +32674,7 @@ class GetDatabasesDatabaseResult(dict):
|
|
31569
32674
|
:param str source_database_point_in_time_recovery_timestamp: Point in time recovery timeStamp of the source database at which cloned database system is cloned from the source database system, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339)
|
31570
32675
|
:param str state: A filter to return only resources that match the given lifecycle state exactly.
|
31571
32676
|
:param str time_created: The date and time the database was created.
|
31572
|
-
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
32677
|
+
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
31573
32678
|
:param str vm_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM cluster.
|
31574
32679
|
"""
|
31575
32680
|
pulumi.set(__self__, "character_set", character_set)
|
@@ -31743,7 +32848,7 @@ class GetDatabasesDatabaseResult(dict):
|
|
31743
32848
|
@pulumi.getter(name="keyStoreId")
|
31744
32849
|
def key_store_id(self) -> str:
|
31745
32850
|
"""
|
31746
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
32851
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
31747
32852
|
"""
|
31748
32853
|
return pulumi.get(self, "key_store_id")
|
31749
32854
|
|
@@ -31777,7 +32882,7 @@ class GetDatabasesDatabaseResult(dict):
|
|
31777
32882
|
@pulumi.getter(name="kmsKeyVersionId")
|
31778
32883
|
def kms_key_version_id(self) -> str:
|
31779
32884
|
"""
|
31780
|
-
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
32885
|
+
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
31781
32886
|
"""
|
31782
32887
|
return pulumi.get(self, "kms_key_version_id")
|
31783
32888
|
|
@@ -31870,7 +32975,7 @@ class GetDatabasesDatabaseResult(dict):
|
|
31870
32975
|
@pulumi.getter(name="vaultId")
|
31871
32976
|
def vault_id(self) -> str:
|
31872
32977
|
"""
|
31873
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
32978
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
31874
32979
|
"""
|
31875
32980
|
return pulumi.get(self, "vault_id")
|
31876
32981
|
|
@@ -31955,11 +33060,11 @@ class GetDatabasesDatabaseDatabaseResult(dict):
|
|
31955
33060
|
:param Mapping[str, str] 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).
|
31956
33061
|
:param Mapping[str, str] 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"}`
|
31957
33062
|
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
31958
|
-
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
33063
|
+
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
31959
33064
|
:param str ncharacter_set: The national character set for the database.
|
31960
33065
|
:param str pdb_name: The name of the pluggable database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. Pluggable database should not be same as database name.
|
31961
33066
|
:param str sid_prefix: Specifies a prefix for the `Oracle SID` of the database to be created.
|
31962
|
-
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
33067
|
+
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
31963
33068
|
"""
|
31964
33069
|
pulumi.set(__self__, "admin_password", admin_password)
|
31965
33070
|
pulumi.set(__self__, "backup_id", backup_id)
|
@@ -32072,7 +33177,7 @@ class GetDatabasesDatabaseDatabaseResult(dict):
|
|
32072
33177
|
@pulumi.getter(name="kmsKeyVersionId")
|
32073
33178
|
def kms_key_version_id(self) -> str:
|
32074
33179
|
"""
|
32075
|
-
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
33180
|
+
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
32076
33181
|
"""
|
32077
33182
|
return pulumi.get(self, "kms_key_version_id")
|
32078
33183
|
|
@@ -32114,7 +33219,7 @@ class GetDatabasesDatabaseDatabaseResult(dict):
|
|
32114
33219
|
@pulumi.getter(name="vaultId")
|
32115
33220
|
def vault_id(self) -> str:
|
32116
33221
|
"""
|
32117
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
33222
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
32118
33223
|
"""
|
32119
33224
|
return pulumi.get(self, "vault_id")
|
32120
33225
|
|
@@ -36776,6 +37881,7 @@ class GetDbSystemsDbSystemMaintenanceWindowResult(dict):
|
|
36776
37881
|
:param Sequence['GetDbSystemsDbSystemMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
36777
37882
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
36778
37883
|
:param str preference: The maintenance window scheduling preference.
|
37884
|
+
: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.
|
36779
37885
|
: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.
|
36780
37886
|
"""
|
36781
37887
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -36866,6 +37972,9 @@ class GetDbSystemsDbSystemMaintenanceWindowResult(dict):
|
|
36866
37972
|
@property
|
36867
37973
|
@pulumi.getter(name="skipRus")
|
36868
37974
|
def skip_rus(self) -> Sequence[bool]:
|
37975
|
+
"""
|
37976
|
+
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.
|
37977
|
+
"""
|
36869
37978
|
return pulumi.get(self, "skip_rus")
|
36870
37979
|
|
36871
37980
|
@property
|
@@ -36920,6 +38029,7 @@ class GetDbSystemsDbSystemMaintenanceWindowDetailResult(dict):
|
|
36920
38029
|
:param Sequence['GetDbSystemsDbSystemMaintenanceWindowDetailMonthArgs'] months: Months during the year when maintenance should be performed.
|
36921
38030
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
36922
38031
|
:param str preference: The maintenance window scheduling preference.
|
38032
|
+
: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.
|
36923
38033
|
: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.
|
36924
38034
|
"""
|
36925
38035
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -37010,6 +38120,9 @@ class GetDbSystemsDbSystemMaintenanceWindowDetailResult(dict):
|
|
37010
38120
|
@property
|
37011
38121
|
@pulumi.getter(name="skipRus")
|
37012
38122
|
def skip_rus(self) -> Sequence[bool]:
|
38123
|
+
"""
|
38124
|
+
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.
|
38125
|
+
"""
|
37013
38126
|
return pulumi.get(self, "skip_rus")
|
37014
38127
|
|
37015
38128
|
@property
|
@@ -37490,6 +38603,7 @@ class GetExadataInfrastructureMaintenanceWindowResult(dict):
|
|
37490
38603
|
:param Sequence['GetExadataInfrastructureMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
37491
38604
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
37492
38605
|
:param str preference: The maintenance window scheduling preference.
|
38606
|
+
: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.
|
37493
38607
|
: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.
|
37494
38608
|
"""
|
37495
38609
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -37580,6 +38694,9 @@ class GetExadataInfrastructureMaintenanceWindowResult(dict):
|
|
37580
38694
|
@property
|
37581
38695
|
@pulumi.getter(name="skipRus")
|
37582
38696
|
def skip_rus(self) -> Sequence[bool]:
|
38697
|
+
"""
|
38698
|
+
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.
|
38699
|
+
"""
|
37583
38700
|
return pulumi.get(self, "skip_rus")
|
37584
38701
|
|
37585
38702
|
@property
|
@@ -38372,6 +39489,7 @@ class GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowResult(dict
|
|
38372
39489
|
:param Sequence['GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
38373
39490
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
38374
39491
|
:param str preference: The maintenance window scheduling preference.
|
39492
|
+
: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.
|
38375
39493
|
: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.
|
38376
39494
|
"""
|
38377
39495
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -38462,6 +39580,9 @@ class GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowResult(dict
|
|
38462
39580
|
@property
|
38463
39581
|
@pulumi.getter(name="skipRus")
|
38464
39582
|
def skip_rus(self) -> Sequence[bool]:
|
39583
|
+
"""
|
39584
|
+
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.
|
39585
|
+
"""
|
38465
39586
|
return pulumi.get(self, "skip_rus")
|
38466
39587
|
|
38467
39588
|
@property
|
@@ -42115,7 +43236,7 @@ class GetKeyStoreTypeDetailResult(dict):
|
|
42115
43236
|
:param Sequence[str] connection_ips: The list of Oracle Key Vault connection IP addresses.
|
42116
43237
|
:param str secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [secret](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
42117
43238
|
:param str type: The type of key store.
|
42118
|
-
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
43239
|
+
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
42119
43240
|
"""
|
42120
43241
|
pulumi.set(__self__, "admin_username", admin_username)
|
42121
43242
|
pulumi.set(__self__, "connection_ips", connection_ips)
|
@@ -42159,7 +43280,7 @@ class GetKeyStoreTypeDetailResult(dict):
|
|
42159
43280
|
@pulumi.getter(name="vaultId")
|
42160
43281
|
def vault_id(self) -> str:
|
42161
43282
|
"""
|
42162
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
43283
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
42163
43284
|
"""
|
42164
43285
|
return pulumi.get(self, "vault_id")
|
42165
43286
|
|
@@ -42357,7 +43478,7 @@ class GetKeyStoresKeyStoreTypeDetailResult(dict):
|
|
42357
43478
|
:param Sequence[str] connection_ips: The list of Oracle Key Vault connection IP addresses.
|
42358
43479
|
:param str secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [secret](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
42359
43480
|
:param str type: The type of key store.
|
42360
|
-
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
43481
|
+
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
42361
43482
|
"""
|
42362
43483
|
pulumi.set(__self__, "admin_username", admin_username)
|
42363
43484
|
pulumi.set(__self__, "connection_ips", connection_ips)
|
@@ -42401,7 +43522,7 @@ class GetKeyStoresKeyStoreTypeDetailResult(dict):
|
|
42401
43522
|
@pulumi.getter(name="vaultId")
|
42402
43523
|
def vault_id(self) -> str:
|
42403
43524
|
"""
|
42404
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
43525
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
42405
43526
|
"""
|
42406
43527
|
return pulumi.get(self, "vault_id")
|
42407
43528
|
|
@@ -43435,6 +44556,7 @@ class GetPluggableDatabasesPluggableDatabaseResult(dict):
|
|
43435
44556
|
freeform_tags: Mapping[str, str],
|
43436
44557
|
id: str,
|
43437
44558
|
is_restricted: bool,
|
44559
|
+
kms_key_version_id: str,
|
43438
44560
|
lifecycle_details: str,
|
43439
44561
|
open_mode: str,
|
43440
44562
|
pdb_admin_password: str,
|
@@ -43476,6 +44598,7 @@ class GetPluggableDatabasesPluggableDatabaseResult(dict):
|
|
43476
44598
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
43477
44599
|
pulumi.set(__self__, "id", id)
|
43478
44600
|
pulumi.set(__self__, "is_restricted", is_restricted)
|
44601
|
+
pulumi.set(__self__, "kms_key_version_id", kms_key_version_id)
|
43479
44602
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
43480
44603
|
pulumi.set(__self__, "open_mode", open_mode)
|
43481
44604
|
pulumi.set(__self__, "pdb_admin_password", pdb_admin_password)
|
@@ -43558,6 +44681,11 @@ class GetPluggableDatabasesPluggableDatabaseResult(dict):
|
|
43558
44681
|
"""
|
43559
44682
|
return pulumi.get(self, "is_restricted")
|
43560
44683
|
|
44684
|
+
@property
|
44685
|
+
@pulumi.getter(name="kmsKeyVersionId")
|
44686
|
+
def kms_key_version_id(self) -> str:
|
44687
|
+
return pulumi.get(self, "kms_key_version_id")
|
44688
|
+
|
43561
44689
|
@property
|
43562
44690
|
@pulumi.getter(name="lifecycleDetails")
|
43563
44691
|
def lifecycle_details(self) -> str:
|
@@ -43920,6 +45048,115 @@ class GetSystemVersionsSystemVersionCollectionItemResult(dict):
|
|
43920
45048
|
return pulumi.get(self, "system_versions")
|
43921
45049
|
|
43922
45050
|
|
45051
|
+
@pulumi.output_type
|
45052
|
+
class GetVmClusterCloudAutomationUpdateDetailResult(dict):
|
45053
|
+
def __init__(__self__, *,
|
45054
|
+
apply_update_time_preferences: Sequence['outputs.GetVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult'],
|
45055
|
+
freeze_periods: Sequence['outputs.GetVmClusterCloudAutomationUpdateDetailFreezePeriodResult'],
|
45056
|
+
is_early_adoption_enabled: bool,
|
45057
|
+
is_freeze_period_enabled: bool):
|
45058
|
+
"""
|
45059
|
+
:param Sequence['GetVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceArgs'] apply_update_time_preferences: Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
45060
|
+
:param Sequence['GetVmClusterCloudAutomationUpdateDetailFreezePeriodArgs'] freeze_periods: Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
45061
|
+
:param bool is_early_adoption_enabled: Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
45062
|
+
:param bool is_freeze_period_enabled: Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
45063
|
+
"""
|
45064
|
+
pulumi.set(__self__, "apply_update_time_preferences", apply_update_time_preferences)
|
45065
|
+
pulumi.set(__self__, "freeze_periods", freeze_periods)
|
45066
|
+
pulumi.set(__self__, "is_early_adoption_enabled", is_early_adoption_enabled)
|
45067
|
+
pulumi.set(__self__, "is_freeze_period_enabled", is_freeze_period_enabled)
|
45068
|
+
|
45069
|
+
@property
|
45070
|
+
@pulumi.getter(name="applyUpdateTimePreferences")
|
45071
|
+
def apply_update_time_preferences(self) -> Sequence['outputs.GetVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult']:
|
45072
|
+
"""
|
45073
|
+
Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
45074
|
+
"""
|
45075
|
+
return pulumi.get(self, "apply_update_time_preferences")
|
45076
|
+
|
45077
|
+
@property
|
45078
|
+
@pulumi.getter(name="freezePeriods")
|
45079
|
+
def freeze_periods(self) -> Sequence['outputs.GetVmClusterCloudAutomationUpdateDetailFreezePeriodResult']:
|
45080
|
+
"""
|
45081
|
+
Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
45082
|
+
"""
|
45083
|
+
return pulumi.get(self, "freeze_periods")
|
45084
|
+
|
45085
|
+
@property
|
45086
|
+
@pulumi.getter(name="isEarlyAdoptionEnabled")
|
45087
|
+
def is_early_adoption_enabled(self) -> bool:
|
45088
|
+
"""
|
45089
|
+
Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
45090
|
+
"""
|
45091
|
+
return pulumi.get(self, "is_early_adoption_enabled")
|
45092
|
+
|
45093
|
+
@property
|
45094
|
+
@pulumi.getter(name="isFreezePeriodEnabled")
|
45095
|
+
def is_freeze_period_enabled(self) -> bool:
|
45096
|
+
"""
|
45097
|
+
Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
45098
|
+
"""
|
45099
|
+
return pulumi.get(self, "is_freeze_period_enabled")
|
45100
|
+
|
45101
|
+
|
45102
|
+
@pulumi.output_type
|
45103
|
+
class GetVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult(dict):
|
45104
|
+
def __init__(__self__, *,
|
45105
|
+
apply_update_preferred_end_time: str,
|
45106
|
+
apply_update_preferred_start_time: str):
|
45107
|
+
"""
|
45108
|
+
:param str apply_update_preferred_end_time: End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
45109
|
+
:param str apply_update_preferred_start_time: Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
45110
|
+
"""
|
45111
|
+
pulumi.set(__self__, "apply_update_preferred_end_time", apply_update_preferred_end_time)
|
45112
|
+
pulumi.set(__self__, "apply_update_preferred_start_time", apply_update_preferred_start_time)
|
45113
|
+
|
45114
|
+
@property
|
45115
|
+
@pulumi.getter(name="applyUpdatePreferredEndTime")
|
45116
|
+
def apply_update_preferred_end_time(self) -> str:
|
45117
|
+
"""
|
45118
|
+
End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
45119
|
+
"""
|
45120
|
+
return pulumi.get(self, "apply_update_preferred_end_time")
|
45121
|
+
|
45122
|
+
@property
|
45123
|
+
@pulumi.getter(name="applyUpdatePreferredStartTime")
|
45124
|
+
def apply_update_preferred_start_time(self) -> str:
|
45125
|
+
"""
|
45126
|
+
Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
45127
|
+
"""
|
45128
|
+
return pulumi.get(self, "apply_update_preferred_start_time")
|
45129
|
+
|
45130
|
+
|
45131
|
+
@pulumi.output_type
|
45132
|
+
class GetVmClusterCloudAutomationUpdateDetailFreezePeriodResult(dict):
|
45133
|
+
def __init__(__self__, *,
|
45134
|
+
freeze_period_end_time: str,
|
45135
|
+
freeze_period_start_time: str):
|
45136
|
+
"""
|
45137
|
+
:param str freeze_period_end_time: End time of the freeze period cycle.
|
45138
|
+
:param str freeze_period_start_time: Start time of the freeze period cycle.
|
45139
|
+
"""
|
45140
|
+
pulumi.set(__self__, "freeze_period_end_time", freeze_period_end_time)
|
45141
|
+
pulumi.set(__self__, "freeze_period_start_time", freeze_period_start_time)
|
45142
|
+
|
45143
|
+
@property
|
45144
|
+
@pulumi.getter(name="freezePeriodEndTime")
|
45145
|
+
def freeze_period_end_time(self) -> str:
|
45146
|
+
"""
|
45147
|
+
End time of the freeze period cycle.
|
45148
|
+
"""
|
45149
|
+
return pulumi.get(self, "freeze_period_end_time")
|
45150
|
+
|
45151
|
+
@property
|
45152
|
+
@pulumi.getter(name="freezePeriodStartTime")
|
45153
|
+
def freeze_period_start_time(self) -> str:
|
45154
|
+
"""
|
45155
|
+
Start time of the freeze period cycle.
|
45156
|
+
"""
|
45157
|
+
return pulumi.get(self, "freeze_period_start_time")
|
45158
|
+
|
45159
|
+
|
43923
45160
|
@pulumi.output_type
|
43924
45161
|
class GetVmClusterDataCollectionOptionResult(dict):
|
43925
45162
|
def __init__(__self__, *,
|
@@ -45549,6 +46786,7 @@ class GetVmClustersFilterResult(dict):
|
|
45549
46786
|
class GetVmClustersVmClusterResult(dict):
|
45550
46787
|
def __init__(__self__, *,
|
45551
46788
|
availability_domain: str,
|
46789
|
+
cloud_automation_update_details: Sequence['outputs.GetVmClustersVmClusterCloudAutomationUpdateDetailResult'],
|
45552
46790
|
compartment_id: str,
|
45553
46791
|
cpu_core_count: int,
|
45554
46792
|
cpus_enabled: int,
|
@@ -45581,6 +46819,7 @@ class GetVmClustersVmClusterResult(dict):
|
|
45581
46819
|
vm_cluster_network_id: str):
|
45582
46820
|
"""
|
45583
46821
|
:param str availability_domain: The name of the availability domain that the VM cluster is located in.
|
46822
|
+
:param Sequence['GetVmClustersVmClusterCloudAutomationUpdateDetailArgs'] cloud_automation_update_details: Specifies the properties necessary for cloud automation updates. This includes modifying the apply update time preference, enabling or disabling early adoption, and enabling, modifying, or disabling the update freeze period.
|
45584
46823
|
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
45585
46824
|
:param int cpus_enabled: The number of enabled CPU cores.
|
45586
46825
|
:param Sequence['GetVmClustersVmClusterDataCollectionOptionArgs'] data_collection_options: Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
|
@@ -45610,6 +46849,7 @@ class GetVmClustersVmClusterResult(dict):
|
|
45610
46849
|
:param str vm_cluster_network_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM cluster network.
|
45611
46850
|
"""
|
45612
46851
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
46852
|
+
pulumi.set(__self__, "cloud_automation_update_details", cloud_automation_update_details)
|
45613
46853
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
45614
46854
|
pulumi.set(__self__, "cpu_core_count", cpu_core_count)
|
45615
46855
|
pulumi.set(__self__, "cpus_enabled", cpus_enabled)
|
@@ -45649,6 +46889,14 @@ class GetVmClustersVmClusterResult(dict):
|
|
45649
46889
|
"""
|
45650
46890
|
return pulumi.get(self, "availability_domain")
|
45651
46891
|
|
46892
|
+
@property
|
46893
|
+
@pulumi.getter(name="cloudAutomationUpdateDetails")
|
46894
|
+
def cloud_automation_update_details(self) -> Sequence['outputs.GetVmClustersVmClusterCloudAutomationUpdateDetailResult']:
|
46895
|
+
"""
|
46896
|
+
Specifies the properties necessary for cloud automation updates. This includes modifying the apply update time preference, enabling or disabling early adoption, and enabling, modifying, or disabling the update freeze period.
|
46897
|
+
"""
|
46898
|
+
return pulumi.get(self, "cloud_automation_update_details")
|
46899
|
+
|
45652
46900
|
@property
|
45653
46901
|
@pulumi.getter(name="compartmentId")
|
45654
46902
|
def compartment_id(self) -> str:
|
@@ -45881,6 +47129,115 @@ class GetVmClustersVmClusterResult(dict):
|
|
45881
47129
|
return pulumi.get(self, "vm_cluster_network_id")
|
45882
47130
|
|
45883
47131
|
|
47132
|
+
@pulumi.output_type
|
47133
|
+
class GetVmClustersVmClusterCloudAutomationUpdateDetailResult(dict):
|
47134
|
+
def __init__(__self__, *,
|
47135
|
+
apply_update_time_preferences: Sequence['outputs.GetVmClustersVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult'],
|
47136
|
+
freeze_periods: Sequence['outputs.GetVmClustersVmClusterCloudAutomationUpdateDetailFreezePeriodResult'],
|
47137
|
+
is_early_adoption_enabled: bool,
|
47138
|
+
is_freeze_period_enabled: bool):
|
47139
|
+
"""
|
47140
|
+
:param Sequence['GetVmClustersVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceArgs'] apply_update_time_preferences: Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
47141
|
+
:param Sequence['GetVmClustersVmClusterCloudAutomationUpdateDetailFreezePeriodArgs'] freeze_periods: Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
47142
|
+
:param bool is_early_adoption_enabled: Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
47143
|
+
:param bool is_freeze_period_enabled: Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
47144
|
+
"""
|
47145
|
+
pulumi.set(__self__, "apply_update_time_preferences", apply_update_time_preferences)
|
47146
|
+
pulumi.set(__self__, "freeze_periods", freeze_periods)
|
47147
|
+
pulumi.set(__self__, "is_early_adoption_enabled", is_early_adoption_enabled)
|
47148
|
+
pulumi.set(__self__, "is_freeze_period_enabled", is_freeze_period_enabled)
|
47149
|
+
|
47150
|
+
@property
|
47151
|
+
@pulumi.getter(name="applyUpdateTimePreferences")
|
47152
|
+
def apply_update_time_preferences(self) -> Sequence['outputs.GetVmClustersVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult']:
|
47153
|
+
"""
|
47154
|
+
Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
47155
|
+
"""
|
47156
|
+
return pulumi.get(self, "apply_update_time_preferences")
|
47157
|
+
|
47158
|
+
@property
|
47159
|
+
@pulumi.getter(name="freezePeriods")
|
47160
|
+
def freeze_periods(self) -> Sequence['outputs.GetVmClustersVmClusterCloudAutomationUpdateDetailFreezePeriodResult']:
|
47161
|
+
"""
|
47162
|
+
Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
47163
|
+
"""
|
47164
|
+
return pulumi.get(self, "freeze_periods")
|
47165
|
+
|
47166
|
+
@property
|
47167
|
+
@pulumi.getter(name="isEarlyAdoptionEnabled")
|
47168
|
+
def is_early_adoption_enabled(self) -> bool:
|
47169
|
+
"""
|
47170
|
+
Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
47171
|
+
"""
|
47172
|
+
return pulumi.get(self, "is_early_adoption_enabled")
|
47173
|
+
|
47174
|
+
@property
|
47175
|
+
@pulumi.getter(name="isFreezePeriodEnabled")
|
47176
|
+
def is_freeze_period_enabled(self) -> bool:
|
47177
|
+
"""
|
47178
|
+
Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
47179
|
+
"""
|
47180
|
+
return pulumi.get(self, "is_freeze_period_enabled")
|
47181
|
+
|
47182
|
+
|
47183
|
+
@pulumi.output_type
|
47184
|
+
class GetVmClustersVmClusterCloudAutomationUpdateDetailApplyUpdateTimePreferenceResult(dict):
|
47185
|
+
def __init__(__self__, *,
|
47186
|
+
apply_update_preferred_end_time: str,
|
47187
|
+
apply_update_preferred_start_time: str):
|
47188
|
+
"""
|
47189
|
+
:param str apply_update_preferred_end_time: End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
47190
|
+
:param str apply_update_preferred_start_time: Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
47191
|
+
"""
|
47192
|
+
pulumi.set(__self__, "apply_update_preferred_end_time", apply_update_preferred_end_time)
|
47193
|
+
pulumi.set(__self__, "apply_update_preferred_start_time", apply_update_preferred_start_time)
|
47194
|
+
|
47195
|
+
@property
|
47196
|
+
@pulumi.getter(name="applyUpdatePreferredEndTime")
|
47197
|
+
def apply_update_preferred_end_time(self) -> str:
|
47198
|
+
"""
|
47199
|
+
End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
47200
|
+
"""
|
47201
|
+
return pulumi.get(self, "apply_update_preferred_end_time")
|
47202
|
+
|
47203
|
+
@property
|
47204
|
+
@pulumi.getter(name="applyUpdatePreferredStartTime")
|
47205
|
+
def apply_update_preferred_start_time(self) -> str:
|
47206
|
+
"""
|
47207
|
+
Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
47208
|
+
"""
|
47209
|
+
return pulumi.get(self, "apply_update_preferred_start_time")
|
47210
|
+
|
47211
|
+
|
47212
|
+
@pulumi.output_type
|
47213
|
+
class GetVmClustersVmClusterCloudAutomationUpdateDetailFreezePeriodResult(dict):
|
47214
|
+
def __init__(__self__, *,
|
47215
|
+
freeze_period_end_time: str,
|
47216
|
+
freeze_period_start_time: str):
|
47217
|
+
"""
|
47218
|
+
:param str freeze_period_end_time: End time of the freeze period cycle.
|
47219
|
+
:param str freeze_period_start_time: Start time of the freeze period cycle.
|
47220
|
+
"""
|
47221
|
+
pulumi.set(__self__, "freeze_period_end_time", freeze_period_end_time)
|
47222
|
+
pulumi.set(__self__, "freeze_period_start_time", freeze_period_start_time)
|
47223
|
+
|
47224
|
+
@property
|
47225
|
+
@pulumi.getter(name="freezePeriodEndTime")
|
47226
|
+
def freeze_period_end_time(self) -> str:
|
47227
|
+
"""
|
47228
|
+
End time of the freeze period cycle.
|
47229
|
+
"""
|
47230
|
+
return pulumi.get(self, "freeze_period_end_time")
|
47231
|
+
|
47232
|
+
@property
|
47233
|
+
@pulumi.getter(name="freezePeriodStartTime")
|
47234
|
+
def freeze_period_start_time(self) -> str:
|
47235
|
+
"""
|
47236
|
+
Start time of the freeze period cycle.
|
47237
|
+
"""
|
47238
|
+
return pulumi.get(self, "freeze_period_start_time")
|
47239
|
+
|
47240
|
+
|
45884
47241
|
@pulumi.output_type
|
45885
47242
|
class GetVmClustersVmClusterDataCollectionOptionResult(dict):
|
45886
47243
|
def __init__(__self__, *,
|