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/_inputs.py
CHANGED
@@ -112,6 +112,7 @@ __all__ = [
|
|
112
112
|
'ExadataInfrastructureComputeMaintenanceWindowDaysOfWeekArgs',
|
113
113
|
'ExadataInfrastructureComputeMaintenanceWindowMonthArgs',
|
114
114
|
'ExadataInfrastructureContactArgs',
|
115
|
+
'ExadataInfrastructureDefinedFileSystemConfigurationArgs',
|
115
116
|
'ExadataInfrastructureMaintenanceWindowArgs',
|
116
117
|
'ExadataInfrastructureMaintenanceWindowDaysOfWeekArgs',
|
117
118
|
'ExadataInfrastructureMaintenanceWindowMonthArgs',
|
@@ -153,13 +154,16 @@ __all__ = [
|
|
153
154
|
'PluggableDatabasesRemoteCloneRefreshableCloneConfigArgs',
|
154
155
|
'VmClusterAddVirtualNetworkDataCollectionOptionArgs',
|
155
156
|
'VmClusterAddVirtualNetworkDbServerArgs',
|
157
|
+
'VmClusterAddVirtualNetworkFileSystemConfigurationDetailArgs',
|
156
158
|
'VmClusterDataCollectionOptionsArgs',
|
159
|
+
'VmClusterFileSystemConfigurationDetailArgs',
|
157
160
|
'VmClusterNetworkDrScanArgs',
|
158
161
|
'VmClusterNetworkScanArgs',
|
159
162
|
'VmClusterNetworkVmNetworkArgs',
|
160
163
|
'VmClusterNetworkVmNetworkNodeArgs',
|
161
164
|
'VmClusterRemoveVirtualMachineDataCollectionOptionArgs',
|
162
165
|
'VmClusterRemoveVirtualMachineDbServerArgs',
|
166
|
+
'VmClusterRemoveVirtualMachineFileSystemConfigurationDetailArgs',
|
163
167
|
'GetApplicationVipsFilterArgs',
|
164
168
|
'GetAutonomousCharacterSetsFilterArgs',
|
165
169
|
'GetAutonomousContainerDatabaseDataguardAssociationsFilterArgs',
|
@@ -234,8 +238,8 @@ class AutonomousContainerDatabaseBackupConfigArgs:
|
|
234
238
|
backup_destination_details: Optional[pulumi.Input['AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs']] = None,
|
235
239
|
recovery_window_in_days: Optional[pulumi.Input[int]] = None):
|
236
240
|
"""
|
237
|
-
:param pulumi.Input['AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs'] backup_destination_details: Backup destination details.
|
238
|
-
:param pulumi.Input[int] recovery_window_in_days: Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups. If the number of specified days is 0 then there will be no backups.
|
241
|
+
:param pulumi.Input['AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs'] backup_destination_details: (Updatable) Backup destination details.
|
242
|
+
:param pulumi.Input[int] recovery_window_in_days: (Updatable) Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups. If the number of specified days is 0 then there will be no backups.
|
239
243
|
"""
|
240
244
|
if backup_destination_details is not None:
|
241
245
|
pulumi.set(__self__, "backup_destination_details", backup_destination_details)
|
@@ -246,7 +250,7 @@ class AutonomousContainerDatabaseBackupConfigArgs:
|
|
246
250
|
@pulumi.getter(name="backupDestinationDetails")
|
247
251
|
def backup_destination_details(self) -> Optional[pulumi.Input['AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs']]:
|
248
252
|
"""
|
249
|
-
Backup destination details.
|
253
|
+
(Updatable) Backup destination details.
|
250
254
|
"""
|
251
255
|
return pulumi.get(self, "backup_destination_details")
|
252
256
|
|
@@ -258,7 +262,7 @@ class AutonomousContainerDatabaseBackupConfigArgs:
|
|
258
262
|
@pulumi.getter(name="recoveryWindowInDays")
|
259
263
|
def recovery_window_in_days(self) -> Optional[pulumi.Input[int]]:
|
260
264
|
"""
|
261
|
-
Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups. If the number of specified days is 0 then there will be no backups.
|
265
|
+
(Updatable) Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups. If the number of specified days is 0 then there will be no backups.
|
262
266
|
"""
|
263
267
|
return pulumi.get(self, "recovery_window_in_days")
|
264
268
|
|
@@ -276,11 +280,11 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs:
|
|
276
280
|
vpc_password: Optional[pulumi.Input[str]] = None,
|
277
281
|
vpc_user: Optional[pulumi.Input[str]] = None):
|
278
282
|
"""
|
279
|
-
:param pulumi.Input[str] type: Type of the database backup destination.
|
280
|
-
:param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
|
281
|
-
:param pulumi.Input[str] internet_proxy: Proxy URL to connect to object store.
|
282
|
-
:param pulumi.Input[str] vpc_password: For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
283
|
-
:param pulumi.Input[str] vpc_user: For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
283
|
+
:param pulumi.Input[str] type: (Updatable) Type of the database backup destination.
|
284
|
+
:param pulumi.Input[str] id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
|
285
|
+
:param pulumi.Input[str] internet_proxy: (Updatable) Proxy URL to connect to object store.
|
286
|
+
:param pulumi.Input[str] vpc_password: (Updatable) For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
287
|
+
:param pulumi.Input[str] vpc_user: (Updatable) For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
284
288
|
"""
|
285
289
|
pulumi.set(__self__, "type", type)
|
286
290
|
if id is not None:
|
@@ -296,7 +300,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs:
|
|
296
300
|
@pulumi.getter
|
297
301
|
def type(self) -> pulumi.Input[str]:
|
298
302
|
"""
|
299
|
-
Type of the database backup destination.
|
303
|
+
(Updatable) Type of the database backup destination.
|
300
304
|
"""
|
301
305
|
return pulumi.get(self, "type")
|
302
306
|
|
@@ -308,7 +312,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs:
|
|
308
312
|
@pulumi.getter
|
309
313
|
def id(self) -> Optional[pulumi.Input[str]]:
|
310
314
|
"""
|
311
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
|
315
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
|
312
316
|
"""
|
313
317
|
return pulumi.get(self, "id")
|
314
318
|
|
@@ -320,7 +324,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs:
|
|
320
324
|
@pulumi.getter(name="internetProxy")
|
321
325
|
def internet_proxy(self) -> Optional[pulumi.Input[str]]:
|
322
326
|
"""
|
323
|
-
Proxy URL to connect to object store.
|
327
|
+
(Updatable) Proxy URL to connect to object store.
|
324
328
|
"""
|
325
329
|
return pulumi.get(self, "internet_proxy")
|
326
330
|
|
@@ -332,7 +336,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs:
|
|
332
336
|
@pulumi.getter(name="vpcPassword")
|
333
337
|
def vpc_password(self) -> Optional[pulumi.Input[str]]:
|
334
338
|
"""
|
335
|
-
For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
339
|
+
(Updatable) For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
|
336
340
|
"""
|
337
341
|
return pulumi.get(self, "vpc_password")
|
338
342
|
|
@@ -344,7 +348,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs:
|
|
344
348
|
@pulumi.getter(name="vpcUser")
|
345
349
|
def vpc_user(self) -> Optional[pulumi.Input[str]]:
|
346
350
|
"""
|
347
|
-
For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
351
|
+
(Updatable) For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
|
348
352
|
"""
|
349
353
|
return pulumi.get(self, "vpc_user")
|
350
354
|
|
@@ -502,7 +506,7 @@ class AutonomousContainerDatabaseKeyHistoryEntryArgs:
|
|
502
506
|
time_activated: Optional[pulumi.Input[str]] = None,
|
503
507
|
vault_id: Optional[pulumi.Input[str]] = None):
|
504
508
|
"""
|
505
|
-
:param pulumi.Input[str] id: The [
|
509
|
+
:param pulumi.Input[str] id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
|
506
510
|
:param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
507
511
|
:param pulumi.Input[str] time_activated: The date and time the kms key activated.
|
508
512
|
:param pulumi.Input[str] vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
@@ -520,7 +524,7 @@ class AutonomousContainerDatabaseKeyHistoryEntryArgs:
|
|
520
524
|
@pulumi.getter
|
521
525
|
def id(self) -> Optional[pulumi.Input[str]]:
|
522
526
|
"""
|
523
|
-
The [
|
527
|
+
The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
|
524
528
|
"""
|
525
529
|
return pulumi.get(self, "id")
|
526
530
|
|
@@ -580,20 +584,17 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
580
584
|
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
581
585
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
582
586
|
"""
|
583
|
-
:param pulumi.Input[int] custom_action_timeout_in_mins:
|
584
|
-
:param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks:
|
585
|
-
:param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days:
|
587
|
+
:param pulumi.Input[int] custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
|
588
|
+
:param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks: Days during the week when maintenance should be performed.
|
589
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days: The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
586
590
|
* 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
|
587
|
-
:param pulumi.Input[bool] is_custom_action_timeout_enabled:
|
588
|
-
:param pulumi.Input[bool] is_monthly_patching_enabled:
|
589
|
-
:param pulumi.Input[int] lead_time_in_weeks:
|
590
|
-
:param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowMonthArgs']]] months:
|
591
|
-
:param pulumi.Input[str] patching_mode:
|
592
|
-
|
593
|
-
|
594
|
-
:param pulumi.Input[str] preference: (Updatable) The maintenance window scheduling preference.
|
595
|
-
:param pulumi.Input[Sequence[pulumi.Input[bool]]] skip_rus: (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
596
|
-
:param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
591
|
+
:param pulumi.Input[bool] is_custom_action_timeout_enabled: If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
|
592
|
+
:param pulumi.Input[bool] is_monthly_patching_enabled: If true, enables the monthly patching option.
|
593
|
+
:param pulumi.Input[int] lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
594
|
+
:param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowMonthArgs']]] months: Months during the year when maintenance should be performed.
|
595
|
+
:param pulumi.Input[str] patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
596
|
+
:param pulumi.Input[str] preference: The maintenance window scheduling preference.
|
597
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
597
598
|
"""
|
598
599
|
if custom_action_timeout_in_mins is not None:
|
599
600
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -622,7 +623,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
622
623
|
@pulumi.getter(name="customActionTimeoutInMins")
|
623
624
|
def custom_action_timeout_in_mins(self) -> Optional[pulumi.Input[int]]:
|
624
625
|
"""
|
625
|
-
|
626
|
+
Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
|
626
627
|
"""
|
627
628
|
return pulumi.get(self, "custom_action_timeout_in_mins")
|
628
629
|
|
@@ -634,7 +635,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
634
635
|
@pulumi.getter(name="daysOfWeeks")
|
635
636
|
def days_of_weeks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowDaysOfWeekArgs']]]]:
|
636
637
|
"""
|
637
|
-
|
638
|
+
Days during the week when maintenance should be performed.
|
638
639
|
"""
|
639
640
|
return pulumi.get(self, "days_of_weeks")
|
640
641
|
|
@@ -646,7 +647,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
646
647
|
@pulumi.getter(name="hoursOfDays")
|
647
648
|
def hours_of_days(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
648
649
|
"""
|
649
|
-
|
650
|
+
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
650
651
|
* 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
|
651
652
|
"""
|
652
653
|
return pulumi.get(self, "hours_of_days")
|
@@ -659,7 +660,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
659
660
|
@pulumi.getter(name="isCustomActionTimeoutEnabled")
|
660
661
|
def is_custom_action_timeout_enabled(self) -> Optional[pulumi.Input[bool]]:
|
661
662
|
"""
|
662
|
-
|
663
|
+
If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
|
663
664
|
"""
|
664
665
|
return pulumi.get(self, "is_custom_action_timeout_enabled")
|
665
666
|
|
@@ -671,7 +672,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
671
672
|
@pulumi.getter(name="isMonthlyPatchingEnabled")
|
672
673
|
def is_monthly_patching_enabled(self) -> Optional[pulumi.Input[bool]]:
|
673
674
|
"""
|
674
|
-
|
675
|
+
If true, enables the monthly patching option.
|
675
676
|
"""
|
676
677
|
return pulumi.get(self, "is_monthly_patching_enabled")
|
677
678
|
|
@@ -683,7 +684,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
683
684
|
@pulumi.getter(name="leadTimeInWeeks")
|
684
685
|
def lead_time_in_weeks(self) -> Optional[pulumi.Input[int]]:
|
685
686
|
"""
|
686
|
-
|
687
|
+
Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
687
688
|
"""
|
688
689
|
return pulumi.get(self, "lead_time_in_weeks")
|
689
690
|
|
@@ -695,7 +696,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
695
696
|
@pulumi.getter
|
696
697
|
def months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowMonthArgs']]]]:
|
697
698
|
"""
|
698
|
-
|
699
|
+
Months during the year when maintenance should be performed.
|
699
700
|
"""
|
700
701
|
return pulumi.get(self, "months")
|
701
702
|
|
@@ -707,9 +708,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
707
708
|
@pulumi.getter(name="patchingMode")
|
708
709
|
def patching_mode(self) -> Optional[pulumi.Input[str]]:
|
709
710
|
"""
|
710
|
-
|
711
|
-
|
712
|
-
*IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
|
711
|
+
Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
713
712
|
"""
|
714
713
|
return pulumi.get(self, "patching_mode")
|
715
714
|
|
@@ -721,7 +720,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
721
720
|
@pulumi.getter
|
722
721
|
def preference(self) -> Optional[pulumi.Input[str]]:
|
723
722
|
"""
|
724
|
-
|
723
|
+
The maintenance window scheduling preference.
|
725
724
|
"""
|
726
725
|
return pulumi.get(self, "preference")
|
727
726
|
|
@@ -732,9 +731,6 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
732
731
|
@property
|
733
732
|
@pulumi.getter(name="skipRus")
|
734
733
|
def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
|
735
|
-
"""
|
736
|
-
(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.
|
737
|
-
"""
|
738
734
|
return pulumi.get(self, "skip_rus")
|
739
735
|
|
740
736
|
@skip_rus.setter
|
@@ -745,7 +741,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
745
741
|
@pulumi.getter(name="weeksOfMonths")
|
746
742
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
747
743
|
"""
|
748
|
-
|
744
|
+
Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
749
745
|
"""
|
750
746
|
return pulumi.get(self, "weeks_of_months")
|
751
747
|
|
@@ -759,7 +755,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDaysOfWeekArgs:
|
|
759
755
|
def __init__(__self__, *,
|
760
756
|
name: Optional[pulumi.Input[str]] = None):
|
761
757
|
"""
|
762
|
-
:param pulumi.Input[str] name:
|
758
|
+
:param pulumi.Input[str] name: Name of the month of the year.
|
763
759
|
"""
|
764
760
|
if name is not None:
|
765
761
|
pulumi.set(__self__, "name", name)
|
@@ -768,7 +764,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDaysOfWeekArgs:
|
|
768
764
|
@pulumi.getter
|
769
765
|
def name(self) -> Optional[pulumi.Input[str]]:
|
770
766
|
"""
|
771
|
-
|
767
|
+
Name of the month of the year.
|
772
768
|
"""
|
773
769
|
return pulumi.get(self, "name")
|
774
770
|
|
@@ -971,7 +967,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDetailsDaysOfWeekArgs:
|
|
971
967
|
def __init__(__self__, *,
|
972
968
|
name: pulumi.Input[str]):
|
973
969
|
"""
|
974
|
-
:param pulumi.Input[str] name: (Updatable) Name of the
|
970
|
+
:param pulumi.Input[str] name: (Updatable) Name of the day of the week.
|
975
971
|
"""
|
976
972
|
pulumi.set(__self__, "name", name)
|
977
973
|
|
@@ -979,7 +975,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDetailsDaysOfWeekArgs:
|
|
979
975
|
@pulumi.getter
|
980
976
|
def name(self) -> pulumi.Input[str]:
|
981
977
|
"""
|
982
|
-
(Updatable) Name of the
|
978
|
+
(Updatable) Name of the day of the week.
|
983
979
|
"""
|
984
980
|
return pulumi.get(self, "name")
|
985
981
|
|
@@ -1015,7 +1011,7 @@ class AutonomousContainerDatabaseMaintenanceWindowMonthArgs:
|
|
1015
1011
|
def __init__(__self__, *,
|
1016
1012
|
name: Optional[pulumi.Input[str]] = None):
|
1017
1013
|
"""
|
1018
|
-
:param pulumi.Input[str] name:
|
1014
|
+
:param pulumi.Input[str] name: Name of the month of the year.
|
1019
1015
|
"""
|
1020
1016
|
if name is not None:
|
1021
1017
|
pulumi.set(__self__, "name", name)
|
@@ -1024,7 +1020,7 @@ class AutonomousContainerDatabaseMaintenanceWindowMonthArgs:
|
|
1024
1020
|
@pulumi.getter
|
1025
1021
|
def name(self) -> Optional[pulumi.Input[str]]:
|
1026
1022
|
"""
|
1027
|
-
|
1023
|
+
Name of the month of the year.
|
1028
1024
|
"""
|
1029
1025
|
return pulumi.get(self, "name")
|
1030
1026
|
|
@@ -1742,7 +1738,7 @@ class AutonomousDatabaseDbToolsDetailArgs:
|
|
1742
1738
|
is_enabled: Optional[pulumi.Input[bool]] = None,
|
1743
1739
|
max_idle_time_in_minutes: Optional[pulumi.Input[int]] = None):
|
1744
1740
|
"""
|
1745
|
-
:param pulumi.Input[str] name: (Updatable) Name of
|
1741
|
+
:param pulumi.Input[str] name: (Updatable) Name of database tool.
|
1746
1742
|
:param pulumi.Input[float] compute_count: (Updatable) Compute used by database tools.
|
1747
1743
|
:param pulumi.Input[bool] is_enabled: (Updatable) Indicates whether tool is enabled.
|
1748
1744
|
:param pulumi.Input[int] max_idle_time_in_minutes: (Updatable) The max idle time, in minutes, after which the VM used by database tools will be terminated.
|
@@ -1759,7 +1755,7 @@ class AutonomousDatabaseDbToolsDetailArgs:
|
|
1759
1755
|
@pulumi.getter
|
1760
1756
|
def name(self) -> pulumi.Input[str]:
|
1761
1757
|
"""
|
1762
|
-
(Updatable) Name of
|
1758
|
+
(Updatable) Name of database tool.
|
1763
1759
|
"""
|
1764
1760
|
return pulumi.get(self, "name")
|
1765
1761
|
|
@@ -1970,7 +1966,7 @@ class AutonomousDatabaseLongTermBackupScheduleArgs:
|
|
1970
1966
|
retention_period_in_days: Optional[pulumi.Input[int]] = None,
|
1971
1967
|
time_of_backup: Optional[pulumi.Input[str]] = None):
|
1972
1968
|
"""
|
1973
|
-
:param pulumi.Input[bool] is_disabled:
|
1969
|
+
:param pulumi.Input[bool] is_disabled: Indicates if the long-term backup schedule should be deleted. The default value is `FALSE`.
|
1974
1970
|
:param pulumi.Input[str] repeat_cadence: The frequency of the long-term backup schedule
|
1975
1971
|
:param pulumi.Input[int] retention_period_in_days: Retention period, in days, for long-term backups
|
1976
1972
|
:param pulumi.Input[str] time_of_backup: The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
|
@@ -1988,7 +1984,7 @@ class AutonomousDatabaseLongTermBackupScheduleArgs:
|
|
1988
1984
|
@pulumi.getter(name="isDisabled")
|
1989
1985
|
def is_disabled(self) -> Optional[pulumi.Input[bool]]:
|
1990
1986
|
"""
|
1991
|
-
|
1987
|
+
Indicates if the long-term backup schedule should be deleted. The default value is `FALSE`.
|
1992
1988
|
"""
|
1993
1989
|
return pulumi.get(self, "is_disabled")
|
1994
1990
|
|
@@ -2321,19 +2317,17 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2321
2317
|
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
2322
2318
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
2323
2319
|
"""
|
2324
|
-
:param pulumi.Input[int] custom_action_timeout_in_mins:
|
2325
|
-
:param pulumi.Input[Sequence[pulumi.Input['AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks:
|
2326
|
-
:param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days:
|
2320
|
+
:param pulumi.Input[int] custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
|
2321
|
+
:param pulumi.Input[Sequence[pulumi.Input['AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks: Days during the week when maintenance should be performed.
|
2322
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days: The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
2327
2323
|
* 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
|
2328
|
-
:param pulumi.Input[bool] is_custom_action_timeout_enabled:
|
2329
|
-
:param pulumi.Input[bool] is_monthly_patching_enabled:
|
2330
|
-
:param pulumi.Input[int] lead_time_in_weeks:
|
2331
|
-
:param pulumi.Input[Sequence[pulumi.Input['AutonomousExadataInfrastructureMaintenanceWindowMonthArgs']]] months:
|
2332
|
-
:param pulumi.Input[str] patching_mode:
|
2333
|
-
|
2334
|
-
|
2335
|
-
:param pulumi.Input[str] preference: (Updatable) The maintenance window scheduling preference.
|
2336
|
-
:param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
2324
|
+
:param pulumi.Input[bool] is_custom_action_timeout_enabled: If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
|
2325
|
+
:param pulumi.Input[bool] is_monthly_patching_enabled: If true, enables the monthly patching option.
|
2326
|
+
:param pulumi.Input[int] lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
2327
|
+
:param pulumi.Input[Sequence[pulumi.Input['AutonomousExadataInfrastructureMaintenanceWindowMonthArgs']]] months: Months during the year when maintenance should be performed.
|
2328
|
+
:param pulumi.Input[str] patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
2329
|
+
:param pulumi.Input[str] preference: The maintenance window scheduling preference.
|
2330
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
2337
2331
|
"""
|
2338
2332
|
if custom_action_timeout_in_mins is not None:
|
2339
2333
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -2362,7 +2356,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2362
2356
|
@pulumi.getter(name="customActionTimeoutInMins")
|
2363
2357
|
def custom_action_timeout_in_mins(self) -> Optional[pulumi.Input[int]]:
|
2364
2358
|
"""
|
2365
|
-
|
2359
|
+
Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
|
2366
2360
|
"""
|
2367
2361
|
return pulumi.get(self, "custom_action_timeout_in_mins")
|
2368
2362
|
|
@@ -2374,7 +2368,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2374
2368
|
@pulumi.getter(name="daysOfWeeks")
|
2375
2369
|
def days_of_weeks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekArgs']]]]:
|
2376
2370
|
"""
|
2377
|
-
|
2371
|
+
Days during the week when maintenance should be performed.
|
2378
2372
|
"""
|
2379
2373
|
return pulumi.get(self, "days_of_weeks")
|
2380
2374
|
|
@@ -2386,7 +2380,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2386
2380
|
@pulumi.getter(name="hoursOfDays")
|
2387
2381
|
def hours_of_days(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
2388
2382
|
"""
|
2389
|
-
|
2383
|
+
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
2390
2384
|
* 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
|
2391
2385
|
"""
|
2392
2386
|
return pulumi.get(self, "hours_of_days")
|
@@ -2399,7 +2393,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2399
2393
|
@pulumi.getter(name="isCustomActionTimeoutEnabled")
|
2400
2394
|
def is_custom_action_timeout_enabled(self) -> Optional[pulumi.Input[bool]]:
|
2401
2395
|
"""
|
2402
|
-
|
2396
|
+
If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
|
2403
2397
|
"""
|
2404
2398
|
return pulumi.get(self, "is_custom_action_timeout_enabled")
|
2405
2399
|
|
@@ -2411,7 +2405,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2411
2405
|
@pulumi.getter(name="isMonthlyPatchingEnabled")
|
2412
2406
|
def is_monthly_patching_enabled(self) -> Optional[pulumi.Input[bool]]:
|
2413
2407
|
"""
|
2414
|
-
|
2408
|
+
If true, enables the monthly patching option.
|
2415
2409
|
"""
|
2416
2410
|
return pulumi.get(self, "is_monthly_patching_enabled")
|
2417
2411
|
|
@@ -2423,7 +2417,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2423
2417
|
@pulumi.getter(name="leadTimeInWeeks")
|
2424
2418
|
def lead_time_in_weeks(self) -> Optional[pulumi.Input[int]]:
|
2425
2419
|
"""
|
2426
|
-
|
2420
|
+
Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
2427
2421
|
"""
|
2428
2422
|
return pulumi.get(self, "lead_time_in_weeks")
|
2429
2423
|
|
@@ -2435,7 +2429,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2435
2429
|
@pulumi.getter
|
2436
2430
|
def months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousExadataInfrastructureMaintenanceWindowMonthArgs']]]]:
|
2437
2431
|
"""
|
2438
|
-
|
2432
|
+
Months during the year when maintenance should be performed.
|
2439
2433
|
"""
|
2440
2434
|
return pulumi.get(self, "months")
|
2441
2435
|
|
@@ -2447,9 +2441,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2447
2441
|
@pulumi.getter(name="patchingMode")
|
2448
2442
|
def patching_mode(self) -> Optional[pulumi.Input[str]]:
|
2449
2443
|
"""
|
2450
|
-
|
2451
|
-
|
2452
|
-
*IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
|
2444
|
+
Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
2453
2445
|
"""
|
2454
2446
|
return pulumi.get(self, "patching_mode")
|
2455
2447
|
|
@@ -2461,7 +2453,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2461
2453
|
@pulumi.getter
|
2462
2454
|
def preference(self) -> Optional[pulumi.Input[str]]:
|
2463
2455
|
"""
|
2464
|
-
|
2456
|
+
The maintenance window scheduling preference.
|
2465
2457
|
"""
|
2466
2458
|
return pulumi.get(self, "preference")
|
2467
2459
|
|
@@ -2482,7 +2474,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
2482
2474
|
@pulumi.getter(name="weeksOfMonths")
|
2483
2475
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
2484
2476
|
"""
|
2485
|
-
|
2477
|
+
Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
2486
2478
|
"""
|
2487
2479
|
return pulumi.get(self, "weeks_of_months")
|
2488
2480
|
|
@@ -2496,7 +2488,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekArgs:
|
|
2496
2488
|
def __init__(__self__, *,
|
2497
2489
|
name: Optional[pulumi.Input[str]] = None):
|
2498
2490
|
"""
|
2499
|
-
:param pulumi.Input[str] name:
|
2491
|
+
:param pulumi.Input[str] name: Name of the month of the year.
|
2500
2492
|
"""
|
2501
2493
|
if name is not None:
|
2502
2494
|
pulumi.set(__self__, "name", name)
|
@@ -2505,7 +2497,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekArgs:
|
|
2505
2497
|
@pulumi.getter
|
2506
2498
|
def name(self) -> Optional[pulumi.Input[str]]:
|
2507
2499
|
"""
|
2508
|
-
|
2500
|
+
Name of the month of the year.
|
2509
2501
|
"""
|
2510
2502
|
return pulumi.get(self, "name")
|
2511
2503
|
|
@@ -2704,7 +2696,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeekArgs:
|
|
2704
2696
|
def __init__(__self__, *,
|
2705
2697
|
name: pulumi.Input[str]):
|
2706
2698
|
"""
|
2707
|
-
:param pulumi.Input[str] name: (Updatable) Name of the
|
2699
|
+
:param pulumi.Input[str] name: (Updatable) Name of the day of the week.
|
2708
2700
|
"""
|
2709
2701
|
pulumi.set(__self__, "name", name)
|
2710
2702
|
|
@@ -2712,7 +2704,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeekArgs:
|
|
2712
2704
|
@pulumi.getter
|
2713
2705
|
def name(self) -> pulumi.Input[str]:
|
2714
2706
|
"""
|
2715
|
-
(Updatable) Name of the
|
2707
|
+
(Updatable) Name of the day of the week.
|
2716
2708
|
"""
|
2717
2709
|
return pulumi.get(self, "name")
|
2718
2710
|
|
@@ -2748,7 +2740,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowMonthArgs:
|
|
2748
2740
|
def __init__(__self__, *,
|
2749
2741
|
name: Optional[pulumi.Input[str]] = None):
|
2750
2742
|
"""
|
2751
|
-
:param pulumi.Input[str] name:
|
2743
|
+
:param pulumi.Input[str] name: Name of the month of the year.
|
2752
2744
|
"""
|
2753
2745
|
if name is not None:
|
2754
2746
|
pulumi.set(__self__, "name", name)
|
@@ -2757,7 +2749,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowMonthArgs:
|
|
2757
2749
|
@pulumi.getter
|
2758
2750
|
def name(self) -> Optional[pulumi.Input[str]]:
|
2759
2751
|
"""
|
2760
|
-
|
2752
|
+
Name of the month of the year.
|
2761
2753
|
"""
|
2762
2754
|
return pulumi.get(self, "name")
|
2763
2755
|
|
@@ -2781,16 +2773,13 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
2781
2773
|
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
2782
2774
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
2783
2775
|
"""
|
2784
|
-
:param pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks:
|
2785
|
-
:param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days:
|
2776
|
+
:param pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks: Days during the week when maintenance should be performed.
|
2777
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days: The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
2786
2778
|
* 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
|
2787
|
-
:param pulumi.Input[int] lead_time_in_weeks:
|
2788
|
-
:param pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowMonthArgs']]] months:
|
2789
|
-
:param pulumi.Input[str]
|
2790
|
-
|
2791
|
-
*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.
|
2792
|
-
:param pulumi.Input[str] preference: (Updatable) The maintenance window scheduling preference.
|
2793
|
-
:param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
2779
|
+
:param pulumi.Input[int] lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
2780
|
+
:param pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowMonthArgs']]] months: Months during the year when maintenance should be performed.
|
2781
|
+
:param pulumi.Input[str] preference: The maintenance window scheduling preference.
|
2782
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
2794
2783
|
"""
|
2795
2784
|
if custom_action_timeout_in_mins is not None:
|
2796
2785
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -2828,7 +2817,7 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
2828
2817
|
@pulumi.getter(name="daysOfWeeks")
|
2829
2818
|
def days_of_weeks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowDaysOfWeekArgs']]]]:
|
2830
2819
|
"""
|
2831
|
-
|
2820
|
+
Days during the week when maintenance should be performed.
|
2832
2821
|
"""
|
2833
2822
|
return pulumi.get(self, "days_of_weeks")
|
2834
2823
|
|
@@ -2840,7 +2829,7 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
2840
2829
|
@pulumi.getter(name="hoursOfDays")
|
2841
2830
|
def hours_of_days(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
2842
2831
|
"""
|
2843
|
-
|
2832
|
+
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
2844
2833
|
* 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
|
2845
2834
|
"""
|
2846
2835
|
return pulumi.get(self, "hours_of_days")
|
@@ -2871,7 +2860,7 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
2871
2860
|
@pulumi.getter(name="leadTimeInWeeks")
|
2872
2861
|
def lead_time_in_weeks(self) -> Optional[pulumi.Input[int]]:
|
2873
2862
|
"""
|
2874
|
-
|
2863
|
+
Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
2875
2864
|
"""
|
2876
2865
|
return pulumi.get(self, "lead_time_in_weeks")
|
2877
2866
|
|
@@ -2883,7 +2872,7 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
2883
2872
|
@pulumi.getter
|
2884
2873
|
def months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowMonthArgs']]]]:
|
2885
2874
|
"""
|
2886
|
-
|
2875
|
+
Months during the year when maintenance should be performed.
|
2887
2876
|
"""
|
2888
2877
|
return pulumi.get(self, "months")
|
2889
2878
|
|
@@ -2894,11 +2883,6 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
2894
2883
|
@property
|
2895
2884
|
@pulumi.getter(name="patchingMode")
|
2896
2885
|
def patching_mode(self) -> Optional[pulumi.Input[str]]:
|
2897
|
-
"""
|
2898
|
-
(Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
2899
|
-
|
2900
|
-
*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.
|
2901
|
-
"""
|
2902
2886
|
return pulumi.get(self, "patching_mode")
|
2903
2887
|
|
2904
2888
|
@patching_mode.setter
|
@@ -2909,7 +2893,7 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
2909
2893
|
@pulumi.getter
|
2910
2894
|
def preference(self) -> Optional[pulumi.Input[str]]:
|
2911
2895
|
"""
|
2912
|
-
|
2896
|
+
The maintenance window scheduling preference.
|
2913
2897
|
"""
|
2914
2898
|
return pulumi.get(self, "preference")
|
2915
2899
|
|
@@ -2930,7 +2914,7 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
2930
2914
|
@pulumi.getter(name="weeksOfMonths")
|
2931
2915
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
2932
2916
|
"""
|
2933
|
-
|
2917
|
+
Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
2934
2918
|
"""
|
2935
2919
|
return pulumi.get(self, "weeks_of_months")
|
2936
2920
|
|
@@ -2944,7 +2928,7 @@ class AutonomousVmClusterMaintenanceWindowDaysOfWeekArgs:
|
|
2944
2928
|
def __init__(__self__, *,
|
2945
2929
|
name: Optional[pulumi.Input[str]] = None):
|
2946
2930
|
"""
|
2947
|
-
:param pulumi.Input[str] name:
|
2931
|
+
:param pulumi.Input[str] name: Name of the month of the year.
|
2948
2932
|
"""
|
2949
2933
|
if name is not None:
|
2950
2934
|
pulumi.set(__self__, "name", name)
|
@@ -2953,7 +2937,7 @@ class AutonomousVmClusterMaintenanceWindowDaysOfWeekArgs:
|
|
2953
2937
|
@pulumi.getter
|
2954
2938
|
def name(self) -> Optional[pulumi.Input[str]]:
|
2955
2939
|
"""
|
2956
|
-
|
2940
|
+
Name of the month of the year.
|
2957
2941
|
"""
|
2958
2942
|
return pulumi.get(self, "name")
|
2959
2943
|
|
@@ -3140,7 +3124,7 @@ class AutonomousVmClusterMaintenanceWindowDetailDaysOfWeekArgs:
|
|
3140
3124
|
def __init__(__self__, *,
|
3141
3125
|
name: pulumi.Input[str]):
|
3142
3126
|
"""
|
3143
|
-
:param pulumi.Input[str] name: (Updatable) Name of the
|
3127
|
+
:param pulumi.Input[str] name: (Updatable) Name of the day of the week.
|
3144
3128
|
"""
|
3145
3129
|
pulumi.set(__self__, "name", name)
|
3146
3130
|
|
@@ -3148,7 +3132,7 @@ class AutonomousVmClusterMaintenanceWindowDetailDaysOfWeekArgs:
|
|
3148
3132
|
@pulumi.getter
|
3149
3133
|
def name(self) -> pulumi.Input[str]:
|
3150
3134
|
"""
|
3151
|
-
(Updatable) Name of the
|
3135
|
+
(Updatable) Name of the day of the week.
|
3152
3136
|
"""
|
3153
3137
|
return pulumi.get(self, "name")
|
3154
3138
|
|
@@ -3184,7 +3168,7 @@ class AutonomousVmClusterMaintenanceWindowMonthArgs:
|
|
3184
3168
|
def __init__(__self__, *,
|
3185
3169
|
name: Optional[pulumi.Input[str]] = None):
|
3186
3170
|
"""
|
3187
|
-
:param pulumi.Input[str] name:
|
3171
|
+
:param pulumi.Input[str] name: Name of the month of the year.
|
3188
3172
|
"""
|
3189
3173
|
if name is not None:
|
3190
3174
|
pulumi.set(__self__, "name", name)
|
@@ -3193,7 +3177,7 @@ class AutonomousVmClusterMaintenanceWindowMonthArgs:
|
|
3193
3177
|
@pulumi.getter
|
3194
3178
|
def name(self) -> Optional[pulumi.Input[str]]:
|
3195
3179
|
"""
|
3196
|
-
|
3180
|
+
Name of the month of the year.
|
3197
3181
|
"""
|
3198
3182
|
return pulumi.get(self, "name")
|
3199
3183
|
|
@@ -3335,8 +3319,8 @@ class CloudAutonomousVmClusterMaintenanceWindowArgs:
|
|
3335
3319
|
:param pulumi.Input[int] lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
3336
3320
|
:param pulumi.Input[Sequence[pulumi.Input['CloudAutonomousVmClusterMaintenanceWindowMonthArgs']]] months: Months during the year when maintenance should be performed.
|
3337
3321
|
:param pulumi.Input[str] patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
3338
|
-
:param pulumi.Input[str] preference:
|
3339
|
-
:param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months:
|
3322
|
+
:param pulumi.Input[str] preference: The maintenance window scheduling preference.
|
3323
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
3340
3324
|
"""
|
3341
3325
|
if custom_action_timeout_in_mins is not None:
|
3342
3326
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -3462,7 +3446,7 @@ class CloudAutonomousVmClusterMaintenanceWindowArgs:
|
|
3462
3446
|
@pulumi.getter
|
3463
3447
|
def preference(self) -> Optional[pulumi.Input[str]]:
|
3464
3448
|
"""
|
3465
|
-
|
3449
|
+
The maintenance window scheduling preference.
|
3466
3450
|
"""
|
3467
3451
|
return pulumi.get(self, "preference")
|
3468
3452
|
|
@@ -3483,7 +3467,7 @@ class CloudAutonomousVmClusterMaintenanceWindowArgs:
|
|
3483
3467
|
@pulumi.getter(name="weeksOfMonths")
|
3484
3468
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
3485
3469
|
"""
|
3486
|
-
|
3470
|
+
Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
3487
3471
|
"""
|
3488
3472
|
return pulumi.get(self, "weeks_of_months")
|
3489
3473
|
|
@@ -3705,7 +3689,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsDaysOfWeekArgs:
|
|
3705
3689
|
def __init__(__self__, *,
|
3706
3690
|
name: pulumi.Input[str]):
|
3707
3691
|
"""
|
3708
|
-
:param pulumi.Input[str] name: Name of the
|
3692
|
+
:param pulumi.Input[str] name: (Updatable) Name of the day of the week.
|
3709
3693
|
"""
|
3710
3694
|
pulumi.set(__self__, "name", name)
|
3711
3695
|
|
@@ -3713,7 +3697,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsDaysOfWeekArgs:
|
|
3713
3697
|
@pulumi.getter
|
3714
3698
|
def name(self) -> pulumi.Input[str]:
|
3715
3699
|
"""
|
3716
|
-
Name of the
|
3700
|
+
(Updatable) Name of the day of the week.
|
3717
3701
|
"""
|
3718
3702
|
return pulumi.get(self, "name")
|
3719
3703
|
|
@@ -3727,7 +3711,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsMonthArgs:
|
|
3727
3711
|
def __init__(__self__, *,
|
3728
3712
|
name: pulumi.Input[str]):
|
3729
3713
|
"""
|
3730
|
-
:param pulumi.Input[str] name: Name of the month of the year.
|
3714
|
+
:param pulumi.Input[str] name: (Updatable) Name of the month of the year.
|
3731
3715
|
"""
|
3732
3716
|
pulumi.set(__self__, "name", name)
|
3733
3717
|
|
@@ -3735,7 +3719,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsMonthArgs:
|
|
3735
3719
|
@pulumi.getter
|
3736
3720
|
def name(self) -> pulumi.Input[str]:
|
3737
3721
|
"""
|
3738
|
-
Name of the month of the year.
|
3722
|
+
(Updatable) Name of the month of the year.
|
3739
3723
|
"""
|
3740
3724
|
return pulumi.get(self, "name")
|
3741
3725
|
|
@@ -4078,7 +4062,7 @@ class CloudExadataInfrastructureMaintenanceWindowDaysOfWeekArgs:
|
|
4078
4062
|
def __init__(__self__, *,
|
4079
4063
|
name: pulumi.Input[str]):
|
4080
4064
|
"""
|
4081
|
-
:param pulumi.Input[str] name: (Updatable) Name of the
|
4065
|
+
:param pulumi.Input[str] name: (Updatable) Name of the day of the week.
|
4082
4066
|
"""
|
4083
4067
|
pulumi.set(__self__, "name", name)
|
4084
4068
|
|
@@ -4086,7 +4070,7 @@ class CloudExadataInfrastructureMaintenanceWindowDaysOfWeekArgs:
|
|
4086
4070
|
@pulumi.getter
|
4087
4071
|
def name(self) -> pulumi.Input[str]:
|
4088
4072
|
"""
|
4089
|
-
(Updatable) Name of the
|
4073
|
+
(Updatable) Name of the day of the week.
|
4090
4074
|
"""
|
4091
4075
|
return pulumi.get(self, "name")
|
4092
4076
|
|
@@ -5070,13 +5054,13 @@ class DatabaseDbBackupConfigArgs:
|
|
5070
5054
|
recovery_window_in_days: Optional[pulumi.Input[int]] = None,
|
5071
5055
|
run_immediate_full_backup: Optional[pulumi.Input[bool]] = None):
|
5072
5056
|
"""
|
5073
|
-
:param pulumi.Input[bool] auto_backup_enabled:
|
5074
|
-
:param pulumi.Input[str] auto_backup_window:
|
5057
|
+
:param pulumi.Input[bool] auto_backup_enabled: If set to true, configures automatic backups. If you previously used RMAN or dbcli to configure backups and then you switch to using the Console or the API for backups, a new backup configuration is created and associated with your database. This means that you can no longer rely on your previously configured unmanaged backups to work.
|
5058
|
+
:param pulumi.Input[str] auto_backup_window: Time window selected for initiating automatic backup for the database system. There are twelve available two-hour time windows. If no option is selected, a start time between 12:00 AM to 7:00 AM in the region of the database is automatically chosen. For example, if the user selects SLOT_TWO from the enum list, the automatic backup job will start in between 2:00 AM (inclusive) to 4:00 AM (exclusive). Example: `SLOT_TWO`
|
5075
5059
|
:param pulumi.Input[str] auto_full_backup_day: Day of the week the full backup should be applied on the database system. If no option is selected, the value is null and we will default to Sunday.
|
5076
5060
|
:param pulumi.Input[str] auto_full_backup_window: Time window selected for initiating full backup for the database system. There are twelve available two-hour time windows. If no option is selected, the value is null and a start time between 12:00 AM to 7:00 AM in the region of the database is automatically chosen. For example, if the user selects SLOT_TWO from the enum list, the automatic backup job will start in between 2:00 AM (inclusive) to 4:00 AM (exclusive). Example: `SLOT_TWO`
|
5077
5061
|
:param pulumi.Input[str] backup_deletion_policy: This defines when the backups will be deleted. - IMMEDIATE option keep the backup for predefined time i.e 72 hours and then delete permanently... - RETAIN will keep the backups as per the policy defined for database backups.
|
5078
5062
|
:param pulumi.Input[Sequence[pulumi.Input['DatabaseDbBackupConfigBackupDestinationDetailArgs']]] backup_destination_details: Backup destination details.
|
5079
|
-
:param pulumi.Input[int] recovery_window_in_days:
|
5063
|
+
:param pulumi.Input[int] recovery_window_in_days: Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups only. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups.
|
5080
5064
|
:param pulumi.Input[bool] run_immediate_full_backup: If set to true, configures automatic full backups in the local region (the region of the DB system) for the first backup run immediately.
|
5081
5065
|
"""
|
5082
5066
|
if auto_backup_enabled is not None:
|
@@ -5100,7 +5084,7 @@ class DatabaseDbBackupConfigArgs:
|
|
5100
5084
|
@pulumi.getter(name="autoBackupEnabled")
|
5101
5085
|
def auto_backup_enabled(self) -> Optional[pulumi.Input[bool]]:
|
5102
5086
|
"""
|
5103
|
-
|
5087
|
+
If set to true, configures automatic backups. If you previously used RMAN or dbcli to configure backups and then you switch to using the Console or the API for backups, a new backup configuration is created and associated with your database. This means that you can no longer rely on your previously configured unmanaged backups to work.
|
5104
5088
|
"""
|
5105
5089
|
return pulumi.get(self, "auto_backup_enabled")
|
5106
5090
|
|
@@ -5112,7 +5096,7 @@ class DatabaseDbBackupConfigArgs:
|
|
5112
5096
|
@pulumi.getter(name="autoBackupWindow")
|
5113
5097
|
def auto_backup_window(self) -> Optional[pulumi.Input[str]]:
|
5114
5098
|
"""
|
5115
|
-
|
5099
|
+
Time window selected for initiating automatic backup for the database system. There are twelve available two-hour time windows. If no option is selected, a start time between 12:00 AM to 7:00 AM in the region of the database is automatically chosen. For example, if the user selects SLOT_TWO from the enum list, the automatic backup job will start in between 2:00 AM (inclusive) to 4:00 AM (exclusive). Example: `SLOT_TWO`
|
5116
5100
|
"""
|
5117
5101
|
return pulumi.get(self, "auto_backup_window")
|
5118
5102
|
|
@@ -5172,7 +5156,7 @@ class DatabaseDbBackupConfigArgs:
|
|
5172
5156
|
@pulumi.getter(name="recoveryWindowInDays")
|
5173
5157
|
def recovery_window_in_days(self) -> Optional[pulumi.Input[int]]:
|
5174
5158
|
"""
|
5175
|
-
|
5159
|
+
Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups only. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups.
|
5176
5160
|
"""
|
5177
5161
|
return pulumi.get(self, "recovery_window_in_days")
|
5178
5162
|
|
@@ -5202,7 +5186,7 @@ class DatabaseDbBackupConfigBackupDestinationDetailArgs:
|
|
5202
5186
|
vpc_user: Optional[pulumi.Input[str]] = None):
|
5203
5187
|
"""
|
5204
5188
|
:param pulumi.Input[str] dbrs_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
|
5205
|
-
:param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
5189
|
+
:param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
5206
5190
|
:param pulumi.Input[str] type: Type of the database backup destination.
|
5207
5191
|
"""
|
5208
5192
|
if dbrs_policy_id is not None:
|
@@ -5230,7 +5214,7 @@ class DatabaseDbBackupConfigBackupDestinationDetailArgs:
|
|
5230
5214
|
@pulumi.getter
|
5231
5215
|
def id(self) -> Optional[pulumi.Input[str]]:
|
5232
5216
|
"""
|
5233
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
5217
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
5234
5218
|
"""
|
5235
5219
|
return pulumi.get(self, "id")
|
5236
5220
|
|
@@ -5686,7 +5670,7 @@ class DbHomeDatabaseArgs:
|
|
5686
5670
|
The database workload type.
|
5687
5671
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
5688
5672
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
5689
|
-
:param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
5673
|
+
:param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
|
5690
5674
|
:param pulumi.Input[str] kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
5691
5675
|
:param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
5692
5676
|
:param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
|
@@ -5913,7 +5897,7 @@ class DbHomeDatabaseArgs:
|
|
5913
5897
|
@pulumi.getter
|
5914
5898
|
def id(self) -> Optional[pulumi.Input[str]]:
|
5915
5899
|
"""
|
5916
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
5900
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
|
5917
5901
|
"""
|
5918
5902
|
return pulumi.get(self, "id")
|
5919
5903
|
|
@@ -6388,10 +6372,10 @@ class DbSystemDbHomeArgs:
|
|
6388
6372
|
:param pulumi.Input[str] db_version: A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation.
|
6389
6373
|
|
6390
6374
|
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
|
6391
|
-
:param pulumi.Input[Mapping[str, Any]] defined_tags:
|
6392
|
-
:param pulumi.Input[str] display_name: The user-
|
6393
|
-
:param pulumi.Input[Mapping[str, Any]] freeform_tags:
|
6394
|
-
:param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
6375
|
+
:param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
6376
|
+
:param pulumi.Input[str] display_name: The user-provided name of the Database Home.
|
6377
|
+
:param pulumi.Input[Mapping[str, Any]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
6378
|
+
:param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
6395
6379
|
:param pulumi.Input[str] last_patch_history_entry_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last patch history. This value is updated as soon as a patch operation starts.
|
6396
6380
|
:param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
|
6397
6381
|
:param pulumi.Input[str] state: The current state of the DB system.
|
@@ -6485,7 +6469,7 @@ class DbSystemDbHomeArgs:
|
|
6485
6469
|
@pulumi.getter(name="definedTags")
|
6486
6470
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
6487
6471
|
"""
|
6488
|
-
|
6472
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
6489
6473
|
"""
|
6490
6474
|
return pulumi.get(self, "defined_tags")
|
6491
6475
|
|
@@ -6497,7 +6481,7 @@ class DbSystemDbHomeArgs:
|
|
6497
6481
|
@pulumi.getter(name="displayName")
|
6498
6482
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
6499
6483
|
"""
|
6500
|
-
The user-
|
6484
|
+
The user-provided name of the Database Home.
|
6501
6485
|
"""
|
6502
6486
|
return pulumi.get(self, "display_name")
|
6503
6487
|
|
@@ -6509,7 +6493,7 @@ class DbSystemDbHomeArgs:
|
|
6509
6493
|
@pulumi.getter(name="freeformTags")
|
6510
6494
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
6511
6495
|
"""
|
6512
|
-
|
6496
|
+
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
6513
6497
|
"""
|
6514
6498
|
return pulumi.get(self, "freeform_tags")
|
6515
6499
|
|
@@ -6521,7 +6505,7 @@ class DbSystemDbHomeArgs:
|
|
6521
6505
|
@pulumi.getter
|
6522
6506
|
def id(self) -> Optional[pulumi.Input[str]]:
|
6523
6507
|
"""
|
6524
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
6508
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
6525
6509
|
"""
|
6526
6510
|
return pulumi.get(self, "id")
|
6527
6511
|
|
@@ -6615,7 +6599,7 @@ class DbSystemDbHomeDatabaseArgs:
|
|
6615
6599
|
|
6616
6600
|
AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS
|
6617
6601
|
:param pulumi.Input[str] database_id: The database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
6618
|
-
:param pulumi.Input[str] database_software_image_id: The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
6602
|
+
:param pulumi.Input[str] database_software_image_id: The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
6619
6603
|
:param pulumi.Input['DbSystemDbHomeDatabaseDbBackupConfigArgs'] db_backup_config: (Updatable) Backup Options To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see [Getting Started with Policies](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm).
|
6620
6604
|
:param pulumi.Input[str] db_domain: The database domain. In a distributed database system, DB_DOMAIN specifies the logical location of the database within the network structure.
|
6621
6605
|
:param pulumi.Input[str] db_name: The display name of the database to be created from the backup. It must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.
|
@@ -6624,7 +6608,7 @@ class DbSystemDbHomeDatabaseArgs:
|
|
6624
6608
|
The database workload type.
|
6625
6609
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
6626
6610
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
6627
|
-
:param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
6611
|
+
:param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
6628
6612
|
:param pulumi.Input[str] kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
6629
6613
|
:param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
6630
6614
|
:param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
|
@@ -6764,7 +6748,7 @@ class DbSystemDbHomeDatabaseArgs:
|
|
6764
6748
|
@pulumi.getter(name="databaseSoftwareImageId")
|
6765
6749
|
def database_software_image_id(self) -> Optional[pulumi.Input[str]]:
|
6766
6750
|
"""
|
6767
|
-
The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
6751
|
+
The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
6768
6752
|
"""
|
6769
6753
|
return pulumi.get(self, "database_software_image_id")
|
6770
6754
|
|
@@ -6859,7 +6843,7 @@ class DbSystemDbHomeDatabaseArgs:
|
|
6859
6843
|
@pulumi.getter
|
6860
6844
|
def id(self) -> Optional[pulumi.Input[str]]:
|
6861
6845
|
"""
|
6862
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
6846
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
6863
6847
|
"""
|
6864
6848
|
return pulumi.get(self, "id")
|
6865
6849
|
|
@@ -7344,7 +7328,7 @@ class DbSystemIormConfigCachDbPlanArgs:
|
|
7344
7328
|
flash_cache_limit: Optional[pulumi.Input[str]] = None,
|
7345
7329
|
share: Optional[pulumi.Input[int]] = None):
|
7346
7330
|
"""
|
7347
|
-
:param pulumi.Input[str] db_name: The
|
7331
|
+
:param pulumi.Input[str] db_name: The database name. For the default `DbPlan`, the `dbName` is `default`.
|
7348
7332
|
:param pulumi.Input[str] flash_cache_limit: The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
|
7349
7333
|
:param pulumi.Input[int] share: The relative priority of this database.
|
7350
7334
|
"""
|
@@ -7359,7 +7343,7 @@ class DbSystemIormConfigCachDbPlanArgs:
|
|
7359
7343
|
@pulumi.getter(name="dbName")
|
7360
7344
|
def db_name(self) -> Optional[pulumi.Input[str]]:
|
7361
7345
|
"""
|
7362
|
-
The
|
7346
|
+
The database name. For the default `DbPlan`, the `dbName` is `default`.
|
7363
7347
|
"""
|
7364
7348
|
return pulumi.get(self, "db_name")
|
7365
7349
|
|
@@ -7407,19 +7391,17 @@ class DbSystemMaintenanceWindowArgs:
|
|
7407
7391
|
skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
|
7408
7392
|
weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
7409
7393
|
"""
|
7410
|
-
:param pulumi.Input[int] custom_action_timeout_in_mins:
|
7411
|
-
:param pulumi.Input[Sequence[pulumi.Input['DbSystemMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks:
|
7412
|
-
:param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days:
|
7394
|
+
:param pulumi.Input[int] custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
|
7395
|
+
:param pulumi.Input[Sequence[pulumi.Input['DbSystemMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks: Days during the week when maintenance should be performed.
|
7396
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days: The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
7413
7397
|
* 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
|
7414
|
-
:param pulumi.Input[bool] is_custom_action_timeout_enabled:
|
7415
|
-
:param pulumi.Input[bool] is_monthly_patching_enabled:
|
7416
|
-
:param pulumi.Input[int] lead_time_in_weeks:
|
7417
|
-
:param pulumi.Input[Sequence[pulumi.Input['DbSystemMaintenanceWindowMonthArgs']]] months:
|
7418
|
-
:param pulumi.Input[str] patching_mode:
|
7419
|
-
|
7420
|
-
|
7421
|
-
:param pulumi.Input[str] preference: (Updatable) The maintenance window scheduling preference.
|
7422
|
-
:param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
7398
|
+
:param pulumi.Input[bool] is_custom_action_timeout_enabled: If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
|
7399
|
+
:param pulumi.Input[bool] is_monthly_patching_enabled: If true, enables the monthly patching option.
|
7400
|
+
:param pulumi.Input[int] lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
7401
|
+
:param pulumi.Input[Sequence[pulumi.Input['DbSystemMaintenanceWindowMonthArgs']]] months: Months during the year when maintenance should be performed.
|
7402
|
+
:param pulumi.Input[str] patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
7403
|
+
:param pulumi.Input[str] preference: The maintenance window scheduling preference.
|
7404
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
7423
7405
|
"""
|
7424
7406
|
if custom_action_timeout_in_mins is not None:
|
7425
7407
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -7448,7 +7430,7 @@ class DbSystemMaintenanceWindowArgs:
|
|
7448
7430
|
@pulumi.getter(name="customActionTimeoutInMins")
|
7449
7431
|
def custom_action_timeout_in_mins(self) -> Optional[pulumi.Input[int]]:
|
7450
7432
|
"""
|
7451
|
-
|
7433
|
+
Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
|
7452
7434
|
"""
|
7453
7435
|
return pulumi.get(self, "custom_action_timeout_in_mins")
|
7454
7436
|
|
@@ -7460,7 +7442,7 @@ class DbSystemMaintenanceWindowArgs:
|
|
7460
7442
|
@pulumi.getter(name="daysOfWeeks")
|
7461
7443
|
def days_of_weeks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DbSystemMaintenanceWindowDaysOfWeekArgs']]]]:
|
7462
7444
|
"""
|
7463
|
-
|
7445
|
+
Days during the week when maintenance should be performed.
|
7464
7446
|
"""
|
7465
7447
|
return pulumi.get(self, "days_of_weeks")
|
7466
7448
|
|
@@ -7472,7 +7454,7 @@ class DbSystemMaintenanceWindowArgs:
|
|
7472
7454
|
@pulumi.getter(name="hoursOfDays")
|
7473
7455
|
def hours_of_days(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
7474
7456
|
"""
|
7475
|
-
|
7457
|
+
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
7476
7458
|
* 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
|
7477
7459
|
"""
|
7478
7460
|
return pulumi.get(self, "hours_of_days")
|
@@ -7485,7 +7467,7 @@ class DbSystemMaintenanceWindowArgs:
|
|
7485
7467
|
@pulumi.getter(name="isCustomActionTimeoutEnabled")
|
7486
7468
|
def is_custom_action_timeout_enabled(self) -> Optional[pulumi.Input[bool]]:
|
7487
7469
|
"""
|
7488
|
-
|
7470
|
+
If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
|
7489
7471
|
"""
|
7490
7472
|
return pulumi.get(self, "is_custom_action_timeout_enabled")
|
7491
7473
|
|
@@ -7497,7 +7479,7 @@ class DbSystemMaintenanceWindowArgs:
|
|
7497
7479
|
@pulumi.getter(name="isMonthlyPatchingEnabled")
|
7498
7480
|
def is_monthly_patching_enabled(self) -> Optional[pulumi.Input[bool]]:
|
7499
7481
|
"""
|
7500
|
-
|
7482
|
+
If true, enables the monthly patching option.
|
7501
7483
|
"""
|
7502
7484
|
return pulumi.get(self, "is_monthly_patching_enabled")
|
7503
7485
|
|
@@ -7509,7 +7491,7 @@ class DbSystemMaintenanceWindowArgs:
|
|
7509
7491
|
@pulumi.getter(name="leadTimeInWeeks")
|
7510
7492
|
def lead_time_in_weeks(self) -> Optional[pulumi.Input[int]]:
|
7511
7493
|
"""
|
7512
|
-
|
7494
|
+
Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
7513
7495
|
"""
|
7514
7496
|
return pulumi.get(self, "lead_time_in_weeks")
|
7515
7497
|
|
@@ -7521,7 +7503,7 @@ class DbSystemMaintenanceWindowArgs:
|
|
7521
7503
|
@pulumi.getter
|
7522
7504
|
def months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DbSystemMaintenanceWindowMonthArgs']]]]:
|
7523
7505
|
"""
|
7524
|
-
|
7506
|
+
Months during the year when maintenance should be performed.
|
7525
7507
|
"""
|
7526
7508
|
return pulumi.get(self, "months")
|
7527
7509
|
|
@@ -7533,9 +7515,7 @@ class DbSystemMaintenanceWindowArgs:
|
|
7533
7515
|
@pulumi.getter(name="patchingMode")
|
7534
7516
|
def patching_mode(self) -> Optional[pulumi.Input[str]]:
|
7535
7517
|
"""
|
7536
|
-
|
7537
|
-
|
7538
|
-
*IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
|
7518
|
+
Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
7539
7519
|
"""
|
7540
7520
|
return pulumi.get(self, "patching_mode")
|
7541
7521
|
|
@@ -7547,7 +7527,7 @@ class DbSystemMaintenanceWindowArgs:
|
|
7547
7527
|
@pulumi.getter
|
7548
7528
|
def preference(self) -> Optional[pulumi.Input[str]]:
|
7549
7529
|
"""
|
7550
|
-
|
7530
|
+
The maintenance window scheduling preference.
|
7551
7531
|
"""
|
7552
7532
|
return pulumi.get(self, "preference")
|
7553
7533
|
|
@@ -7568,7 +7548,7 @@ class DbSystemMaintenanceWindowArgs:
|
|
7568
7548
|
@pulumi.getter(name="weeksOfMonths")
|
7569
7549
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
7570
7550
|
"""
|
7571
|
-
|
7551
|
+
Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
7572
7552
|
"""
|
7573
7553
|
return pulumi.get(self, "weeks_of_months")
|
7574
7554
|
|
@@ -7582,7 +7562,7 @@ class DbSystemMaintenanceWindowDaysOfWeekArgs:
|
|
7582
7562
|
def __init__(__self__, *,
|
7583
7563
|
name: Optional[pulumi.Input[str]] = None):
|
7584
7564
|
"""
|
7585
|
-
:param pulumi.Input[str] name:
|
7565
|
+
:param pulumi.Input[str] name: Name of the month of the year.
|
7586
7566
|
"""
|
7587
7567
|
if name is not None:
|
7588
7568
|
pulumi.set(__self__, "name", name)
|
@@ -7591,7 +7571,7 @@ class DbSystemMaintenanceWindowDaysOfWeekArgs:
|
|
7591
7571
|
@pulumi.getter
|
7592
7572
|
def name(self) -> Optional[pulumi.Input[str]]:
|
7593
7573
|
"""
|
7594
|
-
|
7574
|
+
Name of the month of the year.
|
7595
7575
|
"""
|
7596
7576
|
return pulumi.get(self, "name")
|
7597
7577
|
|
@@ -7790,7 +7770,7 @@ class DbSystemMaintenanceWindowDetailsDaysOfWeekArgs:
|
|
7790
7770
|
def __init__(__self__, *,
|
7791
7771
|
name: Optional[pulumi.Input[str]] = None):
|
7792
7772
|
"""
|
7793
|
-
:param pulumi.Input[str] name: (Updatable) Name of the
|
7773
|
+
:param pulumi.Input[str] name: (Updatable) Name of the day of the week.
|
7794
7774
|
"""
|
7795
7775
|
if name is not None:
|
7796
7776
|
pulumi.set(__self__, "name", name)
|
@@ -7799,7 +7779,7 @@ class DbSystemMaintenanceWindowDetailsDaysOfWeekArgs:
|
|
7799
7779
|
@pulumi.getter
|
7800
7780
|
def name(self) -> Optional[pulumi.Input[str]]:
|
7801
7781
|
"""
|
7802
|
-
(Updatable) Name of the
|
7782
|
+
(Updatable) Name of the day of the week.
|
7803
7783
|
"""
|
7804
7784
|
return pulumi.get(self, "name")
|
7805
7785
|
|
@@ -7836,7 +7816,7 @@ class DbSystemMaintenanceWindowMonthArgs:
|
|
7836
7816
|
def __init__(__self__, *,
|
7837
7817
|
name: Optional[pulumi.Input[str]] = None):
|
7838
7818
|
"""
|
7839
|
-
:param pulumi.Input[str] name:
|
7819
|
+
:param pulumi.Input[str] name: Name of the month of the year.
|
7840
7820
|
"""
|
7841
7821
|
if name is not None:
|
7842
7822
|
pulumi.set(__self__, "name", name)
|
@@ -7845,7 +7825,7 @@ class DbSystemMaintenanceWindowMonthArgs:
|
|
7845
7825
|
@pulumi.getter
|
7846
7826
|
def name(self) -> Optional[pulumi.Input[str]]:
|
7847
7827
|
"""
|
7848
|
-
|
7828
|
+
Name of the month of the year.
|
7849
7829
|
"""
|
7850
7830
|
return pulumi.get(self, "name")
|
7851
7831
|
|
@@ -8467,7 +8447,7 @@ class ExadataInfrastructureContactArgs:
|
|
8467
8447
|
"""
|
8468
8448
|
:param pulumi.Input[str] email: (Updatable) The email for the Exadata Infrastructure contact.
|
8469
8449
|
:param pulumi.Input[bool] is_primary: (Updatable) If `true`, this Exadata Infrastructure contact is a primary contact. If `false`, this Exadata Infrastructure is a secondary contact.
|
8470
|
-
:param pulumi.Input[str] name: (Updatable)
|
8450
|
+
:param pulumi.Input[str] name: (Updatable) The name of the Exadata Infrastructure contact.
|
8471
8451
|
:param pulumi.Input[bool] is_contact_mos_validated: (Updatable) If `true`, this Exadata Infrastructure contact is a valid My Oracle Support (MOS) contact. If `false`, this Exadata Infrastructure contact is not a valid MOS contact.
|
8472
8452
|
:param pulumi.Input[str] phone_number: (Updatable) The phone number for the Exadata Infrastructure contact.
|
8473
8453
|
"""
|
@@ -8507,7 +8487,7 @@ class ExadataInfrastructureContactArgs:
|
|
8507
8487
|
@pulumi.getter
|
8508
8488
|
def name(self) -> pulumi.Input[str]:
|
8509
8489
|
"""
|
8510
|
-
(Updatable)
|
8490
|
+
(Updatable) The name of the Exadata Infrastructure contact.
|
8511
8491
|
"""
|
8512
8492
|
return pulumi.get(self, "name")
|
8513
8493
|
|
@@ -8540,6 +8520,77 @@ class ExadataInfrastructureContactArgs:
|
|
8540
8520
|
pulumi.set(self, "phone_number", value)
|
8541
8521
|
|
8542
8522
|
|
8523
|
+
@pulumi.input_type
|
8524
|
+
class ExadataInfrastructureDefinedFileSystemConfigurationArgs:
|
8525
|
+
def __init__(__self__, *,
|
8526
|
+
is_backup_partition: Optional[pulumi.Input[bool]] = None,
|
8527
|
+
is_resizable: Optional[pulumi.Input[bool]] = None,
|
8528
|
+
min_size_gb: Optional[pulumi.Input[int]] = None,
|
8529
|
+
mount_point: Optional[pulumi.Input[str]] = None):
|
8530
|
+
"""
|
8531
|
+
:param pulumi.Input[bool] is_backup_partition: If true, the file system is used to create a backup prior to Exadata VM OS update.
|
8532
|
+
:param pulumi.Input[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.
|
8533
|
+
:param pulumi.Input[int] min_size_gb: The minimum size of file system.
|
8534
|
+
:param pulumi.Input[str] mount_point: The mount point of file system.
|
8535
|
+
"""
|
8536
|
+
if is_backup_partition is not None:
|
8537
|
+
pulumi.set(__self__, "is_backup_partition", is_backup_partition)
|
8538
|
+
if is_resizable is not None:
|
8539
|
+
pulumi.set(__self__, "is_resizable", is_resizable)
|
8540
|
+
if min_size_gb is not None:
|
8541
|
+
pulumi.set(__self__, "min_size_gb", min_size_gb)
|
8542
|
+
if mount_point is not None:
|
8543
|
+
pulumi.set(__self__, "mount_point", mount_point)
|
8544
|
+
|
8545
|
+
@property
|
8546
|
+
@pulumi.getter(name="isBackupPartition")
|
8547
|
+
def is_backup_partition(self) -> Optional[pulumi.Input[bool]]:
|
8548
|
+
"""
|
8549
|
+
If true, the file system is used to create a backup prior to Exadata VM OS update.
|
8550
|
+
"""
|
8551
|
+
return pulumi.get(self, "is_backup_partition")
|
8552
|
+
|
8553
|
+
@is_backup_partition.setter
|
8554
|
+
def is_backup_partition(self, value: Optional[pulumi.Input[bool]]):
|
8555
|
+
pulumi.set(self, "is_backup_partition", value)
|
8556
|
+
|
8557
|
+
@property
|
8558
|
+
@pulumi.getter(name="isResizable")
|
8559
|
+
def is_resizable(self) -> Optional[pulumi.Input[bool]]:
|
8560
|
+
"""
|
8561
|
+
If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
|
8562
|
+
"""
|
8563
|
+
return pulumi.get(self, "is_resizable")
|
8564
|
+
|
8565
|
+
@is_resizable.setter
|
8566
|
+
def is_resizable(self, value: Optional[pulumi.Input[bool]]):
|
8567
|
+
pulumi.set(self, "is_resizable", value)
|
8568
|
+
|
8569
|
+
@property
|
8570
|
+
@pulumi.getter(name="minSizeGb")
|
8571
|
+
def min_size_gb(self) -> Optional[pulumi.Input[int]]:
|
8572
|
+
"""
|
8573
|
+
The minimum size of file system.
|
8574
|
+
"""
|
8575
|
+
return pulumi.get(self, "min_size_gb")
|
8576
|
+
|
8577
|
+
@min_size_gb.setter
|
8578
|
+
def min_size_gb(self, value: Optional[pulumi.Input[int]]):
|
8579
|
+
pulumi.set(self, "min_size_gb", value)
|
8580
|
+
|
8581
|
+
@property
|
8582
|
+
@pulumi.getter(name="mountPoint")
|
8583
|
+
def mount_point(self) -> Optional[pulumi.Input[str]]:
|
8584
|
+
"""
|
8585
|
+
The mount point of file system.
|
8586
|
+
"""
|
8587
|
+
return pulumi.get(self, "mount_point")
|
8588
|
+
|
8589
|
+
@mount_point.setter
|
8590
|
+
def mount_point(self, value: Optional[pulumi.Input[str]]):
|
8591
|
+
pulumi.set(self, "mount_point", value)
|
8592
|
+
|
8593
|
+
|
8543
8594
|
@pulumi.input_type
|
8544
8595
|
class ExadataInfrastructureMaintenanceWindowArgs:
|
8545
8596
|
def __init__(__self__, *,
|
@@ -8730,7 +8781,7 @@ class ExadataInfrastructureMaintenanceWindowDaysOfWeekArgs:
|
|
8730
8781
|
def __init__(__self__, *,
|
8731
8782
|
name: pulumi.Input[str]):
|
8732
8783
|
"""
|
8733
|
-
:param pulumi.Input[str] name: (Updatable) Name of the
|
8784
|
+
:param pulumi.Input[str] name: (Updatable) Name of the day of the week.
|
8734
8785
|
"""
|
8735
8786
|
pulumi.set(__self__, "name", name)
|
8736
8787
|
|
@@ -8738,7 +8789,7 @@ class ExadataInfrastructureMaintenanceWindowDaysOfWeekArgs:
|
|
8738
8789
|
@pulumi.getter
|
8739
8790
|
def name(self) -> pulumi.Input[str]:
|
8740
8791
|
"""
|
8741
|
-
(Updatable) Name of the
|
8792
|
+
(Updatable) Name of the day of the week.
|
8742
8793
|
"""
|
8743
8794
|
return pulumi.get(self, "name")
|
8744
8795
|
|
@@ -10188,7 +10239,7 @@ class PluggableDatabaseRefreshableCloneConfigArgs:
|
|
10188
10239
|
def __init__(__self__, *,
|
10189
10240
|
is_refreshable_clone: Optional[pulumi.Input[bool]] = None):
|
10190
10241
|
"""
|
10191
|
-
:param pulumi.Input[bool] is_refreshable_clone: Indicates whether Pluggable Database is a refreshable clone.
|
10242
|
+
:param pulumi.Input[bool] is_refreshable_clone: Indicates whether the Pluggable Database is a refreshable clone.
|
10192
10243
|
"""
|
10193
10244
|
if is_refreshable_clone is not None:
|
10194
10245
|
pulumi.set(__self__, "is_refreshable_clone", is_refreshable_clone)
|
@@ -10197,7 +10248,7 @@ class PluggableDatabaseRefreshableCloneConfigArgs:
|
|
10197
10248
|
@pulumi.getter(name="isRefreshableClone")
|
10198
10249
|
def is_refreshable_clone(self) -> Optional[pulumi.Input[bool]]:
|
10199
10250
|
"""
|
10200
|
-
Indicates whether Pluggable Database is a refreshable clone.
|
10251
|
+
Indicates whether the Pluggable Database is a refreshable clone.
|
10201
10252
|
"""
|
10202
10253
|
return pulumi.get(self, "is_refreshable_clone")
|
10203
10254
|
|
@@ -10563,6 +10614,45 @@ class VmClusterAddVirtualNetworkDbServerArgs:
|
|
10563
10614
|
pulumi.set(self, "db_server_id", value)
|
10564
10615
|
|
10565
10616
|
|
10617
|
+
@pulumi.input_type
|
10618
|
+
class VmClusterAddVirtualNetworkFileSystemConfigurationDetailArgs:
|
10619
|
+
def __init__(__self__, *,
|
10620
|
+
file_system_size_gb: Optional[pulumi.Input[int]] = None,
|
10621
|
+
mount_point: Optional[pulumi.Input[str]] = None):
|
10622
|
+
"""
|
10623
|
+
:param pulumi.Input[int] file_system_size_gb: The file system size to be allocated in GBs.
|
10624
|
+
:param pulumi.Input[str] mount_point: The mount point of file system.
|
10625
|
+
"""
|
10626
|
+
if file_system_size_gb is not None:
|
10627
|
+
pulumi.set(__self__, "file_system_size_gb", file_system_size_gb)
|
10628
|
+
if mount_point is not None:
|
10629
|
+
pulumi.set(__self__, "mount_point", mount_point)
|
10630
|
+
|
10631
|
+
@property
|
10632
|
+
@pulumi.getter(name="fileSystemSizeGb")
|
10633
|
+
def file_system_size_gb(self) -> Optional[pulumi.Input[int]]:
|
10634
|
+
"""
|
10635
|
+
The file system size to be allocated in GBs.
|
10636
|
+
"""
|
10637
|
+
return pulumi.get(self, "file_system_size_gb")
|
10638
|
+
|
10639
|
+
@file_system_size_gb.setter
|
10640
|
+
def file_system_size_gb(self, value: Optional[pulumi.Input[int]]):
|
10641
|
+
pulumi.set(self, "file_system_size_gb", value)
|
10642
|
+
|
10643
|
+
@property
|
10644
|
+
@pulumi.getter(name="mountPoint")
|
10645
|
+
def mount_point(self) -> Optional[pulumi.Input[str]]:
|
10646
|
+
"""
|
10647
|
+
The mount point of file system.
|
10648
|
+
"""
|
10649
|
+
return pulumi.get(self, "mount_point")
|
10650
|
+
|
10651
|
+
@mount_point.setter
|
10652
|
+
def mount_point(self, value: Optional[pulumi.Input[str]]):
|
10653
|
+
pulumi.set(self, "mount_point", value)
|
10654
|
+
|
10655
|
+
|
10566
10656
|
@pulumi.input_type
|
10567
10657
|
class VmClusterDataCollectionOptionsArgs:
|
10568
10658
|
def __init__(__self__, *,
|
@@ -10618,6 +10708,45 @@ class VmClusterDataCollectionOptionsArgs:
|
|
10618
10708
|
pulumi.set(self, "is_incident_logs_enabled", value)
|
10619
10709
|
|
10620
10710
|
|
10711
|
+
@pulumi.input_type
|
10712
|
+
class VmClusterFileSystemConfigurationDetailArgs:
|
10713
|
+
def __init__(__self__, *,
|
10714
|
+
file_system_size_gb: Optional[pulumi.Input[int]] = None,
|
10715
|
+
mount_point: Optional[pulumi.Input[str]] = None):
|
10716
|
+
"""
|
10717
|
+
:param pulumi.Input[int] file_system_size_gb: (Updatable) The file system size to be allocated in GBs.
|
10718
|
+
:param pulumi.Input[str] mount_point: (Updatable) The mount point of file system.
|
10719
|
+
"""
|
10720
|
+
if file_system_size_gb is not None:
|
10721
|
+
pulumi.set(__self__, "file_system_size_gb", file_system_size_gb)
|
10722
|
+
if mount_point is not None:
|
10723
|
+
pulumi.set(__self__, "mount_point", mount_point)
|
10724
|
+
|
10725
|
+
@property
|
10726
|
+
@pulumi.getter(name="fileSystemSizeGb")
|
10727
|
+
def file_system_size_gb(self) -> Optional[pulumi.Input[int]]:
|
10728
|
+
"""
|
10729
|
+
(Updatable) The file system size to be allocated in GBs.
|
10730
|
+
"""
|
10731
|
+
return pulumi.get(self, "file_system_size_gb")
|
10732
|
+
|
10733
|
+
@file_system_size_gb.setter
|
10734
|
+
def file_system_size_gb(self, value: Optional[pulumi.Input[int]]):
|
10735
|
+
pulumi.set(self, "file_system_size_gb", value)
|
10736
|
+
|
10737
|
+
@property
|
10738
|
+
@pulumi.getter(name="mountPoint")
|
10739
|
+
def mount_point(self) -> Optional[pulumi.Input[str]]:
|
10740
|
+
"""
|
10741
|
+
(Updatable) The mount point of file system.
|
10742
|
+
"""
|
10743
|
+
return pulumi.get(self, "mount_point")
|
10744
|
+
|
10745
|
+
@mount_point.setter
|
10746
|
+
def mount_point(self, value: Optional[pulumi.Input[str]]):
|
10747
|
+
pulumi.set(self, "mount_point", value)
|
10748
|
+
|
10749
|
+
|
10621
10750
|
@pulumi.input_type
|
10622
10751
|
class VmClusterNetworkDrScanArgs:
|
10623
10752
|
def __init__(__self__, *,
|
@@ -10625,9 +10754,9 @@ class VmClusterNetworkDrScanArgs:
|
|
10625
10754
|
ips: pulumi.Input[Sequence[pulumi.Input[str]]],
|
10626
10755
|
scan_listener_port_tcp: pulumi.Input[int]):
|
10627
10756
|
"""
|
10628
|
-
:param pulumi.Input[str] hostname: (Updatable) The
|
10629
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] ips: (Updatable) The list of SCAN IP addresses. Three addresses should be provided.
|
10630
|
-
:param pulumi.Input[int] scan_listener_port_tcp: (Updatable) The SCAN TCPIP port. Default is 1521.
|
10757
|
+
:param pulumi.Input[str] hostname: (Updatable) The Disaster recovery SCAN hostname.
|
10758
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] ips: (Updatable) The list of Disaster recovery SCAN IP addresses. Three addresses should be provided.
|
10759
|
+
:param pulumi.Input[int] scan_listener_port_tcp: (Updatable) The Disaster recovery SCAN TCPIP port. Default is 1521.
|
10631
10760
|
"""
|
10632
10761
|
pulumi.set(__self__, "hostname", hostname)
|
10633
10762
|
pulumi.set(__self__, "ips", ips)
|
@@ -10637,7 +10766,7 @@ class VmClusterNetworkDrScanArgs:
|
|
10637
10766
|
@pulumi.getter
|
10638
10767
|
def hostname(self) -> pulumi.Input[str]:
|
10639
10768
|
"""
|
10640
|
-
(Updatable) The
|
10769
|
+
(Updatable) The Disaster recovery SCAN hostname.
|
10641
10770
|
"""
|
10642
10771
|
return pulumi.get(self, "hostname")
|
10643
10772
|
|
@@ -10649,7 +10778,7 @@ class VmClusterNetworkDrScanArgs:
|
|
10649
10778
|
@pulumi.getter
|
10650
10779
|
def ips(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
10651
10780
|
"""
|
10652
|
-
(Updatable) The list of SCAN IP addresses. Three addresses should be provided.
|
10781
|
+
(Updatable) The list of Disaster recovery SCAN IP addresses. Three addresses should be provided.
|
10653
10782
|
"""
|
10654
10783
|
return pulumi.get(self, "ips")
|
10655
10784
|
|
@@ -10661,7 +10790,7 @@ class VmClusterNetworkDrScanArgs:
|
|
10661
10790
|
@pulumi.getter(name="scanListenerPortTcp")
|
10662
10791
|
def scan_listener_port_tcp(self) -> pulumi.Input[int]:
|
10663
10792
|
"""
|
10664
|
-
(Updatable) The SCAN TCPIP port. Default is 1521.
|
10793
|
+
(Updatable) The Disaster recovery SCAN TCPIP port. Default is 1521.
|
10665
10794
|
"""
|
10666
10795
|
return pulumi.get(self, "scan_listener_port_tcp")
|
10667
10796
|
|
@@ -10679,7 +10808,7 @@ class VmClusterNetworkScanArgs:
|
|
10679
10808
|
scan_listener_port_tcp: Optional[pulumi.Input[int]] = None,
|
10680
10809
|
scan_listener_port_tcp_ssl: Optional[pulumi.Input[int]] = None):
|
10681
10810
|
"""
|
10682
|
-
:param pulumi.Input[str] hostname: (Updatable) The
|
10811
|
+
:param pulumi.Input[str] hostname: (Updatable) The SCAN hostname.
|
10683
10812
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ips: (Updatable) The list of SCAN IP addresses. Three addresses should be provided.
|
10684
10813
|
:param pulumi.Input[int] port: (Updatable) **Deprecated.** This field is deprecated. You may use 'scanListenerPortTcp' to specify the port. The SCAN TCPIP port. Default is 1521.
|
10685
10814
|
:param pulumi.Input[int] scan_listener_port_tcp: (Updatable) The SCAN TCPIP port. Default is 1521.
|
@@ -10698,7 +10827,7 @@ class VmClusterNetworkScanArgs:
|
|
10698
10827
|
@pulumi.getter
|
10699
10828
|
def hostname(self) -> pulumi.Input[str]:
|
10700
10829
|
"""
|
10701
|
-
(Updatable) The
|
10830
|
+
(Updatable) The SCAN hostname.
|
10702
10831
|
"""
|
10703
10832
|
return pulumi.get(self, "hostname")
|
10704
10833
|
|
@@ -10765,16 +10894,12 @@ class VmClusterNetworkVmNetworkArgs:
|
|
10765
10894
|
netmask: Optional[pulumi.Input[str]] = None,
|
10766
10895
|
vlan_id: Optional[pulumi.Input[str]] = None):
|
10767
10896
|
"""
|
10768
|
-
:param pulumi.Input[str] network_type:
|
10769
|
-
:param pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkNodeArgs']]] nodes:
|
10770
|
-
:param pulumi.Input[str] domain_name:
|
10771
|
-
:param pulumi.Input[str] gateway:
|
10772
|
-
:param pulumi.Input[str] netmask:
|
10773
|
-
:param pulumi.Input[str] vlan_id:
|
10774
|
-
|
10775
|
-
|
10776
|
-
** IMPORTANT **
|
10777
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
10897
|
+
:param pulumi.Input[str] network_type: The network type.
|
10898
|
+
:param pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkNodeArgs']]] nodes: The list of node details.
|
10899
|
+
:param pulumi.Input[str] domain_name: The network domain name.
|
10900
|
+
:param pulumi.Input[str] gateway: The network gateway.
|
10901
|
+
:param pulumi.Input[str] netmask: The network netmask.
|
10902
|
+
:param pulumi.Input[str] vlan_id: The network VLAN ID.
|
10778
10903
|
"""
|
10779
10904
|
pulumi.set(__self__, "network_type", network_type)
|
10780
10905
|
pulumi.set(__self__, "nodes", nodes)
|
@@ -10791,7 +10916,7 @@ class VmClusterNetworkVmNetworkArgs:
|
|
10791
10916
|
@pulumi.getter(name="networkType")
|
10792
10917
|
def network_type(self) -> pulumi.Input[str]:
|
10793
10918
|
"""
|
10794
|
-
|
10919
|
+
The network type.
|
10795
10920
|
"""
|
10796
10921
|
return pulumi.get(self, "network_type")
|
10797
10922
|
|
@@ -10803,7 +10928,7 @@ class VmClusterNetworkVmNetworkArgs:
|
|
10803
10928
|
@pulumi.getter
|
10804
10929
|
def nodes(self) -> pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkNodeArgs']]]:
|
10805
10930
|
"""
|
10806
|
-
|
10931
|
+
The list of node details.
|
10807
10932
|
"""
|
10808
10933
|
return pulumi.get(self, "nodes")
|
10809
10934
|
|
@@ -10815,7 +10940,7 @@ class VmClusterNetworkVmNetworkArgs:
|
|
10815
10940
|
@pulumi.getter(name="domainName")
|
10816
10941
|
def domain_name(self) -> Optional[pulumi.Input[str]]:
|
10817
10942
|
"""
|
10818
|
-
|
10943
|
+
The network domain name.
|
10819
10944
|
"""
|
10820
10945
|
return pulumi.get(self, "domain_name")
|
10821
10946
|
|
@@ -10827,7 +10952,7 @@ class VmClusterNetworkVmNetworkArgs:
|
|
10827
10952
|
@pulumi.getter
|
10828
10953
|
def gateway(self) -> Optional[pulumi.Input[str]]:
|
10829
10954
|
"""
|
10830
|
-
|
10955
|
+
The network gateway.
|
10831
10956
|
"""
|
10832
10957
|
return pulumi.get(self, "gateway")
|
10833
10958
|
|
@@ -10839,7 +10964,7 @@ class VmClusterNetworkVmNetworkArgs:
|
|
10839
10964
|
@pulumi.getter
|
10840
10965
|
def netmask(self) -> Optional[pulumi.Input[str]]:
|
10841
10966
|
"""
|
10842
|
-
|
10967
|
+
The network netmask.
|
10843
10968
|
"""
|
10844
10969
|
return pulumi.get(self, "netmask")
|
10845
10970
|
|
@@ -10851,11 +10976,7 @@ class VmClusterNetworkVmNetworkArgs:
|
|
10851
10976
|
@pulumi.getter(name="vlanId")
|
10852
10977
|
def vlan_id(self) -> Optional[pulumi.Input[str]]:
|
10853
10978
|
"""
|
10854
|
-
|
10855
|
-
|
10856
|
-
|
10857
|
-
** IMPORTANT **
|
10858
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
10979
|
+
The network VLAN ID.
|
10859
10980
|
"""
|
10860
10981
|
return pulumi.get(self, "vlan_id")
|
10861
10982
|
|
@@ -10874,12 +10995,12 @@ class VmClusterNetworkVmNetworkNodeArgs:
|
|
10874
10995
|
vip: Optional[pulumi.Input[str]] = None,
|
10875
10996
|
vip_hostname: Optional[pulumi.Input[str]] = None):
|
10876
10997
|
"""
|
10877
|
-
:param pulumi.Input[str] hostname:
|
10878
|
-
:param pulumi.Input[str] ip:
|
10879
|
-
:param pulumi.Input[str] db_server_id:
|
10880
|
-
:param pulumi.Input[str] state:
|
10881
|
-
:param pulumi.Input[str] vip:
|
10882
|
-
:param pulumi.Input[str] vip_hostname:
|
10998
|
+
:param pulumi.Input[str] hostname: The node host name.
|
10999
|
+
:param pulumi.Input[str] ip: The node IP address.
|
11000
|
+
:param pulumi.Input[str] db_server_id: The Db server associated with the node.
|
11001
|
+
:param pulumi.Input[str] state: The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
|
11002
|
+
:param pulumi.Input[str] vip: The node virtual IP (VIP) address.
|
11003
|
+
:param pulumi.Input[str] vip_hostname: The node virtual IP (VIP) host name.
|
10883
11004
|
"""
|
10884
11005
|
pulumi.set(__self__, "hostname", hostname)
|
10885
11006
|
pulumi.set(__self__, "ip", ip)
|
@@ -10896,7 +11017,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
|
|
10896
11017
|
@pulumi.getter
|
10897
11018
|
def hostname(self) -> pulumi.Input[str]:
|
10898
11019
|
"""
|
10899
|
-
|
11020
|
+
The node host name.
|
10900
11021
|
"""
|
10901
11022
|
return pulumi.get(self, "hostname")
|
10902
11023
|
|
@@ -10908,7 +11029,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
|
|
10908
11029
|
@pulumi.getter
|
10909
11030
|
def ip(self) -> pulumi.Input[str]:
|
10910
11031
|
"""
|
10911
|
-
|
11032
|
+
The node IP address.
|
10912
11033
|
"""
|
10913
11034
|
return pulumi.get(self, "ip")
|
10914
11035
|
|
@@ -10920,7 +11041,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
|
|
10920
11041
|
@pulumi.getter(name="dbServerId")
|
10921
11042
|
def db_server_id(self) -> Optional[pulumi.Input[str]]:
|
10922
11043
|
"""
|
10923
|
-
|
11044
|
+
The Db server associated with the node.
|
10924
11045
|
"""
|
10925
11046
|
return pulumi.get(self, "db_server_id")
|
10926
11047
|
|
@@ -10932,7 +11053,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
|
|
10932
11053
|
@pulumi.getter
|
10933
11054
|
def state(self) -> Optional[pulumi.Input[str]]:
|
10934
11055
|
"""
|
10935
|
-
|
11056
|
+
The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
|
10936
11057
|
"""
|
10937
11058
|
return pulumi.get(self, "state")
|
10938
11059
|
|
@@ -10944,7 +11065,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
|
|
10944
11065
|
@pulumi.getter
|
10945
11066
|
def vip(self) -> Optional[pulumi.Input[str]]:
|
10946
11067
|
"""
|
10947
|
-
|
11068
|
+
The node virtual IP (VIP) address.
|
10948
11069
|
"""
|
10949
11070
|
return pulumi.get(self, "vip")
|
10950
11071
|
|
@@ -10956,7 +11077,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
|
|
10956
11077
|
@pulumi.getter(name="vipHostname")
|
10957
11078
|
def vip_hostname(self) -> Optional[pulumi.Input[str]]:
|
10958
11079
|
"""
|
10959
|
-
|
11080
|
+
The node virtual IP (VIP) host name.
|
10960
11081
|
"""
|
10961
11082
|
return pulumi.get(self, "vip_hostname")
|
10962
11083
|
|
@@ -11042,6 +11163,45 @@ class VmClusterRemoveVirtualMachineDbServerArgs:
|
|
11042
11163
|
pulumi.set(self, "db_server_id", value)
|
11043
11164
|
|
11044
11165
|
|
11166
|
+
@pulumi.input_type
|
11167
|
+
class VmClusterRemoveVirtualMachineFileSystemConfigurationDetailArgs:
|
11168
|
+
def __init__(__self__, *,
|
11169
|
+
file_system_size_gb: Optional[pulumi.Input[int]] = None,
|
11170
|
+
mount_point: Optional[pulumi.Input[str]] = None):
|
11171
|
+
"""
|
11172
|
+
:param pulumi.Input[int] file_system_size_gb: The file system size to be allocated in GBs.
|
11173
|
+
:param pulumi.Input[str] mount_point: The mount point of file system.
|
11174
|
+
"""
|
11175
|
+
if file_system_size_gb is not None:
|
11176
|
+
pulumi.set(__self__, "file_system_size_gb", file_system_size_gb)
|
11177
|
+
if mount_point is not None:
|
11178
|
+
pulumi.set(__self__, "mount_point", mount_point)
|
11179
|
+
|
11180
|
+
@property
|
11181
|
+
@pulumi.getter(name="fileSystemSizeGb")
|
11182
|
+
def file_system_size_gb(self) -> Optional[pulumi.Input[int]]:
|
11183
|
+
"""
|
11184
|
+
The file system size to be allocated in GBs.
|
11185
|
+
"""
|
11186
|
+
return pulumi.get(self, "file_system_size_gb")
|
11187
|
+
|
11188
|
+
@file_system_size_gb.setter
|
11189
|
+
def file_system_size_gb(self, value: Optional[pulumi.Input[int]]):
|
11190
|
+
pulumi.set(self, "file_system_size_gb", value)
|
11191
|
+
|
11192
|
+
@property
|
11193
|
+
@pulumi.getter(name="mountPoint")
|
11194
|
+
def mount_point(self) -> Optional[pulumi.Input[str]]:
|
11195
|
+
"""
|
11196
|
+
The mount point of file system.
|
11197
|
+
"""
|
11198
|
+
return pulumi.get(self, "mount_point")
|
11199
|
+
|
11200
|
+
@mount_point.setter
|
11201
|
+
def mount_point(self, value: Optional[pulumi.Input[str]]):
|
11202
|
+
pulumi.set(self, "mount_point", value)
|
11203
|
+
|
11204
|
+
|
11045
11205
|
@pulumi.input_type
|
11046
11206
|
class GetApplicationVipsFilterArgs:
|
11047
11207
|
def __init__(__self__, *,
|