oci 2.129.0__py3-none-any.whl → 2.129.1__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.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +10 -10
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +9 -9
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +66 -66
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +45 -45
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +247 -247
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +278 -278
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +7970 -5829
- oci/database/database_client_composite_operations.py +582 -0
- oci/database/models/__init__.py +46 -0
- oci/database/models/autonomous_container_database.py +2 -2
- oci/database/models/autonomous_container_database_summary.py +2 -2
- oci/database/models/autonomous_database.py +14 -2
- oci/database/models/autonomous_database_summary.py +14 -2
- oci/database/models/change_exadb_vm_cluster_compartment_details.py +76 -0
- oci/database/models/change_exascale_db_storage_vault_compartment_details.py +76 -0
- oci/database/models/cloud_automation_apply_update_time_preference.py +103 -0
- oci/database/models/cloud_automation_freeze_period.py +103 -0
- oci/database/models/cloud_automation_update_details.py +157 -0
- oci/database/models/create_autonomous_database_base.py +4 -4
- oci/database/models/create_database_software_image_details.py +7 -3
- oci/database/models/create_exadb_vm_cluster_details.py +956 -0
- oci/database/models/create_exascale_db_storage_vault_details.py +340 -0
- oci/database/models/create_pluggable_database_creation_type_details.py +4 -1
- oci/database/models/create_pluggable_database_from_local_clone_details.py +33 -2
- oci/database/models/create_pluggable_database_from_remote_clone_details.py +33 -2
- oci/database/models/database_software_image.py +7 -3
- oci/database/models/database_software_image_summary.py +7 -3
- oci/database/models/db_node.py +38 -3
- oci/database/models/db_node_details.py +76 -0
- oci/database/models/db_node_summary.py +38 -3
- oci/database/models/db_server.py +3 -3
- oci/database/models/db_server_summary.py +3 -3
- oci/database/models/exadb_vm_cluster.py +1592 -0
- oci/database/models/exadb_vm_cluster_storage_details.py +72 -0
- oci/database/models/exadb_vm_cluster_summary.py +1565 -0
- oci/database/models/exadb_vm_cluster_update.py +416 -0
- oci/database/models/exadb_vm_cluster_update_history_entry.py +392 -0
- oci/database/models/exadb_vm_cluster_update_history_entry_summary.py +392 -0
- oci/database/models/exadb_vm_cluster_update_summary.py +422 -0
- oci/database/models/exascale_db_storage_details.py +103 -0
- oci/database/models/exascale_db_storage_input_details.py +72 -0
- oci/database/models/exascale_db_storage_vault.py +605 -0
- oci/database/models/exascale_db_storage_vault_summary.py +536 -0
- oci/database/models/gi_minor_version_summary.py +107 -0
- oci/database/models/maintenance_window.py +2 -4
- oci/database/models/remove_virtual_machine_from_exadb_vm_cluster_details.py +72 -0
- oci/database/models/update_exadb_vm_cluster_details.py +570 -0
- oci/database/models/update_exascale_db_storage_vault_details.py +239 -0
- oci/database_management/db_management_client.py +210 -210
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/models/child_database.py +7 -3
- oci/database_management/models/database_usage_metrics.py +7 -3
- oci/database_management/models/fleet_status_by_category.py +7 -3
- oci/database_management/models/job_database.py +7 -3
- oci/database_management/models/job_execution.py +7 -3
- oci/database_management/models/job_execution_summary.py +7 -3
- oci/database_management/models/managed_database.py +7 -3
- oci/database_management/models/managed_database_summary.py +7 -3
- oci/database_management/models/optimizer_database.py +7 -3
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +192 -35
- oci/database_migration/models/__init__.py +8 -0
- oci/database_migration/models/create_oracle_migration_details.py +31 -0
- oci/database_migration/models/migration_parameter_base.py +127 -0
- oci/database_migration/models/migration_parameter_details.py +164 -0
- oci/database_migration/models/migration_parameter_summary.py +502 -0
- oci/database_migration/models/migration_parameter_summary_collection.py +72 -0
- oci/database_migration/models/oracle_migration.py +33 -2
- oci/database_migration/models/update_oracle_migration_details.py +31 -0
- oci/database_tools/database_tools_client.py +23 -23
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +185 -67
- oci/file_storage/models/create_export_details.py +14 -4
- oci/file_storage/models/create_file_system_details.py +51 -0
- oci/file_storage/models/file_system.py +89 -3
- oci/file_storage/models/file_system_summary.py +60 -5
- oci/file_storage/models/snapshot_schedule.py +8 -2
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +68 -68
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +7 -7
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/models/__init__.py +12 -0
- oci/opsi/models/basic_configuration_item_summary.py +3 -3
- oci/opsi/models/create_operations_insights_private_endpoint_details.py +4 -2
- oci/opsi/models/create_operations_insights_warehouse_details.py +2 -2
- oci/opsi/models/create_operations_insights_warehouse_user_details.py +4 -4
- oci/opsi/models/credential_details.py +1 -1
- oci/opsi/models/database_configuration_summary.py +2 -2
- oci/opsi/models/database_details.py +2 -2
- oci/opsi/models/database_insight.py +2 -2
- oci/opsi/models/database_insight_summary.py +2 -2
- oci/opsi/models/download_operations_insights_warehouse_wallet_details.py +2 -2
- oci/opsi/models/enterprise_manager_bridges.py +1 -1
- oci/opsi/models/host_configuration_metric_group.py +11 -3
- oci/opsi/models/host_cpu_hardware_configuration.py +1 -1
- oci/opsi/models/host_cpu_recommendations.py +118 -5
- oci/opsi/models/host_cpu_usage.py +1 -1
- oci/opsi/models/host_entities.py +1 -1
- oci/opsi/models/host_filesystem_configuration.py +1 -1
- oci/opsi/models/host_filesystem_usage.py +1 -1
- oci/opsi/models/host_gpu_configuration.py +492 -0
- oci/opsi/models/host_gpu_processes.py +213 -0
- oci/opsi/models/host_gpu_usage.py +678 -0
- oci/opsi/models/host_hardware_configuration.py +1 -1
- oci/opsi/models/host_insight.py +2 -2
- oci/opsi/models/host_insight_host_recommendations.py +27 -3
- oci/opsi/models/host_insight_summary.py +4 -4
- oci/opsi/models/host_memory_configuration.py +1 -1
- oci/opsi/models/host_memory_recommendations.py +165 -0
- oci/opsi/models/host_memory_usage.py +1 -1
- oci/opsi/models/host_network_activity_summary.py +1 -1
- oci/opsi/models/host_network_configuration.py +1 -1
- oci/opsi/models/host_network_recommendations.py +134 -0
- oci/opsi/models/host_performance_metric_group.py +19 -3
- oci/opsi/models/host_product.py +1 -1
- oci/opsi/models/host_resource_allocation.py +1 -1
- oci/opsi/models/host_storage_recommendations.py +134 -0
- oci/opsi/models/host_top_processes.py +34 -3
- oci/opsi/models/importable_enterprise_manager_entity.py +2 -2
- oci/opsi/models/news_report.py +2 -2
- oci/opsi/models/news_report_summary.py +2 -2
- oci/opsi/models/operations_insights_private_endpoint.py +2 -2
- oci/opsi/models/operations_insights_private_endpoint_summary.py +2 -2
- oci/opsi/models/operations_insights_warehouse.py +6 -6
- oci/opsi/models/operations_insights_warehouse_summary.py +6 -6
- oci/opsi/models/operations_insights_warehouse_user.py +4 -4
- oci/opsi/models/operations_insights_warehouse_user_summary.py +4 -4
- oci/opsi/models/operations_insights_warehouses.py +3 -3
- oci/opsi/models/opsi_configuration_basic_configuration_item_summary.py +1 -1
- oci/opsi/models/resource_filters.py +56 -2
- oci/opsi/models/sql_bucket.py +2 -2
- oci/opsi/models/sql_search_summary.py +2 -2
- oci/opsi/models/top_processes_usage.py +31 -0
- oci/opsi/models/top_processes_usage_trend.py +31 -0
- oci/opsi/models/update_operations_insights_warehouse_details.py +2 -2
- oci/opsi/models/update_operations_insights_warehouse_user_details.py +2 -2
- oci/opsi/models/work_requests.py +1 -1
- oci/opsi/operations_insights_client.py +604 -409
- oci/opsi/operations_insights_client_composite_operations.py +8 -8
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +25 -25
- oci/redis/redis_cluster_client.py +11 -11
- oci/regions_definitions.py +3 -0
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +13 -13
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.129.0.dist-info → oci-2.129.1.dist-info}/METADATA +1 -1
- {oci-2.129.0.dist-info → oci-2.129.1.dist-info}/RECORD +375 -342
- {oci-2.129.0.dist-info → oci-2.129.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.129.0.dist-info → oci-2.129.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.129.0.dist-info → oci-2.129.1.dist-info}/WHEEL +0 -0
- {oci-2.129.0.dist-info → oci-2.129.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,340 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
|
3
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
4
|
+
|
5
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20160918
|
6
|
+
|
7
|
+
|
8
|
+
from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
|
9
|
+
from oci.decorators import init_model_state_from_kwargs
|
10
|
+
|
11
|
+
|
12
|
+
@init_model_state_from_kwargs
|
13
|
+
class CreateExascaleDbStorageVaultDetails(object):
|
14
|
+
"""
|
15
|
+
Details to create a Exadata Database Storage Vault.
|
16
|
+
"""
|
17
|
+
|
18
|
+
def __init__(self, **kwargs):
|
19
|
+
"""
|
20
|
+
Initializes a new CreateExascaleDbStorageVaultDetails object with values from keyword arguments.
|
21
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
22
|
+
|
23
|
+
:param compartment_id:
|
24
|
+
The value to assign to the compartment_id property of this CreateExascaleDbStorageVaultDetails.
|
25
|
+
:type compartment_id: str
|
26
|
+
|
27
|
+
:param display_name:
|
28
|
+
The value to assign to the display_name property of this CreateExascaleDbStorageVaultDetails.
|
29
|
+
:type display_name: str
|
30
|
+
|
31
|
+
:param description:
|
32
|
+
The value to assign to the description property of this CreateExascaleDbStorageVaultDetails.
|
33
|
+
:type description: str
|
34
|
+
|
35
|
+
:param availability_domain:
|
36
|
+
The value to assign to the availability_domain property of this CreateExascaleDbStorageVaultDetails.
|
37
|
+
:type availability_domain: str
|
38
|
+
|
39
|
+
:param time_zone:
|
40
|
+
The value to assign to the time_zone property of this CreateExascaleDbStorageVaultDetails.
|
41
|
+
:type time_zone: str
|
42
|
+
|
43
|
+
:param high_capacity_database_storage:
|
44
|
+
The value to assign to the high_capacity_database_storage property of this CreateExascaleDbStorageVaultDetails.
|
45
|
+
:type high_capacity_database_storage: oci.database.models.ExascaleDbStorageInputDetails
|
46
|
+
|
47
|
+
:param additional_flash_cache_in_percent:
|
48
|
+
The value to assign to the additional_flash_cache_in_percent property of this CreateExascaleDbStorageVaultDetails.
|
49
|
+
:type additional_flash_cache_in_percent: int
|
50
|
+
|
51
|
+
:param freeform_tags:
|
52
|
+
The value to assign to the freeform_tags property of this CreateExascaleDbStorageVaultDetails.
|
53
|
+
:type freeform_tags: dict(str, str)
|
54
|
+
|
55
|
+
:param defined_tags:
|
56
|
+
The value to assign to the defined_tags property of this CreateExascaleDbStorageVaultDetails.
|
57
|
+
:type defined_tags: dict(str, dict(str, object))
|
58
|
+
|
59
|
+
"""
|
60
|
+
self.swagger_types = {
|
61
|
+
'compartment_id': 'str',
|
62
|
+
'display_name': 'str',
|
63
|
+
'description': 'str',
|
64
|
+
'availability_domain': 'str',
|
65
|
+
'time_zone': 'str',
|
66
|
+
'high_capacity_database_storage': 'ExascaleDbStorageInputDetails',
|
67
|
+
'additional_flash_cache_in_percent': 'int',
|
68
|
+
'freeform_tags': 'dict(str, str)',
|
69
|
+
'defined_tags': 'dict(str, dict(str, object))'
|
70
|
+
}
|
71
|
+
|
72
|
+
self.attribute_map = {
|
73
|
+
'compartment_id': 'compartmentId',
|
74
|
+
'display_name': 'displayName',
|
75
|
+
'description': 'description',
|
76
|
+
'availability_domain': 'availabilityDomain',
|
77
|
+
'time_zone': 'timeZone',
|
78
|
+
'high_capacity_database_storage': 'highCapacityDatabaseStorage',
|
79
|
+
'additional_flash_cache_in_percent': 'additionalFlashCacheInPercent',
|
80
|
+
'freeform_tags': 'freeformTags',
|
81
|
+
'defined_tags': 'definedTags'
|
82
|
+
}
|
83
|
+
|
84
|
+
self._compartment_id = None
|
85
|
+
self._display_name = None
|
86
|
+
self._description = None
|
87
|
+
self._availability_domain = None
|
88
|
+
self._time_zone = None
|
89
|
+
self._high_capacity_database_storage = None
|
90
|
+
self._additional_flash_cache_in_percent = None
|
91
|
+
self._freeform_tags = None
|
92
|
+
self._defined_tags = None
|
93
|
+
|
94
|
+
@property
|
95
|
+
def compartment_id(self):
|
96
|
+
"""
|
97
|
+
**[Required]** Gets the compartment_id of this CreateExascaleDbStorageVaultDetails.
|
98
|
+
The `OCID`__ of the compartment.
|
99
|
+
|
100
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
101
|
+
|
102
|
+
|
103
|
+
:return: The compartment_id of this CreateExascaleDbStorageVaultDetails.
|
104
|
+
:rtype: str
|
105
|
+
"""
|
106
|
+
return self._compartment_id
|
107
|
+
|
108
|
+
@compartment_id.setter
|
109
|
+
def compartment_id(self, compartment_id):
|
110
|
+
"""
|
111
|
+
Sets the compartment_id of this CreateExascaleDbStorageVaultDetails.
|
112
|
+
The `OCID`__ of the compartment.
|
113
|
+
|
114
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
115
|
+
|
116
|
+
|
117
|
+
:param compartment_id: The compartment_id of this CreateExascaleDbStorageVaultDetails.
|
118
|
+
:type: str
|
119
|
+
"""
|
120
|
+
self._compartment_id = compartment_id
|
121
|
+
|
122
|
+
@property
|
123
|
+
def display_name(self):
|
124
|
+
"""
|
125
|
+
**[Required]** Gets the display_name of this CreateExascaleDbStorageVaultDetails.
|
126
|
+
The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
|
127
|
+
|
128
|
+
|
129
|
+
:return: The display_name of this CreateExascaleDbStorageVaultDetails.
|
130
|
+
:rtype: str
|
131
|
+
"""
|
132
|
+
return self._display_name
|
133
|
+
|
134
|
+
@display_name.setter
|
135
|
+
def display_name(self, display_name):
|
136
|
+
"""
|
137
|
+
Sets the display_name of this CreateExascaleDbStorageVaultDetails.
|
138
|
+
The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
|
139
|
+
|
140
|
+
|
141
|
+
:param display_name: The display_name of this CreateExascaleDbStorageVaultDetails.
|
142
|
+
:type: str
|
143
|
+
"""
|
144
|
+
self._display_name = display_name
|
145
|
+
|
146
|
+
@property
|
147
|
+
def description(self):
|
148
|
+
"""
|
149
|
+
Gets the description of this CreateExascaleDbStorageVaultDetails.
|
150
|
+
Exadata Database Storage Vault description.
|
151
|
+
|
152
|
+
|
153
|
+
:return: The description of this CreateExascaleDbStorageVaultDetails.
|
154
|
+
:rtype: str
|
155
|
+
"""
|
156
|
+
return self._description
|
157
|
+
|
158
|
+
@description.setter
|
159
|
+
def description(self, description):
|
160
|
+
"""
|
161
|
+
Sets the description of this CreateExascaleDbStorageVaultDetails.
|
162
|
+
Exadata Database Storage Vault description.
|
163
|
+
|
164
|
+
|
165
|
+
:param description: The description of this CreateExascaleDbStorageVaultDetails.
|
166
|
+
:type: str
|
167
|
+
"""
|
168
|
+
self._description = description
|
169
|
+
|
170
|
+
@property
|
171
|
+
def availability_domain(self):
|
172
|
+
"""
|
173
|
+
**[Required]** Gets the availability_domain of this CreateExascaleDbStorageVaultDetails.
|
174
|
+
The name of the availability domain in which the Exadata Database Storage Vault is located.
|
175
|
+
|
176
|
+
|
177
|
+
:return: The availability_domain of this CreateExascaleDbStorageVaultDetails.
|
178
|
+
:rtype: str
|
179
|
+
"""
|
180
|
+
return self._availability_domain
|
181
|
+
|
182
|
+
@availability_domain.setter
|
183
|
+
def availability_domain(self, availability_domain):
|
184
|
+
"""
|
185
|
+
Sets the availability_domain of this CreateExascaleDbStorageVaultDetails.
|
186
|
+
The name of the availability domain in which the Exadata Database Storage Vault is located.
|
187
|
+
|
188
|
+
|
189
|
+
:param availability_domain: The availability_domain of this CreateExascaleDbStorageVaultDetails.
|
190
|
+
:type: str
|
191
|
+
"""
|
192
|
+
self._availability_domain = availability_domain
|
193
|
+
|
194
|
+
@property
|
195
|
+
def time_zone(self):
|
196
|
+
"""
|
197
|
+
Gets the time_zone of this CreateExascaleDbStorageVaultDetails.
|
198
|
+
The time zone that you want to use for the Exadata Database Storage Vault. For details, see `Time Zones`__.
|
199
|
+
|
200
|
+
__ https://docs.cloud.oracle.com/Content/Database/References/timezones.htm
|
201
|
+
|
202
|
+
|
203
|
+
:return: The time_zone of this CreateExascaleDbStorageVaultDetails.
|
204
|
+
:rtype: str
|
205
|
+
"""
|
206
|
+
return self._time_zone
|
207
|
+
|
208
|
+
@time_zone.setter
|
209
|
+
def time_zone(self, time_zone):
|
210
|
+
"""
|
211
|
+
Sets the time_zone of this CreateExascaleDbStorageVaultDetails.
|
212
|
+
The time zone that you want to use for the Exadata Database Storage Vault. For details, see `Time Zones`__.
|
213
|
+
|
214
|
+
__ https://docs.cloud.oracle.com/Content/Database/References/timezones.htm
|
215
|
+
|
216
|
+
|
217
|
+
:param time_zone: The time_zone of this CreateExascaleDbStorageVaultDetails.
|
218
|
+
:type: str
|
219
|
+
"""
|
220
|
+
self._time_zone = time_zone
|
221
|
+
|
222
|
+
@property
|
223
|
+
def high_capacity_database_storage(self):
|
224
|
+
"""
|
225
|
+
**[Required]** Gets the high_capacity_database_storage of this CreateExascaleDbStorageVaultDetails.
|
226
|
+
|
227
|
+
:return: The high_capacity_database_storage of this CreateExascaleDbStorageVaultDetails.
|
228
|
+
:rtype: oci.database.models.ExascaleDbStorageInputDetails
|
229
|
+
"""
|
230
|
+
return self._high_capacity_database_storage
|
231
|
+
|
232
|
+
@high_capacity_database_storage.setter
|
233
|
+
def high_capacity_database_storage(self, high_capacity_database_storage):
|
234
|
+
"""
|
235
|
+
Sets the high_capacity_database_storage of this CreateExascaleDbStorageVaultDetails.
|
236
|
+
|
237
|
+
:param high_capacity_database_storage: The high_capacity_database_storage of this CreateExascaleDbStorageVaultDetails.
|
238
|
+
:type: oci.database.models.ExascaleDbStorageInputDetails
|
239
|
+
"""
|
240
|
+
self._high_capacity_database_storage = high_capacity_database_storage
|
241
|
+
|
242
|
+
@property
|
243
|
+
def additional_flash_cache_in_percent(self):
|
244
|
+
"""
|
245
|
+
Gets the additional_flash_cache_in_percent of this CreateExascaleDbStorageVaultDetails.
|
246
|
+
The size of additional Flash Cache in percentage of High Capacity database storage.
|
247
|
+
|
248
|
+
|
249
|
+
:return: The additional_flash_cache_in_percent of this CreateExascaleDbStorageVaultDetails.
|
250
|
+
:rtype: int
|
251
|
+
"""
|
252
|
+
return self._additional_flash_cache_in_percent
|
253
|
+
|
254
|
+
@additional_flash_cache_in_percent.setter
|
255
|
+
def additional_flash_cache_in_percent(self, additional_flash_cache_in_percent):
|
256
|
+
"""
|
257
|
+
Sets the additional_flash_cache_in_percent of this CreateExascaleDbStorageVaultDetails.
|
258
|
+
The size of additional Flash Cache in percentage of High Capacity database storage.
|
259
|
+
|
260
|
+
|
261
|
+
:param additional_flash_cache_in_percent: The additional_flash_cache_in_percent of this CreateExascaleDbStorageVaultDetails.
|
262
|
+
:type: int
|
263
|
+
"""
|
264
|
+
self._additional_flash_cache_in_percent = additional_flash_cache_in_percent
|
265
|
+
|
266
|
+
@property
|
267
|
+
def freeform_tags(self):
|
268
|
+
"""
|
269
|
+
Gets the freeform_tags of this CreateExascaleDbStorageVaultDetails.
|
270
|
+
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
271
|
+
For more information, see `Resource Tags`__.
|
272
|
+
|
273
|
+
Example: `{\"Department\": \"Finance\"}`
|
274
|
+
|
275
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
|
276
|
+
|
277
|
+
|
278
|
+
:return: The freeform_tags of this CreateExascaleDbStorageVaultDetails.
|
279
|
+
:rtype: dict(str, str)
|
280
|
+
"""
|
281
|
+
return self._freeform_tags
|
282
|
+
|
283
|
+
@freeform_tags.setter
|
284
|
+
def freeform_tags(self, freeform_tags):
|
285
|
+
"""
|
286
|
+
Sets the freeform_tags of this CreateExascaleDbStorageVaultDetails.
|
287
|
+
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
288
|
+
For more information, see `Resource Tags`__.
|
289
|
+
|
290
|
+
Example: `{\"Department\": \"Finance\"}`
|
291
|
+
|
292
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
|
293
|
+
|
294
|
+
|
295
|
+
:param freeform_tags: The freeform_tags of this CreateExascaleDbStorageVaultDetails.
|
296
|
+
:type: dict(str, str)
|
297
|
+
"""
|
298
|
+
self._freeform_tags = freeform_tags
|
299
|
+
|
300
|
+
@property
|
301
|
+
def defined_tags(self):
|
302
|
+
"""
|
303
|
+
Gets the defined_tags of this CreateExascaleDbStorageVaultDetails.
|
304
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
305
|
+
For more information, see `Resource Tags`__.
|
306
|
+
|
307
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
|
308
|
+
|
309
|
+
|
310
|
+
:return: The defined_tags of this CreateExascaleDbStorageVaultDetails.
|
311
|
+
:rtype: dict(str, dict(str, object))
|
312
|
+
"""
|
313
|
+
return self._defined_tags
|
314
|
+
|
315
|
+
@defined_tags.setter
|
316
|
+
def defined_tags(self, defined_tags):
|
317
|
+
"""
|
318
|
+
Sets the defined_tags of this CreateExascaleDbStorageVaultDetails.
|
319
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
320
|
+
For more information, see `Resource Tags`__.
|
321
|
+
|
322
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
|
323
|
+
|
324
|
+
|
325
|
+
:param defined_tags: The defined_tags of this CreateExascaleDbStorageVaultDetails.
|
326
|
+
:type: dict(str, dict(str, object))
|
327
|
+
"""
|
328
|
+
self._defined_tags = defined_tags
|
329
|
+
|
330
|
+
def __repr__(self):
|
331
|
+
return formatted_flat_dict(self)
|
332
|
+
|
333
|
+
def __eq__(self, other):
|
334
|
+
if other is None:
|
335
|
+
return False
|
336
|
+
|
337
|
+
return self.__dict__ == other.__dict__
|
338
|
+
|
339
|
+
def __ne__(self, other):
|
340
|
+
return not self == other
|
@@ -16,12 +16,15 @@ class CreatePluggableDatabaseCreationTypeDetails(object):
|
|
16
16
|
Use `LOCAL_CLONE_PDB` for creating a new PDB using Local Clone on Source Pluggable Database. This will Clone and starts a
|
17
17
|
pluggable database (PDB) in the same database (CDB) as the source PDB. The source PDB must be in the `READ_WRITE` openMode to
|
18
18
|
perform the clone operation.
|
19
|
+
sourcePluggableDatabaseSnapshotId and isThinClone options are supported only for Exadata VM cluster on Exascale Infrastructure.
|
20
|
+
isThinClone options are supported only for Exadata VM cluster on Exascale Infrastructure.
|
19
21
|
Use `REMOTE_CLONE_PDB` for creating a new PDB using Remote Clone on Source Pluggable Database. This will Clone a pluggable
|
20
22
|
database (PDB) to a different database from the source PDB. The cloned PDB will be started upon completion of the clone
|
21
23
|
operation. The source PDB must be in the `READ_WRITE` openMode when performing the clone.
|
22
24
|
For Exadata Cloud@Customer instances, the source pluggable database (PDB) must be on the same Exadata Infrastructure as the
|
23
25
|
target container database (CDB) to create a remote clone.
|
24
|
-
|
26
|
+
sourcePluggableDatabaseSnapshotId and isThinClone options are supported only for Exadata VM cluster on Exascale Infrastructure.
|
27
|
+
isThinClone options are supported only for Exadata VM cluster on Exascale Infrastructure.
|
25
28
|
Use `RELOCATE_PDB` for relocating the Pluggable Database from Source CDB and creating it in target CDB. This will relocate a
|
26
29
|
pluggable database (PDB) to a different database from the source PDB. The source PDB must be in the `READ_WRITE` openMode when
|
27
30
|
performing the relocate.
|
@@ -30,19 +30,26 @@ class CreatePluggableDatabaseFromLocalCloneDetails(CreatePluggableDatabaseCreati
|
|
30
30
|
The value to assign to the source_pluggable_database_id property of this CreatePluggableDatabaseFromLocalCloneDetails.
|
31
31
|
:type source_pluggable_database_id: str
|
32
32
|
|
33
|
+
:param is_thin_clone:
|
34
|
+
The value to assign to the is_thin_clone property of this CreatePluggableDatabaseFromLocalCloneDetails.
|
35
|
+
:type is_thin_clone: bool
|
36
|
+
|
33
37
|
"""
|
34
38
|
self.swagger_types = {
|
35
39
|
'creation_type': 'str',
|
36
|
-
'source_pluggable_database_id': 'str'
|
40
|
+
'source_pluggable_database_id': 'str',
|
41
|
+
'is_thin_clone': 'bool'
|
37
42
|
}
|
38
43
|
|
39
44
|
self.attribute_map = {
|
40
45
|
'creation_type': 'creationType',
|
41
|
-
'source_pluggable_database_id': 'sourcePluggableDatabaseId'
|
46
|
+
'source_pluggable_database_id': 'sourcePluggableDatabaseId',
|
47
|
+
'is_thin_clone': 'isThinClone'
|
42
48
|
}
|
43
49
|
|
44
50
|
self._creation_type = None
|
45
51
|
self._source_pluggable_database_id = None
|
52
|
+
self._is_thin_clone = None
|
46
53
|
self._creation_type = 'LOCAL_CLONE_PDB'
|
47
54
|
|
48
55
|
@property
|
@@ -69,6 +76,30 @@ class CreatePluggableDatabaseFromLocalCloneDetails(CreatePluggableDatabaseCreati
|
|
69
76
|
"""
|
70
77
|
self._source_pluggable_database_id = source_pluggable_database_id
|
71
78
|
|
79
|
+
@property
|
80
|
+
def is_thin_clone(self):
|
81
|
+
"""
|
82
|
+
Gets the is_thin_clone of this CreatePluggableDatabaseFromLocalCloneDetails.
|
83
|
+
True if Pluggable Database needs to be thin cloned and false if Pluggable Database needs to be thick cloned.
|
84
|
+
|
85
|
+
|
86
|
+
:return: The is_thin_clone of this CreatePluggableDatabaseFromLocalCloneDetails.
|
87
|
+
:rtype: bool
|
88
|
+
"""
|
89
|
+
return self._is_thin_clone
|
90
|
+
|
91
|
+
@is_thin_clone.setter
|
92
|
+
def is_thin_clone(self, is_thin_clone):
|
93
|
+
"""
|
94
|
+
Sets the is_thin_clone of this CreatePluggableDatabaseFromLocalCloneDetails.
|
95
|
+
True if Pluggable Database needs to be thin cloned and false if Pluggable Database needs to be thick cloned.
|
96
|
+
|
97
|
+
|
98
|
+
:param is_thin_clone: The is_thin_clone of this CreatePluggableDatabaseFromLocalCloneDetails.
|
99
|
+
:type: bool
|
100
|
+
"""
|
101
|
+
self._is_thin_clone = is_thin_clone
|
102
|
+
|
72
103
|
def __repr__(self):
|
73
104
|
return formatted_flat_dict(self)
|
74
105
|
|
@@ -48,6 +48,10 @@ class CreatePluggableDatabaseFromRemoteCloneDetails(CreatePluggableDatabaseCreat
|
|
48
48
|
The value to assign to the refreshable_clone_details property of this CreatePluggableDatabaseFromRemoteCloneDetails.
|
49
49
|
:type refreshable_clone_details: oci.database.models.CreatePluggableDatabaseRefreshableCloneDetails
|
50
50
|
|
51
|
+
:param is_thin_clone:
|
52
|
+
The value to assign to the is_thin_clone property of this CreatePluggableDatabaseFromRemoteCloneDetails.
|
53
|
+
:type is_thin_clone: bool
|
54
|
+
|
51
55
|
"""
|
52
56
|
self.swagger_types = {
|
53
57
|
'creation_type': 'str',
|
@@ -55,7 +59,8 @@ class CreatePluggableDatabaseFromRemoteCloneDetails(CreatePluggableDatabaseCreat
|
|
55
59
|
'dblink_user_password': 'str',
|
56
60
|
'source_pluggable_database_id': 'str',
|
57
61
|
'source_container_database_admin_password': 'str',
|
58
|
-
'refreshable_clone_details': 'CreatePluggableDatabaseRefreshableCloneDetails'
|
62
|
+
'refreshable_clone_details': 'CreatePluggableDatabaseRefreshableCloneDetails',
|
63
|
+
'is_thin_clone': 'bool'
|
59
64
|
}
|
60
65
|
|
61
66
|
self.attribute_map = {
|
@@ -64,7 +69,8 @@ class CreatePluggableDatabaseFromRemoteCloneDetails(CreatePluggableDatabaseCreat
|
|
64
69
|
'dblink_user_password': 'dblinkUserPassword',
|
65
70
|
'source_pluggable_database_id': 'sourcePluggableDatabaseId',
|
66
71
|
'source_container_database_admin_password': 'sourceContainerDatabaseAdminPassword',
|
67
|
-
'refreshable_clone_details': 'refreshableCloneDetails'
|
72
|
+
'refreshable_clone_details': 'refreshableCloneDetails',
|
73
|
+
'is_thin_clone': 'isThinClone'
|
68
74
|
}
|
69
75
|
|
70
76
|
self._creation_type = None
|
@@ -73,6 +79,7 @@ class CreatePluggableDatabaseFromRemoteCloneDetails(CreatePluggableDatabaseCreat
|
|
73
79
|
self._source_pluggable_database_id = None
|
74
80
|
self._source_container_database_admin_password = None
|
75
81
|
self._refreshable_clone_details = None
|
82
|
+
self._is_thin_clone = None
|
76
83
|
self._creation_type = 'REMOTE_CLONE_PDB'
|
77
84
|
|
78
85
|
@property
|
@@ -191,6 +198,30 @@ class CreatePluggableDatabaseFromRemoteCloneDetails(CreatePluggableDatabaseCreat
|
|
191
198
|
"""
|
192
199
|
self._refreshable_clone_details = refreshable_clone_details
|
193
200
|
|
201
|
+
@property
|
202
|
+
def is_thin_clone(self):
|
203
|
+
"""
|
204
|
+
Gets the is_thin_clone of this CreatePluggableDatabaseFromRemoteCloneDetails.
|
205
|
+
True if Pluggable Database needs to be thin cloned and false if Pluggable Database needs to be thick cloned.
|
206
|
+
|
207
|
+
|
208
|
+
:return: The is_thin_clone of this CreatePluggableDatabaseFromRemoteCloneDetails.
|
209
|
+
:rtype: bool
|
210
|
+
"""
|
211
|
+
return self._is_thin_clone
|
212
|
+
|
213
|
+
@is_thin_clone.setter
|
214
|
+
def is_thin_clone(self, is_thin_clone):
|
215
|
+
"""
|
216
|
+
Sets the is_thin_clone of this CreatePluggableDatabaseFromRemoteCloneDetails.
|
217
|
+
True if Pluggable Database needs to be thin cloned and false if Pluggable Database needs to be thick cloned.
|
218
|
+
|
219
|
+
|
220
|
+
:param is_thin_clone: The is_thin_clone of this CreatePluggableDatabaseFromRemoteCloneDetails.
|
221
|
+
:type: bool
|
222
|
+
"""
|
223
|
+
self._is_thin_clone = is_thin_clone
|
224
|
+
|
194
225
|
def __repr__(self):
|
195
226
|
return formatted_flat_dict(self)
|
196
227
|
|
@@ -67,6 +67,10 @@ class DatabaseSoftwareImage(object):
|
|
67
67
|
#: This constant has a value of "EXACC_SHAPE"
|
68
68
|
IMAGE_SHAPE_FAMILY_EXACC_SHAPE = "EXACC_SHAPE"
|
69
69
|
|
70
|
+
#: A constant which can be used with the image_shape_family property of a DatabaseSoftwareImage.
|
71
|
+
#: This constant has a value of "EXADBXS_SHAPE"
|
72
|
+
IMAGE_SHAPE_FAMILY_EXADBXS_SHAPE = "EXADBXS_SHAPE"
|
73
|
+
|
70
74
|
def __init__(self, **kwargs):
|
71
75
|
"""
|
72
76
|
Initializes a new DatabaseSoftwareImage object with values from keyword arguments.
|
@@ -110,7 +114,7 @@ class DatabaseSoftwareImage(object):
|
|
110
114
|
|
111
115
|
:param image_shape_family:
|
112
116
|
The value to assign to the image_shape_family property of this DatabaseSoftwareImage.
|
113
|
-
Allowed values for this property are: "VM_BM_SHAPE", "EXADATA_SHAPE", "EXACC_SHAPE", 'UNKNOWN_ENUM_VALUE'.
|
117
|
+
Allowed values for this property are: "VM_BM_SHAPE", "EXADATA_SHAPE", "EXACC_SHAPE", "EXADBXS_SHAPE", 'UNKNOWN_ENUM_VALUE'.
|
114
118
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
115
119
|
:type image_shape_family: str
|
116
120
|
|
@@ -423,7 +427,7 @@ class DatabaseSoftwareImage(object):
|
|
423
427
|
**[Required]** Gets the image_shape_family of this DatabaseSoftwareImage.
|
424
428
|
To what shape the image is meant for.
|
425
429
|
|
426
|
-
Allowed values for this property are: "VM_BM_SHAPE", "EXADATA_SHAPE", "EXACC_SHAPE", 'UNKNOWN_ENUM_VALUE'.
|
430
|
+
Allowed values for this property are: "VM_BM_SHAPE", "EXADATA_SHAPE", "EXACC_SHAPE", "EXADBXS_SHAPE", 'UNKNOWN_ENUM_VALUE'.
|
427
431
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
428
432
|
|
429
433
|
|
@@ -442,7 +446,7 @@ class DatabaseSoftwareImage(object):
|
|
442
446
|
:param image_shape_family: The image_shape_family of this DatabaseSoftwareImage.
|
443
447
|
:type: str
|
444
448
|
"""
|
445
|
-
allowed_values = ["VM_BM_SHAPE", "EXADATA_SHAPE", "EXACC_SHAPE"]
|
449
|
+
allowed_values = ["VM_BM_SHAPE", "EXADATA_SHAPE", "EXACC_SHAPE", "EXADBXS_SHAPE"]
|
446
450
|
if not value_allowed_none_or_none_sentinel(image_shape_family, allowed_values):
|
447
451
|
image_shape_family = 'UNKNOWN_ENUM_VALUE'
|
448
452
|
self._image_shape_family = image_shape_family
|
@@ -76,6 +76,10 @@ class DatabaseSoftwareImageSummary(object):
|
|
76
76
|
#: This constant has a value of "EXACC_SHAPE"
|
77
77
|
IMAGE_SHAPE_FAMILY_EXACC_SHAPE = "EXACC_SHAPE"
|
78
78
|
|
79
|
+
#: A constant which can be used with the image_shape_family property of a DatabaseSoftwareImageSummary.
|
80
|
+
#: This constant has a value of "EXADBXS_SHAPE"
|
81
|
+
IMAGE_SHAPE_FAMILY_EXADBXS_SHAPE = "EXADBXS_SHAPE"
|
82
|
+
|
79
83
|
def __init__(self, **kwargs):
|
80
84
|
"""
|
81
85
|
Initializes a new DatabaseSoftwareImageSummary object with values from keyword arguments.
|
@@ -119,7 +123,7 @@ class DatabaseSoftwareImageSummary(object):
|
|
119
123
|
|
120
124
|
:param image_shape_family:
|
121
125
|
The value to assign to the image_shape_family property of this DatabaseSoftwareImageSummary.
|
122
|
-
Allowed values for this property are: "VM_BM_SHAPE", "EXADATA_SHAPE", "EXACC_SHAPE", 'UNKNOWN_ENUM_VALUE'.
|
126
|
+
Allowed values for this property are: "VM_BM_SHAPE", "EXADATA_SHAPE", "EXACC_SHAPE", "EXADBXS_SHAPE", 'UNKNOWN_ENUM_VALUE'.
|
123
127
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
124
128
|
:type image_shape_family: str
|
125
129
|
|
@@ -432,7 +436,7 @@ class DatabaseSoftwareImageSummary(object):
|
|
432
436
|
**[Required]** Gets the image_shape_family of this DatabaseSoftwareImageSummary.
|
433
437
|
To what shape the image is meant for.
|
434
438
|
|
435
|
-
Allowed values for this property are: "VM_BM_SHAPE", "EXADATA_SHAPE", "EXACC_SHAPE", 'UNKNOWN_ENUM_VALUE'.
|
439
|
+
Allowed values for this property are: "VM_BM_SHAPE", "EXADATA_SHAPE", "EXACC_SHAPE", "EXADBXS_SHAPE", 'UNKNOWN_ENUM_VALUE'.
|
436
440
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
437
441
|
|
438
442
|
|
@@ -451,7 +455,7 @@ class DatabaseSoftwareImageSummary(object):
|
|
451
455
|
:param image_shape_family: The image_shape_family of this DatabaseSoftwareImageSummary.
|
452
456
|
:type: str
|
453
457
|
"""
|
454
|
-
allowed_values = ["VM_BM_SHAPE", "EXADATA_SHAPE", "EXACC_SHAPE"]
|
458
|
+
allowed_values = ["VM_BM_SHAPE", "EXADATA_SHAPE", "EXACC_SHAPE", "EXADBXS_SHAPE"]
|
455
459
|
if not value_allowed_none_or_none_sentinel(image_shape_family, allowed_values):
|
456
460
|
image_shape_family = 'UNKNOWN_ENUM_VALUE'
|
457
461
|
self._image_shape_family = image_shape_family
|
oci/database/models/db_node.py
CHANGED
@@ -55,6 +55,10 @@ class DbNode(object):
|
|
55
55
|
#: This constant has a value of "VMDB_REBOOT_MIGRATION"
|
56
56
|
MAINTENANCE_TYPE_VMDB_REBOOT_MIGRATION = "VMDB_REBOOT_MIGRATION"
|
57
57
|
|
58
|
+
#: A constant which can be used with the maintenance_type property of a DbNode.
|
59
|
+
#: This constant has a value of "EXADBXS_REBOOT_MIGRATION"
|
60
|
+
MAINTENANCE_TYPE_EXADBXS_REBOOT_MIGRATION = "EXADBXS_REBOOT_MIGRATION"
|
61
|
+
|
58
62
|
def __init__(self, **kwargs):
|
59
63
|
"""
|
60
64
|
Initializes a new DbNode object with values from keyword arguments.
|
@@ -116,7 +120,7 @@ class DbNode(object):
|
|
116
120
|
|
117
121
|
:param maintenance_type:
|
118
122
|
The value to assign to the maintenance_type property of this DbNode.
|
119
|
-
Allowed values for this property are: "VMDB_REBOOT_MIGRATION", 'UNKNOWN_ENUM_VALUE'.
|
123
|
+
Allowed values for this property are: "VMDB_REBOOT_MIGRATION", "EXADBXS_REBOOT_MIGRATION", 'UNKNOWN_ENUM_VALUE'.
|
120
124
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
121
125
|
:type maintenance_type: str
|
122
126
|
|
@@ -156,6 +160,10 @@ class DbNode(object):
|
|
156
160
|
The value to assign to the db_node_storage_size_in_gbs property of this DbNode.
|
157
161
|
:type db_node_storage_size_in_gbs: int
|
158
162
|
|
163
|
+
:param total_cpu_core_count:
|
164
|
+
The value to assign to the total_cpu_core_count property of this DbNode.
|
165
|
+
:type total_cpu_core_count: int
|
166
|
+
|
159
167
|
:param db_server_id:
|
160
168
|
The value to assign to the db_server_id property of this DbNode.
|
161
169
|
:type db_server_id: str
|
@@ -185,6 +193,7 @@ class DbNode(object):
|
|
185
193
|
'cpu_core_count': 'int',
|
186
194
|
'memory_size_in_gbs': 'int',
|
187
195
|
'db_node_storage_size_in_gbs': 'int',
|
196
|
+
'total_cpu_core_count': 'int',
|
188
197
|
'db_server_id': 'str'
|
189
198
|
}
|
190
199
|
|
@@ -212,6 +221,7 @@ class DbNode(object):
|
|
212
221
|
'cpu_core_count': 'cpuCoreCount',
|
213
222
|
'memory_size_in_gbs': 'memorySizeInGBs',
|
214
223
|
'db_node_storage_size_in_gbs': 'dbNodeStorageSizeInGBs',
|
224
|
+
'total_cpu_core_count': 'totalCpuCoreCount',
|
215
225
|
'db_server_id': 'dbServerId'
|
216
226
|
}
|
217
227
|
|
@@ -238,6 +248,7 @@ class DbNode(object):
|
|
238
248
|
self._cpu_core_count = None
|
239
249
|
self._memory_size_in_gbs = None
|
240
250
|
self._db_node_storage_size_in_gbs = None
|
251
|
+
self._total_cpu_core_count = None
|
241
252
|
self._db_server_id = None
|
242
253
|
|
243
254
|
@property
|
@@ -620,7 +631,7 @@ class DbNode(object):
|
|
620
631
|
Gets the maintenance_type of this DbNode.
|
621
632
|
The type of database node maintenance.
|
622
633
|
|
623
|
-
Allowed values for this property are: "VMDB_REBOOT_MIGRATION", 'UNKNOWN_ENUM_VALUE'.
|
634
|
+
Allowed values for this property are: "VMDB_REBOOT_MIGRATION", "EXADBXS_REBOOT_MIGRATION", 'UNKNOWN_ENUM_VALUE'.
|
624
635
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
625
636
|
|
626
637
|
|
@@ -639,7 +650,7 @@ class DbNode(object):
|
|
639
650
|
:param maintenance_type: The maintenance_type of this DbNode.
|
640
651
|
:type: str
|
641
652
|
"""
|
642
|
-
allowed_values = ["VMDB_REBOOT_MIGRATION"]
|
653
|
+
allowed_values = ["VMDB_REBOOT_MIGRATION", "EXADBXS_REBOOT_MIGRATION"]
|
643
654
|
if not value_allowed_none_or_none_sentinel(maintenance_type, allowed_values):
|
644
655
|
maintenance_type = 'UNKNOWN_ENUM_VALUE'
|
645
656
|
self._maintenance_type = maintenance_type
|
@@ -876,6 +887,30 @@ class DbNode(object):
|
|
876
887
|
"""
|
877
888
|
self._db_node_storage_size_in_gbs = db_node_storage_size_in_gbs
|
878
889
|
|
890
|
+
@property
|
891
|
+
def total_cpu_core_count(self):
|
892
|
+
"""
|
893
|
+
Gets the total_cpu_core_count of this DbNode.
|
894
|
+
The total number of CPU cores reserved on the Db node.
|
895
|
+
|
896
|
+
|
897
|
+
:return: The total_cpu_core_count of this DbNode.
|
898
|
+
:rtype: int
|
899
|
+
"""
|
900
|
+
return self._total_cpu_core_count
|
901
|
+
|
902
|
+
@total_cpu_core_count.setter
|
903
|
+
def total_cpu_core_count(self, total_cpu_core_count):
|
904
|
+
"""
|
905
|
+
Sets the total_cpu_core_count of this DbNode.
|
906
|
+
The total number of CPU cores reserved on the Db node.
|
907
|
+
|
908
|
+
|
909
|
+
:param total_cpu_core_count: The total_cpu_core_count of this DbNode.
|
910
|
+
:type: int
|
911
|
+
"""
|
912
|
+
self._total_cpu_core_count = total_cpu_core_count
|
913
|
+
|
879
914
|
@property
|
880
915
|
def db_server_id(self):
|
881
916
|
"""
|