pulumi-oci 1.37.0a1715927489__py3-none-any.whl → 1.38.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 +48 -0
- pulumi_oci/adm/_inputs.py +6 -6
- pulumi_oci/adm/outputs.py +6 -6
- pulumi_oci/aianomalydetection/_inputs.py +10 -8
- pulumi_oci/aianomalydetection/outputs.py +22 -8
- pulumi_oci/aidocument/_inputs.py +22 -18
- pulumi_oci/aidocument/outputs.py +36 -18
- pulumi_oci/ailanguage/_inputs.py +4 -20
- pulumi_oci/ailanguage/model.py +4 -4
- pulumi_oci/ailanguage/outputs.py +4 -20
- pulumi_oci/aivision/_inputs.py +0 -16
- pulumi_oci/aivision/outputs.py +0 -16
- pulumi_oci/analytics/_inputs.py +2 -2
- pulumi_oci/analytics/outputs.py +2 -2
- pulumi_oci/apigateway/_inputs.py +206 -414
- pulumi_oci/apigateway/outputs.py +206 -414
- pulumi_oci/apmconfig/_inputs.py +4 -4
- pulumi_oci/apmconfig/config.py +7 -7
- pulumi_oci/apmconfig/outputs.py +4 -4
- pulumi_oci/apmsynthetics/_inputs.py +18 -26
- pulumi_oci/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/outputs.py +18 -26
- pulumi_oci/autoscaling/_inputs.py +14 -16
- pulumi_oci/autoscaling/auto_scaling_configuration.py +20 -7
- pulumi_oci/autoscaling/outputs.py +14 -16
- pulumi_oci/bigdataservice/__init__.py +1 -0
- pulumi_oci/bigdataservice/_inputs.py +135 -46
- pulumi_oci/bigdataservice/bds_instance.py +4 -4
- pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +239 -0
- pulumi_oci/bigdataservice/outputs.py +206 -50
- pulumi_oci/certificatesmanagement/_inputs.py +16 -16
- pulumi_oci/certificatesmanagement/certificate.py +16 -16
- pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
- pulumi_oci/certificatesmanagement/outputs.py +16 -16
- pulumi_oci/cloudbridge/_inputs.py +18 -18
- pulumi_oci/cloudbridge/outputs.py +18 -18
- pulumi_oci/cloudguard/__init__.py +9 -0
- pulumi_oci/cloudguard/_inputs.py +1066 -488
- pulumi_oci/cloudguard/adhoc_query.py +596 -0
- pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
- pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
- pulumi_oci/cloudguard/data_mask_rule.py +62 -62
- pulumi_oci/cloudguard/detector_recipe.py +95 -53
- pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
- pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
- pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
- pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
- pulumi_oci/cloudguard/get_data_source.py +10 -10
- pulumi_oci/cloudguard/get_data_source_events.py +11 -7
- pulumi_oci/cloudguard/get_data_sources.py +24 -20
- pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
- pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
- pulumi_oci/cloudguard/get_guard_target.py +14 -14
- pulumi_oci/cloudguard/get_guard_targets.py +19 -17
- pulumi_oci/cloudguard/get_managed_list.py +14 -14
- pulumi_oci/cloudguard/get_managed_lists.py +16 -16
- pulumi_oci/cloudguard/get_problem_entities.py +5 -3
- pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
- pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
- pulumi_oci/cloudguard/get_saved_queries.py +190 -0
- pulumi_oci/cloudguard/get_saved_query.py +235 -0
- pulumi_oci/cloudguard/get_security_policies.py +14 -12
- pulumi_oci/cloudguard/get_security_policy.py +12 -8
- pulumi_oci/cloudguard/get_security_recipe.py +9 -9
- pulumi_oci/cloudguard/get_security_recipes.py +14 -12
- pulumi_oci/cloudguard/get_security_zone.py +8 -8
- pulumi_oci/cloudguard/get_security_zones.py +17 -15
- pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
- pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
- pulumi_oci/cloudguard/managed_list.py +57 -57
- pulumi_oci/cloudguard/outputs.py +3493 -1808
- pulumi_oci/cloudguard/responder_recipe.py +41 -39
- pulumi_oci/cloudguard/saved_query.py +595 -0
- pulumi_oci/cloudguard/security_recipe.py +43 -27
- pulumi_oci/cloudguard/security_zone.py +22 -20
- pulumi_oci/cloudguard/target.py +54 -54
- pulumi_oci/cloudguard/wlp_agent.py +654 -0
- pulumi_oci/cloudmigrations/_inputs.py +222 -496
- pulumi_oci/cloudmigrations/outputs.py +222 -496
- pulumi_oci/cloudmigrations/target_asset.py +15 -15
- pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
- pulumi_oci/clusterplacementgroups/outputs.py +2 -2
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
- pulumi_oci/containerengine/_inputs.py +22 -22
- pulumi_oci/containerengine/container_instance.py +21 -21
- pulumi_oci/containerengine/outputs.py +22 -22
- pulumi_oci/containerengine/virtual_node_pool.py +7 -35
- pulumi_oci/core/_inputs.py +404 -670
- pulumi_oci/core/boot_volume.py +7 -7
- pulumi_oci/core/cluster_network.py +22 -22
- pulumi_oci/core/cross_connect_group.py +4 -20
- pulumi_oci/core/drg_route_table_route_rule.py +7 -0
- pulumi_oci/core/get_image.py +4 -0
- pulumi_oci/core/get_instance.py +4 -0
- pulumi_oci/core/get_public_ip.py +4 -0
- pulumi_oci/core/get_public_ips.py +8 -0
- pulumi_oci/core/get_vtap.py +2 -0
- pulumi_oci/core/get_vtaps.py +2 -0
- pulumi_oci/core/image.py +56 -0
- pulumi_oci/core/instance.py +48 -48
- pulumi_oci/core/instance_configuration.py +70 -28
- pulumi_oci/core/instance_pool.py +7 -7
- pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
- pulumi_oci/core/network_security_group_security_rule.py +28 -105
- pulumi_oci/core/outputs.py +748 -668
- pulumi_oci/core/public_ip.py +8 -0
- pulumi_oci/core/vnic_attachment.py +8 -24
- pulumi_oci/core/volume.py +7 -7
- pulumi_oci/core/volume_group.py +7 -7
- pulumi_oci/core/vtap.py +14 -0
- pulumi_oci/database/_inputs.py +188 -220
- pulumi_oci/database/autonomous_database.py +21 -7
- pulumi_oci/database/autonomous_database_wallet.py +28 -0
- pulumi_oci/database/backup_destination.py +11 -11
- pulumi_oci/database/cloud_database_management.py +14 -0
- pulumi_oci/database/database.py +28 -44
- pulumi_oci/database/database_upgrade.py +4 -4
- pulumi_oci/database/db_home.py +0 -13
- pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
- pulumi_oci/database/outputs.py +188 -220
- pulumi_oci/database/vm_cluster_network.py +4 -4
- pulumi_oci/databasemanagement/_inputs.py +8 -8
- pulumi_oci/databasemanagement/outputs.py +8 -8
- pulumi_oci/databasemigration/_inputs.py +34 -34
- pulumi_oci/databasemigration/connection.py +7 -7
- pulumi_oci/databasemigration/migration.py +7 -7
- pulumi_oci/databasemigration/outputs.py +34 -34
- pulumi_oci/databasetools/_inputs.py +12 -36
- pulumi_oci/databasetools/database_tools_connection.py +4 -4
- pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
- pulumi_oci/databasetools/outputs.py +12 -36
- pulumi_oci/dataintegration/_inputs.py +318 -330
- pulumi_oci/dataintegration/outputs.py +318 -330
- pulumi_oci/dataintegration/workspace_application.py +7 -7
- pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
- pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
- pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
- pulumi_oci/dataintegration/workspace_folder.py +7 -7
- pulumi_oci/dataintegration/workspace_project.py +7 -7
- pulumi_oci/dataintegration/workspace_task.py +47 -47
- pulumi_oci/datalabellingservice/_inputs.py +10 -10
- pulumi_oci/datalabellingservice/outputs.py +10 -10
- pulumi_oci/datasafe/__init__.py +2 -0
- pulumi_oci/datasafe/_inputs.py +72 -80
- pulumi_oci/datasafe/library_masing_format.py +7 -7
- pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
- pulumi_oci/datasafe/masking_policy.py +7 -7
- pulumi_oci/datasafe/outputs.py +72 -80
- pulumi_oci/datasafe/report_definition.py +8 -24
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/target_database.py +21 -21
- pulumi_oci/datascience/_inputs.py +337 -65
- pulumi_oci/datascience/get_job_run.py +11 -1
- pulumi_oci/datascience/get_model_deployment.py +11 -1
- pulumi_oci/datascience/get_pipeline.py +3 -0
- pulumi_oci/datascience/get_pipeline_run.py +14 -1
- pulumi_oci/datascience/job_run.py +52 -3
- pulumi_oci/datascience/model_deployment.py +51 -2
- pulumi_oci/datascience/outputs.py +767 -104
- pulumi_oci/datascience/pipeline.py +34 -14
- pulumi_oci/datascience/pipeline_run.py +65 -0
- pulumi_oci/devops/_inputs.py +80 -462
- pulumi_oci/devops/deploy_stage.py +4 -4
- pulumi_oci/devops/deployment.py +7 -7
- pulumi_oci/devops/outputs.py +208 -1141
- pulumi_oci/disasterrecovery/_inputs.py +6 -6
- pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
- pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
- pulumi_oci/disasterrecovery/outputs.py +6 -6
- pulumi_oci/dns/_inputs.py +20 -8
- pulumi_oci/dns/outputs.py +42 -8
- pulumi_oci/dns/rrset.py +7 -7
- pulumi_oci/dns/steering_policy.py +42 -0
- pulumi_oci/events/_inputs.py +4 -12
- pulumi_oci/events/outputs.py +4 -12
- pulumi_oci/events/rule.py +7 -7
- pulumi_oci/functions/_inputs.py +2 -2
- pulumi_oci/functions/outputs.py +2 -2
- pulumi_oci/goldengate/_inputs.py +2 -4
- pulumi_oci/goldengate/outputs.py +2 -4
- pulumi_oci/identity/_inputs.py +4860 -5954
- pulumi_oci/identity/domains_api_key.py +70 -70
- pulumi_oci/identity/domains_app.py +119 -140
- pulumi_oci/identity/domains_auth_token.py +21 -21
- pulumi_oci/identity/domains_cloud_gate.py +49 -49
- pulumi_oci/identity/domains_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_api_key.py +70 -70
- pulumi_oci/identity/domains_my_auth_token.py +21 -21
- pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_oauth2client_credential.py +49 -70
- pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_my_support_account.py +21 -21
- pulumi_oci/identity/domains_my_user_db_credential.py +37 -41
- pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
- pulumi_oci/identity/domains_policy.py +35 -49
- pulumi_oci/identity/domains_rule.py +28 -21
- pulumi_oci/identity/domains_setting.py +35 -21
- pulumi_oci/identity/domains_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_user.py +189 -175
- pulumi_oci/identity/domains_user_db_credential.py +37 -41
- pulumi_oci/identity/outputs.py +4913 -6007
- pulumi_oci/integration/_inputs.py +4 -0
- pulumi_oci/integration/outputs.py +16 -4
- pulumi_oci/jms/_inputs.py +0 -8
- pulumi_oci/jms/get_java_downloads_java_download_report.py +28 -2
- pulumi_oci/jms/get_java_downloads_java_download_token.py +4 -4
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +2 -2
- pulumi_oci/jms/java_downloads_java_download_report.py +96 -6
- pulumi_oci/jms/java_downloads_java_download_token.py +14 -12
- pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +41 -16
- pulumi_oci/jms/outputs.py +38 -24
- pulumi_oci/kms/_inputs.py +6 -6
- pulumi_oci/kms/outputs.py +6 -6
- pulumi_oci/loadbalancer/_inputs.py +18 -30
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
- pulumi_oci/loadbalancer/outputs.py +18 -30
- pulumi_oci/loganalytics/_inputs.py +26 -34
- pulumi_oci/loganalytics/outputs.py +26 -34
- pulumi_oci/logging/_inputs.py +60 -60
- pulumi_oci/logging/outputs.py +60 -60
- pulumi_oci/managementagent/_inputs.py +2 -46
- pulumi_oci/managementagent/outputs.py +2 -46
- pulumi_oci/marketplace/_inputs.py +6 -6
- pulumi_oci/marketplace/outputs.py +6 -6
- pulumi_oci/marketplace/publication.py +11 -11
- pulumi_oci/mediaservices/_inputs.py +8 -32
- pulumi_oci/mediaservices/media_asset.py +18 -18
- pulumi_oci/mediaservices/media_workflow.py +22 -38
- pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
- pulumi_oci/mediaservices/media_workflow_job.py +11 -11
- pulumi_oci/mediaservices/outputs.py +8 -32
- pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
- pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
- pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
- pulumi_oci/meteringcomputation/_inputs.py +2 -2
- pulumi_oci/meteringcomputation/outputs.py +2 -2
- pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
- pulumi_oci/monitoring/_inputs.py +4 -4
- pulumi_oci/monitoring/alarm.py +21 -0
- pulumi_oci/monitoring/get_alarm.py +3 -0
- pulumi_oci/monitoring/outputs.py +10 -4
- pulumi_oci/mysql/_inputs.py +30 -22
- pulumi_oci/mysql/outputs.py +30 -22
- pulumi_oci/mysql/replica.py +12 -28
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
- pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
- pulumi_oci/networkfirewall/outputs.py +4 -0
- pulumi_oci/networkloadbalancer/_inputs.py +10 -26
- pulumi_oci/networkloadbalancer/outputs.py +10 -26
- pulumi_oci/nosql/_inputs.py +4 -12
- pulumi_oci/nosql/outputs.py +4 -12
- pulumi_oci/objectstorage/_inputs.py +4 -4
- pulumi_oci/objectstorage/outputs.py +4 -4
- pulumi_oci/ocvp/_inputs.py +86 -42
- pulumi_oci/ocvp/get_retrieve_password.py +1 -0
- pulumi_oci/ocvp/outputs.py +86 -42
- pulumi_oci/ocvp/sddc.py +49 -77
- pulumi_oci/ons/subscription.py +63 -0
- pulumi_oci/opa/_inputs.py +6 -2
- pulumi_oci/opa/outputs.py +18 -6
- pulumi_oci/opsi/_inputs.py +6 -6
- pulumi_oci/opsi/exadata_insight.py +28 -28
- pulumi_oci/opsi/outputs.py +6 -6
- pulumi_oci/optimizer/_inputs.py +4 -4
- pulumi_oci/optimizer/outputs.py +4 -4
- pulumi_oci/osmanagement/_inputs.py +2 -10
- pulumi_oci/osmanagement/outputs.py +2 -10
- pulumi_oci/osmanagementhub/_inputs.py +24 -8
- pulumi_oci/osmanagementhub/event.py +32 -0
- pulumi_oci/osmanagementhub/get_event.py +8 -0
- pulumi_oci/osmanagementhub/get_events.py +8 -0
- pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
- pulumi_oci/osmanagementhub/outputs.py +40 -8
- pulumi_oci/osmanagementhub/software_source.py +7 -7
- pulumi_oci/ospgateway/_inputs.py +96 -96
- pulumi_oci/ospgateway/outputs.py +96 -96
- pulumi_oci/ospgateway/subscription.py +80 -80
- pulumi_oci/psql/_inputs.py +10 -18
- pulumi_oci/psql/db_system.py +14 -14
- pulumi_oci/psql/outputs.py +10 -18
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/queue/get_queue.py +9 -9
- pulumi_oci/queue/outputs.py +5 -5
- pulumi_oci/queue/queue.py +77 -26
- pulumi_oci/sch/_inputs.py +26 -26
- pulumi_oci/sch/connector.py +7 -7
- pulumi_oci/sch/outputs.py +26 -26
- pulumi_oci/servicecatalog/private_application.py +4 -4
- pulumi_oci/servicemesh/_inputs.py +8 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
- pulumi_oci/servicemesh/outputs.py +8 -24
- pulumi_oci/stackmonitoring/_inputs.py +40 -56
- pulumi_oci/stackmonitoring/metric_extension.py +18 -18
- pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
- pulumi_oci/stackmonitoring/outputs.py +40 -56
- pulumi_oci/visualbuilder/_inputs.py +6 -2
- pulumi_oci/visualbuilder/outputs.py +18 -6
- pulumi_oci/vnmonitoring/_inputs.py +10 -42
- pulumi_oci/vnmonitoring/outputs.py +10 -42
- pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
- pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
- pulumi_oci/waas/_inputs.py +133 -205
- pulumi_oci/waas/outputs.py +133 -205
- pulumi_oci/waas/policy.py +7 -7
- pulumi_oci/waas/protection_rule.py +7 -7
- pulumi_oci/waf/_inputs.py +36 -30
- pulumi_oci/waf/network_address_list.py +7 -7
- pulumi_oci/waf/outputs.py +36 -30
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/RECORD +315 -303
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/top_level.txt +0 -0
pulumi_oci/database/_inputs.py
CHANGED
@@ -238,8 +238,8 @@ class AutonomousContainerDatabaseBackupConfigArgs:
|
|
238
238
|
backup_destination_details: Optional[pulumi.Input['AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs']] = None,
|
239
239
|
recovery_window_in_days: Optional[pulumi.Input[int]] = None):
|
240
240
|
"""
|
241
|
-
:param pulumi.Input['AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs'] backup_destination_details: Backup destination details.
|
242
|
-
:param pulumi.Input[int] recovery_window_in_days: Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups. If the number of specified days is 0 then there will be no backups.
|
241
|
+
:param pulumi.Input['AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs'] backup_destination_details: (Updatable) Backup destination details.
|
242
|
+
:param pulumi.Input[int] recovery_window_in_days: (Updatable) Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups. If the number of specified days is 0 then there will be no backups.
|
243
243
|
"""
|
244
244
|
if backup_destination_details is not None:
|
245
245
|
pulumi.set(__self__, "backup_destination_details", backup_destination_details)
|
@@ -250,7 +250,7 @@ class AutonomousContainerDatabaseBackupConfigArgs:
|
|
250
250
|
@pulumi.getter(name="backupDestinationDetails")
|
251
251
|
def backup_destination_details(self) -> Optional[pulumi.Input['AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs']]:
|
252
252
|
"""
|
253
|
-
Backup destination details.
|
253
|
+
(Updatable) Backup destination details.
|
254
254
|
"""
|
255
255
|
return pulumi.get(self, "backup_destination_details")
|
256
256
|
|
@@ -262,7 +262,7 @@ class AutonomousContainerDatabaseBackupConfigArgs:
|
|
262
262
|
@pulumi.getter(name="recoveryWindowInDays")
|
263
263
|
def recovery_window_in_days(self) -> Optional[pulumi.Input[int]]:
|
264
264
|
"""
|
265
|
-
Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups. If the number of specified days is 0 then there will be no backups.
|
265
|
+
(Updatable) Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups. If the number of specified days is 0 then there will be no backups.
|
266
266
|
"""
|
267
267
|
return pulumi.get(self, "recovery_window_in_days")
|
268
268
|
|
@@ -280,11 +280,11 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs:
|
|
280
280
|
vpc_password: Optional[pulumi.Input[str]] = None,
|
281
281
|
vpc_user: Optional[pulumi.Input[str]] = None):
|
282
282
|
"""
|
283
|
-
:param pulumi.Input[str] type: Type of the database backup destination.
|
284
|
-
:param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
|
285
|
-
:param pulumi.Input[str] internet_proxy: Proxy URL to connect to object store.
|
286
|
-
:param pulumi.Input[str] vpc_password: For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
287
|
-
:param pulumi.Input[str] vpc_user: For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
283
|
+
:param pulumi.Input[str] type: (Updatable) Type of the database backup destination.
|
284
|
+
:param pulumi.Input[str] id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
|
285
|
+
:param pulumi.Input[str] internet_proxy: (Updatable) Proxy URL to connect to object store.
|
286
|
+
:param pulumi.Input[str] vpc_password: (Updatable) For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
287
|
+
:param pulumi.Input[str] vpc_user: (Updatable) For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
288
288
|
"""
|
289
289
|
pulumi.set(__self__, "type", type)
|
290
290
|
if id is not None:
|
@@ -300,7 +300,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs:
|
|
300
300
|
@pulumi.getter
|
301
301
|
def type(self) -> pulumi.Input[str]:
|
302
302
|
"""
|
303
|
-
Type of the database backup destination.
|
303
|
+
(Updatable) Type of the database backup destination.
|
304
304
|
"""
|
305
305
|
return pulumi.get(self, "type")
|
306
306
|
|
@@ -312,7 +312,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs:
|
|
312
312
|
@pulumi.getter
|
313
313
|
def id(self) -> Optional[pulumi.Input[str]]:
|
314
314
|
"""
|
315
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
|
315
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
|
316
316
|
"""
|
317
317
|
return pulumi.get(self, "id")
|
318
318
|
|
@@ -324,7 +324,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs:
|
|
324
324
|
@pulumi.getter(name="internetProxy")
|
325
325
|
def internet_proxy(self) -> Optional[pulumi.Input[str]]:
|
326
326
|
"""
|
327
|
-
Proxy URL to connect to object store.
|
327
|
+
(Updatable) Proxy URL to connect to object store.
|
328
328
|
"""
|
329
329
|
return pulumi.get(self, "internet_proxy")
|
330
330
|
|
@@ -336,7 +336,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs:
|
|
336
336
|
@pulumi.getter(name="vpcPassword")
|
337
337
|
def vpc_password(self) -> Optional[pulumi.Input[str]]:
|
338
338
|
"""
|
339
|
-
For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
339
|
+
(Updatable) For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
340
340
|
"""
|
341
341
|
return pulumi.get(self, "vpc_password")
|
342
342
|
|
@@ -348,7 +348,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs:
|
|
348
348
|
@pulumi.getter(name="vpcUser")
|
349
349
|
def vpc_user(self) -> Optional[pulumi.Input[str]]:
|
350
350
|
"""
|
351
|
-
For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
351
|
+
(Updatable) For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
352
352
|
"""
|
353
353
|
return pulumi.get(self, "vpc_user")
|
354
354
|
|
@@ -506,7 +506,7 @@ class AutonomousContainerDatabaseKeyHistoryEntryArgs:
|
|
506
506
|
time_activated: Optional[pulumi.Input[str]] = None,
|
507
507
|
vault_id: Optional[pulumi.Input[str]] = None):
|
508
508
|
"""
|
509
|
-
:param pulumi.Input[str] id: The [
|
509
|
+
:param pulumi.Input[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.
|
510
510
|
:param pulumi.Input[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.
|
511
511
|
:param pulumi.Input[str] time_activated: The date and time the kms key activated.
|
512
512
|
:param pulumi.Input[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).
|
@@ -524,7 +524,7 @@ class AutonomousContainerDatabaseKeyHistoryEntryArgs:
|
|
524
524
|
@pulumi.getter
|
525
525
|
def id(self) -> Optional[pulumi.Input[str]]:
|
526
526
|
"""
|
527
|
-
The [
|
527
|
+
The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
|
528
528
|
"""
|
529
529
|
return pulumi.get(self, "id")
|
530
530
|
|
@@ -584,20 +584,17 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
584
584
|
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
585
585
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
586
586
|
"""
|
587
|
-
:param pulumi.Input[int] custom_action_timeout_in_mins:
|
588
|
-
:param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks:
|
589
|
-
:param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days:
|
587
|
+
:param pulumi.Input[int] custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
|
588
|
+
:param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks: Days during the week when maintenance should be performed.
|
589
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days: The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
590
590
|
* 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
|
591
|
-
:param pulumi.Input[bool] is_custom_action_timeout_enabled:
|
592
|
-
:param pulumi.Input[bool] is_monthly_patching_enabled:
|
593
|
-
:param pulumi.Input[int] lead_time_in_weeks:
|
594
|
-
:param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowMonthArgs']]] months:
|
595
|
-
:param pulumi.Input[str] patching_mode:
|
596
|
-
|
597
|
-
|
598
|
-
:param pulumi.Input[str] preference: (Updatable) The maintenance window scheduling preference.
|
599
|
-
:param pulumi.Input[Sequence[pulumi.Input[bool]]] skip_rus: (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
600
|
-
:param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
591
|
+
:param pulumi.Input[bool] is_custom_action_timeout_enabled: If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
|
592
|
+
:param pulumi.Input[bool] is_monthly_patching_enabled: If true, enables the monthly patching option.
|
593
|
+
:param pulumi.Input[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.
|
594
|
+
:param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowMonthArgs']]] months: Months during the year when maintenance should be performed.
|
595
|
+
:param pulumi.Input[str] patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
596
|
+
:param pulumi.Input[str] preference: The maintenance window scheduling preference.
|
597
|
+
:param pulumi.Input[Sequence[pulumi.Input[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.
|
601
598
|
"""
|
602
599
|
if custom_action_timeout_in_mins is not None:
|
603
600
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -626,7 +623,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
626
623
|
@pulumi.getter(name="customActionTimeoutInMins")
|
627
624
|
def custom_action_timeout_in_mins(self) -> Optional[pulumi.Input[int]]:
|
628
625
|
"""
|
629
|
-
|
626
|
+
Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
|
630
627
|
"""
|
631
628
|
return pulumi.get(self, "custom_action_timeout_in_mins")
|
632
629
|
|
@@ -638,7 +635,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
638
635
|
@pulumi.getter(name="daysOfWeeks")
|
639
636
|
def days_of_weeks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowDaysOfWeekArgs']]]]:
|
640
637
|
"""
|
641
|
-
|
638
|
+
Days during the week when maintenance should be performed.
|
642
639
|
"""
|
643
640
|
return pulumi.get(self, "days_of_weeks")
|
644
641
|
|
@@ -650,7 +647,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
650
647
|
@pulumi.getter(name="hoursOfDays")
|
651
648
|
def hours_of_days(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
652
649
|
"""
|
653
|
-
|
650
|
+
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
654
651
|
* 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
|
655
652
|
"""
|
656
653
|
return pulumi.get(self, "hours_of_days")
|
@@ -663,7 +660,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
663
660
|
@pulumi.getter(name="isCustomActionTimeoutEnabled")
|
664
661
|
def is_custom_action_timeout_enabled(self) -> Optional[pulumi.Input[bool]]:
|
665
662
|
"""
|
666
|
-
|
663
|
+
If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
|
667
664
|
"""
|
668
665
|
return pulumi.get(self, "is_custom_action_timeout_enabled")
|
669
666
|
|
@@ -675,7 +672,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
675
672
|
@pulumi.getter(name="isMonthlyPatchingEnabled")
|
676
673
|
def is_monthly_patching_enabled(self) -> Optional[pulumi.Input[bool]]:
|
677
674
|
"""
|
678
|
-
|
675
|
+
If true, enables the monthly patching option.
|
679
676
|
"""
|
680
677
|
return pulumi.get(self, "is_monthly_patching_enabled")
|
681
678
|
|
@@ -687,7 +684,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
687
684
|
@pulumi.getter(name="leadTimeInWeeks")
|
688
685
|
def lead_time_in_weeks(self) -> Optional[pulumi.Input[int]]:
|
689
686
|
"""
|
690
|
-
|
687
|
+
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.
|
691
688
|
"""
|
692
689
|
return pulumi.get(self, "lead_time_in_weeks")
|
693
690
|
|
@@ -699,7 +696,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
699
696
|
@pulumi.getter
|
700
697
|
def months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowMonthArgs']]]]:
|
701
698
|
"""
|
702
|
-
|
699
|
+
Months during the year when maintenance should be performed.
|
703
700
|
"""
|
704
701
|
return pulumi.get(self, "months")
|
705
702
|
|
@@ -711,9 +708,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
711
708
|
@pulumi.getter(name="patchingMode")
|
712
709
|
def patching_mode(self) -> Optional[pulumi.Input[str]]:
|
713
710
|
"""
|
714
|
-
|
715
|
-
|
716
|
-
*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.
|
711
|
+
Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
717
712
|
"""
|
718
713
|
return pulumi.get(self, "patching_mode")
|
719
714
|
|
@@ -725,7 +720,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
725
720
|
@pulumi.getter
|
726
721
|
def preference(self) -> Optional[pulumi.Input[str]]:
|
727
722
|
"""
|
728
|
-
|
723
|
+
The maintenance window scheduling preference.
|
729
724
|
"""
|
730
725
|
return pulumi.get(self, "preference")
|
731
726
|
|
@@ -736,9 +731,6 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
736
731
|
@property
|
737
732
|
@pulumi.getter(name="skipRus")
|
738
733
|
def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
|
739
|
-
"""
|
740
|
-
(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.
|
741
|
-
"""
|
742
734
|
return pulumi.get(self, "skip_rus")
|
743
735
|
|
744
736
|
@skip_rus.setter
|
@@ -749,7 +741,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
749
741
|
@pulumi.getter(name="weeksOfMonths")
|
750
742
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
751
743
|
"""
|
752
|
-
|
744
|
+
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.
|
753
745
|
"""
|
754
746
|
return pulumi.get(self, "weeks_of_months")
|
755
747
|
|
@@ -763,7 +755,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDaysOfWeekArgs:
|
|
763
755
|
def __init__(__self__, *,
|
764
756
|
name: Optional[pulumi.Input[str]] = None):
|
765
757
|
"""
|
766
|
-
:param pulumi.Input[str] name:
|
758
|
+
:param pulumi.Input[str] name: Name of the month of the year.
|
767
759
|
"""
|
768
760
|
if name is not None:
|
769
761
|
pulumi.set(__self__, "name", name)
|
@@ -772,7 +764,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDaysOfWeekArgs:
|
|
772
764
|
@pulumi.getter
|
773
765
|
def name(self) -> Optional[pulumi.Input[str]]:
|
774
766
|
"""
|
775
|
-
|
767
|
+
Name of the month of the year.
|
776
768
|
"""
|
777
769
|
return pulumi.get(self, "name")
|
778
770
|
|
@@ -975,7 +967,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDetailsDaysOfWeekArgs:
|
|
975
967
|
def __init__(__self__, *,
|
976
968
|
name: pulumi.Input[str]):
|
977
969
|
"""
|
978
|
-
:param pulumi.Input[str] name: (Updatable) Name of the
|
970
|
+
:param pulumi.Input[str] name: (Updatable) Name of the day of the week.
|
979
971
|
"""
|
980
972
|
pulumi.set(__self__, "name", name)
|
981
973
|
|
@@ -983,7 +975,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDetailsDaysOfWeekArgs:
|
|
983
975
|
@pulumi.getter
|
984
976
|
def name(self) -> pulumi.Input[str]:
|
985
977
|
"""
|
986
|
-
(Updatable) Name of the
|
978
|
+
(Updatable) Name of the day of the week.
|
987
979
|
"""
|
988
980
|
return pulumi.get(self, "name")
|
989
981
|
|
@@ -1019,7 +1011,7 @@ class AutonomousContainerDatabaseMaintenanceWindowMonthArgs:
|
|
1019
1011
|
def __init__(__self__, *,
|
1020
1012
|
name: Optional[pulumi.Input[str]] = None):
|
1021
1013
|
"""
|
1022
|
-
:param pulumi.Input[str] name:
|
1014
|
+
:param pulumi.Input[str] name: Name of the month of the year.
|
1023
1015
|
"""
|
1024
1016
|
if name is not None:
|
1025
1017
|
pulumi.set(__self__, "name", name)
|
@@ -1028,7 +1020,7 @@ class AutonomousContainerDatabaseMaintenanceWindowMonthArgs:
|
|
1028
1020
|
@pulumi.getter
|
1029
1021
|
def name(self) -> Optional[pulumi.Input[str]]:
|
1030
1022
|
"""
|
1031
|
-
|
1023
|
+
Name of the month of the year.
|
1032
1024
|
"""
|
1033
1025
|
return pulumi.get(self, "name")
|
1034
1026
|
|
@@ -1746,7 +1738,7 @@ class AutonomousDatabaseDbToolsDetailArgs:
|
|
1746
1738
|
is_enabled: Optional[pulumi.Input[bool]] = None,
|
1747
1739
|
max_idle_time_in_minutes: Optional[pulumi.Input[int]] = None):
|
1748
1740
|
"""
|
1749
|
-
:param pulumi.Input[str] name: (Updatable) Name of
|
1741
|
+
:param pulumi.Input[str] name: (Updatable) Name of database tool.
|
1750
1742
|
:param pulumi.Input[float] compute_count: (Updatable) Compute used by database tools.
|
1751
1743
|
:param pulumi.Input[bool] is_enabled: (Updatable) Indicates whether tool is enabled.
|
1752
1744
|
:param pulumi.Input[int] max_idle_time_in_minutes: (Updatable) The max idle time, in minutes, after which the VM used by database tools will be terminated.
|
@@ -1763,7 +1755,7 @@ class AutonomousDatabaseDbToolsDetailArgs:
|
|
1763
1755
|
@pulumi.getter
|
1764
1756
|
def name(self) -> pulumi.Input[str]:
|
1765
1757
|
"""
|
1766
|
-
(Updatable) Name of
|
1758
|
+
(Updatable) Name of database tool.
|
1767
1759
|
"""
|
1768
1760
|
return pulumi.get(self, "name")
|
1769
1761
|
|
@@ -1974,7 +1966,7 @@ class AutonomousDatabaseLongTermBackupScheduleArgs:
|
|
1974
1966
|
retention_period_in_days: Optional[pulumi.Input[int]] = None,
|
1975
1967
|
time_of_backup: Optional[pulumi.Input[str]] = None):
|
1976
1968
|
"""
|
1977
|
-
:param pulumi.Input[bool] is_disabled:
|
1969
|
+
:param pulumi.Input[bool] is_disabled: Indicates if the long-term backup schedule should be deleted. The default value is `FALSE`.
|
1978
1970
|
:param pulumi.Input[str] repeat_cadence: The frequency of the long-term backup schedule
|
1979
1971
|
:param pulumi.Input[int] retention_period_in_days: Retention period, in days, for long-term backups
|
1980
1972
|
:param pulumi.Input[str] time_of_backup: The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
|
@@ -1992,7 +1984,7 @@ class AutonomousDatabaseLongTermBackupScheduleArgs:
|
|
1992
1984
|
@pulumi.getter(name="isDisabled")
|
1993
1985
|
def is_disabled(self) -> Optional[pulumi.Input[bool]]:
|
1994
1986
|
"""
|
1995
|
-
|
1987
|
+
Indicates if the long-term backup schedule should be deleted. The default value is `FALSE`.
|
1996
1988
|
"""
|
1997
1989
|
return pulumi.get(self, "is_disabled")
|
1998
1990
|
|
@@ -2325,19 +2317,17 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2325
2317
|
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
2326
2318
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
2327
2319
|
"""
|
2328
|
-
:param pulumi.Input[int] custom_action_timeout_in_mins:
|
2329
|
-
:param pulumi.Input[Sequence[pulumi.Input['AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks:
|
2330
|
-
:param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days:
|
2320
|
+
:param pulumi.Input[int] custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
|
2321
|
+
:param pulumi.Input[Sequence[pulumi.Input['AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks: Days during the week when maintenance should be performed.
|
2322
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days: The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
2331
2323
|
* 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
|
2332
|
-
:param pulumi.Input[bool] is_custom_action_timeout_enabled:
|
2333
|
-
:param pulumi.Input[bool] is_monthly_patching_enabled:
|
2334
|
-
:param pulumi.Input[int] lead_time_in_weeks:
|
2335
|
-
:param pulumi.Input[Sequence[pulumi.Input['AutonomousExadataInfrastructureMaintenanceWindowMonthArgs']]] months:
|
2336
|
-
:param pulumi.Input[str] patching_mode:
|
2337
|
-
|
2338
|
-
|
2339
|
-
:param pulumi.Input[str] preference: (Updatable) The maintenance window scheduling preference.
|
2340
|
-
:param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
2324
|
+
:param pulumi.Input[bool] is_custom_action_timeout_enabled: If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
|
2325
|
+
:param pulumi.Input[bool] is_monthly_patching_enabled: If true, enables the monthly patching option.
|
2326
|
+
:param pulumi.Input[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.
|
2327
|
+
:param pulumi.Input[Sequence[pulumi.Input['AutonomousExadataInfrastructureMaintenanceWindowMonthArgs']]] months: Months during the year when maintenance should be performed.
|
2328
|
+
:param pulumi.Input[str] patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
2329
|
+
:param pulumi.Input[str] preference: The maintenance window scheduling preference.
|
2330
|
+
:param pulumi.Input[Sequence[pulumi.Input[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.
|
2341
2331
|
"""
|
2342
2332
|
if custom_action_timeout_in_mins is not None:
|
2343
2333
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -2366,7 +2356,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2366
2356
|
@pulumi.getter(name="customActionTimeoutInMins")
|
2367
2357
|
def custom_action_timeout_in_mins(self) -> Optional[pulumi.Input[int]]:
|
2368
2358
|
"""
|
2369
|
-
|
2359
|
+
Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
|
2370
2360
|
"""
|
2371
2361
|
return pulumi.get(self, "custom_action_timeout_in_mins")
|
2372
2362
|
|
@@ -2378,7 +2368,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2378
2368
|
@pulumi.getter(name="daysOfWeeks")
|
2379
2369
|
def days_of_weeks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekArgs']]]]:
|
2380
2370
|
"""
|
2381
|
-
|
2371
|
+
Days during the week when maintenance should be performed.
|
2382
2372
|
"""
|
2383
2373
|
return pulumi.get(self, "days_of_weeks")
|
2384
2374
|
|
@@ -2390,7 +2380,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2390
2380
|
@pulumi.getter(name="hoursOfDays")
|
2391
2381
|
def hours_of_days(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
2392
2382
|
"""
|
2393
|
-
|
2383
|
+
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
2394
2384
|
* 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
|
2395
2385
|
"""
|
2396
2386
|
return pulumi.get(self, "hours_of_days")
|
@@ -2403,7 +2393,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2403
2393
|
@pulumi.getter(name="isCustomActionTimeoutEnabled")
|
2404
2394
|
def is_custom_action_timeout_enabled(self) -> Optional[pulumi.Input[bool]]:
|
2405
2395
|
"""
|
2406
|
-
|
2396
|
+
If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
|
2407
2397
|
"""
|
2408
2398
|
return pulumi.get(self, "is_custom_action_timeout_enabled")
|
2409
2399
|
|
@@ -2415,7 +2405,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2415
2405
|
@pulumi.getter(name="isMonthlyPatchingEnabled")
|
2416
2406
|
def is_monthly_patching_enabled(self) -> Optional[pulumi.Input[bool]]:
|
2417
2407
|
"""
|
2418
|
-
|
2408
|
+
If true, enables the monthly patching option.
|
2419
2409
|
"""
|
2420
2410
|
return pulumi.get(self, "is_monthly_patching_enabled")
|
2421
2411
|
|
@@ -2427,7 +2417,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2427
2417
|
@pulumi.getter(name="leadTimeInWeeks")
|
2428
2418
|
def lead_time_in_weeks(self) -> Optional[pulumi.Input[int]]:
|
2429
2419
|
"""
|
2430
|
-
|
2420
|
+
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.
|
2431
2421
|
"""
|
2432
2422
|
return pulumi.get(self, "lead_time_in_weeks")
|
2433
2423
|
|
@@ -2439,7 +2429,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2439
2429
|
@pulumi.getter
|
2440
2430
|
def months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousExadataInfrastructureMaintenanceWindowMonthArgs']]]]:
|
2441
2431
|
"""
|
2442
|
-
|
2432
|
+
Months during the year when maintenance should be performed.
|
2443
2433
|
"""
|
2444
2434
|
return pulumi.get(self, "months")
|
2445
2435
|
|
@@ -2451,9 +2441,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2451
2441
|
@pulumi.getter(name="patchingMode")
|
2452
2442
|
def patching_mode(self) -> Optional[pulumi.Input[str]]:
|
2453
2443
|
"""
|
2454
|
-
|
2455
|
-
|
2456
|
-
*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.
|
2444
|
+
Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
2457
2445
|
"""
|
2458
2446
|
return pulumi.get(self, "patching_mode")
|
2459
2447
|
|
@@ -2465,7 +2453,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2465
2453
|
@pulumi.getter
|
2466
2454
|
def preference(self) -> Optional[pulumi.Input[str]]:
|
2467
2455
|
"""
|
2468
|
-
|
2456
|
+
The maintenance window scheduling preference.
|
2469
2457
|
"""
|
2470
2458
|
return pulumi.get(self, "preference")
|
2471
2459
|
|
@@ -2486,7 +2474,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2486
2474
|
@pulumi.getter(name="weeksOfMonths")
|
2487
2475
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
2488
2476
|
"""
|
2489
|
-
|
2477
|
+
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.
|
2490
2478
|
"""
|
2491
2479
|
return pulumi.get(self, "weeks_of_months")
|
2492
2480
|
|
@@ -2500,7 +2488,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekArgs:
|
|
2500
2488
|
def __init__(__self__, *,
|
2501
2489
|
name: Optional[pulumi.Input[str]] = None):
|
2502
2490
|
"""
|
2503
|
-
:param pulumi.Input[str] name:
|
2491
|
+
:param pulumi.Input[str] name: Name of the month of the year.
|
2504
2492
|
"""
|
2505
2493
|
if name is not None:
|
2506
2494
|
pulumi.set(__self__, "name", name)
|
@@ -2509,7 +2497,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekArgs:
|
|
2509
2497
|
@pulumi.getter
|
2510
2498
|
def name(self) -> Optional[pulumi.Input[str]]:
|
2511
2499
|
"""
|
2512
|
-
|
2500
|
+
Name of the month of the year.
|
2513
2501
|
"""
|
2514
2502
|
return pulumi.get(self, "name")
|
2515
2503
|
|
@@ -2708,7 +2696,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeekArgs:
|
|
2708
2696
|
def __init__(__self__, *,
|
2709
2697
|
name: pulumi.Input[str]):
|
2710
2698
|
"""
|
2711
|
-
:param pulumi.Input[str] name: (Updatable) Name of the
|
2699
|
+
:param pulumi.Input[str] name: (Updatable) Name of the day of the week.
|
2712
2700
|
"""
|
2713
2701
|
pulumi.set(__self__, "name", name)
|
2714
2702
|
|
@@ -2716,7 +2704,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeekArgs:
|
|
2716
2704
|
@pulumi.getter
|
2717
2705
|
def name(self) -> pulumi.Input[str]:
|
2718
2706
|
"""
|
2719
|
-
(Updatable) Name of the
|
2707
|
+
(Updatable) Name of the day of the week.
|
2720
2708
|
"""
|
2721
2709
|
return pulumi.get(self, "name")
|
2722
2710
|
|
@@ -2752,7 +2740,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowMonthArgs:
|
|
2752
2740
|
def __init__(__self__, *,
|
2753
2741
|
name: Optional[pulumi.Input[str]] = None):
|
2754
2742
|
"""
|
2755
|
-
:param pulumi.Input[str] name:
|
2743
|
+
:param pulumi.Input[str] name: Name of the month of the year.
|
2756
2744
|
"""
|
2757
2745
|
if name is not None:
|
2758
2746
|
pulumi.set(__self__, "name", name)
|
@@ -2761,7 +2749,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowMonthArgs:
|
|
2761
2749
|
@pulumi.getter
|
2762
2750
|
def name(self) -> Optional[pulumi.Input[str]]:
|
2763
2751
|
"""
|
2764
|
-
|
2752
|
+
Name of the month of the year.
|
2765
2753
|
"""
|
2766
2754
|
return pulumi.get(self, "name")
|
2767
2755
|
|
@@ -2785,16 +2773,13 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
2785
2773
|
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
2786
2774
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
2787
2775
|
"""
|
2788
|
-
:param pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks:
|
2789
|
-
:param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days:
|
2776
|
+
:param pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks: Days during the week when maintenance should be performed.
|
2777
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days: The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
2790
2778
|
* 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
|
2791
|
-
:param pulumi.Input[int] lead_time_in_weeks:
|
2792
|
-
:param pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowMonthArgs']]] months:
|
2793
|
-
:param pulumi.Input[str]
|
2794
|
-
|
2795
|
-
*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.
|
2796
|
-
:param pulumi.Input[str] preference: (Updatable) The maintenance window scheduling preference.
|
2797
|
-
:param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
2779
|
+
:param pulumi.Input[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.
|
2780
|
+
:param pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowMonthArgs']]] months: Months during the year when maintenance should be performed.
|
2781
|
+
:param pulumi.Input[str] preference: The maintenance window scheduling preference.
|
2782
|
+
:param pulumi.Input[Sequence[pulumi.Input[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.
|
2798
2783
|
"""
|
2799
2784
|
if custom_action_timeout_in_mins is not None:
|
2800
2785
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -2832,7 +2817,7 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
2832
2817
|
@pulumi.getter(name="daysOfWeeks")
|
2833
2818
|
def days_of_weeks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowDaysOfWeekArgs']]]]:
|
2834
2819
|
"""
|
2835
|
-
|
2820
|
+
Days during the week when maintenance should be performed.
|
2836
2821
|
"""
|
2837
2822
|
return pulumi.get(self, "days_of_weeks")
|
2838
2823
|
|
@@ -2844,7 +2829,7 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
2844
2829
|
@pulumi.getter(name="hoursOfDays")
|
2845
2830
|
def hours_of_days(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
2846
2831
|
"""
|
2847
|
-
|
2832
|
+
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
2848
2833
|
* 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
|
2849
2834
|
"""
|
2850
2835
|
return pulumi.get(self, "hours_of_days")
|
@@ -2875,7 +2860,7 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
2875
2860
|
@pulumi.getter(name="leadTimeInWeeks")
|
2876
2861
|
def lead_time_in_weeks(self) -> Optional[pulumi.Input[int]]:
|
2877
2862
|
"""
|
2878
|
-
|
2863
|
+
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.
|
2879
2864
|
"""
|
2880
2865
|
return pulumi.get(self, "lead_time_in_weeks")
|
2881
2866
|
|
@@ -2887,7 +2872,7 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
2887
2872
|
@pulumi.getter
|
2888
2873
|
def months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowMonthArgs']]]]:
|
2889
2874
|
"""
|
2890
|
-
|
2875
|
+
Months during the year when maintenance should be performed.
|
2891
2876
|
"""
|
2892
2877
|
return pulumi.get(self, "months")
|
2893
2878
|
|
@@ -2898,11 +2883,6 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
2898
2883
|
@property
|
2899
2884
|
@pulumi.getter(name="patchingMode")
|
2900
2885
|
def patching_mode(self) -> Optional[pulumi.Input[str]]:
|
2901
|
-
"""
|
2902
|
-
(Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
2903
|
-
|
2904
|
-
*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.
|
2905
|
-
"""
|
2906
2886
|
return pulumi.get(self, "patching_mode")
|
2907
2887
|
|
2908
2888
|
@patching_mode.setter
|
@@ -2913,7 +2893,7 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
2913
2893
|
@pulumi.getter
|
2914
2894
|
def preference(self) -> Optional[pulumi.Input[str]]:
|
2915
2895
|
"""
|
2916
|
-
|
2896
|
+
The maintenance window scheduling preference.
|
2917
2897
|
"""
|
2918
2898
|
return pulumi.get(self, "preference")
|
2919
2899
|
|
@@ -2934,7 +2914,7 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
2934
2914
|
@pulumi.getter(name="weeksOfMonths")
|
2935
2915
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
2936
2916
|
"""
|
2937
|
-
|
2917
|
+
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.
|
2938
2918
|
"""
|
2939
2919
|
return pulumi.get(self, "weeks_of_months")
|
2940
2920
|
|
@@ -2948,7 +2928,7 @@ class AutonomousVmClusterMaintenanceWindowDaysOfWeekArgs:
|
|
2948
2928
|
def __init__(__self__, *,
|
2949
2929
|
name: Optional[pulumi.Input[str]] = None):
|
2950
2930
|
"""
|
2951
|
-
:param pulumi.Input[str] name:
|
2931
|
+
:param pulumi.Input[str] name: Name of the month of the year.
|
2952
2932
|
"""
|
2953
2933
|
if name is not None:
|
2954
2934
|
pulumi.set(__self__, "name", name)
|
@@ -2957,7 +2937,7 @@ class AutonomousVmClusterMaintenanceWindowDaysOfWeekArgs:
|
|
2957
2937
|
@pulumi.getter
|
2958
2938
|
def name(self) -> Optional[pulumi.Input[str]]:
|
2959
2939
|
"""
|
2960
|
-
|
2940
|
+
Name of the month of the year.
|
2961
2941
|
"""
|
2962
2942
|
return pulumi.get(self, "name")
|
2963
2943
|
|
@@ -3144,7 +3124,7 @@ class AutonomousVmClusterMaintenanceWindowDetailDaysOfWeekArgs:
|
|
3144
3124
|
def __init__(__self__, *,
|
3145
3125
|
name: pulumi.Input[str]):
|
3146
3126
|
"""
|
3147
|
-
:param pulumi.Input[str] name: (Updatable) Name of the
|
3127
|
+
:param pulumi.Input[str] name: (Updatable) Name of the day of the week.
|
3148
3128
|
"""
|
3149
3129
|
pulumi.set(__self__, "name", name)
|
3150
3130
|
|
@@ -3152,7 +3132,7 @@ class AutonomousVmClusterMaintenanceWindowDetailDaysOfWeekArgs:
|
|
3152
3132
|
@pulumi.getter
|
3153
3133
|
def name(self) -> pulumi.Input[str]:
|
3154
3134
|
"""
|
3155
|
-
(Updatable) Name of the
|
3135
|
+
(Updatable) Name of the day of the week.
|
3156
3136
|
"""
|
3157
3137
|
return pulumi.get(self, "name")
|
3158
3138
|
|
@@ -3188,7 +3168,7 @@ class AutonomousVmClusterMaintenanceWindowMonthArgs:
|
|
3188
3168
|
def __init__(__self__, *,
|
3189
3169
|
name: Optional[pulumi.Input[str]] = None):
|
3190
3170
|
"""
|
3191
|
-
:param pulumi.Input[str] name:
|
3171
|
+
:param pulumi.Input[str] name: Name of the month of the year.
|
3192
3172
|
"""
|
3193
3173
|
if name is not None:
|
3194
3174
|
pulumi.set(__self__, "name", name)
|
@@ -3197,7 +3177,7 @@ class AutonomousVmClusterMaintenanceWindowMonthArgs:
|
|
3197
3177
|
@pulumi.getter
|
3198
3178
|
def name(self) -> Optional[pulumi.Input[str]]:
|
3199
3179
|
"""
|
3200
|
-
|
3180
|
+
Name of the month of the year.
|
3201
3181
|
"""
|
3202
3182
|
return pulumi.get(self, "name")
|
3203
3183
|
|
@@ -3339,8 +3319,8 @@ class CloudAutonomousVmClusterMaintenanceWindowArgs:
|
|
3339
3319
|
:param pulumi.Input[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.
|
3340
3320
|
:param pulumi.Input[Sequence[pulumi.Input['CloudAutonomousVmClusterMaintenanceWindowMonthArgs']]] months: Months during the year when maintenance should be performed.
|
3341
3321
|
:param pulumi.Input[str] patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
3342
|
-
:param pulumi.Input[str] preference:
|
3343
|
-
:param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months:
|
3322
|
+
:param pulumi.Input[str] preference: The maintenance window scheduling preference.
|
3323
|
+
:param pulumi.Input[Sequence[pulumi.Input[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.
|
3344
3324
|
"""
|
3345
3325
|
if custom_action_timeout_in_mins is not None:
|
3346
3326
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -3466,7 +3446,7 @@ class CloudAutonomousVmClusterMaintenanceWindowArgs:
|
|
3466
3446
|
@pulumi.getter
|
3467
3447
|
def preference(self) -> Optional[pulumi.Input[str]]:
|
3468
3448
|
"""
|
3469
|
-
|
3449
|
+
The maintenance window scheduling preference.
|
3470
3450
|
"""
|
3471
3451
|
return pulumi.get(self, "preference")
|
3472
3452
|
|
@@ -3487,7 +3467,7 @@ class CloudAutonomousVmClusterMaintenanceWindowArgs:
|
|
3487
3467
|
@pulumi.getter(name="weeksOfMonths")
|
3488
3468
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
3489
3469
|
"""
|
3490
|
-
|
3470
|
+
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.
|
3491
3471
|
"""
|
3492
3472
|
return pulumi.get(self, "weeks_of_months")
|
3493
3473
|
|
@@ -3709,7 +3689,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsDaysOfWeekArgs:
|
|
3709
3689
|
def __init__(__self__, *,
|
3710
3690
|
name: pulumi.Input[str]):
|
3711
3691
|
"""
|
3712
|
-
:param pulumi.Input[str] name: Name of the
|
3692
|
+
:param pulumi.Input[str] name: (Updatable) Name of the day of the week.
|
3713
3693
|
"""
|
3714
3694
|
pulumi.set(__self__, "name", name)
|
3715
3695
|
|
@@ -3717,7 +3697,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsDaysOfWeekArgs:
|
|
3717
3697
|
@pulumi.getter
|
3718
3698
|
def name(self) -> pulumi.Input[str]:
|
3719
3699
|
"""
|
3720
|
-
Name of the
|
3700
|
+
(Updatable) Name of the day of the week.
|
3721
3701
|
"""
|
3722
3702
|
return pulumi.get(self, "name")
|
3723
3703
|
|
@@ -3731,7 +3711,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsMonthArgs:
|
|
3731
3711
|
def __init__(__self__, *,
|
3732
3712
|
name: pulumi.Input[str]):
|
3733
3713
|
"""
|
3734
|
-
:param pulumi.Input[str] name: Name of the month of the year.
|
3714
|
+
:param pulumi.Input[str] name: (Updatable) Name of the month of the year.
|
3735
3715
|
"""
|
3736
3716
|
pulumi.set(__self__, "name", name)
|
3737
3717
|
|
@@ -3739,7 +3719,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsMonthArgs:
|
|
3739
3719
|
@pulumi.getter
|
3740
3720
|
def name(self) -> pulumi.Input[str]:
|
3741
3721
|
"""
|
3742
|
-
Name of the month of the year.
|
3722
|
+
(Updatable) Name of the month of the year.
|
3743
3723
|
"""
|
3744
3724
|
return pulumi.get(self, "name")
|
3745
3725
|
|
@@ -4082,7 +4062,7 @@ class CloudExadataInfrastructureMaintenanceWindowDaysOfWeekArgs:
|
|
4082
4062
|
def __init__(__self__, *,
|
4083
4063
|
name: pulumi.Input[str]):
|
4084
4064
|
"""
|
4085
|
-
:param pulumi.Input[str] name: (Updatable) Name of the
|
4065
|
+
:param pulumi.Input[str] name: (Updatable) Name of the day of the week.
|
4086
4066
|
"""
|
4087
4067
|
pulumi.set(__self__, "name", name)
|
4088
4068
|
|
@@ -4090,7 +4070,7 @@ class CloudExadataInfrastructureMaintenanceWindowDaysOfWeekArgs:
|
|
4090
4070
|
@pulumi.getter
|
4091
4071
|
def name(self) -> pulumi.Input[str]:
|
4092
4072
|
"""
|
4093
|
-
(Updatable) Name of the
|
4073
|
+
(Updatable) Name of the day of the week.
|
4094
4074
|
"""
|
4095
4075
|
return pulumi.get(self, "name")
|
4096
4076
|
|
@@ -5074,13 +5054,13 @@ class DatabaseDbBackupConfigArgs:
|
|
5074
5054
|
recovery_window_in_days: Optional[pulumi.Input[int]] = None,
|
5075
5055
|
run_immediate_full_backup: Optional[pulumi.Input[bool]] = None):
|
5076
5056
|
"""
|
5077
|
-
:param pulumi.Input[bool] auto_backup_enabled:
|
5078
|
-
:param pulumi.Input[str] auto_backup_window:
|
5057
|
+
:param pulumi.Input[bool] auto_backup_enabled: If set to true, configures automatic backups. If you previously used RMAN or dbcli to configure backups and then you switch to using the Console or the API for backups, a new backup configuration is created and associated with your database. This means that you can no longer rely on your previously configured unmanaged backups to work.
|
5058
|
+
:param pulumi.Input[str] auto_backup_window: Time window selected for initiating automatic backup for the database system. There are twelve available two-hour time windows. If no option is selected, a start time between 12:00 AM to 7:00 AM in the region of the database is automatically chosen. For example, if the user selects SLOT_TWO from the enum list, the automatic backup job will start in between 2:00 AM (inclusive) to 4:00 AM (exclusive). Example: `SLOT_TWO`
|
5079
5059
|
:param pulumi.Input[str] auto_full_backup_day: Day of the week the full backup should be applied on the database system. If no option is selected, the value is null and we will default to Sunday.
|
5080
5060
|
:param pulumi.Input[str] auto_full_backup_window: Time window selected for initiating full backup for the database system. There are twelve available two-hour time windows. If no option is selected, the value is null and a start time between 12:00 AM to 7:00 AM in the region of the database is automatically chosen. For example, if the user selects SLOT_TWO from the enum list, the automatic backup job will start in between 2:00 AM (inclusive) to 4:00 AM (exclusive). Example: `SLOT_TWO`
|
5081
5061
|
:param pulumi.Input[str] backup_deletion_policy: This defines when the backups will be deleted. - IMMEDIATE option keep the backup for predefined time i.e 72 hours and then delete permanently... - RETAIN will keep the backups as per the policy defined for database backups.
|
5082
5062
|
:param pulumi.Input[Sequence[pulumi.Input['DatabaseDbBackupConfigBackupDestinationDetailArgs']]] backup_destination_details: Backup destination details.
|
5083
|
-
:param pulumi.Input[int] recovery_window_in_days:
|
5063
|
+
:param pulumi.Input[int] recovery_window_in_days: Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups only. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups.
|
5084
5064
|
:param pulumi.Input[bool] run_immediate_full_backup: If set to true, configures automatic full backups in the local region (the region of the DB system) for the first backup run immediately.
|
5085
5065
|
"""
|
5086
5066
|
if auto_backup_enabled is not None:
|
@@ -5104,7 +5084,7 @@ class DatabaseDbBackupConfigArgs:
|
|
5104
5084
|
@pulumi.getter(name="autoBackupEnabled")
|
5105
5085
|
def auto_backup_enabled(self) -> Optional[pulumi.Input[bool]]:
|
5106
5086
|
"""
|
5107
|
-
|
5087
|
+
If set to true, configures automatic backups. If you previously used RMAN or dbcli to configure backups and then you switch to using the Console or the API for backups, a new backup configuration is created and associated with your database. This means that you can no longer rely on your previously configured unmanaged backups to work.
|
5108
5088
|
"""
|
5109
5089
|
return pulumi.get(self, "auto_backup_enabled")
|
5110
5090
|
|
@@ -5116,7 +5096,7 @@ class DatabaseDbBackupConfigArgs:
|
|
5116
5096
|
@pulumi.getter(name="autoBackupWindow")
|
5117
5097
|
def auto_backup_window(self) -> Optional[pulumi.Input[str]]:
|
5118
5098
|
"""
|
5119
|
-
|
5099
|
+
Time window selected for initiating automatic backup for the database system. There are twelve available two-hour time windows. If no option is selected, a start time between 12:00 AM to 7:00 AM in the region of the database is automatically chosen. For example, if the user selects SLOT_TWO from the enum list, the automatic backup job will start in between 2:00 AM (inclusive) to 4:00 AM (exclusive). Example: `SLOT_TWO`
|
5120
5100
|
"""
|
5121
5101
|
return pulumi.get(self, "auto_backup_window")
|
5122
5102
|
|
@@ -5176,7 +5156,7 @@ class DatabaseDbBackupConfigArgs:
|
|
5176
5156
|
@pulumi.getter(name="recoveryWindowInDays")
|
5177
5157
|
def recovery_window_in_days(self) -> Optional[pulumi.Input[int]]:
|
5178
5158
|
"""
|
5179
|
-
|
5159
|
+
Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups only. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups.
|
5180
5160
|
"""
|
5181
5161
|
return pulumi.get(self, "recovery_window_in_days")
|
5182
5162
|
|
@@ -5206,7 +5186,7 @@ class DatabaseDbBackupConfigBackupDestinationDetailArgs:
|
|
5206
5186
|
vpc_user: Optional[pulumi.Input[str]] = None):
|
5207
5187
|
"""
|
5208
5188
|
:param pulumi.Input[str] dbrs_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
|
5209
|
-
:param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
5189
|
+
:param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
5210
5190
|
:param pulumi.Input[str] type: Type of the database backup destination.
|
5211
5191
|
"""
|
5212
5192
|
if dbrs_policy_id is not None:
|
@@ -5234,7 +5214,7 @@ class DatabaseDbBackupConfigBackupDestinationDetailArgs:
|
|
5234
5214
|
@pulumi.getter
|
5235
5215
|
def id(self) -> Optional[pulumi.Input[str]]:
|
5236
5216
|
"""
|
5237
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
5217
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
5238
5218
|
"""
|
5239
5219
|
return pulumi.get(self, "id")
|
5240
5220
|
|
@@ -5690,7 +5670,7 @@ class DbHomeDatabaseArgs:
|
|
5690
5670
|
The database workload type.
|
5691
5671
|
:param pulumi.Input[Mapping[str, Any]] 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).
|
5692
5672
|
:param pulumi.Input[Mapping[str, Any]] 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"}`
|
5693
|
-
:param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
5673
|
+
:param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
|
5694
5674
|
:param pulumi.Input[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.
|
5695
5675
|
:param pulumi.Input[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.
|
5696
5676
|
:param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
|
@@ -5917,7 +5897,7 @@ class DbHomeDatabaseArgs:
|
|
5917
5897
|
@pulumi.getter
|
5918
5898
|
def id(self) -> Optional[pulumi.Input[str]]:
|
5919
5899
|
"""
|
5920
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
5900
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
|
5921
5901
|
"""
|
5922
5902
|
return pulumi.get(self, "id")
|
5923
5903
|
|
@@ -6392,10 +6372,10 @@ class DbSystemDbHomeArgs:
|
|
6392
6372
|
:param pulumi.Input[str] db_version: A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation.
|
6393
6373
|
|
6394
6374
|
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
|
6395
|
-
:param pulumi.Input[Mapping[str, Any]] defined_tags:
|
6396
|
-
:param pulumi.Input[str] display_name: The user-
|
6397
|
-
:param pulumi.Input[Mapping[str, Any]] freeform_tags:
|
6398
|
-
:param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
6375
|
+
:param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
6376
|
+
:param pulumi.Input[str] display_name: The user-provided name of the Database Home.
|
6377
|
+
:param pulumi.Input[Mapping[str, Any]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
6378
|
+
:param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
6399
6379
|
:param pulumi.Input[str] last_patch_history_entry_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last patch history. This value is updated as soon as a patch operation starts.
|
6400
6380
|
:param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
|
6401
6381
|
:param pulumi.Input[str] state: The current state of the DB system.
|
@@ -6489,7 +6469,7 @@ class DbSystemDbHomeArgs:
|
|
6489
6469
|
@pulumi.getter(name="definedTags")
|
6490
6470
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
6491
6471
|
"""
|
6492
|
-
|
6472
|
+
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).
|
6493
6473
|
"""
|
6494
6474
|
return pulumi.get(self, "defined_tags")
|
6495
6475
|
|
@@ -6501,7 +6481,7 @@ class DbSystemDbHomeArgs:
|
|
6501
6481
|
@pulumi.getter(name="displayName")
|
6502
6482
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
6503
6483
|
"""
|
6504
|
-
The user-
|
6484
|
+
The user-provided name of the Database Home.
|
6505
6485
|
"""
|
6506
6486
|
return pulumi.get(self, "display_name")
|
6507
6487
|
|
@@ -6513,7 +6493,7 @@ class DbSystemDbHomeArgs:
|
|
6513
6493
|
@pulumi.getter(name="freeformTags")
|
6514
6494
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
6515
6495
|
"""
|
6516
|
-
|
6496
|
+
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"}`
|
6517
6497
|
"""
|
6518
6498
|
return pulumi.get(self, "freeform_tags")
|
6519
6499
|
|
@@ -6525,7 +6505,7 @@ class DbSystemDbHomeArgs:
|
|
6525
6505
|
@pulumi.getter
|
6526
6506
|
def id(self) -> Optional[pulumi.Input[str]]:
|
6527
6507
|
"""
|
6528
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
6508
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
6529
6509
|
"""
|
6530
6510
|
return pulumi.get(self, "id")
|
6531
6511
|
|
@@ -6619,7 +6599,7 @@ class DbSystemDbHomeDatabaseArgs:
|
|
6619
6599
|
|
6620
6600
|
AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS
|
6621
6601
|
:param pulumi.Input[str] database_id: The database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
6622
|
-
:param pulumi.Input[str] database_software_image_id: The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
6602
|
+
:param pulumi.Input[str] database_software_image_id: The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
6623
6603
|
:param pulumi.Input['DbSystemDbHomeDatabaseDbBackupConfigArgs'] db_backup_config: (Updatable) Backup Options To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see [Getting Started with Policies](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm).
|
6624
6604
|
:param pulumi.Input[str] db_domain: The database domain. In a distributed database system, DB_DOMAIN specifies the logical location of the database within the network structure.
|
6625
6605
|
:param pulumi.Input[str] db_name: The display name of the database to be created from the backup. It must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.
|
@@ -6628,7 +6608,7 @@ class DbSystemDbHomeDatabaseArgs:
|
|
6628
6608
|
The database workload type.
|
6629
6609
|
:param pulumi.Input[Mapping[str, Any]] 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).
|
6630
6610
|
:param pulumi.Input[Mapping[str, Any]] 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"}`
|
6631
|
-
:param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
6611
|
+
:param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
6632
6612
|
:param pulumi.Input[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.
|
6633
6613
|
:param pulumi.Input[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.
|
6634
6614
|
:param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
|
@@ -6768,7 +6748,7 @@ class DbSystemDbHomeDatabaseArgs:
|
|
6768
6748
|
@pulumi.getter(name="databaseSoftwareImageId")
|
6769
6749
|
def database_software_image_id(self) -> Optional[pulumi.Input[str]]:
|
6770
6750
|
"""
|
6771
|
-
The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
6751
|
+
The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
6772
6752
|
"""
|
6773
6753
|
return pulumi.get(self, "database_software_image_id")
|
6774
6754
|
|
@@ -6863,7 +6843,7 @@ class DbSystemDbHomeDatabaseArgs:
|
|
6863
6843
|
@pulumi.getter
|
6864
6844
|
def id(self) -> Optional[pulumi.Input[str]]:
|
6865
6845
|
"""
|
6866
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
6846
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
6867
6847
|
"""
|
6868
6848
|
return pulumi.get(self, "id")
|
6869
6849
|
|
@@ -7348,7 +7328,7 @@ class DbSystemIormConfigCachDbPlanArgs:
|
|
7348
7328
|
flash_cache_limit: Optional[pulumi.Input[str]] = None,
|
7349
7329
|
share: Optional[pulumi.Input[int]] = None):
|
7350
7330
|
"""
|
7351
|
-
:param pulumi.Input[str] db_name: The
|
7331
|
+
:param pulumi.Input[str] db_name: The database name. For the default `DbPlan`, the `dbName` is `default`.
|
7352
7332
|
:param pulumi.Input[str] flash_cache_limit: The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
|
7353
7333
|
:param pulumi.Input[int] share: The relative priority of this database.
|
7354
7334
|
"""
|
@@ -7363,7 +7343,7 @@ class DbSystemIormConfigCachDbPlanArgs:
|
|
7363
7343
|
@pulumi.getter(name="dbName")
|
7364
7344
|
def db_name(self) -> Optional[pulumi.Input[str]]:
|
7365
7345
|
"""
|
7366
|
-
The
|
7346
|
+
The database name. For the default `DbPlan`, the `dbName` is `default`.
|
7367
7347
|
"""
|
7368
7348
|
return pulumi.get(self, "db_name")
|
7369
7349
|
|
@@ -7411,19 +7391,17 @@ class DbSystemMaintenanceWindowArgs:
|
|
7411
7391
|
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
7412
7392
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
7413
7393
|
"""
|
7414
|
-
:param pulumi.Input[int] custom_action_timeout_in_mins:
|
7415
|
-
:param pulumi.Input[Sequence[pulumi.Input['DbSystemMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks:
|
7416
|
-
:param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days:
|
7394
|
+
:param pulumi.Input[int] custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
|
7395
|
+
:param pulumi.Input[Sequence[pulumi.Input['DbSystemMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks: Days during the week when maintenance should be performed.
|
7396
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days: The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
7417
7397
|
* 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
|
7418
|
-
:param pulumi.Input[bool] is_custom_action_timeout_enabled:
|
7419
|
-
:param pulumi.Input[bool] is_monthly_patching_enabled:
|
7420
|
-
:param pulumi.Input[int] lead_time_in_weeks:
|
7421
|
-
:param pulumi.Input[Sequence[pulumi.Input['DbSystemMaintenanceWindowMonthArgs']]] months:
|
7422
|
-
:param pulumi.Input[str] patching_mode:
|
7423
|
-
|
7424
|
-
|
7425
|
-
:param pulumi.Input[str] preference: (Updatable) The maintenance window scheduling preference.
|
7426
|
-
:param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
7398
|
+
:param pulumi.Input[bool] is_custom_action_timeout_enabled: If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
|
7399
|
+
:param pulumi.Input[bool] is_monthly_patching_enabled: If true, enables the monthly patching option.
|
7400
|
+
:param pulumi.Input[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.
|
7401
|
+
:param pulumi.Input[Sequence[pulumi.Input['DbSystemMaintenanceWindowMonthArgs']]] months: Months during the year when maintenance should be performed.
|
7402
|
+
:param pulumi.Input[str] patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
7403
|
+
:param pulumi.Input[str] preference: The maintenance window scheduling preference.
|
7404
|
+
:param pulumi.Input[Sequence[pulumi.Input[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.
|
7427
7405
|
"""
|
7428
7406
|
if custom_action_timeout_in_mins is not None:
|
7429
7407
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -7452,7 +7430,7 @@ class DbSystemMaintenanceWindowArgs:
|
|
7452
7430
|
@pulumi.getter(name="customActionTimeoutInMins")
|
7453
7431
|
def custom_action_timeout_in_mins(self) -> Optional[pulumi.Input[int]]:
|
7454
7432
|
"""
|
7455
|
-
|
7433
|
+
Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
|
7456
7434
|
"""
|
7457
7435
|
return pulumi.get(self, "custom_action_timeout_in_mins")
|
7458
7436
|
|
@@ -7464,7 +7442,7 @@ class DbSystemMaintenanceWindowArgs:
|
|
7464
7442
|
@pulumi.getter(name="daysOfWeeks")
|
7465
7443
|
def days_of_weeks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DbSystemMaintenanceWindowDaysOfWeekArgs']]]]:
|
7466
7444
|
"""
|
7467
|
-
|
7445
|
+
Days during the week when maintenance should be performed.
|
7468
7446
|
"""
|
7469
7447
|
return pulumi.get(self, "days_of_weeks")
|
7470
7448
|
|
@@ -7476,7 +7454,7 @@ class DbSystemMaintenanceWindowArgs:
|
|
7476
7454
|
@pulumi.getter(name="hoursOfDays")
|
7477
7455
|
def hours_of_days(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
7478
7456
|
"""
|
7479
|
-
|
7457
|
+
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
7480
7458
|
* 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
|
7481
7459
|
"""
|
7482
7460
|
return pulumi.get(self, "hours_of_days")
|
@@ -7489,7 +7467,7 @@ class DbSystemMaintenanceWindowArgs:
|
|
7489
7467
|
@pulumi.getter(name="isCustomActionTimeoutEnabled")
|
7490
7468
|
def is_custom_action_timeout_enabled(self) -> Optional[pulumi.Input[bool]]:
|
7491
7469
|
"""
|
7492
|
-
|
7470
|
+
If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
|
7493
7471
|
"""
|
7494
7472
|
return pulumi.get(self, "is_custom_action_timeout_enabled")
|
7495
7473
|
|
@@ -7501,7 +7479,7 @@ class DbSystemMaintenanceWindowArgs:
|
|
7501
7479
|
@pulumi.getter(name="isMonthlyPatchingEnabled")
|
7502
7480
|
def is_monthly_patching_enabled(self) -> Optional[pulumi.Input[bool]]:
|
7503
7481
|
"""
|
7504
|
-
|
7482
|
+
If true, enables the monthly patching option.
|
7505
7483
|
"""
|
7506
7484
|
return pulumi.get(self, "is_monthly_patching_enabled")
|
7507
7485
|
|
@@ -7513,7 +7491,7 @@ class DbSystemMaintenanceWindowArgs:
|
|
7513
7491
|
@pulumi.getter(name="leadTimeInWeeks")
|
7514
7492
|
def lead_time_in_weeks(self) -> Optional[pulumi.Input[int]]:
|
7515
7493
|
"""
|
7516
|
-
|
7494
|
+
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.
|
7517
7495
|
"""
|
7518
7496
|
return pulumi.get(self, "lead_time_in_weeks")
|
7519
7497
|
|
@@ -7525,7 +7503,7 @@ class DbSystemMaintenanceWindowArgs:
|
|
7525
7503
|
@pulumi.getter
|
7526
7504
|
def months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DbSystemMaintenanceWindowMonthArgs']]]]:
|
7527
7505
|
"""
|
7528
|
-
|
7506
|
+
Months during the year when maintenance should be performed.
|
7529
7507
|
"""
|
7530
7508
|
return pulumi.get(self, "months")
|
7531
7509
|
|
@@ -7537,9 +7515,7 @@ class DbSystemMaintenanceWindowArgs:
|
|
7537
7515
|
@pulumi.getter(name="patchingMode")
|
7538
7516
|
def patching_mode(self) -> Optional[pulumi.Input[str]]:
|
7539
7517
|
"""
|
7540
|
-
|
7541
|
-
|
7542
|
-
*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.
|
7518
|
+
Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
7543
7519
|
"""
|
7544
7520
|
return pulumi.get(self, "patching_mode")
|
7545
7521
|
|
@@ -7551,7 +7527,7 @@ class DbSystemMaintenanceWindowArgs:
|
|
7551
7527
|
@pulumi.getter
|
7552
7528
|
def preference(self) -> Optional[pulumi.Input[str]]:
|
7553
7529
|
"""
|
7554
|
-
|
7530
|
+
The maintenance window scheduling preference.
|
7555
7531
|
"""
|
7556
7532
|
return pulumi.get(self, "preference")
|
7557
7533
|
|
@@ -7572,7 +7548,7 @@ class DbSystemMaintenanceWindowArgs:
|
|
7572
7548
|
@pulumi.getter(name="weeksOfMonths")
|
7573
7549
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
7574
7550
|
"""
|
7575
|
-
|
7551
|
+
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.
|
7576
7552
|
"""
|
7577
7553
|
return pulumi.get(self, "weeks_of_months")
|
7578
7554
|
|
@@ -7586,7 +7562,7 @@ class DbSystemMaintenanceWindowDaysOfWeekArgs:
|
|
7586
7562
|
def __init__(__self__, *,
|
7587
7563
|
name: Optional[pulumi.Input[str]] = None):
|
7588
7564
|
"""
|
7589
|
-
:param pulumi.Input[str] name:
|
7565
|
+
:param pulumi.Input[str] name: Name of the month of the year.
|
7590
7566
|
"""
|
7591
7567
|
if name is not None:
|
7592
7568
|
pulumi.set(__self__, "name", name)
|
@@ -7595,7 +7571,7 @@ class DbSystemMaintenanceWindowDaysOfWeekArgs:
|
|
7595
7571
|
@pulumi.getter
|
7596
7572
|
def name(self) -> Optional[pulumi.Input[str]]:
|
7597
7573
|
"""
|
7598
|
-
|
7574
|
+
Name of the month of the year.
|
7599
7575
|
"""
|
7600
7576
|
return pulumi.get(self, "name")
|
7601
7577
|
|
@@ -7794,7 +7770,7 @@ class DbSystemMaintenanceWindowDetailsDaysOfWeekArgs:
|
|
7794
7770
|
def __init__(__self__, *,
|
7795
7771
|
name: Optional[pulumi.Input[str]] = None):
|
7796
7772
|
"""
|
7797
|
-
:param pulumi.Input[str] name: (Updatable) Name of the
|
7773
|
+
:param pulumi.Input[str] name: (Updatable) Name of the day of the week.
|
7798
7774
|
"""
|
7799
7775
|
if name is not None:
|
7800
7776
|
pulumi.set(__self__, "name", name)
|
@@ -7803,7 +7779,7 @@ class DbSystemMaintenanceWindowDetailsDaysOfWeekArgs:
|
|
7803
7779
|
@pulumi.getter
|
7804
7780
|
def name(self) -> Optional[pulumi.Input[str]]:
|
7805
7781
|
"""
|
7806
|
-
(Updatable) Name of the
|
7782
|
+
(Updatable) Name of the day of the week.
|
7807
7783
|
"""
|
7808
7784
|
return pulumi.get(self, "name")
|
7809
7785
|
|
@@ -7840,7 +7816,7 @@ class DbSystemMaintenanceWindowMonthArgs:
|
|
7840
7816
|
def __init__(__self__, *,
|
7841
7817
|
name: Optional[pulumi.Input[str]] = None):
|
7842
7818
|
"""
|
7843
|
-
:param pulumi.Input[str] name:
|
7819
|
+
:param pulumi.Input[str] name: Name of the month of the year.
|
7844
7820
|
"""
|
7845
7821
|
if name is not None:
|
7846
7822
|
pulumi.set(__self__, "name", name)
|
@@ -7849,7 +7825,7 @@ class DbSystemMaintenanceWindowMonthArgs:
|
|
7849
7825
|
@pulumi.getter
|
7850
7826
|
def name(self) -> Optional[pulumi.Input[str]]:
|
7851
7827
|
"""
|
7852
|
-
|
7828
|
+
Name of the month of the year.
|
7853
7829
|
"""
|
7854
7830
|
return pulumi.get(self, "name")
|
7855
7831
|
|
@@ -8471,7 +8447,7 @@ class ExadataInfrastructureContactArgs:
|
|
8471
8447
|
"""
|
8472
8448
|
:param pulumi.Input[str] email: (Updatable) The email for the Exadata Infrastructure contact.
|
8473
8449
|
:param pulumi.Input[bool] is_primary: (Updatable) If `true`, this Exadata Infrastructure contact is a primary contact. If `false`, this Exadata Infrastructure is a secondary contact.
|
8474
|
-
:param pulumi.Input[str] name: (Updatable)
|
8450
|
+
:param pulumi.Input[str] name: (Updatable) The name of the Exadata Infrastructure contact.
|
8475
8451
|
:param pulumi.Input[bool] is_contact_mos_validated: (Updatable) If `true`, this Exadata Infrastructure contact is a valid My Oracle Support (MOS) contact. If `false`, this Exadata Infrastructure contact is not a valid MOS contact.
|
8476
8452
|
:param pulumi.Input[str] phone_number: (Updatable) The phone number for the Exadata Infrastructure contact.
|
8477
8453
|
"""
|
@@ -8511,7 +8487,7 @@ class ExadataInfrastructureContactArgs:
|
|
8511
8487
|
@pulumi.getter
|
8512
8488
|
def name(self) -> pulumi.Input[str]:
|
8513
8489
|
"""
|
8514
|
-
(Updatable)
|
8490
|
+
(Updatable) The name of the Exadata Infrastructure contact.
|
8515
8491
|
"""
|
8516
8492
|
return pulumi.get(self, "name")
|
8517
8493
|
|
@@ -8805,7 +8781,7 @@ class ExadataInfrastructureMaintenanceWindowDaysOfWeekArgs:
|
|
8805
8781
|
def __init__(__self__, *,
|
8806
8782
|
name: pulumi.Input[str]):
|
8807
8783
|
"""
|
8808
|
-
:param pulumi.Input[str] name: (Updatable) Name of the
|
8784
|
+
:param pulumi.Input[str] name: (Updatable) Name of the day of the week.
|
8809
8785
|
"""
|
8810
8786
|
pulumi.set(__self__, "name", name)
|
8811
8787
|
|
@@ -8813,7 +8789,7 @@ class ExadataInfrastructureMaintenanceWindowDaysOfWeekArgs:
|
|
8813
8789
|
@pulumi.getter
|
8814
8790
|
def name(self) -> pulumi.Input[str]:
|
8815
8791
|
"""
|
8816
|
-
(Updatable) Name of the
|
8792
|
+
(Updatable) Name of the day of the week.
|
8817
8793
|
"""
|
8818
8794
|
return pulumi.get(self, "name")
|
8819
8795
|
|
@@ -10263,7 +10239,7 @@ class PluggableDatabaseRefreshableCloneConfigArgs:
|
|
10263
10239
|
def __init__(__self__, *,
|
10264
10240
|
is_refreshable_clone: Optional[pulumi.Input[bool]] = None):
|
10265
10241
|
"""
|
10266
|
-
:param pulumi.Input[bool] is_refreshable_clone: Indicates whether Pluggable Database is a refreshable clone.
|
10242
|
+
:param pulumi.Input[bool] is_refreshable_clone: Indicates whether the Pluggable Database is a refreshable clone.
|
10267
10243
|
"""
|
10268
10244
|
if is_refreshable_clone is not None:
|
10269
10245
|
pulumi.set(__self__, "is_refreshable_clone", is_refreshable_clone)
|
@@ -10272,7 +10248,7 @@ class PluggableDatabaseRefreshableCloneConfigArgs:
|
|
10272
10248
|
@pulumi.getter(name="isRefreshableClone")
|
10273
10249
|
def is_refreshable_clone(self) -> Optional[pulumi.Input[bool]]:
|
10274
10250
|
"""
|
10275
|
-
Indicates whether Pluggable Database is a refreshable clone.
|
10251
|
+
Indicates whether the Pluggable Database is a refreshable clone.
|
10276
10252
|
"""
|
10277
10253
|
return pulumi.get(self, "is_refreshable_clone")
|
10278
10254
|
|
@@ -10778,9 +10754,9 @@ class VmClusterNetworkDrScanArgs:
|
|
10778
10754
|
ips: pulumi.Input[Sequence[pulumi.Input[str]]],
|
10779
10755
|
scan_listener_port_tcp: pulumi.Input[int]):
|
10780
10756
|
"""
|
10781
|
-
:param pulumi.Input[str] hostname: (Updatable) The
|
10782
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] ips: (Updatable) The list of SCAN IP addresses. Three addresses should be provided.
|
10783
|
-
:param pulumi.Input[int] scan_listener_port_tcp: (Updatable) The SCAN TCPIP port. Default is 1521.
|
10757
|
+
:param pulumi.Input[str] hostname: (Updatable) The Disaster recovery SCAN hostname.
|
10758
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] ips: (Updatable) The list of Disaster recovery SCAN IP addresses. Three addresses should be provided.
|
10759
|
+
:param pulumi.Input[int] scan_listener_port_tcp: (Updatable) The Disaster recovery SCAN TCPIP port. Default is 1521.
|
10784
10760
|
"""
|
10785
10761
|
pulumi.set(__self__, "hostname", hostname)
|
10786
10762
|
pulumi.set(__self__, "ips", ips)
|
@@ -10790,7 +10766,7 @@ class VmClusterNetworkDrScanArgs:
|
|
10790
10766
|
@pulumi.getter
|
10791
10767
|
def hostname(self) -> pulumi.Input[str]:
|
10792
10768
|
"""
|
10793
|
-
(Updatable) The
|
10769
|
+
(Updatable) The Disaster recovery SCAN hostname.
|
10794
10770
|
"""
|
10795
10771
|
return pulumi.get(self, "hostname")
|
10796
10772
|
|
@@ -10802,7 +10778,7 @@ class VmClusterNetworkDrScanArgs:
|
|
10802
10778
|
@pulumi.getter
|
10803
10779
|
def ips(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
10804
10780
|
"""
|
10805
|
-
(Updatable) The list of SCAN IP addresses. Three addresses should be provided.
|
10781
|
+
(Updatable) The list of Disaster recovery SCAN IP addresses. Three addresses should be provided.
|
10806
10782
|
"""
|
10807
10783
|
return pulumi.get(self, "ips")
|
10808
10784
|
|
@@ -10814,7 +10790,7 @@ class VmClusterNetworkDrScanArgs:
|
|
10814
10790
|
@pulumi.getter(name="scanListenerPortTcp")
|
10815
10791
|
def scan_listener_port_tcp(self) -> pulumi.Input[int]:
|
10816
10792
|
"""
|
10817
|
-
(Updatable) The SCAN TCPIP port. Default is 1521.
|
10793
|
+
(Updatable) The Disaster recovery SCAN TCPIP port. Default is 1521.
|
10818
10794
|
"""
|
10819
10795
|
return pulumi.get(self, "scan_listener_port_tcp")
|
10820
10796
|
|
@@ -10832,7 +10808,7 @@ class VmClusterNetworkScanArgs:
|
|
10832
10808
|
scan_listener_port_tcp: Optional[pulumi.Input[int]] = None,
|
10833
10809
|
scan_listener_port_tcp_ssl: Optional[pulumi.Input[int]] = None):
|
10834
10810
|
"""
|
10835
|
-
:param pulumi.Input[str] hostname: (Updatable) The
|
10811
|
+
:param pulumi.Input[str] hostname: (Updatable) The SCAN hostname.
|
10836
10812
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ips: (Updatable) The list of SCAN IP addresses. Three addresses should be provided.
|
10837
10813
|
:param pulumi.Input[int] port: (Updatable) **Deprecated.** This field is deprecated. You may use 'scanListenerPortTcp' to specify the port. The SCAN TCPIP port. Default is 1521.
|
10838
10814
|
:param pulumi.Input[int] scan_listener_port_tcp: (Updatable) The SCAN TCPIP port. Default is 1521.
|
@@ -10851,7 +10827,7 @@ class VmClusterNetworkScanArgs:
|
|
10851
10827
|
@pulumi.getter
|
10852
10828
|
def hostname(self) -> pulumi.Input[str]:
|
10853
10829
|
"""
|
10854
|
-
(Updatable) The
|
10830
|
+
(Updatable) The SCAN hostname.
|
10855
10831
|
"""
|
10856
10832
|
return pulumi.get(self, "hostname")
|
10857
10833
|
|
@@ -10918,16 +10894,12 @@ class VmClusterNetworkVmNetworkArgs:
|
|
10918
10894
|
netmask: Optional[pulumi.Input[str]] = None,
|
10919
10895
|
vlan_id: Optional[pulumi.Input[str]] = None):
|
10920
10896
|
"""
|
10921
|
-
:param pulumi.Input[str] network_type:
|
10922
|
-
:param pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkNodeArgs']]] nodes:
|
10923
|
-
:param pulumi.Input[str] domain_name:
|
10924
|
-
:param pulumi.Input[str] gateway:
|
10925
|
-
:param pulumi.Input[str] netmask:
|
10926
|
-
:param pulumi.Input[str] vlan_id:
|
10927
|
-
|
10928
|
-
|
10929
|
-
** IMPORTANT **
|
10930
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
10897
|
+
:param pulumi.Input[str] network_type: The network type.
|
10898
|
+
:param pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkNodeArgs']]] nodes: The list of node details.
|
10899
|
+
:param pulumi.Input[str] domain_name: The network domain name.
|
10900
|
+
:param pulumi.Input[str] gateway: The network gateway.
|
10901
|
+
:param pulumi.Input[str] netmask: The network netmask.
|
10902
|
+
:param pulumi.Input[str] vlan_id: The network VLAN ID.
|
10931
10903
|
"""
|
10932
10904
|
pulumi.set(__self__, "network_type", network_type)
|
10933
10905
|
pulumi.set(__self__, "nodes", nodes)
|
@@ -10944,7 +10916,7 @@ class VmClusterNetworkVmNetworkArgs:
|
|
10944
10916
|
@pulumi.getter(name="networkType")
|
10945
10917
|
def network_type(self) -> pulumi.Input[str]:
|
10946
10918
|
"""
|
10947
|
-
|
10919
|
+
The network type.
|
10948
10920
|
"""
|
10949
10921
|
return pulumi.get(self, "network_type")
|
10950
10922
|
|
@@ -10956,7 +10928,7 @@ class VmClusterNetworkVmNetworkArgs:
|
|
10956
10928
|
@pulumi.getter
|
10957
10929
|
def nodes(self) -> pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkNodeArgs']]]:
|
10958
10930
|
"""
|
10959
|
-
|
10931
|
+
The list of node details.
|
10960
10932
|
"""
|
10961
10933
|
return pulumi.get(self, "nodes")
|
10962
10934
|
|
@@ -10968,7 +10940,7 @@ class VmClusterNetworkVmNetworkArgs:
|
|
10968
10940
|
@pulumi.getter(name="domainName")
|
10969
10941
|
def domain_name(self) -> Optional[pulumi.Input[str]]:
|
10970
10942
|
"""
|
10971
|
-
|
10943
|
+
The network domain name.
|
10972
10944
|
"""
|
10973
10945
|
return pulumi.get(self, "domain_name")
|
10974
10946
|
|
@@ -10980,7 +10952,7 @@ class VmClusterNetworkVmNetworkArgs:
|
|
10980
10952
|
@pulumi.getter
|
10981
10953
|
def gateway(self) -> Optional[pulumi.Input[str]]:
|
10982
10954
|
"""
|
10983
|
-
|
10955
|
+
The network gateway.
|
10984
10956
|
"""
|
10985
10957
|
return pulumi.get(self, "gateway")
|
10986
10958
|
|
@@ -10992,7 +10964,7 @@ class VmClusterNetworkVmNetworkArgs:
|
|
10992
10964
|
@pulumi.getter
|
10993
10965
|
def netmask(self) -> Optional[pulumi.Input[str]]:
|
10994
10966
|
"""
|
10995
|
-
|
10967
|
+
The network netmask.
|
10996
10968
|
"""
|
10997
10969
|
return pulumi.get(self, "netmask")
|
10998
10970
|
|
@@ -11004,11 +10976,7 @@ class VmClusterNetworkVmNetworkArgs:
|
|
11004
10976
|
@pulumi.getter(name="vlanId")
|
11005
10977
|
def vlan_id(self) -> Optional[pulumi.Input[str]]:
|
11006
10978
|
"""
|
11007
|
-
|
11008
|
-
|
11009
|
-
|
11010
|
-
** IMPORTANT **
|
11011
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
10979
|
+
The network VLAN ID.
|
11012
10980
|
"""
|
11013
10981
|
return pulumi.get(self, "vlan_id")
|
11014
10982
|
|
@@ -11027,12 +10995,12 @@ class VmClusterNetworkVmNetworkNodeArgs:
|
|
11027
10995
|
vip: Optional[pulumi.Input[str]] = None,
|
11028
10996
|
vip_hostname: Optional[pulumi.Input[str]] = None):
|
11029
10997
|
"""
|
11030
|
-
:param pulumi.Input[str] hostname:
|
11031
|
-
:param pulumi.Input[str] ip:
|
11032
|
-
:param pulumi.Input[str] db_server_id:
|
11033
|
-
:param pulumi.Input[str] state:
|
11034
|
-
:param pulumi.Input[str] vip:
|
11035
|
-
:param pulumi.Input[str] vip_hostname:
|
10998
|
+
:param pulumi.Input[str] hostname: The node host name.
|
10999
|
+
:param pulumi.Input[str] ip: The node IP address.
|
11000
|
+
:param pulumi.Input[str] db_server_id: The Db server associated with the node.
|
11001
|
+
:param pulumi.Input[str] state: The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
|
11002
|
+
:param pulumi.Input[str] vip: The node virtual IP (VIP) address.
|
11003
|
+
:param pulumi.Input[str] vip_hostname: The node virtual IP (VIP) host name.
|
11036
11004
|
"""
|
11037
11005
|
pulumi.set(__self__, "hostname", hostname)
|
11038
11006
|
pulumi.set(__self__, "ip", ip)
|
@@ -11049,7 +11017,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
|
|
11049
11017
|
@pulumi.getter
|
11050
11018
|
def hostname(self) -> pulumi.Input[str]:
|
11051
11019
|
"""
|
11052
|
-
|
11020
|
+
The node host name.
|
11053
11021
|
"""
|
11054
11022
|
return pulumi.get(self, "hostname")
|
11055
11023
|
|
@@ -11061,7 +11029,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
|
|
11061
11029
|
@pulumi.getter
|
11062
11030
|
def ip(self) -> pulumi.Input[str]:
|
11063
11031
|
"""
|
11064
|
-
|
11032
|
+
The node IP address.
|
11065
11033
|
"""
|
11066
11034
|
return pulumi.get(self, "ip")
|
11067
11035
|
|
@@ -11073,7 +11041,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
|
|
11073
11041
|
@pulumi.getter(name="dbServerId")
|
11074
11042
|
def db_server_id(self) -> Optional[pulumi.Input[str]]:
|
11075
11043
|
"""
|
11076
|
-
|
11044
|
+
The Db server associated with the node.
|
11077
11045
|
"""
|
11078
11046
|
return pulumi.get(self, "db_server_id")
|
11079
11047
|
|
@@ -11085,7 +11053,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
|
|
11085
11053
|
@pulumi.getter
|
11086
11054
|
def state(self) -> Optional[pulumi.Input[str]]:
|
11087
11055
|
"""
|
11088
|
-
|
11056
|
+
The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
|
11089
11057
|
"""
|
11090
11058
|
return pulumi.get(self, "state")
|
11091
11059
|
|
@@ -11097,7 +11065,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
|
|
11097
11065
|
@pulumi.getter
|
11098
11066
|
def vip(self) -> Optional[pulumi.Input[str]]:
|
11099
11067
|
"""
|
11100
|
-
|
11068
|
+
The node virtual IP (VIP) address.
|
11101
11069
|
"""
|
11102
11070
|
return pulumi.get(self, "vip")
|
11103
11071
|
|
@@ -11109,7 +11077,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
|
|
11109
11077
|
@pulumi.getter(name="vipHostname")
|
11110
11078
|
def vip_hostname(self) -> Optional[pulumi.Input[str]]:
|
11111
11079
|
"""
|
11112
|
-
|
11080
|
+
The node virtual IP (VIP) host name.
|
11113
11081
|
"""
|
11114
11082
|
return pulumi.get(self, "vip_hostname")
|
11115
11083
|
|