oci 2.123.0__py3-none-any.whl → 2.124.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 +36 -36
- oci/ai_speech/ai_service_speech_client.py +122 -9
- oci/ai_speech/ai_service_speech_client_composite_operations.py +59 -0
- oci/ai_speech/models/transcription_model_details.py +390 -7
- 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 +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- 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 +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +19 -19
- 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 +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- 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 +21 -21
- oci/container_instances/models/__init__.py +2 -0
- oci/container_instances/models/container_capabilities.py +239 -0
- oci/container_instances/models/create_linux_security_context_details.py +29 -2
- oci/container_instances/models/linux_security_context.py +29 -2
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/models/emulated_volume_attachment.py +9 -2
- oci/core/models/i_scsi_volume_attachment.py +7 -0
- oci/core/models/paravirtualized_volume_attachment.py +9 -2
- oci/core/models/volume_attachment.py +35 -2
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +148 -148
- 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 +272 -272
- oci/data_science/data_science_client.py +91 -91
- oci/data_science/models/__init__.py +22 -0
- oci/data_science/models/auto_scaling_policy.py +148 -0
- oci/data_science/models/auto_scaling_policy_details.py +104 -0
- oci/data_science/models/custom_expression_query_scaling_configuration.py +124 -0
- oci/data_science/models/custom_metric_expression_rule.py +105 -0
- oci/data_science/models/fixed_size_scaling_policy.py +1 -1
- oci/data_science/models/instance_pool_model_deployment_system_data.py +82 -0
- oci/data_science/models/metric_expression_rule.py +121 -0
- oci/data_science/models/model_configuration_details.py +33 -2
- oci/data_science/models/model_deployment.py +27 -0
- oci/data_science/models/model_deployment_instance_shape_config_details.py +61 -2
- oci/data_science/models/model_deployment_system_data.py +101 -0
- oci/data_science/models/predefined_expression_threshold_scaling_configuration.py +97 -0
- oci/data_science/models/predefined_metric_expression_rule.py +153 -0
- oci/data_science/models/scaling_configuration.py +185 -0
- oci/data_science/models/scaling_policy.py +11 -3
- oci/data_science/models/threshold_based_auto_scaling_policy_details.py +187 -0
- oci/data_science/models/update_model_configuration_details.py +33 -2
- oci/database/database_client.py +327 -327
- oci/database/models/autonomous_container_database.py +158 -2
- oci/database/models/autonomous_container_database_summary.py +158 -2
- oci/database/models/autonomous_database.py +80 -2
- oci/database/models/autonomous_database_summary.py +80 -2
- oci/database/models/create_autonomous_container_database_details.py +158 -2
- oci/database/models/create_autonomous_database_base.py +31 -0
- oci/database/models/create_autonomous_database_clone_details.py +7 -0
- oci/database/models/create_autonomous_database_details.py +7 -0
- oci/database/models/create_autonomous_database_from_backup_details.py +7 -0
- oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +7 -0
- oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +7 -0
- oci/database/models/create_cross_region_disaster_recovery_details.py +7 -0
- oci/database/models/create_refreshable_autonomous_database_clone_details.py +7 -0
- oci/database/models/update_autonomous_database_details.py +31 -0
- oci/database_management/db_management_client.py +194 -194
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +6 -6
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/desktops/desktop_service_client.py +42 -42
- 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 +25 -25
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- 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 +39 -39
- 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 +3 -3
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +29 -29
- oci/golden_gate/golden_gate_client.py +61 -61
- 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 +23 -23
- 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_publisher/marketplace_publisher_client.py +71 -71
- 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 +6 -6
- 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 +11 -11
- 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 +2 -0
- oci/opsi/models/create_news_report_details.py +100 -2
- oci/opsi/models/news_content_types.py +189 -3
- oci/opsi/models/news_report.py +100 -2
- oci/opsi/models/news_report_summary.py +100 -2
- oci/opsi/models/update_host_insight_details.py +4 -0
- oci/opsi/models/update_news_report_details.py +162 -2
- oci/opsi/models/update_pe_comanaged_host_insight_details.py +65 -0
- oci/opsi/operations_insights_client.py +175 -175
- 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/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +2 -2
- oci/osp_gateway/address_service_client.py +3 -3
- oci/osp_gateway/invoice_service_client.py +6 -6
- oci/osp_gateway/subscription_service_client.py +6 -6
- 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 +23 -23
- oci/redis/redis_cluster_client.py +11 -11
- oci/resource_manager/resource_manager_client.py +52 -52
- 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 +4 -4
- oci/sch/service_connector_client.py +24 -24
- 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 +28 -28
- 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.123.0.dist-info → oci-2.124.1.dist-info}/METADATA +1 -1
- {oci-2.123.0.dist-info → oci-2.124.1.dist-info}/RECORD +295 -282
- {oci-2.123.0.dist-info → oci-2.124.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.123.0.dist-info → oci-2.124.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.123.0.dist-info → oci-2.124.1.dist-info}/WHEEL +0 -0
- {oci-2.123.0.dist-info → oci-2.124.1.dist-info}/top_level.txt +0 -0
@@ -135,6 +135,22 @@ class AutonomousContainerDatabase(object):
|
|
135
135
|
#: This constant has a value of "OCPU"
|
136
136
|
COMPUTE_MODEL_OCPU = "OCPU"
|
137
137
|
|
138
|
+
#: A constant which can be used with the distribution_affinity property of a AutonomousContainerDatabase.
|
139
|
+
#: This constant has a value of "MINIMUM_DISTRIBUTION"
|
140
|
+
DISTRIBUTION_AFFINITY_MINIMUM_DISTRIBUTION = "MINIMUM_DISTRIBUTION"
|
141
|
+
|
142
|
+
#: A constant which can be used with the distribution_affinity property of a AutonomousContainerDatabase.
|
143
|
+
#: This constant has a value of "MAXIMUM_DISTRIBUTION"
|
144
|
+
DISTRIBUTION_AFFINITY_MAXIMUM_DISTRIBUTION = "MAXIMUM_DISTRIBUTION"
|
145
|
+
|
146
|
+
#: A constant which can be used with the net_services_architecture property of a AutonomousContainerDatabase.
|
147
|
+
#: This constant has a value of "DEDICATED"
|
148
|
+
NET_SERVICES_ARCHITECTURE_DEDICATED = "DEDICATED"
|
149
|
+
|
150
|
+
#: A constant which can be used with the net_services_architecture property of a AutonomousContainerDatabase.
|
151
|
+
#: This constant has a value of "SHARED"
|
152
|
+
NET_SERVICES_ARCHITECTURE_SHARED = "SHARED"
|
153
|
+
|
138
154
|
def __init__(self, **kwargs):
|
139
155
|
"""
|
140
156
|
Initializes a new AutonomousContainerDatabase object with values from keyword arguments.
|
@@ -334,6 +350,26 @@ class AutonomousContainerDatabase(object):
|
|
334
350
|
The value to assign to the time_of_last_backup property of this AutonomousContainerDatabase.
|
335
351
|
:type time_of_last_backup: datetime
|
336
352
|
|
353
|
+
:param db_split_threshold:
|
354
|
+
The value to assign to the db_split_threshold property of this AutonomousContainerDatabase.
|
355
|
+
:type db_split_threshold: int
|
356
|
+
|
357
|
+
:param vm_failover_reservation:
|
358
|
+
The value to assign to the vm_failover_reservation property of this AutonomousContainerDatabase.
|
359
|
+
:type vm_failover_reservation: int
|
360
|
+
|
361
|
+
:param distribution_affinity:
|
362
|
+
The value to assign to the distribution_affinity property of this AutonomousContainerDatabase.
|
363
|
+
Allowed values for this property are: "MINIMUM_DISTRIBUTION", "MAXIMUM_DISTRIBUTION", 'UNKNOWN_ENUM_VALUE'.
|
364
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
365
|
+
:type distribution_affinity: str
|
366
|
+
|
367
|
+
:param net_services_architecture:
|
368
|
+
The value to assign to the net_services_architecture property of this AutonomousContainerDatabase.
|
369
|
+
Allowed values for this property are: "DEDICATED", "SHARED", 'UNKNOWN_ENUM_VALUE'.
|
370
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
371
|
+
:type net_services_architecture: str
|
372
|
+
|
337
373
|
"""
|
338
374
|
self.swagger_types = {
|
339
375
|
'id': 'str',
|
@@ -380,7 +416,11 @@ class AutonomousContainerDatabase(object):
|
|
380
416
|
'provisioned_cpus': 'float',
|
381
417
|
'reserved_cpus': 'float',
|
382
418
|
'largest_provisionable_autonomous_database_in_cpus': 'float',
|
383
|
-
'time_of_last_backup': 'datetime'
|
419
|
+
'time_of_last_backup': 'datetime',
|
420
|
+
'db_split_threshold': 'int',
|
421
|
+
'vm_failover_reservation': 'int',
|
422
|
+
'distribution_affinity': 'str',
|
423
|
+
'net_services_architecture': 'str'
|
384
424
|
}
|
385
425
|
|
386
426
|
self.attribute_map = {
|
@@ -428,7 +468,11 @@ class AutonomousContainerDatabase(object):
|
|
428
468
|
'provisioned_cpus': 'provisionedCpus',
|
429
469
|
'reserved_cpus': 'reservedCpus',
|
430
470
|
'largest_provisionable_autonomous_database_in_cpus': 'largestProvisionableAutonomousDatabaseInCpus',
|
431
|
-
'time_of_last_backup': 'timeOfLastBackup'
|
471
|
+
'time_of_last_backup': 'timeOfLastBackup',
|
472
|
+
'db_split_threshold': 'dbSplitThreshold',
|
473
|
+
'vm_failover_reservation': 'vmFailoverReservation',
|
474
|
+
'distribution_affinity': 'distributionAffinity',
|
475
|
+
'net_services_architecture': 'netServicesArchitecture'
|
432
476
|
}
|
433
477
|
|
434
478
|
self._id = None
|
@@ -476,6 +520,10 @@ class AutonomousContainerDatabase(object):
|
|
476
520
|
self._reserved_cpus = None
|
477
521
|
self._largest_provisionable_autonomous_database_in_cpus = None
|
478
522
|
self._time_of_last_backup = None
|
523
|
+
self._db_split_threshold = None
|
524
|
+
self._vm_failover_reservation = None
|
525
|
+
self._distribution_affinity = None
|
526
|
+
self._net_services_architecture = None
|
479
527
|
|
480
528
|
@property
|
481
529
|
def id(self):
|
@@ -1639,6 +1687,114 @@ class AutonomousContainerDatabase(object):
|
|
1639
1687
|
"""
|
1640
1688
|
self._time_of_last_backup = time_of_last_backup
|
1641
1689
|
|
1690
|
+
@property
|
1691
|
+
def db_split_threshold(self):
|
1692
|
+
"""
|
1693
|
+
Gets the db_split_threshold of this AutonomousContainerDatabase.
|
1694
|
+
The value above which an Autonomous Database will be split across multiple nodes. This value defaults to 16 when the \"CPU per VM\" value on the Autonomous VM Cluster is greater than 16. Otherwise, it defaults to the \"CPU per VM\" value.
|
1695
|
+
|
1696
|
+
|
1697
|
+
:return: The db_split_threshold of this AutonomousContainerDatabase.
|
1698
|
+
:rtype: int
|
1699
|
+
"""
|
1700
|
+
return self._db_split_threshold
|
1701
|
+
|
1702
|
+
@db_split_threshold.setter
|
1703
|
+
def db_split_threshold(self, db_split_threshold):
|
1704
|
+
"""
|
1705
|
+
Sets the db_split_threshold of this AutonomousContainerDatabase.
|
1706
|
+
The value above which an Autonomous Database will be split across multiple nodes. This value defaults to 16 when the \"CPU per VM\" value on the Autonomous VM Cluster is greater than 16. Otherwise, it defaults to the \"CPU per VM\" value.
|
1707
|
+
|
1708
|
+
|
1709
|
+
:param db_split_threshold: The db_split_threshold of this AutonomousContainerDatabase.
|
1710
|
+
:type: int
|
1711
|
+
"""
|
1712
|
+
self._db_split_threshold = db_split_threshold
|
1713
|
+
|
1714
|
+
@property
|
1715
|
+
def vm_failover_reservation(self):
|
1716
|
+
"""
|
1717
|
+
Gets the vm_failover_reservation of this AutonomousContainerDatabase.
|
1718
|
+
The percentage of CPUs to reserve for a single node Autonomous Database, in increments of 25.
|
1719
|
+
|
1720
|
+
|
1721
|
+
:return: The vm_failover_reservation of this AutonomousContainerDatabase.
|
1722
|
+
:rtype: int
|
1723
|
+
"""
|
1724
|
+
return self._vm_failover_reservation
|
1725
|
+
|
1726
|
+
@vm_failover_reservation.setter
|
1727
|
+
def vm_failover_reservation(self, vm_failover_reservation):
|
1728
|
+
"""
|
1729
|
+
Sets the vm_failover_reservation of this AutonomousContainerDatabase.
|
1730
|
+
The percentage of CPUs to reserve for a single node Autonomous Database, in increments of 25.
|
1731
|
+
|
1732
|
+
|
1733
|
+
:param vm_failover_reservation: The vm_failover_reservation of this AutonomousContainerDatabase.
|
1734
|
+
:type: int
|
1735
|
+
"""
|
1736
|
+
self._vm_failover_reservation = vm_failover_reservation
|
1737
|
+
|
1738
|
+
@property
|
1739
|
+
def distribution_affinity(self):
|
1740
|
+
"""
|
1741
|
+
Gets the distribution_affinity of this AutonomousContainerDatabase.
|
1742
|
+
This option determines whether to open an Autonomous Database across the maximum number of nodes or the least number of nodes. The default will be for the minimum number of VMs.
|
1743
|
+
|
1744
|
+
Allowed values for this property are: "MINIMUM_DISTRIBUTION", "MAXIMUM_DISTRIBUTION", 'UNKNOWN_ENUM_VALUE'.
|
1745
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
1746
|
+
|
1747
|
+
|
1748
|
+
:return: The distribution_affinity of this AutonomousContainerDatabase.
|
1749
|
+
:rtype: str
|
1750
|
+
"""
|
1751
|
+
return self._distribution_affinity
|
1752
|
+
|
1753
|
+
@distribution_affinity.setter
|
1754
|
+
def distribution_affinity(self, distribution_affinity):
|
1755
|
+
"""
|
1756
|
+
Sets the distribution_affinity of this AutonomousContainerDatabase.
|
1757
|
+
This option determines whether to open an Autonomous Database across the maximum number of nodes or the least number of nodes. The default will be for the minimum number of VMs.
|
1758
|
+
|
1759
|
+
|
1760
|
+
:param distribution_affinity: The distribution_affinity of this AutonomousContainerDatabase.
|
1761
|
+
:type: str
|
1762
|
+
"""
|
1763
|
+
allowed_values = ["MINIMUM_DISTRIBUTION", "MAXIMUM_DISTRIBUTION"]
|
1764
|
+
if not value_allowed_none_or_none_sentinel(distribution_affinity, allowed_values):
|
1765
|
+
distribution_affinity = 'UNKNOWN_ENUM_VALUE'
|
1766
|
+
self._distribution_affinity = distribution_affinity
|
1767
|
+
|
1768
|
+
@property
|
1769
|
+
def net_services_architecture(self):
|
1770
|
+
"""
|
1771
|
+
Gets the net_services_architecture of this AutonomousContainerDatabase.
|
1772
|
+
Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
|
1773
|
+
|
1774
|
+
Allowed values for this property are: "DEDICATED", "SHARED", 'UNKNOWN_ENUM_VALUE'.
|
1775
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
1776
|
+
|
1777
|
+
|
1778
|
+
:return: The net_services_architecture of this AutonomousContainerDatabase.
|
1779
|
+
:rtype: str
|
1780
|
+
"""
|
1781
|
+
return self._net_services_architecture
|
1782
|
+
|
1783
|
+
@net_services_architecture.setter
|
1784
|
+
def net_services_architecture(self, net_services_architecture):
|
1785
|
+
"""
|
1786
|
+
Sets the net_services_architecture of this AutonomousContainerDatabase.
|
1787
|
+
Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
|
1788
|
+
|
1789
|
+
|
1790
|
+
:param net_services_architecture: The net_services_architecture of this AutonomousContainerDatabase.
|
1791
|
+
:type: str
|
1792
|
+
"""
|
1793
|
+
allowed_values = ["DEDICATED", "SHARED"]
|
1794
|
+
if not value_allowed_none_or_none_sentinel(net_services_architecture, allowed_values):
|
1795
|
+
net_services_architecture = 'UNKNOWN_ENUM_VALUE'
|
1796
|
+
self._net_services_architecture = net_services_architecture
|
1797
|
+
|
1642
1798
|
def __repr__(self):
|
1643
1799
|
return formatted_flat_dict(self)
|
1644
1800
|
|
@@ -135,6 +135,22 @@ class AutonomousContainerDatabaseSummary(object):
|
|
135
135
|
#: This constant has a value of "OCPU"
|
136
136
|
COMPUTE_MODEL_OCPU = "OCPU"
|
137
137
|
|
138
|
+
#: A constant which can be used with the distribution_affinity property of a AutonomousContainerDatabaseSummary.
|
139
|
+
#: This constant has a value of "MINIMUM_DISTRIBUTION"
|
140
|
+
DISTRIBUTION_AFFINITY_MINIMUM_DISTRIBUTION = "MINIMUM_DISTRIBUTION"
|
141
|
+
|
142
|
+
#: A constant which can be used with the distribution_affinity property of a AutonomousContainerDatabaseSummary.
|
143
|
+
#: This constant has a value of "MAXIMUM_DISTRIBUTION"
|
144
|
+
DISTRIBUTION_AFFINITY_MAXIMUM_DISTRIBUTION = "MAXIMUM_DISTRIBUTION"
|
145
|
+
|
146
|
+
#: A constant which can be used with the net_services_architecture property of a AutonomousContainerDatabaseSummary.
|
147
|
+
#: This constant has a value of "DEDICATED"
|
148
|
+
NET_SERVICES_ARCHITECTURE_DEDICATED = "DEDICATED"
|
149
|
+
|
150
|
+
#: A constant which can be used with the net_services_architecture property of a AutonomousContainerDatabaseSummary.
|
151
|
+
#: This constant has a value of "SHARED"
|
152
|
+
NET_SERVICES_ARCHITECTURE_SHARED = "SHARED"
|
153
|
+
|
138
154
|
def __init__(self, **kwargs):
|
139
155
|
"""
|
140
156
|
Initializes a new AutonomousContainerDatabaseSummary object with values from keyword arguments.
|
@@ -334,6 +350,26 @@ class AutonomousContainerDatabaseSummary(object):
|
|
334
350
|
The value to assign to the time_of_last_backup property of this AutonomousContainerDatabaseSummary.
|
335
351
|
:type time_of_last_backup: datetime
|
336
352
|
|
353
|
+
:param db_split_threshold:
|
354
|
+
The value to assign to the db_split_threshold property of this AutonomousContainerDatabaseSummary.
|
355
|
+
:type db_split_threshold: int
|
356
|
+
|
357
|
+
:param vm_failover_reservation:
|
358
|
+
The value to assign to the vm_failover_reservation property of this AutonomousContainerDatabaseSummary.
|
359
|
+
:type vm_failover_reservation: int
|
360
|
+
|
361
|
+
:param distribution_affinity:
|
362
|
+
The value to assign to the distribution_affinity property of this AutonomousContainerDatabaseSummary.
|
363
|
+
Allowed values for this property are: "MINIMUM_DISTRIBUTION", "MAXIMUM_DISTRIBUTION", 'UNKNOWN_ENUM_VALUE'.
|
364
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
365
|
+
:type distribution_affinity: str
|
366
|
+
|
367
|
+
:param net_services_architecture:
|
368
|
+
The value to assign to the net_services_architecture property of this AutonomousContainerDatabaseSummary.
|
369
|
+
Allowed values for this property are: "DEDICATED", "SHARED", 'UNKNOWN_ENUM_VALUE'.
|
370
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
371
|
+
:type net_services_architecture: str
|
372
|
+
|
337
373
|
"""
|
338
374
|
self.swagger_types = {
|
339
375
|
'id': 'str',
|
@@ -380,7 +416,11 @@ class AutonomousContainerDatabaseSummary(object):
|
|
380
416
|
'provisioned_cpus': 'float',
|
381
417
|
'reserved_cpus': 'float',
|
382
418
|
'largest_provisionable_autonomous_database_in_cpus': 'float',
|
383
|
-
'time_of_last_backup': 'datetime'
|
419
|
+
'time_of_last_backup': 'datetime',
|
420
|
+
'db_split_threshold': 'int',
|
421
|
+
'vm_failover_reservation': 'int',
|
422
|
+
'distribution_affinity': 'str',
|
423
|
+
'net_services_architecture': 'str'
|
384
424
|
}
|
385
425
|
|
386
426
|
self.attribute_map = {
|
@@ -428,7 +468,11 @@ class AutonomousContainerDatabaseSummary(object):
|
|
428
468
|
'provisioned_cpus': 'provisionedCpus',
|
429
469
|
'reserved_cpus': 'reservedCpus',
|
430
470
|
'largest_provisionable_autonomous_database_in_cpus': 'largestProvisionableAutonomousDatabaseInCpus',
|
431
|
-
'time_of_last_backup': 'timeOfLastBackup'
|
471
|
+
'time_of_last_backup': 'timeOfLastBackup',
|
472
|
+
'db_split_threshold': 'dbSplitThreshold',
|
473
|
+
'vm_failover_reservation': 'vmFailoverReservation',
|
474
|
+
'distribution_affinity': 'distributionAffinity',
|
475
|
+
'net_services_architecture': 'netServicesArchitecture'
|
432
476
|
}
|
433
477
|
|
434
478
|
self._id = None
|
@@ -476,6 +520,10 @@ class AutonomousContainerDatabaseSummary(object):
|
|
476
520
|
self._reserved_cpus = None
|
477
521
|
self._largest_provisionable_autonomous_database_in_cpus = None
|
478
522
|
self._time_of_last_backup = None
|
523
|
+
self._db_split_threshold = None
|
524
|
+
self._vm_failover_reservation = None
|
525
|
+
self._distribution_affinity = None
|
526
|
+
self._net_services_architecture = None
|
479
527
|
|
480
528
|
@property
|
481
529
|
def id(self):
|
@@ -1639,6 +1687,114 @@ class AutonomousContainerDatabaseSummary(object):
|
|
1639
1687
|
"""
|
1640
1688
|
self._time_of_last_backup = time_of_last_backup
|
1641
1689
|
|
1690
|
+
@property
|
1691
|
+
def db_split_threshold(self):
|
1692
|
+
"""
|
1693
|
+
Gets the db_split_threshold of this AutonomousContainerDatabaseSummary.
|
1694
|
+
The value above which an Autonomous Database will be split across multiple nodes. This value defaults to 16 when the \"CPU per VM\" value on the Autonomous VM Cluster is greater than 16. Otherwise, it defaults to the \"CPU per VM\" value.
|
1695
|
+
|
1696
|
+
|
1697
|
+
:return: The db_split_threshold of this AutonomousContainerDatabaseSummary.
|
1698
|
+
:rtype: int
|
1699
|
+
"""
|
1700
|
+
return self._db_split_threshold
|
1701
|
+
|
1702
|
+
@db_split_threshold.setter
|
1703
|
+
def db_split_threshold(self, db_split_threshold):
|
1704
|
+
"""
|
1705
|
+
Sets the db_split_threshold of this AutonomousContainerDatabaseSummary.
|
1706
|
+
The value above which an Autonomous Database will be split across multiple nodes. This value defaults to 16 when the \"CPU per VM\" value on the Autonomous VM Cluster is greater than 16. Otherwise, it defaults to the \"CPU per VM\" value.
|
1707
|
+
|
1708
|
+
|
1709
|
+
:param db_split_threshold: The db_split_threshold of this AutonomousContainerDatabaseSummary.
|
1710
|
+
:type: int
|
1711
|
+
"""
|
1712
|
+
self._db_split_threshold = db_split_threshold
|
1713
|
+
|
1714
|
+
@property
|
1715
|
+
def vm_failover_reservation(self):
|
1716
|
+
"""
|
1717
|
+
Gets the vm_failover_reservation of this AutonomousContainerDatabaseSummary.
|
1718
|
+
The percentage of CPUs to reserve for a single node Autonomous Database, in increments of 25.
|
1719
|
+
|
1720
|
+
|
1721
|
+
:return: The vm_failover_reservation of this AutonomousContainerDatabaseSummary.
|
1722
|
+
:rtype: int
|
1723
|
+
"""
|
1724
|
+
return self._vm_failover_reservation
|
1725
|
+
|
1726
|
+
@vm_failover_reservation.setter
|
1727
|
+
def vm_failover_reservation(self, vm_failover_reservation):
|
1728
|
+
"""
|
1729
|
+
Sets the vm_failover_reservation of this AutonomousContainerDatabaseSummary.
|
1730
|
+
The percentage of CPUs to reserve for a single node Autonomous Database, in increments of 25.
|
1731
|
+
|
1732
|
+
|
1733
|
+
:param vm_failover_reservation: The vm_failover_reservation of this AutonomousContainerDatabaseSummary.
|
1734
|
+
:type: int
|
1735
|
+
"""
|
1736
|
+
self._vm_failover_reservation = vm_failover_reservation
|
1737
|
+
|
1738
|
+
@property
|
1739
|
+
def distribution_affinity(self):
|
1740
|
+
"""
|
1741
|
+
Gets the distribution_affinity of this AutonomousContainerDatabaseSummary.
|
1742
|
+
This option determines whether to open an Autonomous Database across the maximum number of nodes or the least number of nodes. The default will be for the minimum number of VMs.
|
1743
|
+
|
1744
|
+
Allowed values for this property are: "MINIMUM_DISTRIBUTION", "MAXIMUM_DISTRIBUTION", 'UNKNOWN_ENUM_VALUE'.
|
1745
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
1746
|
+
|
1747
|
+
|
1748
|
+
:return: The distribution_affinity of this AutonomousContainerDatabaseSummary.
|
1749
|
+
:rtype: str
|
1750
|
+
"""
|
1751
|
+
return self._distribution_affinity
|
1752
|
+
|
1753
|
+
@distribution_affinity.setter
|
1754
|
+
def distribution_affinity(self, distribution_affinity):
|
1755
|
+
"""
|
1756
|
+
Sets the distribution_affinity of this AutonomousContainerDatabaseSummary.
|
1757
|
+
This option determines whether to open an Autonomous Database across the maximum number of nodes or the least number of nodes. The default will be for the minimum number of VMs.
|
1758
|
+
|
1759
|
+
|
1760
|
+
:param distribution_affinity: The distribution_affinity of this AutonomousContainerDatabaseSummary.
|
1761
|
+
:type: str
|
1762
|
+
"""
|
1763
|
+
allowed_values = ["MINIMUM_DISTRIBUTION", "MAXIMUM_DISTRIBUTION"]
|
1764
|
+
if not value_allowed_none_or_none_sentinel(distribution_affinity, allowed_values):
|
1765
|
+
distribution_affinity = 'UNKNOWN_ENUM_VALUE'
|
1766
|
+
self._distribution_affinity = distribution_affinity
|
1767
|
+
|
1768
|
+
@property
|
1769
|
+
def net_services_architecture(self):
|
1770
|
+
"""
|
1771
|
+
Gets the net_services_architecture of this AutonomousContainerDatabaseSummary.
|
1772
|
+
Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
|
1773
|
+
|
1774
|
+
Allowed values for this property are: "DEDICATED", "SHARED", 'UNKNOWN_ENUM_VALUE'.
|
1775
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
1776
|
+
|
1777
|
+
|
1778
|
+
:return: The net_services_architecture of this AutonomousContainerDatabaseSummary.
|
1779
|
+
:rtype: str
|
1780
|
+
"""
|
1781
|
+
return self._net_services_architecture
|
1782
|
+
|
1783
|
+
@net_services_architecture.setter
|
1784
|
+
def net_services_architecture(self, net_services_architecture):
|
1785
|
+
"""
|
1786
|
+
Sets the net_services_architecture of this AutonomousContainerDatabaseSummary.
|
1787
|
+
Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
|
1788
|
+
|
1789
|
+
|
1790
|
+
:param net_services_architecture: The net_services_architecture of this AutonomousContainerDatabaseSummary.
|
1791
|
+
:type: str
|
1792
|
+
"""
|
1793
|
+
allowed_values = ["DEDICATED", "SHARED"]
|
1794
|
+
if not value_allowed_none_or_none_sentinel(net_services_architecture, allowed_values):
|
1795
|
+
net_services_architecture = 'UNKNOWN_ENUM_VALUE'
|
1796
|
+
self._net_services_architecture = net_services_architecture
|
1797
|
+
|
1642
1798
|
def __repr__(self):
|
1643
1799
|
return formatted_flat_dict(self)
|
1644
1800
|
|
@@ -291,6 +291,14 @@ class AutonomousDatabase(object):
|
|
291
291
|
#: This constant has a value of "REMOTE"
|
292
292
|
DISASTER_RECOVERY_REGION_TYPE_REMOTE = "REMOTE"
|
293
293
|
|
294
|
+
#: A constant which can be used with the net_services_architecture property of a AutonomousDatabase.
|
295
|
+
#: This constant has a value of "DEDICATED"
|
296
|
+
NET_SERVICES_ARCHITECTURE_DEDICATED = "DEDICATED"
|
297
|
+
|
298
|
+
#: A constant which can be used with the net_services_architecture property of a AutonomousDatabase.
|
299
|
+
#: This constant has a value of "SHARED"
|
300
|
+
NET_SERVICES_ARCHITECTURE_SHARED = "SHARED"
|
301
|
+
|
294
302
|
def __init__(self, **kwargs):
|
295
303
|
"""
|
296
304
|
Initializes a new AutonomousDatabase object with values from keyword arguments.
|
@@ -518,6 +526,10 @@ class AutonomousDatabase(object):
|
|
518
526
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
519
527
|
:type db_workload: str
|
520
528
|
|
529
|
+
:param is_dev_tier:
|
530
|
+
The value to assign to the is_dev_tier property of this AutonomousDatabase.
|
531
|
+
:type is_dev_tier: bool
|
532
|
+
|
521
533
|
:param is_access_control_enabled:
|
522
534
|
The value to assign to the is_access_control_enabled property of this AutonomousDatabase.
|
523
535
|
:type is_access_control_enabled: bool
|
@@ -762,6 +774,12 @@ class AutonomousDatabase(object):
|
|
762
774
|
The value to assign to the remote_disaster_recovery_configuration property of this AutonomousDatabase.
|
763
775
|
:type remote_disaster_recovery_configuration: oci.database.models.DisasterRecoveryConfiguration
|
764
776
|
|
777
|
+
:param net_services_architecture:
|
778
|
+
The value to assign to the net_services_architecture property of this AutonomousDatabase.
|
779
|
+
Allowed values for this property are: "DEDICATED", "SHARED", 'UNKNOWN_ENUM_VALUE'.
|
780
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
781
|
+
:type net_services_architecture: str
|
782
|
+
|
765
783
|
"""
|
766
784
|
self.swagger_types = {
|
767
785
|
'id': 'str',
|
@@ -817,6 +835,7 @@ class AutonomousDatabase(object):
|
|
817
835
|
'db_version': 'str',
|
818
836
|
'is_preview': 'bool',
|
819
837
|
'db_workload': 'str',
|
838
|
+
'is_dev_tier': 'bool',
|
820
839
|
'is_access_control_enabled': 'bool',
|
821
840
|
'whitelisted_ips': 'list[str]',
|
822
841
|
'are_primary_whitelisted_ips_used': 'bool',
|
@@ -871,7 +890,8 @@ class AutonomousDatabase(object):
|
|
871
890
|
'local_disaster_recovery_type': 'str',
|
872
891
|
'disaster_recovery_region_type': 'str',
|
873
892
|
'time_disaster_recovery_role_changed': 'datetime',
|
874
|
-
'remote_disaster_recovery_configuration': 'DisasterRecoveryConfiguration'
|
893
|
+
'remote_disaster_recovery_configuration': 'DisasterRecoveryConfiguration',
|
894
|
+
'net_services_architecture': 'str'
|
875
895
|
}
|
876
896
|
|
877
897
|
self.attribute_map = {
|
@@ -928,6 +948,7 @@ class AutonomousDatabase(object):
|
|
928
948
|
'db_version': 'dbVersion',
|
929
949
|
'is_preview': 'isPreview',
|
930
950
|
'db_workload': 'dbWorkload',
|
951
|
+
'is_dev_tier': 'isDevTier',
|
931
952
|
'is_access_control_enabled': 'isAccessControlEnabled',
|
932
953
|
'whitelisted_ips': 'whitelistedIps',
|
933
954
|
'are_primary_whitelisted_ips_used': 'arePrimaryWhitelistedIpsUsed',
|
@@ -982,7 +1003,8 @@ class AutonomousDatabase(object):
|
|
982
1003
|
'local_disaster_recovery_type': 'localDisasterRecoveryType',
|
983
1004
|
'disaster_recovery_region_type': 'disasterRecoveryRegionType',
|
984
1005
|
'time_disaster_recovery_role_changed': 'timeDisasterRecoveryRoleChanged',
|
985
|
-
'remote_disaster_recovery_configuration': 'remoteDisasterRecoveryConfiguration'
|
1006
|
+
'remote_disaster_recovery_configuration': 'remoteDisasterRecoveryConfiguration',
|
1007
|
+
'net_services_architecture': 'netServicesArchitecture'
|
986
1008
|
}
|
987
1009
|
|
988
1010
|
self._id = None
|
@@ -1038,6 +1060,7 @@ class AutonomousDatabase(object):
|
|
1038
1060
|
self._db_version = None
|
1039
1061
|
self._is_preview = None
|
1040
1062
|
self._db_workload = None
|
1063
|
+
self._is_dev_tier = None
|
1041
1064
|
self._is_access_control_enabled = None
|
1042
1065
|
self._whitelisted_ips = None
|
1043
1066
|
self._are_primary_whitelisted_ips_used = None
|
@@ -1093,6 +1116,7 @@ class AutonomousDatabase(object):
|
|
1093
1116
|
self._disaster_recovery_region_type = None
|
1094
1117
|
self._time_disaster_recovery_role_changed = None
|
1095
1118
|
self._remote_disaster_recovery_configuration = None
|
1119
|
+
self._net_services_architecture = None
|
1096
1120
|
|
1097
1121
|
@property
|
1098
1122
|
def id(self):
|
@@ -2542,6 +2566,30 @@ class AutonomousDatabase(object):
|
|
2542
2566
|
db_workload = 'UNKNOWN_ENUM_VALUE'
|
2543
2567
|
self._db_workload = db_workload
|
2544
2568
|
|
2569
|
+
@property
|
2570
|
+
def is_dev_tier(self):
|
2571
|
+
"""
|
2572
|
+
Gets the is_dev_tier of this AutonomousDatabase.
|
2573
|
+
This project introduces Autonomous Database for Developers (ADB-Dev), a free tier on dedicated infrastructure, and Cloud@Customer for database development purposes. ADB-Dev enables ExaDB customers to experiment with ADB for free and incentivizes enterprises to use ADB for new development projects.Note that ADB-Dev have 4 CPU and 20GB of memory. For ADB-Dev , memory and CPU cannot be scaled
|
2574
|
+
|
2575
|
+
|
2576
|
+
:return: The is_dev_tier of this AutonomousDatabase.
|
2577
|
+
:rtype: bool
|
2578
|
+
"""
|
2579
|
+
return self._is_dev_tier
|
2580
|
+
|
2581
|
+
@is_dev_tier.setter
|
2582
|
+
def is_dev_tier(self, is_dev_tier):
|
2583
|
+
"""
|
2584
|
+
Sets the is_dev_tier of this AutonomousDatabase.
|
2585
|
+
This project introduces Autonomous Database for Developers (ADB-Dev), a free tier on dedicated infrastructure, and Cloud@Customer for database development purposes. ADB-Dev enables ExaDB customers to experiment with ADB for free and incentivizes enterprises to use ADB for new development projects.Note that ADB-Dev have 4 CPU and 20GB of memory. For ADB-Dev , memory and CPU cannot be scaled
|
2586
|
+
|
2587
|
+
|
2588
|
+
:param is_dev_tier: The is_dev_tier of this AutonomousDatabase.
|
2589
|
+
:type: bool
|
2590
|
+
"""
|
2591
|
+
self._is_dev_tier = is_dev_tier
|
2592
|
+
|
2545
2593
|
@property
|
2546
2594
|
def is_access_control_enabled(self):
|
2547
2595
|
"""
|
@@ -4060,6 +4108,36 @@ class AutonomousDatabase(object):
|
|
4060
4108
|
"""
|
4061
4109
|
self._remote_disaster_recovery_configuration = remote_disaster_recovery_configuration
|
4062
4110
|
|
4111
|
+
@property
|
4112
|
+
def net_services_architecture(self):
|
4113
|
+
"""
|
4114
|
+
Gets the net_services_architecture of this AutonomousDatabase.
|
4115
|
+
Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
|
4116
|
+
|
4117
|
+
Allowed values for this property are: "DEDICATED", "SHARED", 'UNKNOWN_ENUM_VALUE'.
|
4118
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
4119
|
+
|
4120
|
+
|
4121
|
+
:return: The net_services_architecture of this AutonomousDatabase.
|
4122
|
+
:rtype: str
|
4123
|
+
"""
|
4124
|
+
return self._net_services_architecture
|
4125
|
+
|
4126
|
+
@net_services_architecture.setter
|
4127
|
+
def net_services_architecture(self, net_services_architecture):
|
4128
|
+
"""
|
4129
|
+
Sets the net_services_architecture of this AutonomousDatabase.
|
4130
|
+
Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
|
4131
|
+
|
4132
|
+
|
4133
|
+
:param net_services_architecture: The net_services_architecture of this AutonomousDatabase.
|
4134
|
+
:type: str
|
4135
|
+
"""
|
4136
|
+
allowed_values = ["DEDICATED", "SHARED"]
|
4137
|
+
if not value_allowed_none_or_none_sentinel(net_services_architecture, allowed_values):
|
4138
|
+
net_services_architecture = 'UNKNOWN_ENUM_VALUE'
|
4139
|
+
self._net_services_architecture = net_services_architecture
|
4140
|
+
|
4063
4141
|
def __repr__(self):
|
4064
4142
|
return formatted_flat_dict(self)
|
4065
4143
|
|