pulumi-oci 1.36.0a1715707046__py3-none-any.whl → 1.37.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 +248 -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/_inputs.py +32 -44
- pulumi_oci/bigdataservice/bds_instance.py +4 -4
- pulumi_oci/bigdataservice/outputs.py +32 -44
- 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/__init__.py +3 -0
- pulumi_oci/core/_inputs.py +442 -668
- 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_ip_inventory_subnet.py +171 -0
- pulumi_oci/core/get_ip_inventory_subnet_cidr.py +171 -0
- pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +206 -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 +1009 -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 +380 -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/exadata_infrastructure.py +28 -0
- pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
- pulumi_oci/database/get_exadata_infrastructure.py +14 -1
- pulumi_oci/database/get_vm_cluster.py +14 -1
- pulumi_oci/database/outputs.py +775 -389
- pulumi_oci/database/vm_cluster.py +55 -0
- pulumi_oci/database/vm_cluster_add_virtual_network.py +28 -0
- pulumi_oci/database/vm_cluster_network.py +4 -4
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +28 -0
- 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 +3 -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/masking_report_management.py +693 -0
- 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/email/__init__.py +3 -0
- pulumi_oci/email/_inputs.py +46 -0
- pulumi_oci/email/dkim.py +4 -4
- pulumi_oci/email/email_domain.py +77 -0
- pulumi_oci/email/email_return_path.py +642 -0
- pulumi_oci/email/get_email_domain.py +27 -1
- pulumi_oci/email/get_email_return_path.py +274 -0
- pulumi_oci/email/get_email_return_paths.py +203 -0
- pulumi_oci/email/outputs.py +231 -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/outputs.py +0 -8
- pulumi_oci/kms/_inputs.py +6 -6
- pulumi_oci/kms/outputs.py +6 -6
- pulumi_oci/loadbalancer/_inputs.py +30 -30
- pulumi_oci/loadbalancer/listener.py +2 -0
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
- pulumi_oci/loadbalancer/outputs.py +28 -30
- pulumi_oci/loganalytics/_inputs.py +26 -34
- pulumi_oci/loganalytics/namespace.py +4 -4
- 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/get_listener.py +14 -1
- pulumi_oci/networkloadbalancer/listener.py +51 -2
- pulumi_oci/networkloadbalancer/outputs.py +21 -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/__init__.py +48 -0
- pulumi_oci/osmanagementhub/_inputs.py +3651 -493
- pulumi_oci/osmanagementhub/event.py +733 -0
- pulumi_oci/osmanagementhub/get_entitlements.py +178 -0
- pulumi_oci/osmanagementhub/get_errata.py +283 -0
- pulumi_oci/osmanagementhub/get_erratum.py +308 -0
- pulumi_oci/osmanagementhub/get_event.py +322 -0
- pulumi_oci/osmanagementhub/get_events.py +322 -0
- pulumi_oci/osmanagementhub/get_lifecycle_environment.py +26 -13
- pulumi_oci/osmanagementhub/get_lifecycle_environments.py +48 -11
- pulumi_oci/osmanagementhub/get_lifecycle_stage.py +28 -15
- pulumi_oci/osmanagementhub/get_lifecycle_stages.py +86 -19
- pulumi_oci/osmanagementhub/get_managed_instance.py +587 -0
- pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +187 -0
- pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +190 -0
- pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +238 -0
- pulumi_oci/osmanagementhub/get_managed_instance_errata.py +204 -0
- pulumi_oci/osmanagementhub/get_managed_instance_group.py +62 -10
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +7 -9
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +8 -10
- pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +220 -0
- pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +244 -0
- pulumi_oci/osmanagementhub/get_managed_instance_groups.py +71 -16
- pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +221 -0
- pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +204 -0
- pulumi_oci/osmanagementhub/get_managed_instance_modules.py +187 -0
- pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +221 -0
- pulumi_oci/osmanagementhub/get_managed_instances.py +537 -0
- pulumi_oci/osmanagementhub/get_management_station.py +42 -19
- pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
- pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
- pulumi_oci/osmanagementhub/get_profile.py +51 -12
- pulumi_oci/osmanagementhub/get_profiles.py +76 -16
- pulumi_oci/osmanagementhub/get_scheduled_job.py +426 -0
- pulumi_oci/osmanagementhub/get_scheduled_jobs.py +433 -0
- pulumi_oci/osmanagementhub/get_software_package.py +301 -0
- pulumi_oci/osmanagementhub/get_software_package_software_source.py +329 -0
- pulumi_oci/osmanagementhub/get_software_packages.py +232 -0
- pulumi_oci/osmanagementhub/get_software_source.py +109 -18
- pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
- pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
- pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
- pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
- pulumi_oci/osmanagementhub/get_software_source_software_package.py +23 -10
- pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
- pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
- pulumi_oci/osmanagementhub/get_software_sources.py +78 -21
- pulumi_oci/osmanagementhub/get_windows_update.py +222 -0
- pulumi_oci/osmanagementhub/get_windows_updates.py +187 -0
- pulumi_oci/osmanagementhub/lifecycle_environment.py +159 -86
- pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +249 -0
- pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +249 -0
- pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +296 -0
- pulumi_oci/osmanagementhub/managed_instance.py +1327 -0
- pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +266 -0
- pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +214 -0
- pulumi_oci/osmanagementhub/managed_instance_group.py +264 -86
- pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +264 -0
- pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +526 -0
- pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +292 -0
- pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +341 -0
- pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +341 -0
- pulumi_oci/osmanagementhub/management_station.py +184 -81
- pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +264 -0
- pulumi_oci/osmanagementhub/management_station_refresh_management.py +212 -0
- pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +264 -0
- pulumi_oci/osmanagementhub/outputs.py +10899 -2365
- pulumi_oci/osmanagementhub/profile.py +200 -78
- pulumi_oci/osmanagementhub/scheduled_job.py +1331 -0
- pulumi_oci/osmanagementhub/software_source.py +365 -181
- pulumi_oci/osmanagementhub/software_source_add_packages_management.py +266 -0
- pulumi_oci/osmanagementhub/software_source_change_availability_management.py +194 -0
- 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.36.0a1715707046.dist-info → pulumi_oci-1.37.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.36.0a1715707046.dist-info → pulumi_oci-1.37.0.dist-info}/RECORD +405 -339
- {pulumi_oci-1.36.0a1715707046.dist-info → pulumi_oci-1.37.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.36.0a1715707046.dist-info → pulumi_oci-1.37.0.dist-info}/top_level.txt +0 -0
pulumi_oci/database/outputs.py
CHANGED
@@ -113,6 +113,7 @@ __all__ = [
|
|
113
113
|
'ExadataInfrastructureComputeMaintenanceWindowDaysOfWeek',
|
114
114
|
'ExadataInfrastructureComputeMaintenanceWindowMonth',
|
115
115
|
'ExadataInfrastructureContact',
|
116
|
+
'ExadataInfrastructureDefinedFileSystemConfiguration',
|
116
117
|
'ExadataInfrastructureMaintenanceWindow',
|
117
118
|
'ExadataInfrastructureMaintenanceWindowDaysOfWeek',
|
118
119
|
'ExadataInfrastructureMaintenanceWindowMonth',
|
@@ -154,13 +155,16 @@ __all__ = [
|
|
154
155
|
'PluggableDatabasesRemoteCloneRefreshableCloneConfig',
|
155
156
|
'VmClusterAddVirtualNetworkDataCollectionOption',
|
156
157
|
'VmClusterAddVirtualNetworkDbServer',
|
158
|
+
'VmClusterAddVirtualNetworkFileSystemConfigurationDetail',
|
157
159
|
'VmClusterDataCollectionOptions',
|
160
|
+
'VmClusterFileSystemConfigurationDetail',
|
158
161
|
'VmClusterNetworkDrScan',
|
159
162
|
'VmClusterNetworkScan',
|
160
163
|
'VmClusterNetworkVmNetwork',
|
161
164
|
'VmClusterNetworkVmNetworkNode',
|
162
165
|
'VmClusterRemoveVirtualMachineDataCollectionOption',
|
163
166
|
'VmClusterRemoveVirtualMachineDbServer',
|
167
|
+
'VmClusterRemoveVirtualMachineFileSystemConfigurationDetail',
|
164
168
|
'GetApplicationVipsApplicationVipResult',
|
165
169
|
'GetApplicationVipsFilterResult',
|
166
170
|
'GetAutonomousCharacterSetsAutonomousDatabaseCharacterSetResult',
|
@@ -455,6 +459,7 @@ __all__ = [
|
|
455
459
|
'GetDbVersionsDbVersionResult',
|
456
460
|
'GetDbVersionsFilterResult',
|
457
461
|
'GetExadataInfrastructureContactResult',
|
462
|
+
'GetExadataInfrastructureDefinedFileSystemConfigurationResult',
|
458
463
|
'GetExadataInfrastructureMaintenanceWindowResult',
|
459
464
|
'GetExadataInfrastructureMaintenanceWindowDaysOfWeekResult',
|
460
465
|
'GetExadataInfrastructureMaintenanceWindowMonthResult',
|
@@ -462,6 +467,7 @@ __all__ = [
|
|
462
467
|
'GetExadataInfrastructureUnAllocatedResourceAutonomousVmClusterResult',
|
463
468
|
'GetExadataInfrastructuresExadataInfrastructureResult',
|
464
469
|
'GetExadataInfrastructuresExadataInfrastructureContactResult',
|
470
|
+
'GetExadataInfrastructuresExadataInfrastructureDefinedFileSystemConfigurationResult',
|
465
471
|
'GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowResult',
|
466
472
|
'GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowDaysOfWeekResult',
|
467
473
|
'GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowMonthResult',
|
@@ -534,6 +540,7 @@ __all__ = [
|
|
534
540
|
'GetSystemVersionsSystemVersionCollectionResult',
|
535
541
|
'GetSystemVersionsSystemVersionCollectionItemResult',
|
536
542
|
'GetVmClusterDataCollectionOptionResult',
|
543
|
+
'GetVmClusterFileSystemConfigurationDetailResult',
|
537
544
|
'GetVmClusterNetworkDrScanResult',
|
538
545
|
'GetVmClusterNetworkScanResult',
|
539
546
|
'GetVmClusterNetworkVmNetworkResult',
|
@@ -560,6 +567,7 @@ __all__ = [
|
|
560
567
|
'GetVmClustersFilterResult',
|
561
568
|
'GetVmClustersVmClusterResult',
|
562
569
|
'GetVmClustersVmClusterDataCollectionOptionResult',
|
570
|
+
'GetVmClustersVmClusterFileSystemConfigurationDetailResult',
|
563
571
|
]
|
564
572
|
|
565
573
|
@pulumi.output_type
|
@@ -587,8 +595,8 @@ class AutonomousContainerDatabaseBackupConfig(dict):
|
|
587
595
|
backup_destination_details: Optional['outputs.AutonomousContainerDatabaseBackupConfigBackupDestinationDetails'] = None,
|
588
596
|
recovery_window_in_days: Optional[int] = None):
|
589
597
|
"""
|
590
|
-
:param 'AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs' backup_destination_details: Backup destination details.
|
591
|
-
:param 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.
|
598
|
+
:param 'AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs' backup_destination_details: (Updatable) Backup destination details.
|
599
|
+
:param 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.
|
592
600
|
"""
|
593
601
|
if backup_destination_details is not None:
|
594
602
|
pulumi.set(__self__, "backup_destination_details", backup_destination_details)
|
@@ -599,7 +607,7 @@ class AutonomousContainerDatabaseBackupConfig(dict):
|
|
599
607
|
@pulumi.getter(name="backupDestinationDetails")
|
600
608
|
def backup_destination_details(self) -> Optional['outputs.AutonomousContainerDatabaseBackupConfigBackupDestinationDetails']:
|
601
609
|
"""
|
602
|
-
Backup destination details.
|
610
|
+
(Updatable) Backup destination details.
|
603
611
|
"""
|
604
612
|
return pulumi.get(self, "backup_destination_details")
|
605
613
|
|
@@ -607,7 +615,7 @@ class AutonomousContainerDatabaseBackupConfig(dict):
|
|
607
615
|
@pulumi.getter(name="recoveryWindowInDays")
|
608
616
|
def recovery_window_in_days(self) -> Optional[int]:
|
609
617
|
"""
|
610
|
-
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.
|
618
|
+
(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.
|
611
619
|
"""
|
612
620
|
return pulumi.get(self, "recovery_window_in_days")
|
613
621
|
|
@@ -642,11 +650,11 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetails(dict):
|
|
642
650
|
vpc_password: Optional[str] = None,
|
643
651
|
vpc_user: Optional[str] = None):
|
644
652
|
"""
|
645
|
-
:param str type: Type of the database backup destination.
|
646
|
-
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
|
647
|
-
:param str internet_proxy: Proxy URL to connect to object store.
|
648
|
-
:param str vpc_password: For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
649
|
-
:param str vpc_user: For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
653
|
+
:param str type: (Updatable) Type of the database backup destination.
|
654
|
+
:param str id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
|
655
|
+
:param str internet_proxy: (Updatable) Proxy URL to connect to object store.
|
656
|
+
:param str vpc_password: (Updatable) For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
657
|
+
:param str vpc_user: (Updatable) For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
650
658
|
"""
|
651
659
|
pulumi.set(__self__, "type", type)
|
652
660
|
if id is not None:
|
@@ -662,7 +670,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetails(dict):
|
|
662
670
|
@pulumi.getter
|
663
671
|
def type(self) -> str:
|
664
672
|
"""
|
665
|
-
Type of the database backup destination.
|
673
|
+
(Updatable) Type of the database backup destination.
|
666
674
|
"""
|
667
675
|
return pulumi.get(self, "type")
|
668
676
|
|
@@ -670,7 +678,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetails(dict):
|
|
670
678
|
@pulumi.getter
|
671
679
|
def id(self) -> Optional[str]:
|
672
680
|
"""
|
673
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
|
681
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
|
674
682
|
"""
|
675
683
|
return pulumi.get(self, "id")
|
676
684
|
|
@@ -678,7 +686,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetails(dict):
|
|
678
686
|
@pulumi.getter(name="internetProxy")
|
679
687
|
def internet_proxy(self) -> Optional[str]:
|
680
688
|
"""
|
681
|
-
Proxy URL to connect to object store.
|
689
|
+
(Updatable) Proxy URL to connect to object store.
|
682
690
|
"""
|
683
691
|
return pulumi.get(self, "internet_proxy")
|
684
692
|
|
@@ -686,7 +694,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetails(dict):
|
|
686
694
|
@pulumi.getter(name="vpcPassword")
|
687
695
|
def vpc_password(self) -> Optional[str]:
|
688
696
|
"""
|
689
|
-
For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
697
|
+
(Updatable) For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
690
698
|
"""
|
691
699
|
return pulumi.get(self, "vpc_password")
|
692
700
|
|
@@ -694,7 +702,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetails(dict):
|
|
694
702
|
@pulumi.getter(name="vpcUser")
|
695
703
|
def vpc_user(self) -> Optional[str]:
|
696
704
|
"""
|
697
|
-
For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
705
|
+
(Updatable) For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
698
706
|
"""
|
699
707
|
return pulumi.get(self, "vpc_user")
|
700
708
|
|
@@ -879,7 +887,7 @@ class AutonomousContainerDatabaseKeyHistoryEntry(dict):
|
|
879
887
|
time_activated: Optional[str] = None,
|
880
888
|
vault_id: Optional[str] = None):
|
881
889
|
"""
|
882
|
-
:param str id: The [
|
890
|
+
:param str id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
|
883
891
|
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
884
892
|
:param str time_activated: The date and time the kms key activated.
|
885
893
|
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
@@ -897,7 +905,7 @@ class AutonomousContainerDatabaseKeyHistoryEntry(dict):
|
|
897
905
|
@pulumi.getter
|
898
906
|
def id(self) -> Optional[str]:
|
899
907
|
"""
|
900
|
-
The [
|
908
|
+
The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
|
901
909
|
"""
|
902
910
|
return pulumi.get(self, "id")
|
903
911
|
|
@@ -974,20 +982,17 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
|
|
974
982
|
skip_rus: Optional[Sequence[bool]] = None,
|
975
983
|
weeks_of_months: Optional[Sequence[int]] = None):
|
976
984
|
"""
|
977
|
-
:param int custom_action_timeout_in_mins:
|
978
|
-
:param Sequence['AutonomousContainerDatabaseMaintenanceWindowDaysOfWeekArgs'] days_of_weeks:
|
979
|
-
:param Sequence[int] hours_of_days:
|
985
|
+
:param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
|
986
|
+
:param Sequence['AutonomousContainerDatabaseMaintenanceWindowDaysOfWeekArgs'] days_of_weeks: Days during the week when maintenance should be performed.
|
987
|
+
:param Sequence[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
|
980
988
|
* 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
|
981
|
-
:param bool is_custom_action_timeout_enabled:
|
982
|
-
:param bool is_monthly_patching_enabled:
|
983
|
-
:param int lead_time_in_weeks:
|
984
|
-
:param Sequence['AutonomousContainerDatabaseMaintenanceWindowMonthArgs'] months:
|
985
|
-
:param str patching_mode:
|
986
|
-
|
987
|
-
|
988
|
-
:param str preference: (Updatable) The maintenance window scheduling preference.
|
989
|
-
:param Sequence[bool] skip_rus: (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
990
|
-
:param Sequence[int] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
989
|
+
:param bool is_custom_action_timeout_enabled: If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
|
990
|
+
:param bool is_monthly_patching_enabled: If true, enables the monthly patching option.
|
991
|
+
:param int lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
992
|
+
:param Sequence['AutonomousContainerDatabaseMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
993
|
+
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
994
|
+
:param str preference: The maintenance window scheduling preference.
|
995
|
+
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
991
996
|
"""
|
992
997
|
if custom_action_timeout_in_mins is not None:
|
993
998
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -1016,7 +1021,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
|
|
1016
1021
|
@pulumi.getter(name="customActionTimeoutInMins")
|
1017
1022
|
def custom_action_timeout_in_mins(self) -> Optional[int]:
|
1018
1023
|
"""
|
1019
|
-
|
1024
|
+
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).
|
1020
1025
|
"""
|
1021
1026
|
return pulumi.get(self, "custom_action_timeout_in_mins")
|
1022
1027
|
|
@@ -1024,7 +1029,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
|
|
1024
1029
|
@pulumi.getter(name="daysOfWeeks")
|
1025
1030
|
def days_of_weeks(self) -> Optional[Sequence['outputs.AutonomousContainerDatabaseMaintenanceWindowDaysOfWeek']]:
|
1026
1031
|
"""
|
1027
|
-
|
1032
|
+
Days during the week when maintenance should be performed.
|
1028
1033
|
"""
|
1029
1034
|
return pulumi.get(self, "days_of_weeks")
|
1030
1035
|
|
@@ -1032,7 +1037,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
|
|
1032
1037
|
@pulumi.getter(name="hoursOfDays")
|
1033
1038
|
def hours_of_days(self) -> Optional[Sequence[int]]:
|
1034
1039
|
"""
|
1035
|
-
|
1040
|
+
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
1036
1041
|
* 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
|
1037
1042
|
"""
|
1038
1043
|
return pulumi.get(self, "hours_of_days")
|
@@ -1041,7 +1046,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
|
|
1041
1046
|
@pulumi.getter(name="isCustomActionTimeoutEnabled")
|
1042
1047
|
def is_custom_action_timeout_enabled(self) -> Optional[bool]:
|
1043
1048
|
"""
|
1044
|
-
|
1049
|
+
If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
|
1045
1050
|
"""
|
1046
1051
|
return pulumi.get(self, "is_custom_action_timeout_enabled")
|
1047
1052
|
|
@@ -1049,7 +1054,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
|
|
1049
1054
|
@pulumi.getter(name="isMonthlyPatchingEnabled")
|
1050
1055
|
def is_monthly_patching_enabled(self) -> Optional[bool]:
|
1051
1056
|
"""
|
1052
|
-
|
1057
|
+
If true, enables the monthly patching option.
|
1053
1058
|
"""
|
1054
1059
|
return pulumi.get(self, "is_monthly_patching_enabled")
|
1055
1060
|
|
@@ -1057,7 +1062,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
|
|
1057
1062
|
@pulumi.getter(name="leadTimeInWeeks")
|
1058
1063
|
def lead_time_in_weeks(self) -> Optional[int]:
|
1059
1064
|
"""
|
1060
|
-
|
1065
|
+
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.
|
1061
1066
|
"""
|
1062
1067
|
return pulumi.get(self, "lead_time_in_weeks")
|
1063
1068
|
|
@@ -1065,7 +1070,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
|
|
1065
1070
|
@pulumi.getter
|
1066
1071
|
def months(self) -> Optional[Sequence['outputs.AutonomousContainerDatabaseMaintenanceWindowMonth']]:
|
1067
1072
|
"""
|
1068
|
-
|
1073
|
+
Months during the year when maintenance should be performed.
|
1069
1074
|
"""
|
1070
1075
|
return pulumi.get(self, "months")
|
1071
1076
|
|
@@ -1073,9 +1078,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
|
|
1073
1078
|
@pulumi.getter(name="patchingMode")
|
1074
1079
|
def patching_mode(self) -> Optional[str]:
|
1075
1080
|
"""
|
1076
|
-
|
1077
|
-
|
1078
|
-
*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.
|
1081
|
+
Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
1079
1082
|
"""
|
1080
1083
|
return pulumi.get(self, "patching_mode")
|
1081
1084
|
|
@@ -1083,23 +1086,20 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
|
|
1083
1086
|
@pulumi.getter
|
1084
1087
|
def preference(self) -> Optional[str]:
|
1085
1088
|
"""
|
1086
|
-
|
1089
|
+
The maintenance window scheduling preference.
|
1087
1090
|
"""
|
1088
1091
|
return pulumi.get(self, "preference")
|
1089
1092
|
|
1090
1093
|
@property
|
1091
1094
|
@pulumi.getter(name="skipRus")
|
1092
1095
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
1093
|
-
"""
|
1094
|
-
(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.
|
1095
|
-
"""
|
1096
1096
|
return pulumi.get(self, "skip_rus")
|
1097
1097
|
|
1098
1098
|
@property
|
1099
1099
|
@pulumi.getter(name="weeksOfMonths")
|
1100
1100
|
def weeks_of_months(self) -> Optional[Sequence[int]]:
|
1101
1101
|
"""
|
1102
|
-
|
1102
|
+
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.
|
1103
1103
|
"""
|
1104
1104
|
return pulumi.get(self, "weeks_of_months")
|
1105
1105
|
|
@@ -1109,7 +1109,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDaysOfWeek(dict):
|
|
1109
1109
|
def __init__(__self__, *,
|
1110
1110
|
name: Optional[str] = None):
|
1111
1111
|
"""
|
1112
|
-
:param str name:
|
1112
|
+
:param str name: Name of the month of the year.
|
1113
1113
|
"""
|
1114
1114
|
if name is not None:
|
1115
1115
|
pulumi.set(__self__, "name", name)
|
@@ -1118,7 +1118,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDaysOfWeek(dict):
|
|
1118
1118
|
@pulumi.getter
|
1119
1119
|
def name(self) -> Optional[str]:
|
1120
1120
|
"""
|
1121
|
-
|
1121
|
+
Name of the month of the year.
|
1122
1122
|
"""
|
1123
1123
|
return pulumi.get(self, "name")
|
1124
1124
|
|
@@ -1306,7 +1306,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDetailsDaysOfWeek(dict):
|
|
1306
1306
|
def __init__(__self__, *,
|
1307
1307
|
name: str):
|
1308
1308
|
"""
|
1309
|
-
:param str name: (Updatable) Name of the
|
1309
|
+
:param str name: (Updatable) Name of the day of the week.
|
1310
1310
|
"""
|
1311
1311
|
pulumi.set(__self__, "name", name)
|
1312
1312
|
|
@@ -1314,7 +1314,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDetailsDaysOfWeek(dict):
|
|
1314
1314
|
@pulumi.getter
|
1315
1315
|
def name(self) -> str:
|
1316
1316
|
"""
|
1317
|
-
(Updatable) Name of the
|
1317
|
+
(Updatable) Name of the day of the week.
|
1318
1318
|
"""
|
1319
1319
|
return pulumi.get(self, "name")
|
1320
1320
|
|
@@ -1342,7 +1342,7 @@ class AutonomousContainerDatabaseMaintenanceWindowMonth(dict):
|
|
1342
1342
|
def __init__(__self__, *,
|
1343
1343
|
name: Optional[str] = None):
|
1344
1344
|
"""
|
1345
|
-
:param str name:
|
1345
|
+
:param str name: Name of the month of the year.
|
1346
1346
|
"""
|
1347
1347
|
if name is not None:
|
1348
1348
|
pulumi.set(__self__, "name", name)
|
@@ -1351,7 +1351,7 @@ class AutonomousContainerDatabaseMaintenanceWindowMonth(dict):
|
|
1351
1351
|
@pulumi.getter
|
1352
1352
|
def name(self) -> Optional[str]:
|
1353
1353
|
"""
|
1354
|
-
|
1354
|
+
Name of the month of the year.
|
1355
1355
|
"""
|
1356
1356
|
return pulumi.get(self, "name")
|
1357
1357
|
|
@@ -2102,7 +2102,7 @@ class AutonomousDatabaseDbToolsDetail(dict):
|
|
2102
2102
|
is_enabled: Optional[bool] = None,
|
2103
2103
|
max_idle_time_in_minutes: Optional[int] = None):
|
2104
2104
|
"""
|
2105
|
-
:param str name: (Updatable) Name of
|
2105
|
+
:param str name: (Updatable) Name of database tool.
|
2106
2106
|
:param float compute_count: (Updatable) Compute used by database tools.
|
2107
2107
|
:param bool is_enabled: (Updatable) Indicates whether tool is enabled.
|
2108
2108
|
:param int max_idle_time_in_minutes: (Updatable) The max idle time, in minutes, after which the VM used by database tools will be terminated.
|
@@ -2119,7 +2119,7 @@ class AutonomousDatabaseDbToolsDetail(dict):
|
|
2119
2119
|
@pulumi.getter
|
2120
2120
|
def name(self) -> str:
|
2121
2121
|
"""
|
2122
|
-
(Updatable) Name of
|
2122
|
+
(Updatable) Name of database tool.
|
2123
2123
|
"""
|
2124
2124
|
return pulumi.get(self, "name")
|
2125
2125
|
|
@@ -2345,7 +2345,7 @@ class AutonomousDatabaseLongTermBackupSchedule(dict):
|
|
2345
2345
|
retention_period_in_days: Optional[int] = None,
|
2346
2346
|
time_of_backup: Optional[str] = None):
|
2347
2347
|
"""
|
2348
|
-
:param bool is_disabled:
|
2348
|
+
:param bool is_disabled: Indicates if the long-term backup schedule should be deleted. The default value is `FALSE`.
|
2349
2349
|
:param str repeat_cadence: The frequency of the long-term backup schedule
|
2350
2350
|
:param int retention_period_in_days: Retention period, in days, for long-term backups
|
2351
2351
|
:param 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.
|
@@ -2363,7 +2363,7 @@ class AutonomousDatabaseLongTermBackupSchedule(dict):
|
|
2363
2363
|
@pulumi.getter(name="isDisabled")
|
2364
2364
|
def is_disabled(self) -> Optional[bool]:
|
2365
2365
|
"""
|
2366
|
-
|
2366
|
+
Indicates if the long-term backup schedule should be deleted. The default value is `FALSE`.
|
2367
2367
|
"""
|
2368
2368
|
return pulumi.get(self, "is_disabled")
|
2369
2369
|
|
@@ -2739,207 +2739,203 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
|
|
2739
2739
|
skip_rus: Optional[Sequence[bool]] = None,
|
2740
2740
|
weeks_of_months: Optional[Sequence[int]] = None):
|
2741
2741
|
"""
|
2742
|
+
:param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
|
2743
|
+
:param Sequence['AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekArgs'] days_of_weeks: Days during the week when maintenance should be performed.
|
2744
|
+
:param Sequence[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
|
2745
|
+
* 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
|
2746
|
+
:param bool is_custom_action_timeout_enabled: If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
|
2747
|
+
:param bool is_monthly_patching_enabled: If true, enables the monthly patching option.
|
2748
|
+
:param int lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
2749
|
+
:param Sequence['AutonomousExadataInfrastructureMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
2750
|
+
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
2751
|
+
:param str preference: The maintenance window scheduling preference.
|
2752
|
+
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
2753
|
+
"""
|
2754
|
+
if custom_action_timeout_in_mins is not None:
|
2755
|
+
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
2756
|
+
if days_of_weeks is not None:
|
2757
|
+
pulumi.set(__self__, "days_of_weeks", days_of_weeks)
|
2758
|
+
if hours_of_days is not None:
|
2759
|
+
pulumi.set(__self__, "hours_of_days", hours_of_days)
|
2760
|
+
if is_custom_action_timeout_enabled is not None:
|
2761
|
+
pulumi.set(__self__, "is_custom_action_timeout_enabled", is_custom_action_timeout_enabled)
|
2762
|
+
if is_monthly_patching_enabled is not None:
|
2763
|
+
pulumi.set(__self__, "is_monthly_patching_enabled", is_monthly_patching_enabled)
|
2764
|
+
if lead_time_in_weeks is not None:
|
2765
|
+
pulumi.set(__self__, "lead_time_in_weeks", lead_time_in_weeks)
|
2766
|
+
if months is not None:
|
2767
|
+
pulumi.set(__self__, "months", months)
|
2768
|
+
if patching_mode is not None:
|
2769
|
+
pulumi.set(__self__, "patching_mode", patching_mode)
|
2770
|
+
if preference is not None:
|
2771
|
+
pulumi.set(__self__, "preference", preference)
|
2772
|
+
if skip_rus is not None:
|
2773
|
+
pulumi.set(__self__, "skip_rus", skip_rus)
|
2774
|
+
if weeks_of_months is not None:
|
2775
|
+
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
2776
|
+
|
2777
|
+
@property
|
2778
|
+
@pulumi.getter(name="customActionTimeoutInMins")
|
2779
|
+
def custom_action_timeout_in_mins(self) -> Optional[int]:
|
2780
|
+
"""
|
2781
|
+
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).
|
2782
|
+
"""
|
2783
|
+
return pulumi.get(self, "custom_action_timeout_in_mins")
|
2784
|
+
|
2785
|
+
@property
|
2786
|
+
@pulumi.getter(name="daysOfWeeks")
|
2787
|
+
def days_of_weeks(self) -> Optional[Sequence['outputs.AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeek']]:
|
2788
|
+
"""
|
2789
|
+
Days during the week when maintenance should be performed.
|
2790
|
+
"""
|
2791
|
+
return pulumi.get(self, "days_of_weeks")
|
2792
|
+
|
2793
|
+
@property
|
2794
|
+
@pulumi.getter(name="hoursOfDays")
|
2795
|
+
def hours_of_days(self) -> Optional[Sequence[int]]:
|
2796
|
+
"""
|
2797
|
+
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
2798
|
+
* 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
|
2799
|
+
"""
|
2800
|
+
return pulumi.get(self, "hours_of_days")
|
2801
|
+
|
2802
|
+
@property
|
2803
|
+
@pulumi.getter(name="isCustomActionTimeoutEnabled")
|
2804
|
+
def is_custom_action_timeout_enabled(self) -> Optional[bool]:
|
2805
|
+
"""
|
2806
|
+
If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
|
2807
|
+
"""
|
2808
|
+
return pulumi.get(self, "is_custom_action_timeout_enabled")
|
2809
|
+
|
2810
|
+
@property
|
2811
|
+
@pulumi.getter(name="isMonthlyPatchingEnabled")
|
2812
|
+
def is_monthly_patching_enabled(self) -> Optional[bool]:
|
2813
|
+
"""
|
2814
|
+
If true, enables the monthly patching option.
|
2815
|
+
"""
|
2816
|
+
return pulumi.get(self, "is_monthly_patching_enabled")
|
2817
|
+
|
2818
|
+
@property
|
2819
|
+
@pulumi.getter(name="leadTimeInWeeks")
|
2820
|
+
def lead_time_in_weeks(self) -> Optional[int]:
|
2821
|
+
"""
|
2822
|
+
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.
|
2823
|
+
"""
|
2824
|
+
return pulumi.get(self, "lead_time_in_weeks")
|
2825
|
+
|
2826
|
+
@property
|
2827
|
+
@pulumi.getter
|
2828
|
+
def months(self) -> Optional[Sequence['outputs.AutonomousExadataInfrastructureMaintenanceWindowMonth']]:
|
2829
|
+
"""
|
2830
|
+
Months during the year when maintenance should be performed.
|
2831
|
+
"""
|
2832
|
+
return pulumi.get(self, "months")
|
2833
|
+
|
2834
|
+
@property
|
2835
|
+
@pulumi.getter(name="patchingMode")
|
2836
|
+
def patching_mode(self) -> Optional[str]:
|
2837
|
+
"""
|
2838
|
+
Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
2839
|
+
"""
|
2840
|
+
return pulumi.get(self, "patching_mode")
|
2841
|
+
|
2842
|
+
@property
|
2843
|
+
@pulumi.getter
|
2844
|
+
def preference(self) -> Optional[str]:
|
2845
|
+
"""
|
2846
|
+
The maintenance window scheduling preference.
|
2847
|
+
"""
|
2848
|
+
return pulumi.get(self, "preference")
|
2849
|
+
|
2850
|
+
@property
|
2851
|
+
@pulumi.getter(name="skipRus")
|
2852
|
+
def skip_rus(self) -> Optional[Sequence[bool]]:
|
2853
|
+
return pulumi.get(self, "skip_rus")
|
2854
|
+
|
2855
|
+
@property
|
2856
|
+
@pulumi.getter(name="weeksOfMonths")
|
2857
|
+
def weeks_of_months(self) -> Optional[Sequence[int]]:
|
2858
|
+
"""
|
2859
|
+
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.
|
2860
|
+
"""
|
2861
|
+
return pulumi.get(self, "weeks_of_months")
|
2862
|
+
|
2863
|
+
|
2864
|
+
@pulumi.output_type
|
2865
|
+
class AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeek(dict):
|
2866
|
+
def __init__(__self__, *,
|
2867
|
+
name: Optional[str] = None):
|
2868
|
+
"""
|
2869
|
+
:param str name: Name of the month of the year.
|
2870
|
+
"""
|
2871
|
+
if name is not None:
|
2872
|
+
pulumi.set(__self__, "name", name)
|
2873
|
+
|
2874
|
+
@property
|
2875
|
+
@pulumi.getter
|
2876
|
+
def name(self) -> Optional[str]:
|
2877
|
+
"""
|
2878
|
+
Name of the month of the year.
|
2879
|
+
"""
|
2880
|
+
return pulumi.get(self, "name")
|
2881
|
+
|
2882
|
+
|
2883
|
+
@pulumi.output_type
|
2884
|
+
class AutonomousExadataInfrastructureMaintenanceWindowDetails(dict):
|
2885
|
+
@staticmethod
|
2886
|
+
def __key_warning(key: str):
|
2887
|
+
suggest = None
|
2888
|
+
if key == "customActionTimeoutInMins":
|
2889
|
+
suggest = "custom_action_timeout_in_mins"
|
2890
|
+
elif key == "daysOfWeeks":
|
2891
|
+
suggest = "days_of_weeks"
|
2892
|
+
elif key == "hoursOfDays":
|
2893
|
+
suggest = "hours_of_days"
|
2894
|
+
elif key == "isCustomActionTimeoutEnabled":
|
2895
|
+
suggest = "is_custom_action_timeout_enabled"
|
2896
|
+
elif key == "isMonthlyPatchingEnabled":
|
2897
|
+
suggest = "is_monthly_patching_enabled"
|
2898
|
+
elif key == "leadTimeInWeeks":
|
2899
|
+
suggest = "lead_time_in_weeks"
|
2900
|
+
elif key == "patchingMode":
|
2901
|
+
suggest = "patching_mode"
|
2902
|
+
elif key == "skipRus":
|
2903
|
+
suggest = "skip_rus"
|
2904
|
+
elif key == "weeksOfMonths":
|
2905
|
+
suggest = "weeks_of_months"
|
2906
|
+
|
2907
|
+
if suggest:
|
2908
|
+
pulumi.log.warn(f"Key '{key}' not found in AutonomousExadataInfrastructureMaintenanceWindowDetails. Access the value via the '{suggest}' property getter instead.")
|
2909
|
+
|
2910
|
+
def __getitem__(self, key: str) -> Any:
|
2911
|
+
AutonomousExadataInfrastructureMaintenanceWindowDetails.__key_warning(key)
|
2912
|
+
return super().__getitem__(key)
|
2913
|
+
|
2914
|
+
def get(self, key: str, default = None) -> Any:
|
2915
|
+
AutonomousExadataInfrastructureMaintenanceWindowDetails.__key_warning(key)
|
2916
|
+
return super().get(key, default)
|
2917
|
+
|
2918
|
+
def __init__(__self__, *,
|
2919
|
+
custom_action_timeout_in_mins: Optional[int] = None,
|
2920
|
+
days_of_weeks: Optional[Sequence['outputs.AutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeek']] = None,
|
2921
|
+
hours_of_days: Optional[Sequence[int]] = None,
|
2922
|
+
is_custom_action_timeout_enabled: Optional[bool] = None,
|
2923
|
+
is_monthly_patching_enabled: Optional[bool] = None,
|
2924
|
+
lead_time_in_weeks: Optional[int] = None,
|
2925
|
+
months: Optional[Sequence['outputs.AutonomousExadataInfrastructureMaintenanceWindowDetailsMonth']] = None,
|
2926
|
+
patching_mode: Optional[str] = None,
|
2927
|
+
preference: Optional[str] = None,
|
2928
|
+
skip_rus: Optional[Sequence[bool]] = None,
|
2929
|
+
weeks_of_months: Optional[Sequence[int]] = None):
|
2930
|
+
"""
|
2742
2931
|
:param int custom_action_timeout_in_mins: (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
|
2743
|
-
:param Sequence['
|
2932
|
+
:param Sequence['AutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeekArgs'] days_of_weeks: (Updatable) Days during the week when maintenance should be performed.
|
2744
2933
|
:param Sequence[int] hours_of_days: (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
2745
2934
|
* 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
|
2746
2935
|
:param bool is_custom_action_timeout_enabled: (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
|
2747
2936
|
:param bool is_monthly_patching_enabled: (Updatable) If true, enables the monthly patching option.
|
2748
2937
|
:param int lead_time_in_weeks: (Updatable) 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.
|
2749
|
-
:param Sequence['
|
2750
|
-
:param str patching_mode: (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
2751
|
-
|
2752
|
-
*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.
|
2753
|
-
:param str preference: (Updatable) The maintenance window scheduling preference.
|
2754
|
-
:param Sequence[int] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
2755
|
-
"""
|
2756
|
-
if custom_action_timeout_in_mins is not None:
|
2757
|
-
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
2758
|
-
if days_of_weeks is not None:
|
2759
|
-
pulumi.set(__self__, "days_of_weeks", days_of_weeks)
|
2760
|
-
if hours_of_days is not None:
|
2761
|
-
pulumi.set(__self__, "hours_of_days", hours_of_days)
|
2762
|
-
if is_custom_action_timeout_enabled is not None:
|
2763
|
-
pulumi.set(__self__, "is_custom_action_timeout_enabled", is_custom_action_timeout_enabled)
|
2764
|
-
if is_monthly_patching_enabled is not None:
|
2765
|
-
pulumi.set(__self__, "is_monthly_patching_enabled", is_monthly_patching_enabled)
|
2766
|
-
if lead_time_in_weeks is not None:
|
2767
|
-
pulumi.set(__self__, "lead_time_in_weeks", lead_time_in_weeks)
|
2768
|
-
if months is not None:
|
2769
|
-
pulumi.set(__self__, "months", months)
|
2770
|
-
if patching_mode is not None:
|
2771
|
-
pulumi.set(__self__, "patching_mode", patching_mode)
|
2772
|
-
if preference is not None:
|
2773
|
-
pulumi.set(__self__, "preference", preference)
|
2774
|
-
if skip_rus is not None:
|
2775
|
-
pulumi.set(__self__, "skip_rus", skip_rus)
|
2776
|
-
if weeks_of_months is not None:
|
2777
|
-
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
2778
|
-
|
2779
|
-
@property
|
2780
|
-
@pulumi.getter(name="customActionTimeoutInMins")
|
2781
|
-
def custom_action_timeout_in_mins(self) -> Optional[int]:
|
2782
|
-
"""
|
2783
|
-
(Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
|
2784
|
-
"""
|
2785
|
-
return pulumi.get(self, "custom_action_timeout_in_mins")
|
2786
|
-
|
2787
|
-
@property
|
2788
|
-
@pulumi.getter(name="daysOfWeeks")
|
2789
|
-
def days_of_weeks(self) -> Optional[Sequence['outputs.AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeek']]:
|
2790
|
-
"""
|
2791
|
-
(Updatable) Days during the week when maintenance should be performed.
|
2792
|
-
"""
|
2793
|
-
return pulumi.get(self, "days_of_weeks")
|
2794
|
-
|
2795
|
-
@property
|
2796
|
-
@pulumi.getter(name="hoursOfDays")
|
2797
|
-
def hours_of_days(self) -> Optional[Sequence[int]]:
|
2798
|
-
"""
|
2799
|
-
(Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
2800
|
-
* 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
|
2801
|
-
"""
|
2802
|
-
return pulumi.get(self, "hours_of_days")
|
2803
|
-
|
2804
|
-
@property
|
2805
|
-
@pulumi.getter(name="isCustomActionTimeoutEnabled")
|
2806
|
-
def is_custom_action_timeout_enabled(self) -> Optional[bool]:
|
2807
|
-
"""
|
2808
|
-
(Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
|
2809
|
-
"""
|
2810
|
-
return pulumi.get(self, "is_custom_action_timeout_enabled")
|
2811
|
-
|
2812
|
-
@property
|
2813
|
-
@pulumi.getter(name="isMonthlyPatchingEnabled")
|
2814
|
-
def is_monthly_patching_enabled(self) -> Optional[bool]:
|
2815
|
-
"""
|
2816
|
-
(Updatable) If true, enables the monthly patching option.
|
2817
|
-
"""
|
2818
|
-
return pulumi.get(self, "is_monthly_patching_enabled")
|
2819
|
-
|
2820
|
-
@property
|
2821
|
-
@pulumi.getter(name="leadTimeInWeeks")
|
2822
|
-
def lead_time_in_weeks(self) -> Optional[int]:
|
2823
|
-
"""
|
2824
|
-
(Updatable) 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.
|
2825
|
-
"""
|
2826
|
-
return pulumi.get(self, "lead_time_in_weeks")
|
2827
|
-
|
2828
|
-
@property
|
2829
|
-
@pulumi.getter
|
2830
|
-
def months(self) -> Optional[Sequence['outputs.AutonomousExadataInfrastructureMaintenanceWindowMonth']]:
|
2831
|
-
"""
|
2832
|
-
(Updatable) Months during the year when maintenance should be performed.
|
2833
|
-
"""
|
2834
|
-
return pulumi.get(self, "months")
|
2835
|
-
|
2836
|
-
@property
|
2837
|
-
@pulumi.getter(name="patchingMode")
|
2838
|
-
def patching_mode(self) -> Optional[str]:
|
2839
|
-
"""
|
2840
|
-
(Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
2841
|
-
|
2842
|
-
*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.
|
2843
|
-
"""
|
2844
|
-
return pulumi.get(self, "patching_mode")
|
2845
|
-
|
2846
|
-
@property
|
2847
|
-
@pulumi.getter
|
2848
|
-
def preference(self) -> Optional[str]:
|
2849
|
-
"""
|
2850
|
-
(Updatable) The maintenance window scheduling preference.
|
2851
|
-
"""
|
2852
|
-
return pulumi.get(self, "preference")
|
2853
|
-
|
2854
|
-
@property
|
2855
|
-
@pulumi.getter(name="skipRus")
|
2856
|
-
def skip_rus(self) -> Optional[Sequence[bool]]:
|
2857
|
-
return pulumi.get(self, "skip_rus")
|
2858
|
-
|
2859
|
-
@property
|
2860
|
-
@pulumi.getter(name="weeksOfMonths")
|
2861
|
-
def weeks_of_months(self) -> Optional[Sequence[int]]:
|
2862
|
-
"""
|
2863
|
-
(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.
|
2864
|
-
"""
|
2865
|
-
return pulumi.get(self, "weeks_of_months")
|
2866
|
-
|
2867
|
-
|
2868
|
-
@pulumi.output_type
|
2869
|
-
class AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeek(dict):
|
2870
|
-
def __init__(__self__, *,
|
2871
|
-
name: Optional[str] = None):
|
2872
|
-
"""
|
2873
|
-
:param str name: (Updatable) Name of the month of the year.
|
2874
|
-
"""
|
2875
|
-
if name is not None:
|
2876
|
-
pulumi.set(__self__, "name", name)
|
2877
|
-
|
2878
|
-
@property
|
2879
|
-
@pulumi.getter
|
2880
|
-
def name(self) -> Optional[str]:
|
2881
|
-
"""
|
2882
|
-
(Updatable) Name of the month of the year.
|
2883
|
-
"""
|
2884
|
-
return pulumi.get(self, "name")
|
2885
|
-
|
2886
|
-
|
2887
|
-
@pulumi.output_type
|
2888
|
-
class AutonomousExadataInfrastructureMaintenanceWindowDetails(dict):
|
2889
|
-
@staticmethod
|
2890
|
-
def __key_warning(key: str):
|
2891
|
-
suggest = None
|
2892
|
-
if key == "customActionTimeoutInMins":
|
2893
|
-
suggest = "custom_action_timeout_in_mins"
|
2894
|
-
elif key == "daysOfWeeks":
|
2895
|
-
suggest = "days_of_weeks"
|
2896
|
-
elif key == "hoursOfDays":
|
2897
|
-
suggest = "hours_of_days"
|
2898
|
-
elif key == "isCustomActionTimeoutEnabled":
|
2899
|
-
suggest = "is_custom_action_timeout_enabled"
|
2900
|
-
elif key == "isMonthlyPatchingEnabled":
|
2901
|
-
suggest = "is_monthly_patching_enabled"
|
2902
|
-
elif key == "leadTimeInWeeks":
|
2903
|
-
suggest = "lead_time_in_weeks"
|
2904
|
-
elif key == "patchingMode":
|
2905
|
-
suggest = "patching_mode"
|
2906
|
-
elif key == "skipRus":
|
2907
|
-
suggest = "skip_rus"
|
2908
|
-
elif key == "weeksOfMonths":
|
2909
|
-
suggest = "weeks_of_months"
|
2910
|
-
|
2911
|
-
if suggest:
|
2912
|
-
pulumi.log.warn(f"Key '{key}' not found in AutonomousExadataInfrastructureMaintenanceWindowDetails. Access the value via the '{suggest}' property getter instead.")
|
2913
|
-
|
2914
|
-
def __getitem__(self, key: str) -> Any:
|
2915
|
-
AutonomousExadataInfrastructureMaintenanceWindowDetails.__key_warning(key)
|
2916
|
-
return super().__getitem__(key)
|
2917
|
-
|
2918
|
-
def get(self, key: str, default = None) -> Any:
|
2919
|
-
AutonomousExadataInfrastructureMaintenanceWindowDetails.__key_warning(key)
|
2920
|
-
return super().get(key, default)
|
2921
|
-
|
2922
|
-
def __init__(__self__, *,
|
2923
|
-
custom_action_timeout_in_mins: Optional[int] = None,
|
2924
|
-
days_of_weeks: Optional[Sequence['outputs.AutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeek']] = None,
|
2925
|
-
hours_of_days: Optional[Sequence[int]] = None,
|
2926
|
-
is_custom_action_timeout_enabled: Optional[bool] = None,
|
2927
|
-
is_monthly_patching_enabled: Optional[bool] = None,
|
2928
|
-
lead_time_in_weeks: Optional[int] = None,
|
2929
|
-
months: Optional[Sequence['outputs.AutonomousExadataInfrastructureMaintenanceWindowDetailsMonth']] = None,
|
2930
|
-
patching_mode: Optional[str] = None,
|
2931
|
-
preference: Optional[str] = None,
|
2932
|
-
skip_rus: Optional[Sequence[bool]] = None,
|
2933
|
-
weeks_of_months: Optional[Sequence[int]] = None):
|
2934
|
-
"""
|
2935
|
-
:param int custom_action_timeout_in_mins: (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
|
2936
|
-
:param Sequence['AutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeekArgs'] days_of_weeks: (Updatable) Days during the week when maintenance should be performed.
|
2937
|
-
:param Sequence[int] hours_of_days: (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
2938
|
-
* 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
|
2939
|
-
:param bool is_custom_action_timeout_enabled: (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
|
2940
|
-
:param bool is_monthly_patching_enabled: (Updatable) If true, enables the monthly patching option.
|
2941
|
-
:param int lead_time_in_weeks: (Updatable) 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.
|
2942
|
-
:param Sequence['AutonomousExadataInfrastructureMaintenanceWindowDetailsMonthArgs'] months: (Updatable) Months during the year when maintenance should be performed.
|
2938
|
+
:param Sequence['AutonomousExadataInfrastructureMaintenanceWindowDetailsMonthArgs'] months: (Updatable) Months during the year when maintenance should be performed.
|
2943
2939
|
:param str patching_mode: (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
2944
2940
|
|
2945
2941
|
*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.
|
@@ -3063,7 +3059,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeek(dict):
|
|
3063
3059
|
def __init__(__self__, *,
|
3064
3060
|
name: str):
|
3065
3061
|
"""
|
3066
|
-
:param str name: (Updatable) Name of the
|
3062
|
+
:param str name: (Updatable) Name of the day of the week.
|
3067
3063
|
"""
|
3068
3064
|
pulumi.set(__self__, "name", name)
|
3069
3065
|
|
@@ -3071,7 +3067,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeek(dict):
|
|
3071
3067
|
@pulumi.getter
|
3072
3068
|
def name(self) -> str:
|
3073
3069
|
"""
|
3074
|
-
(Updatable) Name of the
|
3070
|
+
(Updatable) Name of the day of the week.
|
3075
3071
|
"""
|
3076
3072
|
return pulumi.get(self, "name")
|
3077
3073
|
|
@@ -3099,7 +3095,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowMonth(dict):
|
|
3099
3095
|
def __init__(__self__, *,
|
3100
3096
|
name: Optional[str] = None):
|
3101
3097
|
"""
|
3102
|
-
:param str name:
|
3098
|
+
:param str name: Name of the month of the year.
|
3103
3099
|
"""
|
3104
3100
|
if name is not None:
|
3105
3101
|
pulumi.set(__self__, "name", name)
|
@@ -3108,7 +3104,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowMonth(dict):
|
|
3108
3104
|
@pulumi.getter
|
3109
3105
|
def name(self) -> Optional[str]:
|
3110
3106
|
"""
|
3111
|
-
|
3107
|
+
Name of the month of the year.
|
3112
3108
|
"""
|
3113
3109
|
return pulumi.get(self, "name")
|
3114
3110
|
|
@@ -3161,16 +3157,13 @@ class AutonomousVmClusterMaintenanceWindow(dict):
|
|
3161
3157
|
skip_rus: Optional[Sequence[bool]] = None,
|
3162
3158
|
weeks_of_months: Optional[Sequence[int]] = None):
|
3163
3159
|
"""
|
3164
|
-
:param Sequence['AutonomousVmClusterMaintenanceWindowDaysOfWeekArgs'] days_of_weeks:
|
3165
|
-
:param Sequence[int] hours_of_days:
|
3160
|
+
:param Sequence['AutonomousVmClusterMaintenanceWindowDaysOfWeekArgs'] days_of_weeks: Days during the week when maintenance should be performed.
|
3161
|
+
:param Sequence[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
|
3166
3162
|
* 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
|
3167
|
-
:param int lead_time_in_weeks:
|
3168
|
-
:param Sequence['AutonomousVmClusterMaintenanceWindowMonthArgs'] months:
|
3169
|
-
:param str
|
3170
|
-
|
3171
|
-
*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.
|
3172
|
-
:param str preference: (Updatable) The maintenance window scheduling preference.
|
3173
|
-
:param Sequence[int] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
3163
|
+
:param int lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
3164
|
+
:param Sequence['AutonomousVmClusterMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
3165
|
+
:param str preference: The maintenance window scheduling preference.
|
3166
|
+
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
3174
3167
|
"""
|
3175
3168
|
if custom_action_timeout_in_mins is not None:
|
3176
3169
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -3204,7 +3197,7 @@ class AutonomousVmClusterMaintenanceWindow(dict):
|
|
3204
3197
|
@pulumi.getter(name="daysOfWeeks")
|
3205
3198
|
def days_of_weeks(self) -> Optional[Sequence['outputs.AutonomousVmClusterMaintenanceWindowDaysOfWeek']]:
|
3206
3199
|
"""
|
3207
|
-
|
3200
|
+
Days during the week when maintenance should be performed.
|
3208
3201
|
"""
|
3209
3202
|
return pulumi.get(self, "days_of_weeks")
|
3210
3203
|
|
@@ -3212,7 +3205,7 @@ class AutonomousVmClusterMaintenanceWindow(dict):
|
|
3212
3205
|
@pulumi.getter(name="hoursOfDays")
|
3213
3206
|
def hours_of_days(self) -> Optional[Sequence[int]]:
|
3214
3207
|
"""
|
3215
|
-
|
3208
|
+
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
3216
3209
|
* 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
|
3217
3210
|
"""
|
3218
3211
|
return pulumi.get(self, "hours_of_days")
|
@@ -3231,7 +3224,7 @@ class AutonomousVmClusterMaintenanceWindow(dict):
|
|
3231
3224
|
@pulumi.getter(name="leadTimeInWeeks")
|
3232
3225
|
def lead_time_in_weeks(self) -> Optional[int]:
|
3233
3226
|
"""
|
3234
|
-
|
3227
|
+
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.
|
3235
3228
|
"""
|
3236
3229
|
return pulumi.get(self, "lead_time_in_weeks")
|
3237
3230
|
|
@@ -3239,25 +3232,20 @@ class AutonomousVmClusterMaintenanceWindow(dict):
|
|
3239
3232
|
@pulumi.getter
|
3240
3233
|
def months(self) -> Optional[Sequence['outputs.AutonomousVmClusterMaintenanceWindowMonth']]:
|
3241
3234
|
"""
|
3242
|
-
|
3235
|
+
Months during the year when maintenance should be performed.
|
3243
3236
|
"""
|
3244
3237
|
return pulumi.get(self, "months")
|
3245
3238
|
|
3246
3239
|
@property
|
3247
3240
|
@pulumi.getter(name="patchingMode")
|
3248
3241
|
def patching_mode(self) -> Optional[str]:
|
3249
|
-
"""
|
3250
|
-
(Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
3251
|
-
|
3252
|
-
*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.
|
3253
|
-
"""
|
3254
3242
|
return pulumi.get(self, "patching_mode")
|
3255
3243
|
|
3256
3244
|
@property
|
3257
3245
|
@pulumi.getter
|
3258
3246
|
def preference(self) -> Optional[str]:
|
3259
3247
|
"""
|
3260
|
-
|
3248
|
+
The maintenance window scheduling preference.
|
3261
3249
|
"""
|
3262
3250
|
return pulumi.get(self, "preference")
|
3263
3251
|
|
@@ -3270,7 +3258,7 @@ class AutonomousVmClusterMaintenanceWindow(dict):
|
|
3270
3258
|
@pulumi.getter(name="weeksOfMonths")
|
3271
3259
|
def weeks_of_months(self) -> Optional[Sequence[int]]:
|
3272
3260
|
"""
|
3273
|
-
|
3261
|
+
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.
|
3274
3262
|
"""
|
3275
3263
|
return pulumi.get(self, "weeks_of_months")
|
3276
3264
|
|
@@ -3280,7 +3268,7 @@ class AutonomousVmClusterMaintenanceWindowDaysOfWeek(dict):
|
|
3280
3268
|
def __init__(__self__, *,
|
3281
3269
|
name: Optional[str] = None):
|
3282
3270
|
"""
|
3283
|
-
:param str name:
|
3271
|
+
:param str name: Name of the month of the year.
|
3284
3272
|
"""
|
3285
3273
|
if name is not None:
|
3286
3274
|
pulumi.set(__self__, "name", name)
|
@@ -3289,7 +3277,7 @@ class AutonomousVmClusterMaintenanceWindowDaysOfWeek(dict):
|
|
3289
3277
|
@pulumi.getter
|
3290
3278
|
def name(self) -> Optional[str]:
|
3291
3279
|
"""
|
3292
|
-
|
3280
|
+
Name of the month of the year.
|
3293
3281
|
"""
|
3294
3282
|
return pulumi.get(self, "name")
|
3295
3283
|
|
@@ -3461,7 +3449,7 @@ class AutonomousVmClusterMaintenanceWindowDetailDaysOfWeek(dict):
|
|
3461
3449
|
def __init__(__self__, *,
|
3462
3450
|
name: str):
|
3463
3451
|
"""
|
3464
|
-
:param str name: (Updatable) Name of the
|
3452
|
+
:param str name: (Updatable) Name of the day of the week.
|
3465
3453
|
"""
|
3466
3454
|
pulumi.set(__self__, "name", name)
|
3467
3455
|
|
@@ -3469,7 +3457,7 @@ class AutonomousVmClusterMaintenanceWindowDetailDaysOfWeek(dict):
|
|
3469
3457
|
@pulumi.getter
|
3470
3458
|
def name(self) -> str:
|
3471
3459
|
"""
|
3472
|
-
(Updatable) Name of the
|
3460
|
+
(Updatable) Name of the day of the week.
|
3473
3461
|
"""
|
3474
3462
|
return pulumi.get(self, "name")
|
3475
3463
|
|
@@ -3497,7 +3485,7 @@ class AutonomousVmClusterMaintenanceWindowMonth(dict):
|
|
3497
3485
|
def __init__(__self__, *,
|
3498
3486
|
name: Optional[str] = None):
|
3499
3487
|
"""
|
3500
|
-
:param str name:
|
3488
|
+
:param str name: Name of the month of the year.
|
3501
3489
|
"""
|
3502
3490
|
if name is not None:
|
3503
3491
|
pulumi.set(__self__, "name", name)
|
@@ -3506,7 +3494,7 @@ class AutonomousVmClusterMaintenanceWindowMonth(dict):
|
|
3506
3494
|
@pulumi.getter
|
3507
3495
|
def name(self) -> Optional[str]:
|
3508
3496
|
"""
|
3509
|
-
|
3497
|
+
Name of the month of the year.
|
3510
3498
|
"""
|
3511
3499
|
return pulumi.get(self, "name")
|
3512
3500
|
|
@@ -3693,8 +3681,8 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
|
|
3693
3681
|
:param int lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
3694
3682
|
:param Sequence['CloudAutonomousVmClusterMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
3695
3683
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
3696
|
-
:param str preference:
|
3697
|
-
:param Sequence[int] weeks_of_months:
|
3684
|
+
:param str preference: The maintenance window scheduling preference.
|
3685
|
+
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
3698
3686
|
"""
|
3699
3687
|
if custom_action_timeout_in_mins is not None:
|
3700
3688
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -3788,7 +3776,7 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
|
|
3788
3776
|
@pulumi.getter
|
3789
3777
|
def preference(self) -> Optional[str]:
|
3790
3778
|
"""
|
3791
|
-
|
3779
|
+
The maintenance window scheduling preference.
|
3792
3780
|
"""
|
3793
3781
|
return pulumi.get(self, "preference")
|
3794
3782
|
|
@@ -3801,7 +3789,7 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
|
|
3801
3789
|
@pulumi.getter(name="weeksOfMonths")
|
3802
3790
|
def weeks_of_months(self) -> Optional[Sequence[int]]:
|
3803
3791
|
"""
|
3804
|
-
|
3792
|
+
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.
|
3805
3793
|
"""
|
3806
3794
|
return pulumi.get(self, "weeks_of_months")
|
3807
3795
|
|
@@ -4004,7 +3992,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsDaysOfWeek(dict):
|
|
4004
3992
|
def __init__(__self__, *,
|
4005
3993
|
name: str):
|
4006
3994
|
"""
|
4007
|
-
:param str name: Name of the
|
3995
|
+
:param str name: (Updatable) Name of the day of the week.
|
4008
3996
|
"""
|
4009
3997
|
pulumi.set(__self__, "name", name)
|
4010
3998
|
|
@@ -4012,7 +4000,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsDaysOfWeek(dict):
|
|
4012
4000
|
@pulumi.getter
|
4013
4001
|
def name(self) -> str:
|
4014
4002
|
"""
|
4015
|
-
Name of the
|
4003
|
+
(Updatable) Name of the day of the week.
|
4016
4004
|
"""
|
4017
4005
|
return pulumi.get(self, "name")
|
4018
4006
|
|
@@ -4022,7 +4010,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsMonth(dict):
|
|
4022
4010
|
def __init__(__self__, *,
|
4023
4011
|
name: str):
|
4024
4012
|
"""
|
4025
|
-
:param str name: Name of the month of the year.
|
4013
|
+
:param str name: (Updatable) Name of the month of the year.
|
4026
4014
|
"""
|
4027
4015
|
pulumi.set(__self__, "name", name)
|
4028
4016
|
|
@@ -4030,7 +4018,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsMonth(dict):
|
|
4030
4018
|
@pulumi.getter
|
4031
4019
|
def name(self) -> str:
|
4032
4020
|
"""
|
4033
|
-
Name of the month of the year.
|
4021
|
+
(Updatable) Name of the month of the year.
|
4034
4022
|
"""
|
4035
4023
|
return pulumi.get(self, "name")
|
4036
4024
|
|
@@ -4368,7 +4356,7 @@ class CloudExadataInfrastructureMaintenanceWindowDaysOfWeek(dict):
|
|
4368
4356
|
def __init__(__self__, *,
|
4369
4357
|
name: str):
|
4370
4358
|
"""
|
4371
|
-
:param str name: (Updatable) Name of the
|
4359
|
+
:param str name: (Updatable) Name of the day of the week.
|
4372
4360
|
"""
|
4373
4361
|
pulumi.set(__self__, "name", name)
|
4374
4362
|
|
@@ -4376,7 +4364,7 @@ class CloudExadataInfrastructureMaintenanceWindowDaysOfWeek(dict):
|
|
4376
4364
|
@pulumi.getter
|
4377
4365
|
def name(self) -> str:
|
4378
4366
|
"""
|
4379
|
-
(Updatable) Name of the
|
4367
|
+
(Updatable) Name of the day of the week.
|
4380
4368
|
"""
|
4381
4369
|
return pulumi.get(self, "name")
|
4382
4370
|
|
@@ -5428,13 +5416,13 @@ class DatabaseDbBackupConfig(dict):
|
|
5428
5416
|
recovery_window_in_days: Optional[int] = None,
|
5429
5417
|
run_immediate_full_backup: Optional[bool] = None):
|
5430
5418
|
"""
|
5431
|
-
:param bool auto_backup_enabled:
|
5432
|
-
:param str auto_backup_window:
|
5419
|
+
:param 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.
|
5420
|
+
:param 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`
|
5433
5421
|
:param 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.
|
5434
5422
|
:param 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`
|
5435
5423
|
:param 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.
|
5436
5424
|
:param Sequence['DatabaseDbBackupConfigBackupDestinationDetailArgs'] backup_destination_details: Backup destination details.
|
5437
|
-
:param int recovery_window_in_days:
|
5425
|
+
:param 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.
|
5438
5426
|
:param 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.
|
5439
5427
|
"""
|
5440
5428
|
if auto_backup_enabled is not None:
|
@@ -5458,7 +5446,7 @@ class DatabaseDbBackupConfig(dict):
|
|
5458
5446
|
@pulumi.getter(name="autoBackupEnabled")
|
5459
5447
|
def auto_backup_enabled(self) -> Optional[bool]:
|
5460
5448
|
"""
|
5461
|
-
|
5449
|
+
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.
|
5462
5450
|
"""
|
5463
5451
|
return pulumi.get(self, "auto_backup_enabled")
|
5464
5452
|
|
@@ -5466,7 +5454,7 @@ class DatabaseDbBackupConfig(dict):
|
|
5466
5454
|
@pulumi.getter(name="autoBackupWindow")
|
5467
5455
|
def auto_backup_window(self) -> Optional[str]:
|
5468
5456
|
"""
|
5469
|
-
|
5457
|
+
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`
|
5470
5458
|
"""
|
5471
5459
|
return pulumi.get(self, "auto_backup_window")
|
5472
5460
|
|
@@ -5506,7 +5494,7 @@ class DatabaseDbBackupConfig(dict):
|
|
5506
5494
|
@pulumi.getter(name="recoveryWindowInDays")
|
5507
5495
|
def recovery_window_in_days(self) -> Optional[int]:
|
5508
5496
|
"""
|
5509
|
-
|
5497
|
+
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.
|
5510
5498
|
"""
|
5511
5499
|
return pulumi.get(self, "recovery_window_in_days")
|
5512
5500
|
|
@@ -5547,7 +5535,7 @@ class DatabaseDbBackupConfigBackupDestinationDetail(dict):
|
|
5547
5535
|
vpc_user: Optional[str] = None):
|
5548
5536
|
"""
|
5549
5537
|
:param str dbrs_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
|
5550
|
-
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
5538
|
+
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
5551
5539
|
:param str type: Type of the database backup destination.
|
5552
5540
|
"""
|
5553
5541
|
if dbrs_policy_id is not None:
|
@@ -5571,7 +5559,7 @@ class DatabaseDbBackupConfigBackupDestinationDetail(dict):
|
|
5571
5559
|
@pulumi.getter
|
5572
5560
|
def id(self) -> Optional[str]:
|
5573
5561
|
"""
|
5574
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
5562
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
5575
5563
|
"""
|
5576
5564
|
return pulumi.get(self, "id")
|
5577
5565
|
|
@@ -6090,7 +6078,7 @@ class DbHomeDatabase(dict):
|
|
6090
6078
|
The database workload type.
|
6091
6079
|
:param 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).
|
6092
6080
|
:param 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"}`
|
6093
|
-
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
6081
|
+
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
|
6094
6082
|
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
6095
6083
|
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
6096
6084
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
@@ -6265,7 +6253,7 @@ class DbHomeDatabase(dict):
|
|
6265
6253
|
@pulumi.getter
|
6266
6254
|
def id(self) -> Optional[str]:
|
6267
6255
|
"""
|
6268
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
6256
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
|
6269
6257
|
"""
|
6270
6258
|
return pulumi.get(self, "id")
|
6271
6259
|
|
@@ -6741,10 +6729,10 @@ class DbSystemDbHome(dict):
|
|
6741
6729
|
:param str db_version: A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation.
|
6742
6730
|
|
6743
6731
|
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.
|
6744
|
-
:param Mapping[str, Any] defined_tags:
|
6745
|
-
:param str display_name: The user-
|
6746
|
-
:param Mapping[str, Any] freeform_tags:
|
6747
|
-
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
6732
|
+
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
6733
|
+
:param str display_name: The user-provided name of the Database Home.
|
6734
|
+
:param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
6735
|
+
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
6748
6736
|
:param 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.
|
6749
6737
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
6750
6738
|
:param str state: The current state of the DB system.
|
@@ -6818,7 +6806,7 @@ class DbSystemDbHome(dict):
|
|
6818
6806
|
@pulumi.getter(name="definedTags")
|
6819
6807
|
def defined_tags(self) -> Optional[Mapping[str, Any]]:
|
6820
6808
|
"""
|
6821
|
-
|
6809
|
+
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).
|
6822
6810
|
"""
|
6823
6811
|
return pulumi.get(self, "defined_tags")
|
6824
6812
|
|
@@ -6826,7 +6814,7 @@ class DbSystemDbHome(dict):
|
|
6826
6814
|
@pulumi.getter(name="displayName")
|
6827
6815
|
def display_name(self) -> Optional[str]:
|
6828
6816
|
"""
|
6829
|
-
The user-
|
6817
|
+
The user-provided name of the Database Home.
|
6830
6818
|
"""
|
6831
6819
|
return pulumi.get(self, "display_name")
|
6832
6820
|
|
@@ -6834,7 +6822,7 @@ class DbSystemDbHome(dict):
|
|
6834
6822
|
@pulumi.getter(name="freeformTags")
|
6835
6823
|
def freeform_tags(self) -> Optional[Mapping[str, Any]]:
|
6836
6824
|
"""
|
6837
|
-
|
6825
|
+
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"}`
|
6838
6826
|
"""
|
6839
6827
|
return pulumi.get(self, "freeform_tags")
|
6840
6828
|
|
@@ -6842,7 +6830,7 @@ class DbSystemDbHome(dict):
|
|
6842
6830
|
@pulumi.getter
|
6843
6831
|
def id(self) -> Optional[str]:
|
6844
6832
|
"""
|
6845
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
6833
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
6846
6834
|
"""
|
6847
6835
|
return pulumi.get(self, "id")
|
6848
6836
|
|
@@ -6979,7 +6967,7 @@ class DbSystemDbHomeDatabase(dict):
|
|
6979
6967
|
|
6980
6968
|
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
|
6981
6969
|
:param str database_id: The database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
6982
|
-
:param str database_software_image_id: The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
6970
|
+
:param str database_software_image_id: The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
6983
6971
|
:param '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).
|
6984
6972
|
:param str db_domain: The database domain. In a distributed database system, DB_DOMAIN specifies the logical location of the database within the network structure.
|
6985
6973
|
:param 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.
|
@@ -6988,7 +6976,7 @@ class DbSystemDbHomeDatabase(dict):
|
|
6988
6976
|
The database workload type.
|
6989
6977
|
:param 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).
|
6990
6978
|
:param 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"}`
|
6991
|
-
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
6979
|
+
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
6992
6980
|
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
6993
6981
|
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
6994
6982
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
@@ -7104,7 +7092,7 @@ class DbSystemDbHomeDatabase(dict):
|
|
7104
7092
|
@pulumi.getter(name="databaseSoftwareImageId")
|
7105
7093
|
def database_software_image_id(self) -> Optional[str]:
|
7106
7094
|
"""
|
7107
|
-
The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
7095
|
+
The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
7108
7096
|
"""
|
7109
7097
|
return pulumi.get(self, "database_software_image_id")
|
7110
7098
|
|
@@ -7167,7 +7155,7 @@ class DbSystemDbHomeDatabase(dict):
|
|
7167
7155
|
@pulumi.getter
|
7168
7156
|
def id(self) -> Optional[str]:
|
7169
7157
|
"""
|
7170
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
7158
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
7171
7159
|
"""
|
7172
7160
|
return pulumi.get(self, "id")
|
7173
7161
|
|
@@ -7650,7 +7638,7 @@ class DbSystemIormConfigCachDbPlan(dict):
|
|
7650
7638
|
flash_cache_limit: Optional[str] = None,
|
7651
7639
|
share: Optional[int] = None):
|
7652
7640
|
"""
|
7653
|
-
:param str db_name: The
|
7641
|
+
:param str db_name: The database name. For the default `DbPlan`, the `dbName` is `default`.
|
7654
7642
|
:param 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.
|
7655
7643
|
:param int share: The relative priority of this database.
|
7656
7644
|
"""
|
@@ -7665,7 +7653,7 @@ class DbSystemIormConfigCachDbPlan(dict):
|
|
7665
7653
|
@pulumi.getter(name="dbName")
|
7666
7654
|
def db_name(self) -> Optional[str]:
|
7667
7655
|
"""
|
7668
|
-
The
|
7656
|
+
The database name. For the default `DbPlan`, the `dbName` is `default`.
|
7669
7657
|
"""
|
7670
7658
|
return pulumi.get(self, "db_name")
|
7671
7659
|
|
@@ -7734,19 +7722,17 @@ class DbSystemMaintenanceWindow(dict):
|
|
7734
7722
|
skip_rus: Optional[Sequence[bool]] = None,
|
7735
7723
|
weeks_of_months: Optional[Sequence[int]] = None):
|
7736
7724
|
"""
|
7737
|
-
:param int custom_action_timeout_in_mins:
|
7738
|
-
:param Sequence['DbSystemMaintenanceWindowDaysOfWeekArgs'] days_of_weeks:
|
7739
|
-
:param Sequence[int] hours_of_days:
|
7725
|
+
:param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
|
7726
|
+
:param Sequence['DbSystemMaintenanceWindowDaysOfWeekArgs'] days_of_weeks: Days during the week when maintenance should be performed.
|
7727
|
+
:param Sequence[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
|
7740
7728
|
* 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
|
7741
|
-
:param bool is_custom_action_timeout_enabled:
|
7742
|
-
:param bool is_monthly_patching_enabled:
|
7743
|
-
:param int lead_time_in_weeks:
|
7744
|
-
:param Sequence['DbSystemMaintenanceWindowMonthArgs'] months:
|
7745
|
-
:param str patching_mode:
|
7746
|
-
|
7747
|
-
|
7748
|
-
:param str preference: (Updatable) The maintenance window scheduling preference.
|
7749
|
-
:param Sequence[int] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
7729
|
+
:param bool is_custom_action_timeout_enabled: If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
|
7730
|
+
:param bool is_monthly_patching_enabled: If true, enables the monthly patching option.
|
7731
|
+
:param int lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
7732
|
+
:param Sequence['DbSystemMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
7733
|
+
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
7734
|
+
:param str preference: The maintenance window scheduling preference.
|
7735
|
+
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
7750
7736
|
"""
|
7751
7737
|
if custom_action_timeout_in_mins is not None:
|
7752
7738
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -7775,7 +7761,7 @@ class DbSystemMaintenanceWindow(dict):
|
|
7775
7761
|
@pulumi.getter(name="customActionTimeoutInMins")
|
7776
7762
|
def custom_action_timeout_in_mins(self) -> Optional[int]:
|
7777
7763
|
"""
|
7778
|
-
|
7764
|
+
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).
|
7779
7765
|
"""
|
7780
7766
|
return pulumi.get(self, "custom_action_timeout_in_mins")
|
7781
7767
|
|
@@ -7783,7 +7769,7 @@ class DbSystemMaintenanceWindow(dict):
|
|
7783
7769
|
@pulumi.getter(name="daysOfWeeks")
|
7784
7770
|
def days_of_weeks(self) -> Optional[Sequence['outputs.DbSystemMaintenanceWindowDaysOfWeek']]:
|
7785
7771
|
"""
|
7786
|
-
|
7772
|
+
Days during the week when maintenance should be performed.
|
7787
7773
|
"""
|
7788
7774
|
return pulumi.get(self, "days_of_weeks")
|
7789
7775
|
|
@@ -7791,7 +7777,7 @@ class DbSystemMaintenanceWindow(dict):
|
|
7791
7777
|
@pulumi.getter(name="hoursOfDays")
|
7792
7778
|
def hours_of_days(self) -> Optional[Sequence[int]]:
|
7793
7779
|
"""
|
7794
|
-
|
7780
|
+
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
7795
7781
|
* 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
|
7796
7782
|
"""
|
7797
7783
|
return pulumi.get(self, "hours_of_days")
|
@@ -7800,7 +7786,7 @@ class DbSystemMaintenanceWindow(dict):
|
|
7800
7786
|
@pulumi.getter(name="isCustomActionTimeoutEnabled")
|
7801
7787
|
def is_custom_action_timeout_enabled(self) -> Optional[bool]:
|
7802
7788
|
"""
|
7803
|
-
|
7789
|
+
If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
|
7804
7790
|
"""
|
7805
7791
|
return pulumi.get(self, "is_custom_action_timeout_enabled")
|
7806
7792
|
|
@@ -7808,7 +7794,7 @@ class DbSystemMaintenanceWindow(dict):
|
|
7808
7794
|
@pulumi.getter(name="isMonthlyPatchingEnabled")
|
7809
7795
|
def is_monthly_patching_enabled(self) -> Optional[bool]:
|
7810
7796
|
"""
|
7811
|
-
|
7797
|
+
If true, enables the monthly patching option.
|
7812
7798
|
"""
|
7813
7799
|
return pulumi.get(self, "is_monthly_patching_enabled")
|
7814
7800
|
|
@@ -7816,7 +7802,7 @@ class DbSystemMaintenanceWindow(dict):
|
|
7816
7802
|
@pulumi.getter(name="leadTimeInWeeks")
|
7817
7803
|
def lead_time_in_weeks(self) -> Optional[int]:
|
7818
7804
|
"""
|
7819
|
-
|
7805
|
+
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.
|
7820
7806
|
"""
|
7821
7807
|
return pulumi.get(self, "lead_time_in_weeks")
|
7822
7808
|
|
@@ -7824,7 +7810,7 @@ class DbSystemMaintenanceWindow(dict):
|
|
7824
7810
|
@pulumi.getter
|
7825
7811
|
def months(self) -> Optional[Sequence['outputs.DbSystemMaintenanceWindowMonth']]:
|
7826
7812
|
"""
|
7827
|
-
|
7813
|
+
Months during the year when maintenance should be performed.
|
7828
7814
|
"""
|
7829
7815
|
return pulumi.get(self, "months")
|
7830
7816
|
|
@@ -7832,9 +7818,7 @@ class DbSystemMaintenanceWindow(dict):
|
|
7832
7818
|
@pulumi.getter(name="patchingMode")
|
7833
7819
|
def patching_mode(self) -> Optional[str]:
|
7834
7820
|
"""
|
7835
|
-
|
7836
|
-
|
7837
|
-
*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.
|
7821
|
+
Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
7838
7822
|
"""
|
7839
7823
|
return pulumi.get(self, "patching_mode")
|
7840
7824
|
|
@@ -7842,7 +7826,7 @@ class DbSystemMaintenanceWindow(dict):
|
|
7842
7826
|
@pulumi.getter
|
7843
7827
|
def preference(self) -> Optional[str]:
|
7844
7828
|
"""
|
7845
|
-
|
7829
|
+
The maintenance window scheduling preference.
|
7846
7830
|
"""
|
7847
7831
|
return pulumi.get(self, "preference")
|
7848
7832
|
|
@@ -7855,7 +7839,7 @@ class DbSystemMaintenanceWindow(dict):
|
|
7855
7839
|
@pulumi.getter(name="weeksOfMonths")
|
7856
7840
|
def weeks_of_months(self) -> Optional[Sequence[int]]:
|
7857
7841
|
"""
|
7858
|
-
|
7842
|
+
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.
|
7859
7843
|
"""
|
7860
7844
|
return pulumi.get(self, "weeks_of_months")
|
7861
7845
|
|
@@ -7865,7 +7849,7 @@ class DbSystemMaintenanceWindowDaysOfWeek(dict):
|
|
7865
7849
|
def __init__(__self__, *,
|
7866
7850
|
name: Optional[str] = None):
|
7867
7851
|
"""
|
7868
|
-
:param str name:
|
7852
|
+
:param str name: Name of the month of the year.
|
7869
7853
|
"""
|
7870
7854
|
if name is not None:
|
7871
7855
|
pulumi.set(__self__, "name", name)
|
@@ -7874,7 +7858,7 @@ class DbSystemMaintenanceWindowDaysOfWeek(dict):
|
|
7874
7858
|
@pulumi.getter
|
7875
7859
|
def name(self) -> Optional[str]:
|
7876
7860
|
"""
|
7877
|
-
|
7861
|
+
Name of the month of the year.
|
7878
7862
|
"""
|
7879
7863
|
return pulumi.get(self, "name")
|
7880
7864
|
|
@@ -8058,7 +8042,7 @@ class DbSystemMaintenanceWindowDetailsDaysOfWeek(dict):
|
|
8058
8042
|
def __init__(__self__, *,
|
8059
8043
|
name: Optional[str] = None):
|
8060
8044
|
"""
|
8061
|
-
:param str name: (Updatable) Name of the
|
8045
|
+
:param str name: (Updatable) Name of the day of the week.
|
8062
8046
|
"""
|
8063
8047
|
if name is not None:
|
8064
8048
|
pulumi.set(__self__, "name", name)
|
@@ -8067,7 +8051,7 @@ class DbSystemMaintenanceWindowDetailsDaysOfWeek(dict):
|
|
8067
8051
|
@pulumi.getter
|
8068
8052
|
def name(self) -> Optional[str]:
|
8069
8053
|
"""
|
8070
|
-
(Updatable) Name of the
|
8054
|
+
(Updatable) Name of the day of the week.
|
8071
8055
|
"""
|
8072
8056
|
return pulumi.get(self, "name")
|
8073
8057
|
|
@@ -8096,7 +8080,7 @@ class DbSystemMaintenanceWindowMonth(dict):
|
|
8096
8080
|
def __init__(__self__, *,
|
8097
8081
|
name: Optional[str] = None):
|
8098
8082
|
"""
|
8099
|
-
:param str name:
|
8083
|
+
:param str name: Name of the month of the year.
|
8100
8084
|
"""
|
8101
8085
|
if name is not None:
|
8102
8086
|
pulumi.set(__self__, "name", name)
|
@@ -8105,7 +8089,7 @@ class DbSystemMaintenanceWindowMonth(dict):
|
|
8105
8089
|
@pulumi.getter
|
8106
8090
|
def name(self) -> Optional[str]:
|
8107
8091
|
"""
|
8108
|
-
|
8092
|
+
Name of the month of the year.
|
8109
8093
|
"""
|
8110
8094
|
return pulumi.get(self, "name")
|
8111
8095
|
|
@@ -8742,7 +8726,7 @@ class ExadataInfrastructureContact(dict):
|
|
8742
8726
|
"""
|
8743
8727
|
:param str email: (Updatable) The email for the Exadata Infrastructure contact.
|
8744
8728
|
:param bool is_primary: (Updatable) If `true`, this Exadata Infrastructure contact is a primary contact. If `false`, this Exadata Infrastructure is a secondary contact.
|
8745
|
-
:param str name: (Updatable)
|
8729
|
+
:param str name: (Updatable) The name of the Exadata Infrastructure contact.
|
8746
8730
|
:param 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.
|
8747
8731
|
:param str phone_number: (Updatable) The phone number for the Exadata Infrastructure contact.
|
8748
8732
|
"""
|
@@ -8774,7 +8758,7 @@ class ExadataInfrastructureContact(dict):
|
|
8774
8758
|
@pulumi.getter
|
8775
8759
|
def name(self) -> str:
|
8776
8760
|
"""
|
8777
|
-
(Updatable)
|
8761
|
+
(Updatable) The name of the Exadata Infrastructure contact.
|
8778
8762
|
"""
|
8779
8763
|
return pulumi.get(self, "name")
|
8780
8764
|
|
@@ -8795,6 +8779,84 @@ class ExadataInfrastructureContact(dict):
|
|
8795
8779
|
return pulumi.get(self, "phone_number")
|
8796
8780
|
|
8797
8781
|
|
8782
|
+
@pulumi.output_type
|
8783
|
+
class ExadataInfrastructureDefinedFileSystemConfiguration(dict):
|
8784
|
+
@staticmethod
|
8785
|
+
def __key_warning(key: str):
|
8786
|
+
suggest = None
|
8787
|
+
if key == "isBackupPartition":
|
8788
|
+
suggest = "is_backup_partition"
|
8789
|
+
elif key == "isResizable":
|
8790
|
+
suggest = "is_resizable"
|
8791
|
+
elif key == "minSizeGb":
|
8792
|
+
suggest = "min_size_gb"
|
8793
|
+
elif key == "mountPoint":
|
8794
|
+
suggest = "mount_point"
|
8795
|
+
|
8796
|
+
if suggest:
|
8797
|
+
pulumi.log.warn(f"Key '{key}' not found in ExadataInfrastructureDefinedFileSystemConfiguration. Access the value via the '{suggest}' property getter instead.")
|
8798
|
+
|
8799
|
+
def __getitem__(self, key: str) -> Any:
|
8800
|
+
ExadataInfrastructureDefinedFileSystemConfiguration.__key_warning(key)
|
8801
|
+
return super().__getitem__(key)
|
8802
|
+
|
8803
|
+
def get(self, key: str, default = None) -> Any:
|
8804
|
+
ExadataInfrastructureDefinedFileSystemConfiguration.__key_warning(key)
|
8805
|
+
return super().get(key, default)
|
8806
|
+
|
8807
|
+
def __init__(__self__, *,
|
8808
|
+
is_backup_partition: Optional[bool] = None,
|
8809
|
+
is_resizable: Optional[bool] = None,
|
8810
|
+
min_size_gb: Optional[int] = None,
|
8811
|
+
mount_point: Optional[str] = None):
|
8812
|
+
"""
|
8813
|
+
:param bool is_backup_partition: If true, the file system is used to create a backup prior to Exadata VM OS update.
|
8814
|
+
:param bool is_resizable: If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
|
8815
|
+
:param int min_size_gb: The minimum size of file system.
|
8816
|
+
:param str mount_point: The mount point of file system.
|
8817
|
+
"""
|
8818
|
+
if is_backup_partition is not None:
|
8819
|
+
pulumi.set(__self__, "is_backup_partition", is_backup_partition)
|
8820
|
+
if is_resizable is not None:
|
8821
|
+
pulumi.set(__self__, "is_resizable", is_resizable)
|
8822
|
+
if min_size_gb is not None:
|
8823
|
+
pulumi.set(__self__, "min_size_gb", min_size_gb)
|
8824
|
+
if mount_point is not None:
|
8825
|
+
pulumi.set(__self__, "mount_point", mount_point)
|
8826
|
+
|
8827
|
+
@property
|
8828
|
+
@pulumi.getter(name="isBackupPartition")
|
8829
|
+
def is_backup_partition(self) -> Optional[bool]:
|
8830
|
+
"""
|
8831
|
+
If true, the file system is used to create a backup prior to Exadata VM OS update.
|
8832
|
+
"""
|
8833
|
+
return pulumi.get(self, "is_backup_partition")
|
8834
|
+
|
8835
|
+
@property
|
8836
|
+
@pulumi.getter(name="isResizable")
|
8837
|
+
def is_resizable(self) -> Optional[bool]:
|
8838
|
+
"""
|
8839
|
+
If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
|
8840
|
+
"""
|
8841
|
+
return pulumi.get(self, "is_resizable")
|
8842
|
+
|
8843
|
+
@property
|
8844
|
+
@pulumi.getter(name="minSizeGb")
|
8845
|
+
def min_size_gb(self) -> Optional[int]:
|
8846
|
+
"""
|
8847
|
+
The minimum size of file system.
|
8848
|
+
"""
|
8849
|
+
return pulumi.get(self, "min_size_gb")
|
8850
|
+
|
8851
|
+
@property
|
8852
|
+
@pulumi.getter(name="mountPoint")
|
8853
|
+
def mount_point(self) -> Optional[str]:
|
8854
|
+
"""
|
8855
|
+
The mount point of file system.
|
8856
|
+
"""
|
8857
|
+
return pulumi.get(self, "mount_point")
|
8858
|
+
|
8859
|
+
|
8798
8860
|
@pulumi.output_type
|
8799
8861
|
class ExadataInfrastructureMaintenanceWindow(dict):
|
8800
8862
|
@staticmethod
|
@@ -8974,7 +9036,7 @@ class ExadataInfrastructureMaintenanceWindowDaysOfWeek(dict):
|
|
8974
9036
|
def __init__(__self__, *,
|
8975
9037
|
name: str):
|
8976
9038
|
"""
|
8977
|
-
:param str name: (Updatable) Name of the
|
9039
|
+
:param str name: (Updatable) Name of the day of the week.
|
8978
9040
|
"""
|
8979
9041
|
pulumi.set(__self__, "name", name)
|
8980
9042
|
|
@@ -8982,7 +9044,7 @@ class ExadataInfrastructureMaintenanceWindowDaysOfWeek(dict):
|
|
8982
9044
|
@pulumi.getter
|
8983
9045
|
def name(self) -> str:
|
8984
9046
|
"""
|
8985
|
-
(Updatable) Name of the
|
9047
|
+
(Updatable) Name of the day of the week.
|
8986
9048
|
"""
|
8987
9049
|
return pulumi.get(self, "name")
|
8988
9050
|
|
@@ -10609,7 +10671,7 @@ class PluggableDatabaseRefreshableCloneConfig(dict):
|
|
10609
10671
|
def __init__(__self__, *,
|
10610
10672
|
is_refreshable_clone: Optional[bool] = None):
|
10611
10673
|
"""
|
10612
|
-
:param bool is_refreshable_clone: Indicates whether Pluggable Database is a refreshable clone.
|
10674
|
+
:param bool is_refreshable_clone: Indicates whether the Pluggable Database is a refreshable clone.
|
10613
10675
|
"""
|
10614
10676
|
if is_refreshable_clone is not None:
|
10615
10677
|
pulumi.set(__self__, "is_refreshable_clone", is_refreshable_clone)
|
@@ -10618,7 +10680,7 @@ class PluggableDatabaseRefreshableCloneConfig(dict):
|
|
10618
10680
|
@pulumi.getter(name="isRefreshableClone")
|
10619
10681
|
def is_refreshable_clone(self) -> Optional[bool]:
|
10620
10682
|
"""
|
10621
|
-
Indicates whether Pluggable Database is a refreshable clone.
|
10683
|
+
Indicates whether the Pluggable Database is a refreshable clone.
|
10622
10684
|
"""
|
10623
10685
|
return pulumi.get(self, "is_refreshable_clone")
|
10624
10686
|
|
@@ -11094,6 +11156,56 @@ class VmClusterAddVirtualNetworkDbServer(dict):
|
|
11094
11156
|
return pulumi.get(self, "db_server_id")
|
11095
11157
|
|
11096
11158
|
|
11159
|
+
@pulumi.output_type
|
11160
|
+
class VmClusterAddVirtualNetworkFileSystemConfigurationDetail(dict):
|
11161
|
+
@staticmethod
|
11162
|
+
def __key_warning(key: str):
|
11163
|
+
suggest = None
|
11164
|
+
if key == "fileSystemSizeGb":
|
11165
|
+
suggest = "file_system_size_gb"
|
11166
|
+
elif key == "mountPoint":
|
11167
|
+
suggest = "mount_point"
|
11168
|
+
|
11169
|
+
if suggest:
|
11170
|
+
pulumi.log.warn(f"Key '{key}' not found in VmClusterAddVirtualNetworkFileSystemConfigurationDetail. Access the value via the '{suggest}' property getter instead.")
|
11171
|
+
|
11172
|
+
def __getitem__(self, key: str) -> Any:
|
11173
|
+
VmClusterAddVirtualNetworkFileSystemConfigurationDetail.__key_warning(key)
|
11174
|
+
return super().__getitem__(key)
|
11175
|
+
|
11176
|
+
def get(self, key: str, default = None) -> Any:
|
11177
|
+
VmClusterAddVirtualNetworkFileSystemConfigurationDetail.__key_warning(key)
|
11178
|
+
return super().get(key, default)
|
11179
|
+
|
11180
|
+
def __init__(__self__, *,
|
11181
|
+
file_system_size_gb: Optional[int] = None,
|
11182
|
+
mount_point: Optional[str] = None):
|
11183
|
+
"""
|
11184
|
+
:param int file_system_size_gb: The file system size to be allocated in GBs.
|
11185
|
+
:param str mount_point: The mount point of file system.
|
11186
|
+
"""
|
11187
|
+
if file_system_size_gb is not None:
|
11188
|
+
pulumi.set(__self__, "file_system_size_gb", file_system_size_gb)
|
11189
|
+
if mount_point is not None:
|
11190
|
+
pulumi.set(__self__, "mount_point", mount_point)
|
11191
|
+
|
11192
|
+
@property
|
11193
|
+
@pulumi.getter(name="fileSystemSizeGb")
|
11194
|
+
def file_system_size_gb(self) -> Optional[int]:
|
11195
|
+
"""
|
11196
|
+
The file system size to be allocated in GBs.
|
11197
|
+
"""
|
11198
|
+
return pulumi.get(self, "file_system_size_gb")
|
11199
|
+
|
11200
|
+
@property
|
11201
|
+
@pulumi.getter(name="mountPoint")
|
11202
|
+
def mount_point(self) -> Optional[str]:
|
11203
|
+
"""
|
11204
|
+
The mount point of file system.
|
11205
|
+
"""
|
11206
|
+
return pulumi.get(self, "mount_point")
|
11207
|
+
|
11208
|
+
|
11097
11209
|
@pulumi.output_type
|
11098
11210
|
class VmClusterDataCollectionOptions(dict):
|
11099
11211
|
@staticmethod
|
@@ -11158,6 +11270,56 @@ class VmClusterDataCollectionOptions(dict):
|
|
11158
11270
|
return pulumi.get(self, "is_incident_logs_enabled")
|
11159
11271
|
|
11160
11272
|
|
11273
|
+
@pulumi.output_type
|
11274
|
+
class VmClusterFileSystemConfigurationDetail(dict):
|
11275
|
+
@staticmethod
|
11276
|
+
def __key_warning(key: str):
|
11277
|
+
suggest = None
|
11278
|
+
if key == "fileSystemSizeGb":
|
11279
|
+
suggest = "file_system_size_gb"
|
11280
|
+
elif key == "mountPoint":
|
11281
|
+
suggest = "mount_point"
|
11282
|
+
|
11283
|
+
if suggest:
|
11284
|
+
pulumi.log.warn(f"Key '{key}' not found in VmClusterFileSystemConfigurationDetail. Access the value via the '{suggest}' property getter instead.")
|
11285
|
+
|
11286
|
+
def __getitem__(self, key: str) -> Any:
|
11287
|
+
VmClusterFileSystemConfigurationDetail.__key_warning(key)
|
11288
|
+
return super().__getitem__(key)
|
11289
|
+
|
11290
|
+
def get(self, key: str, default = None) -> Any:
|
11291
|
+
VmClusterFileSystemConfigurationDetail.__key_warning(key)
|
11292
|
+
return super().get(key, default)
|
11293
|
+
|
11294
|
+
def __init__(__self__, *,
|
11295
|
+
file_system_size_gb: Optional[int] = None,
|
11296
|
+
mount_point: Optional[str] = None):
|
11297
|
+
"""
|
11298
|
+
:param int file_system_size_gb: (Updatable) The file system size to be allocated in GBs.
|
11299
|
+
:param str mount_point: (Updatable) The mount point of file system.
|
11300
|
+
"""
|
11301
|
+
if file_system_size_gb is not None:
|
11302
|
+
pulumi.set(__self__, "file_system_size_gb", file_system_size_gb)
|
11303
|
+
if mount_point is not None:
|
11304
|
+
pulumi.set(__self__, "mount_point", mount_point)
|
11305
|
+
|
11306
|
+
@property
|
11307
|
+
@pulumi.getter(name="fileSystemSizeGb")
|
11308
|
+
def file_system_size_gb(self) -> Optional[int]:
|
11309
|
+
"""
|
11310
|
+
(Updatable) The file system size to be allocated in GBs.
|
11311
|
+
"""
|
11312
|
+
return pulumi.get(self, "file_system_size_gb")
|
11313
|
+
|
11314
|
+
@property
|
11315
|
+
@pulumi.getter(name="mountPoint")
|
11316
|
+
def mount_point(self) -> Optional[str]:
|
11317
|
+
"""
|
11318
|
+
(Updatable) The mount point of file system.
|
11319
|
+
"""
|
11320
|
+
return pulumi.get(self, "mount_point")
|
11321
|
+
|
11322
|
+
|
11161
11323
|
@pulumi.output_type
|
11162
11324
|
class VmClusterNetworkDrScan(dict):
|
11163
11325
|
@staticmethod
|
@@ -11182,9 +11344,9 @@ class VmClusterNetworkDrScan(dict):
|
|
11182
11344
|
ips: Sequence[str],
|
11183
11345
|
scan_listener_port_tcp: int):
|
11184
11346
|
"""
|
11185
|
-
:param str hostname: (Updatable) The
|
11186
|
-
:param Sequence[str] ips: (Updatable) The list of SCAN IP addresses. Three addresses should be provided.
|
11187
|
-
:param int scan_listener_port_tcp: (Updatable) The SCAN TCPIP port. Default is 1521.
|
11347
|
+
:param str hostname: (Updatable) The Disaster recovery SCAN hostname.
|
11348
|
+
:param Sequence[str] ips: (Updatable) The list of Disaster recovery SCAN IP addresses. Three addresses should be provided.
|
11349
|
+
:param int scan_listener_port_tcp: (Updatable) The Disaster recovery SCAN TCPIP port. Default is 1521.
|
11188
11350
|
"""
|
11189
11351
|
pulumi.set(__self__, "hostname", hostname)
|
11190
11352
|
pulumi.set(__self__, "ips", ips)
|
@@ -11194,7 +11356,7 @@ class VmClusterNetworkDrScan(dict):
|
|
11194
11356
|
@pulumi.getter
|
11195
11357
|
def hostname(self) -> str:
|
11196
11358
|
"""
|
11197
|
-
(Updatable) The
|
11359
|
+
(Updatable) The Disaster recovery SCAN hostname.
|
11198
11360
|
"""
|
11199
11361
|
return pulumi.get(self, "hostname")
|
11200
11362
|
|
@@ -11202,7 +11364,7 @@ class VmClusterNetworkDrScan(dict):
|
|
11202
11364
|
@pulumi.getter
|
11203
11365
|
def ips(self) -> Sequence[str]:
|
11204
11366
|
"""
|
11205
|
-
(Updatable) The list of SCAN IP addresses. Three addresses should be provided.
|
11367
|
+
(Updatable) The list of Disaster recovery SCAN IP addresses. Three addresses should be provided.
|
11206
11368
|
"""
|
11207
11369
|
return pulumi.get(self, "ips")
|
11208
11370
|
|
@@ -11210,7 +11372,7 @@ class VmClusterNetworkDrScan(dict):
|
|
11210
11372
|
@pulumi.getter(name="scanListenerPortTcp")
|
11211
11373
|
def scan_listener_port_tcp(self) -> int:
|
11212
11374
|
"""
|
11213
|
-
(Updatable) The SCAN TCPIP port. Default is 1521.
|
11375
|
+
(Updatable) The Disaster recovery SCAN TCPIP port. Default is 1521.
|
11214
11376
|
"""
|
11215
11377
|
return pulumi.get(self, "scan_listener_port_tcp")
|
11216
11378
|
|
@@ -11243,7 +11405,7 @@ class VmClusterNetworkScan(dict):
|
|
11243
11405
|
scan_listener_port_tcp: Optional[int] = None,
|
11244
11406
|
scan_listener_port_tcp_ssl: Optional[int] = None):
|
11245
11407
|
"""
|
11246
|
-
:param str hostname: (Updatable) The
|
11408
|
+
:param str hostname: (Updatable) The SCAN hostname.
|
11247
11409
|
:param Sequence[str] ips: (Updatable) The list of SCAN IP addresses. Three addresses should be provided.
|
11248
11410
|
:param int port: (Updatable) **Deprecated.** This field is deprecated. You may use 'scanListenerPortTcp' to specify the port. The SCAN TCPIP port. Default is 1521.
|
11249
11411
|
:param int scan_listener_port_tcp: (Updatable) The SCAN TCPIP port. Default is 1521.
|
@@ -11262,7 +11424,7 @@ class VmClusterNetworkScan(dict):
|
|
11262
11424
|
@pulumi.getter
|
11263
11425
|
def hostname(self) -> str:
|
11264
11426
|
"""
|
11265
|
-
(Updatable) The
|
11427
|
+
(Updatable) The SCAN hostname.
|
11266
11428
|
"""
|
11267
11429
|
return pulumi.get(self, "hostname")
|
11268
11430
|
|
@@ -11330,16 +11492,12 @@ class VmClusterNetworkVmNetwork(dict):
|
|
11330
11492
|
netmask: Optional[str] = None,
|
11331
11493
|
vlan_id: Optional[str] = None):
|
11332
11494
|
"""
|
11333
|
-
:param str network_type:
|
11334
|
-
:param Sequence['VmClusterNetworkVmNetworkNodeArgs'] nodes:
|
11335
|
-
:param str domain_name:
|
11336
|
-
:param str gateway:
|
11337
|
-
:param str netmask:
|
11338
|
-
:param str vlan_id:
|
11339
|
-
|
11340
|
-
|
11341
|
-
** IMPORTANT **
|
11342
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
11495
|
+
:param str network_type: The network type.
|
11496
|
+
:param Sequence['VmClusterNetworkVmNetworkNodeArgs'] nodes: The list of node details.
|
11497
|
+
:param str domain_name: The network domain name.
|
11498
|
+
:param str gateway: The network gateway.
|
11499
|
+
:param str netmask: The network netmask.
|
11500
|
+
:param str vlan_id: The network VLAN ID.
|
11343
11501
|
"""
|
11344
11502
|
pulumi.set(__self__, "network_type", network_type)
|
11345
11503
|
pulumi.set(__self__, "nodes", nodes)
|
@@ -11356,7 +11514,7 @@ class VmClusterNetworkVmNetwork(dict):
|
|
11356
11514
|
@pulumi.getter(name="networkType")
|
11357
11515
|
def network_type(self) -> str:
|
11358
11516
|
"""
|
11359
|
-
|
11517
|
+
The network type.
|
11360
11518
|
"""
|
11361
11519
|
return pulumi.get(self, "network_type")
|
11362
11520
|
|
@@ -11364,7 +11522,7 @@ class VmClusterNetworkVmNetwork(dict):
|
|
11364
11522
|
@pulumi.getter
|
11365
11523
|
def nodes(self) -> Sequence['outputs.VmClusterNetworkVmNetworkNode']:
|
11366
11524
|
"""
|
11367
|
-
|
11525
|
+
The list of node details.
|
11368
11526
|
"""
|
11369
11527
|
return pulumi.get(self, "nodes")
|
11370
11528
|
|
@@ -11372,7 +11530,7 @@ class VmClusterNetworkVmNetwork(dict):
|
|
11372
11530
|
@pulumi.getter(name="domainName")
|
11373
11531
|
def domain_name(self) -> Optional[str]:
|
11374
11532
|
"""
|
11375
|
-
|
11533
|
+
The network domain name.
|
11376
11534
|
"""
|
11377
11535
|
return pulumi.get(self, "domain_name")
|
11378
11536
|
|
@@ -11380,7 +11538,7 @@ class VmClusterNetworkVmNetwork(dict):
|
|
11380
11538
|
@pulumi.getter
|
11381
11539
|
def gateway(self) -> Optional[str]:
|
11382
11540
|
"""
|
11383
|
-
|
11541
|
+
The network gateway.
|
11384
11542
|
"""
|
11385
11543
|
return pulumi.get(self, "gateway")
|
11386
11544
|
|
@@ -11388,7 +11546,7 @@ class VmClusterNetworkVmNetwork(dict):
|
|
11388
11546
|
@pulumi.getter
|
11389
11547
|
def netmask(self) -> Optional[str]:
|
11390
11548
|
"""
|
11391
|
-
|
11549
|
+
The network netmask.
|
11392
11550
|
"""
|
11393
11551
|
return pulumi.get(self, "netmask")
|
11394
11552
|
|
@@ -11396,11 +11554,7 @@ class VmClusterNetworkVmNetwork(dict):
|
|
11396
11554
|
@pulumi.getter(name="vlanId")
|
11397
11555
|
def vlan_id(self) -> Optional[str]:
|
11398
11556
|
"""
|
11399
|
-
|
11400
|
-
|
11401
|
-
|
11402
|
-
** IMPORTANT **
|
11403
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
11557
|
+
The network VLAN ID.
|
11404
11558
|
"""
|
11405
11559
|
return pulumi.get(self, "vlan_id")
|
11406
11560
|
|
@@ -11434,12 +11588,12 @@ class VmClusterNetworkVmNetworkNode(dict):
|
|
11434
11588
|
vip: Optional[str] = None,
|
11435
11589
|
vip_hostname: Optional[str] = None):
|
11436
11590
|
"""
|
11437
|
-
:param str hostname:
|
11438
|
-
:param str ip:
|
11439
|
-
:param str db_server_id:
|
11440
|
-
:param str state:
|
11441
|
-
:param str vip:
|
11442
|
-
:param str vip_hostname:
|
11591
|
+
:param str hostname: The node host name.
|
11592
|
+
:param str ip: The node IP address.
|
11593
|
+
:param str db_server_id: The Db server associated with the node.
|
11594
|
+
:param 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.
|
11595
|
+
:param str vip: The node virtual IP (VIP) address.
|
11596
|
+
:param str vip_hostname: The node virtual IP (VIP) host name.
|
11443
11597
|
"""
|
11444
11598
|
pulumi.set(__self__, "hostname", hostname)
|
11445
11599
|
pulumi.set(__self__, "ip", ip)
|
@@ -11456,7 +11610,7 @@ class VmClusterNetworkVmNetworkNode(dict):
|
|
11456
11610
|
@pulumi.getter
|
11457
11611
|
def hostname(self) -> str:
|
11458
11612
|
"""
|
11459
|
-
|
11613
|
+
The node host name.
|
11460
11614
|
"""
|
11461
11615
|
return pulumi.get(self, "hostname")
|
11462
11616
|
|
@@ -11464,7 +11618,7 @@ class VmClusterNetworkVmNetworkNode(dict):
|
|
11464
11618
|
@pulumi.getter
|
11465
11619
|
def ip(self) -> str:
|
11466
11620
|
"""
|
11467
|
-
|
11621
|
+
The node IP address.
|
11468
11622
|
"""
|
11469
11623
|
return pulumi.get(self, "ip")
|
11470
11624
|
|
@@ -11472,7 +11626,7 @@ class VmClusterNetworkVmNetworkNode(dict):
|
|
11472
11626
|
@pulumi.getter(name="dbServerId")
|
11473
11627
|
def db_server_id(self) -> Optional[str]:
|
11474
11628
|
"""
|
11475
|
-
|
11629
|
+
The Db server associated with the node.
|
11476
11630
|
"""
|
11477
11631
|
return pulumi.get(self, "db_server_id")
|
11478
11632
|
|
@@ -11480,7 +11634,7 @@ class VmClusterNetworkVmNetworkNode(dict):
|
|
11480
11634
|
@pulumi.getter
|
11481
11635
|
def state(self) -> Optional[str]:
|
11482
11636
|
"""
|
11483
|
-
|
11637
|
+
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.
|
11484
11638
|
"""
|
11485
11639
|
return pulumi.get(self, "state")
|
11486
11640
|
|
@@ -11488,7 +11642,7 @@ class VmClusterNetworkVmNetworkNode(dict):
|
|
11488
11642
|
@pulumi.getter
|
11489
11643
|
def vip(self) -> Optional[str]:
|
11490
11644
|
"""
|
11491
|
-
|
11645
|
+
The node virtual IP (VIP) address.
|
11492
11646
|
"""
|
11493
11647
|
return pulumi.get(self, "vip")
|
11494
11648
|
|
@@ -11496,7 +11650,7 @@ class VmClusterNetworkVmNetworkNode(dict):
|
|
11496
11650
|
@pulumi.getter(name="vipHostname")
|
11497
11651
|
def vip_hostname(self) -> Optional[str]:
|
11498
11652
|
"""
|
11499
|
-
|
11653
|
+
The node virtual IP (VIP) host name.
|
11500
11654
|
"""
|
11501
11655
|
return pulumi.get(self, "vip_hostname")
|
11502
11656
|
|
@@ -11600,6 +11754,56 @@ class VmClusterRemoveVirtualMachineDbServer(dict):
|
|
11600
11754
|
return pulumi.get(self, "db_server_id")
|
11601
11755
|
|
11602
11756
|
|
11757
|
+
@pulumi.output_type
|
11758
|
+
class VmClusterRemoveVirtualMachineFileSystemConfigurationDetail(dict):
|
11759
|
+
@staticmethod
|
11760
|
+
def __key_warning(key: str):
|
11761
|
+
suggest = None
|
11762
|
+
if key == "fileSystemSizeGb":
|
11763
|
+
suggest = "file_system_size_gb"
|
11764
|
+
elif key == "mountPoint":
|
11765
|
+
suggest = "mount_point"
|
11766
|
+
|
11767
|
+
if suggest:
|
11768
|
+
pulumi.log.warn(f"Key '{key}' not found in VmClusterRemoveVirtualMachineFileSystemConfigurationDetail. Access the value via the '{suggest}' property getter instead.")
|
11769
|
+
|
11770
|
+
def __getitem__(self, key: str) -> Any:
|
11771
|
+
VmClusterRemoveVirtualMachineFileSystemConfigurationDetail.__key_warning(key)
|
11772
|
+
return super().__getitem__(key)
|
11773
|
+
|
11774
|
+
def get(self, key: str, default = None) -> Any:
|
11775
|
+
VmClusterRemoveVirtualMachineFileSystemConfigurationDetail.__key_warning(key)
|
11776
|
+
return super().get(key, default)
|
11777
|
+
|
11778
|
+
def __init__(__self__, *,
|
11779
|
+
file_system_size_gb: Optional[int] = None,
|
11780
|
+
mount_point: Optional[str] = None):
|
11781
|
+
"""
|
11782
|
+
:param int file_system_size_gb: The file system size to be allocated in GBs.
|
11783
|
+
:param str mount_point: The mount point of file system.
|
11784
|
+
"""
|
11785
|
+
if file_system_size_gb is not None:
|
11786
|
+
pulumi.set(__self__, "file_system_size_gb", file_system_size_gb)
|
11787
|
+
if mount_point is not None:
|
11788
|
+
pulumi.set(__self__, "mount_point", mount_point)
|
11789
|
+
|
11790
|
+
@property
|
11791
|
+
@pulumi.getter(name="fileSystemSizeGb")
|
11792
|
+
def file_system_size_gb(self) -> Optional[int]:
|
11793
|
+
"""
|
11794
|
+
The file system size to be allocated in GBs.
|
11795
|
+
"""
|
11796
|
+
return pulumi.get(self, "file_system_size_gb")
|
11797
|
+
|
11798
|
+
@property
|
11799
|
+
@pulumi.getter(name="mountPoint")
|
11800
|
+
def mount_point(self) -> Optional[str]:
|
11801
|
+
"""
|
11802
|
+
The mount point of file system.
|
11803
|
+
"""
|
11804
|
+
return pulumi.get(self, "mount_point")
|
11805
|
+
|
11806
|
+
|
11603
11807
|
@pulumi.output_type
|
11604
11808
|
class GetApplicationVipsApplicationVipResult(dict):
|
11605
11809
|
def __init__(__self__, *,
|
@@ -35889,6 +36093,57 @@ class GetExadataInfrastructureContactResult(dict):
|
|
35889
36093
|
return pulumi.get(self, "phone_number")
|
35890
36094
|
|
35891
36095
|
|
36096
|
+
@pulumi.output_type
|
36097
|
+
class GetExadataInfrastructureDefinedFileSystemConfigurationResult(dict):
|
36098
|
+
def __init__(__self__, *,
|
36099
|
+
is_backup_partition: bool,
|
36100
|
+
is_resizable: bool,
|
36101
|
+
min_size_gb: int,
|
36102
|
+
mount_point: str):
|
36103
|
+
"""
|
36104
|
+
:param bool is_backup_partition: If true, the file system is used to create a backup prior to Exadata VM OS update.
|
36105
|
+
:param bool is_resizable: If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
|
36106
|
+
:param int min_size_gb: The minimum size of file system.
|
36107
|
+
:param str mount_point: The mount point of file system.
|
36108
|
+
"""
|
36109
|
+
pulumi.set(__self__, "is_backup_partition", is_backup_partition)
|
36110
|
+
pulumi.set(__self__, "is_resizable", is_resizable)
|
36111
|
+
pulumi.set(__self__, "min_size_gb", min_size_gb)
|
36112
|
+
pulumi.set(__self__, "mount_point", mount_point)
|
36113
|
+
|
36114
|
+
@property
|
36115
|
+
@pulumi.getter(name="isBackupPartition")
|
36116
|
+
def is_backup_partition(self) -> bool:
|
36117
|
+
"""
|
36118
|
+
If true, the file system is used to create a backup prior to Exadata VM OS update.
|
36119
|
+
"""
|
36120
|
+
return pulumi.get(self, "is_backup_partition")
|
36121
|
+
|
36122
|
+
@property
|
36123
|
+
@pulumi.getter(name="isResizable")
|
36124
|
+
def is_resizable(self) -> bool:
|
36125
|
+
"""
|
36126
|
+
If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
|
36127
|
+
"""
|
36128
|
+
return pulumi.get(self, "is_resizable")
|
36129
|
+
|
36130
|
+
@property
|
36131
|
+
@pulumi.getter(name="minSizeGb")
|
36132
|
+
def min_size_gb(self) -> int:
|
36133
|
+
"""
|
36134
|
+
The minimum size of file system.
|
36135
|
+
"""
|
36136
|
+
return pulumi.get(self, "min_size_gb")
|
36137
|
+
|
36138
|
+
@property
|
36139
|
+
@pulumi.getter(name="mountPoint")
|
36140
|
+
def mount_point(self) -> str:
|
36141
|
+
"""
|
36142
|
+
The mount point of file system.
|
36143
|
+
"""
|
36144
|
+
return pulumi.get(self, "mount_point")
|
36145
|
+
|
36146
|
+
|
35892
36147
|
@pulumi.output_type
|
35893
36148
|
class GetExadataInfrastructureMaintenanceWindowResult(dict):
|
35894
36149
|
def __init__(__self__, *,
|
@@ -36142,6 +36397,7 @@ class GetExadataInfrastructuresExadataInfrastructureResult(dict):
|
|
36142
36397
|
data_storage_size_in_tbs: float,
|
36143
36398
|
db_node_storage_size_in_gbs: int,
|
36144
36399
|
db_server_version: str,
|
36400
|
+
defined_file_system_configurations: Sequence['outputs.GetExadataInfrastructuresExadataInfrastructureDefinedFileSystemConfigurationResult'],
|
36145
36401
|
defined_tags: Mapping[str, Any],
|
36146
36402
|
display_name: str,
|
36147
36403
|
dns_servers: Sequence[str],
|
@@ -36189,6 +36445,7 @@ class GetExadataInfrastructuresExadataInfrastructureResult(dict):
|
|
36189
36445
|
:param float data_storage_size_in_tbs: Size, in terabytes, of the DATA disk group.
|
36190
36446
|
:param int db_node_storage_size_in_gbs: The local node storage allocated in GBs.
|
36191
36447
|
:param str db_server_version: The software version of the database servers (dom0) in the Exadata infrastructure.
|
36448
|
+
:param Sequence['GetExadataInfrastructuresExadataInfrastructureDefinedFileSystemConfigurationArgs'] defined_file_system_configurations: Details of the file system configuration of the Exadata infrastructure.
|
36192
36449
|
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
36193
36450
|
:param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
36194
36451
|
:param Sequence[str] dns_servers: The list of DNS server IP addresses. Maximum of 3 allowed.
|
@@ -36238,6 +36495,7 @@ class GetExadataInfrastructuresExadataInfrastructureResult(dict):
|
|
36238
36495
|
pulumi.set(__self__, "data_storage_size_in_tbs", data_storage_size_in_tbs)
|
36239
36496
|
pulumi.set(__self__, "db_node_storage_size_in_gbs", db_node_storage_size_in_gbs)
|
36240
36497
|
pulumi.set(__self__, "db_server_version", db_server_version)
|
36498
|
+
pulumi.set(__self__, "defined_file_system_configurations", defined_file_system_configurations)
|
36241
36499
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
36242
36500
|
pulumi.set(__self__, "display_name", display_name)
|
36243
36501
|
pulumi.set(__self__, "dns_servers", dns_servers)
|
@@ -36414,6 +36672,14 @@ class GetExadataInfrastructuresExadataInfrastructureResult(dict):
|
|
36414
36672
|
"""
|
36415
36673
|
return pulumi.get(self, "db_server_version")
|
36416
36674
|
|
36675
|
+
@property
|
36676
|
+
@pulumi.getter(name="definedFileSystemConfigurations")
|
36677
|
+
def defined_file_system_configurations(self) -> Sequence['outputs.GetExadataInfrastructuresExadataInfrastructureDefinedFileSystemConfigurationResult']:
|
36678
|
+
"""
|
36679
|
+
Details of the file system configuration of the Exadata infrastructure.
|
36680
|
+
"""
|
36681
|
+
return pulumi.get(self, "defined_file_system_configurations")
|
36682
|
+
|
36417
36683
|
@property
|
36418
36684
|
@pulumi.getter(name="definedTags")
|
36419
36685
|
def defined_tags(self) -> Mapping[str, Any]:
|
@@ -36709,6 +36975,57 @@ class GetExadataInfrastructuresExadataInfrastructureContactResult(dict):
|
|
36709
36975
|
return pulumi.get(self, "phone_number")
|
36710
36976
|
|
36711
36977
|
|
36978
|
+
@pulumi.output_type
|
36979
|
+
class GetExadataInfrastructuresExadataInfrastructureDefinedFileSystemConfigurationResult(dict):
|
36980
|
+
def __init__(__self__, *,
|
36981
|
+
is_backup_partition: bool,
|
36982
|
+
is_resizable: bool,
|
36983
|
+
min_size_gb: int,
|
36984
|
+
mount_point: str):
|
36985
|
+
"""
|
36986
|
+
:param bool is_backup_partition: If true, the file system is used to create a backup prior to Exadata VM OS update.
|
36987
|
+
:param bool is_resizable: If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
|
36988
|
+
:param int min_size_gb: The minimum size of file system.
|
36989
|
+
:param str mount_point: The mount point of file system.
|
36990
|
+
"""
|
36991
|
+
pulumi.set(__self__, "is_backup_partition", is_backup_partition)
|
36992
|
+
pulumi.set(__self__, "is_resizable", is_resizable)
|
36993
|
+
pulumi.set(__self__, "min_size_gb", min_size_gb)
|
36994
|
+
pulumi.set(__self__, "mount_point", mount_point)
|
36995
|
+
|
36996
|
+
@property
|
36997
|
+
@pulumi.getter(name="isBackupPartition")
|
36998
|
+
def is_backup_partition(self) -> bool:
|
36999
|
+
"""
|
37000
|
+
If true, the file system is used to create a backup prior to Exadata VM OS update.
|
37001
|
+
"""
|
37002
|
+
return pulumi.get(self, "is_backup_partition")
|
37003
|
+
|
37004
|
+
@property
|
37005
|
+
@pulumi.getter(name="isResizable")
|
37006
|
+
def is_resizable(self) -> bool:
|
37007
|
+
"""
|
37008
|
+
If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
|
37009
|
+
"""
|
37010
|
+
return pulumi.get(self, "is_resizable")
|
37011
|
+
|
37012
|
+
@property
|
37013
|
+
@pulumi.getter(name="minSizeGb")
|
37014
|
+
def min_size_gb(self) -> int:
|
37015
|
+
"""
|
37016
|
+
The minimum size of file system.
|
37017
|
+
"""
|
37018
|
+
return pulumi.get(self, "min_size_gb")
|
37019
|
+
|
37020
|
+
@property
|
37021
|
+
@pulumi.getter(name="mountPoint")
|
37022
|
+
def mount_point(self) -> str:
|
37023
|
+
"""
|
37024
|
+
The mount point of file system.
|
37025
|
+
"""
|
37026
|
+
return pulumi.get(self, "mount_point")
|
37027
|
+
|
37028
|
+
|
36712
37029
|
@pulumi.output_type
|
36713
37030
|
class GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowResult(dict):
|
36714
37031
|
def __init__(__self__, *,
|
@@ -40730,6 +41047,35 @@ class GetVmClusterDataCollectionOptionResult(dict):
|
|
40730
41047
|
return pulumi.get(self, "is_incident_logs_enabled")
|
40731
41048
|
|
40732
41049
|
|
41050
|
+
@pulumi.output_type
|
41051
|
+
class GetVmClusterFileSystemConfigurationDetailResult(dict):
|
41052
|
+
def __init__(__self__, *,
|
41053
|
+
file_system_size_gb: int,
|
41054
|
+
mount_point: str):
|
41055
|
+
"""
|
41056
|
+
:param int file_system_size_gb: The file system size to be allocated in GBs.
|
41057
|
+
:param str mount_point: The mount point of file system.
|
41058
|
+
"""
|
41059
|
+
pulumi.set(__self__, "file_system_size_gb", file_system_size_gb)
|
41060
|
+
pulumi.set(__self__, "mount_point", mount_point)
|
41061
|
+
|
41062
|
+
@property
|
41063
|
+
@pulumi.getter(name="fileSystemSizeGb")
|
41064
|
+
def file_system_size_gb(self) -> int:
|
41065
|
+
"""
|
41066
|
+
The file system size to be allocated in GBs.
|
41067
|
+
"""
|
41068
|
+
return pulumi.get(self, "file_system_size_gb")
|
41069
|
+
|
41070
|
+
@property
|
41071
|
+
@pulumi.getter(name="mountPoint")
|
41072
|
+
def mount_point(self) -> str:
|
41073
|
+
"""
|
41074
|
+
The mount point of file system.
|
41075
|
+
"""
|
41076
|
+
return pulumi.get(self, "mount_point")
|
41077
|
+
|
41078
|
+
|
40733
41079
|
@pulumi.output_type
|
40734
41080
|
class GetVmClusterNetworkDrScanResult(dict):
|
40735
41081
|
def __init__(__self__, *,
|
@@ -42301,6 +42647,7 @@ class GetVmClustersVmClusterResult(dict):
|
|
42301
42647
|
defined_tags: Mapping[str, Any],
|
42302
42648
|
display_name: str,
|
42303
42649
|
exadata_infrastructure_id: str,
|
42650
|
+
file_system_configuration_details: Sequence['outputs.GetVmClustersVmClusterFileSystemConfigurationDetailResult'],
|
42304
42651
|
freeform_tags: Mapping[str, Any],
|
42305
42652
|
gi_version: str,
|
42306
42653
|
id: str,
|
@@ -42331,6 +42678,7 @@ class GetVmClustersVmClusterResult(dict):
|
|
42331
42678
|
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
42332
42679
|
:param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
42333
42680
|
:param str exadata_infrastructure_id: If provided, filters the results for the given Exadata Infrastructure.
|
42681
|
+
:param Sequence['GetVmClustersVmClusterFileSystemConfigurationDetailArgs'] file_system_configuration_details: Details of the file system configuration of the VM cluster.
|
42334
42682
|
:param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
42335
42683
|
:param str gi_version: The Oracle Grid Infrastructure software version for the VM cluster.
|
42336
42684
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM cluster.
|
@@ -42360,6 +42708,7 @@ class GetVmClustersVmClusterResult(dict):
|
|
42360
42708
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
42361
42709
|
pulumi.set(__self__, "display_name", display_name)
|
42362
42710
|
pulumi.set(__self__, "exadata_infrastructure_id", exadata_infrastructure_id)
|
42711
|
+
pulumi.set(__self__, "file_system_configuration_details", file_system_configuration_details)
|
42363
42712
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
42364
42713
|
pulumi.set(__self__, "gi_version", gi_version)
|
42365
42714
|
pulumi.set(__self__, "id", id)
|
@@ -42472,6 +42821,14 @@ class GetVmClustersVmClusterResult(dict):
|
|
42472
42821
|
"""
|
42473
42822
|
return pulumi.get(self, "exadata_infrastructure_id")
|
42474
42823
|
|
42824
|
+
@property
|
42825
|
+
@pulumi.getter(name="fileSystemConfigurationDetails")
|
42826
|
+
def file_system_configuration_details(self) -> Sequence['outputs.GetVmClustersVmClusterFileSystemConfigurationDetailResult']:
|
42827
|
+
"""
|
42828
|
+
Details of the file system configuration of the VM cluster.
|
42829
|
+
"""
|
42830
|
+
return pulumi.get(self, "file_system_configuration_details")
|
42831
|
+
|
42475
42832
|
@property
|
42476
42833
|
@pulumi.getter(name="freeformTags")
|
42477
42834
|
def freeform_tags(self) -> Mapping[str, Any]:
|
@@ -42651,3 +43008,32 @@ class GetVmClustersVmClusterDataCollectionOptionResult(dict):
|
|
42651
43008
|
return pulumi.get(self, "is_incident_logs_enabled")
|
42652
43009
|
|
42653
43010
|
|
43011
|
+
@pulumi.output_type
|
43012
|
+
class GetVmClustersVmClusterFileSystemConfigurationDetailResult(dict):
|
43013
|
+
def __init__(__self__, *,
|
43014
|
+
file_system_size_gb: int,
|
43015
|
+
mount_point: str):
|
43016
|
+
"""
|
43017
|
+
:param int file_system_size_gb: The file system size to be allocated in GBs.
|
43018
|
+
:param str mount_point: The mount point of file system.
|
43019
|
+
"""
|
43020
|
+
pulumi.set(__self__, "file_system_size_gb", file_system_size_gb)
|
43021
|
+
pulumi.set(__self__, "mount_point", mount_point)
|
43022
|
+
|
43023
|
+
@property
|
43024
|
+
@pulumi.getter(name="fileSystemSizeGb")
|
43025
|
+
def file_system_size_gb(self) -> int:
|
43026
|
+
"""
|
43027
|
+
The file system size to be allocated in GBs.
|
43028
|
+
"""
|
43029
|
+
return pulumi.get(self, "file_system_size_gb")
|
43030
|
+
|
43031
|
+
@property
|
43032
|
+
@pulumi.getter(name="mountPoint")
|
43033
|
+
def mount_point(self) -> str:
|
43034
|
+
"""
|
43035
|
+
The mount point of file system.
|
43036
|
+
"""
|
43037
|
+
return pulumi.get(self, "mount_point")
|
43038
|
+
|
43039
|
+
|