oci 2.102.0__py3-none-any.whl → 2.103.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/access_governance_cp/access_governance_cp_client_composite_operations.py +9 -1
- oci/adm/application_dependency_management_client.py +18 -18
- oci/adm/application_dependency_management_client_composite_operations.py +9 -1
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client_composite_operations.py +18 -2
- oci/ai_document/ai_service_document_client.py +3 -3
- oci/ai_language/ai_service_language_client.py +35 -35
- oci/ai_speech/ai_service_speech_client.py +9 -9
- 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/announcement_subscription_client_composite_operations.py +9 -1
- 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 +18 -18
- 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 +30 -30
- oci/artifacts/artifacts_client_composite_operations.py +36 -4
- oci/audit/audit_client.py +3 -3
- oci/auth/signers/instance_principals_security_token_signer.py +9 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +40 -40
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/budget/budget_client_composite_operations.py +9 -1
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/certificates_management/certificates_management_client_composite_operations.py +9 -1
- oci/cims/incident_client.py +7 -7
- 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/discovery_client_composite_operations.py +9 -1
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/inventory_client_composite_operations.py +9 -1
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_bridge/ocb_agent_svc_client_composite_operations.py +27 -3
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_guard/cloud_guard_client_composite_operations.py +63 -7
- oci/cloud_migrations/migration_client.py +43 -43
- 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 +36 -36
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/blockstorage_client_composite_operations.py +54 -6
- oci/core/compute_client.py +89 -89
- oci/core/compute_client_composite_operations.py +72 -8
- oci/core/compute_management_client.py +32 -32
- oci/core/compute_management_client_composite_operations.py +9 -1
- oci/core/virtual_network_client.py +241 -241
- oci/core/virtual_network_client_composite_operations.py +216 -24
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_client_composite_operations.py +9 -1
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/dashboard_service/dashboard_group_client_composite_operations.py +9 -1
- oci/data_catalog/data_catalog_client.py +139 -139
- oci/data_flow/data_flow_client.py +28 -28
- oci/data_flow/data_flow_client_composite_operations.py +18 -2
- oci/data_integration/data_integration_client.py +152 -152
- oci/data_labeling_service/data_labeling_management_client.py +16 -16
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_labeling_service_dataplane/data_labeling_client_composite_operations.py +18 -2
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_safe/data_safe_client_composite_operations.py +18 -2
- oci/data_science/data_science_client.py +85 -85
- oci/data_science/data_science_client_composite_operations.py +27 -3
- oci/database/database_client.py +428 -304
- oci/database/database_client_composite_operations.py +18 -2
- oci/database/models/__init__.py +4 -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 +6 -2
- oci/database/models/autonomous_database_summary.py +6 -2
- oci/database/models/autonomous_virtual_machine.py +37 -2
- oci/database/models/autonomous_virtual_machine_summary.py +37 -2
- oci/database/models/autonomous_vm_cluster.py +10 -6
- oci/database/models/autonomous_vm_cluster_resource_details.py +105 -0
- oci/database/models/autonomous_vm_cluster_summary.py +10 -6
- oci/database/models/cloud_autonomous_vm_cluster.py +43 -4
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +43 -4
- oci/database/models/create_autonomous_container_database_details.py +2 -2
- oci/database/models/create_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/create_cloud_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/exadata_infrastructure.py +31 -0
- oci/database/models/exadata_infrastructure_summary.py +31 -0
- oci/database/models/exadata_infrastructure_un_allocated_resources.py +260 -0
- oci/database/models/rotate_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_autonomous_vm_cluster_ssl_certs_details.py +3 -3
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ssl_certs_details.py +2 -2
- oci/database/models/vm_cluster.py +31 -0
- oci/database/models/vm_cluster_summary.py +31 -0
- oci/database_management/db_management_client.py +157 -157
- oci/database_management/db_management_client_composite_operations.py +45 -5
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/sql_tuning_client.py +10 -10
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_migration/database_migration_client_composite_operations.py +9 -1
- oci/database_tools/database_tools_client.py +19 -19
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/disaster_recovery/disaster_recovery_client_composite_operations.py +9 -1
- oci/dns/dns_client.py +197 -51
- oci/dns/dns_client_composite_operations.py +45 -5
- oci/dns/models/__init__.py +2 -0
- oci/dns/models/create_zone_details.py +35 -2
- oci/dns/models/external_downstream.py +137 -0
- oci/dns/models/update_zone_details.py +35 -2
- oci/dns/models/zone.py +33 -0
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/appliance_export_job_client_composite_operations.py +9 -1
- 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_job_client_composite_operations.py +9 -1
- 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/email/email_client_composite_operations.py +9 -1
- oci/events/events_client.py +6 -6
- oci/events/events_client_composite_operations.py +9 -1
- oci/file_storage/file_storage_client.py +35 -35
- oci/file_storage/file_storage_client_composite_operations.py +54 -6
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/functions/functions_management_client_composite_operations.py +18 -2
- 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/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +53 -53
- 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/identity_client_composite_operations.py +63 -7
- oci/identity_data_plane/dataplane_client.py +1 -1
- oci/identity_domains/identity_domains_client.py +134 -134
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +44 -44
- oci/key_management/kms_crypto_client.py +6 -6
- 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/license_manager/license_manager_client_composite_operations.py +18 -2
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/limits/quotas_client_composite_operations.py +9 -1
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +22 -22
- oci/lockbox/lockbox_client_composite_operations.py +18 -2
- oci/log_analytics/log_analytics_client.py +184 -184
- oci/logging/logging_management_client.py +62 -300
- oci/logging/logging_management_client_composite_operations.py +12 -4
- oci/logging/models/__init__.py +2 -6
- oci/logging/models/archiving.py +2 -2
- oci/logging/models/category.py +2 -2
- oci/logging/models/change_log_saved_search_compartment_details.py +1 -1
- oci/logging/models/create_log_details.py +2 -2
- oci/logging/models/create_log_saved_search_details.py +1 -1
- oci/logging/models/log.py +2 -2
- oci/logging/models/log_saved_search.py +1 -1
- oci/logging/models/log_saved_search_summary.py +1 -1
- oci/logging/models/log_summary.py +2 -2
- oci/logging/models/parameter.py +77 -5
- oci/logging/models/unified_agent_apache2_parser.py +1 -1
- oci/logging/models/unified_agent_apache_error_parser.py +1 -1
- oci/logging/models/unified_agent_auditd_parser.py +1 -1
- oci/logging/models/unified_agent_cri_parser.py +160 -0
- oci/logging/models/unified_agent_csv_parser.py +10 -2
- oci/logging/models/unified_agent_grok_parser.py +14 -2
- oci/logging/models/unified_agent_logging_configuration.py +6 -2
- oci/logging/models/unified_agent_msgpack_parser.py +1 -1
- oci/logging/models/unified_agent_multiline_grok_parser.py +18 -2
- oci/logging/models/unified_agent_multiline_parser.py +10 -2
- oci/logging/models/unified_agent_none_parser.py +5 -1
- oci/logging/models/unified_agent_parser.py +51 -3
- oci/logging/models/unified_agent_regex_parser.py +10 -2
- oci/logging/models/unified_agent_syslog_parser.py +25 -1
- oci/logging/models/unified_agent_tail_log_source.py +5 -1
- oci/logging/models/unified_agent_tsv_parser.py +10 -2
- oci/logging/models/unified_agent_windows_event_source.py +5 -1
- oci/logging/models/unified_json_parser.py +9 -1
- oci/logging/models/update_log_details.py +2 -2
- oci/logging/models/update_log_saved_search_details.py +1 -1
- oci/logging/models/work_request.py +2 -2
- oci/logging/models/work_request_summary.py +2 -2
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_agent/management_agent_client_composite_operations.py +18 -2
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/management_dashboard/dashx_apis_client_composite_operations.py +18 -2
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/marketplace/marketplace_client_composite_operations.py +9 -1
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_services_client_composite_operations.py +63 -7
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/monitoring/monitoring_client_composite_operations.py +9 -1
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +26 -26
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/mysqlaas_client_composite_operations.py +9 -1
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +17 -17
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +22 -22
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/ocvp/esxi_host_client.py +5 -5
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- 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/ons/notification_data_plane_client_composite_operations.py +9 -1
- 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 +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_assignment_client_composite_operations.py +9 -1
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/operator_access_control/operator_control_client_composite_operations.py +9 -1
- oci/opsi/operations_insights_client.py +151 -151
- oci/optimizer/optimizer_client.py +26 -26
- oci/optimizer/optimizer_client_composite_operations.py +9 -1
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management/os_management_client_composite_operations.py +27 -3
- 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/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +7 -7
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_manager/resource_manager_client_composite_operations.py +45 -5
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_cluster_client.py +7 -7
- oci/rover/rover_cluster_client_composite_operations.py +9 -1
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_entitlement_client_composite_operations.py +9 -1
- oci/rover/rover_node_client.py +10 -10
- oci/rover/rover_node_client_composite_operations.py +9 -1
- oci/rover/shape_client.py +1 -1
- 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_catalog/service_catalog_client_composite_operations.py +9 -1
- 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 +22 -22
- oci/stack_monitoring/stack_monitoring_client_composite_operations.py +9 -1
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_admin_client_composite_operations.py +27 -3
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client_composite_operations.py +9 -1
- 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 +9 -9
- oci/tenant_manager_control_plane/subscription_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/rewards_client.py +6 -6
- oci/usage_api/usageapi_client.py +19 -19
- oci/usage_api/usageapi_client_composite_operations.py +9 -1
- oci/vault/vaults_client.py +11 -11
- 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/vn_monitoring/vn_monitoring_client_composite_operations.py +9 -1
- 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/waas/waas_client_composite_operations.py +27 -3
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/METADATA +1 -1
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/RECORD +336 -332
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/WHEEL +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/top_level.txt +0 -0
@@ -3881,11 +3881,19 @@ class DatabaseClientCompositeOperations(object):
|
|
3881
3881
|
lowered_wait_for_states = [w.lower() for w in wait_for_states]
|
3882
3882
|
|
3883
3883
|
try:
|
3884
|
+
if ("succeed_on_not_found" in waiter_kwargs) and (waiter_kwargs["succeed_on_not_found"] is False):
|
3885
|
+
self.client.base_client.logger.warning("The waiter kwarg succeed_on_not_found was passed as False for the delete composite operation delete_backup_destination, this would result in the operation to fail if the resource is not found! Please, do not pass this kwarg if this was not intended")
|
3886
|
+
else:
|
3887
|
+
"""
|
3888
|
+
If the user does not send in this value, we set it to True by default.
|
3889
|
+
We are doing this because during a delete resource scenario and waiting on its state, the service can
|
3890
|
+
return a 404 NOT FOUND exception as the resource was deleted and a get on its state would fail
|
3891
|
+
"""
|
3892
|
+
waiter_kwargs["succeed_on_not_found"] = True
|
3884
3893
|
waiter_result = oci.wait_until(
|
3885
3894
|
self.client,
|
3886
3895
|
initial_get_result, # noqa: F821
|
3887
3896
|
evaluate_response=lambda r: getattr(r.data, 'lifecycle_state') and getattr(r.data, 'lifecycle_state').lower() in lowered_wait_for_states,
|
3888
|
-
succeed_on_not_found=True,
|
3889
3897
|
**waiter_kwargs
|
3890
3898
|
)
|
3891
3899
|
result_to_return = waiter_result
|
@@ -4343,11 +4351,19 @@ class DatabaseClientCompositeOperations(object):
|
|
4343
4351
|
lowered_wait_for_states = [w.lower() for w in wait_for_states]
|
4344
4352
|
|
4345
4353
|
try:
|
4354
|
+
if ("succeed_on_not_found" in waiter_kwargs) and (waiter_kwargs["succeed_on_not_found"] is False):
|
4355
|
+
self.client.base_client.logger.warning("The waiter kwarg succeed_on_not_found was passed as False for the delete composite operation delete_key_store, this would result in the operation to fail if the resource is not found! Please, do not pass this kwarg if this was not intended")
|
4356
|
+
else:
|
4357
|
+
"""
|
4358
|
+
If the user does not send in this value, we set it to True by default.
|
4359
|
+
We are doing this because during a delete resource scenario and waiting on its state, the service can
|
4360
|
+
return a 404 NOT FOUND exception as the resource was deleted and a get on its state would fail
|
4361
|
+
"""
|
4362
|
+
waiter_kwargs["succeed_on_not_found"] = True
|
4346
4363
|
waiter_result = oci.wait_until(
|
4347
4364
|
self.client,
|
4348
4365
|
initial_get_result, # noqa: F821
|
4349
4366
|
evaluate_response=lambda r: getattr(r.data, 'lifecycle_state') and getattr(r.data, 'lifecycle_state').lower() in lowered_wait_for_states,
|
4350
|
-
succeed_on_not_found=True,
|
4351
4367
|
**waiter_kwargs
|
4352
4368
|
)
|
4353
4369
|
result_to_return = waiter_result
|
oci/database/models/__init__.py
CHANGED
@@ -45,6 +45,7 @@ from .autonomous_patch_summary import AutonomousPatchSummary
|
|
45
45
|
from .autonomous_virtual_machine import AutonomousVirtualMachine
|
46
46
|
from .autonomous_virtual_machine_summary import AutonomousVirtualMachineSummary
|
47
47
|
from .autonomous_vm_cluster import AutonomousVmCluster
|
48
|
+
from .autonomous_vm_cluster_resource_details import AutonomousVmClusterResourceDetails
|
48
49
|
from .autonomous_vm_cluster_summary import AutonomousVmClusterSummary
|
49
50
|
from .backup import Backup
|
50
51
|
from .backup_destination import BackupDestination
|
@@ -202,6 +203,7 @@ from .exadata_db_system_migration_summary import ExadataDbSystemMigrationSummary
|
|
202
203
|
from .exadata_infrastructure import ExadataInfrastructure
|
203
204
|
from .exadata_infrastructure_contact import ExadataInfrastructureContact
|
204
205
|
from .exadata_infrastructure_summary import ExadataInfrastructureSummary
|
206
|
+
from .exadata_infrastructure_un_allocated_resources import ExadataInfrastructureUnAllocatedResources
|
205
207
|
from .exadata_iorm_config import ExadataIormConfig
|
206
208
|
from .exadata_iorm_config_update_details import ExadataIormConfigUpdateDetails
|
207
209
|
from .external_backup_job import ExternalBackupJob
|
@@ -379,6 +381,7 @@ database_type_mapping = {
|
|
379
381
|
"AutonomousVirtualMachine": AutonomousVirtualMachine,
|
380
382
|
"AutonomousVirtualMachineSummary": AutonomousVirtualMachineSummary,
|
381
383
|
"AutonomousVmCluster": AutonomousVmCluster,
|
384
|
+
"AutonomousVmClusterResourceDetails": AutonomousVmClusterResourceDetails,
|
382
385
|
"AutonomousVmClusterSummary": AutonomousVmClusterSummary,
|
383
386
|
"Backup": Backup,
|
384
387
|
"BackupDestination": BackupDestination,
|
@@ -536,6 +539,7 @@ database_type_mapping = {
|
|
536
539
|
"ExadataInfrastructure": ExadataInfrastructure,
|
537
540
|
"ExadataInfrastructureContact": ExadataInfrastructureContact,
|
538
541
|
"ExadataInfrastructureSummary": ExadataInfrastructureSummary,
|
542
|
+
"ExadataInfrastructureUnAllocatedResources": ExadataInfrastructureUnAllocatedResources,
|
539
543
|
"ExadataIormConfig": ExadataIormConfig,
|
540
544
|
"ExadataIormConfigUpdateDetails": ExadataIormConfigUpdateDetails,
|
541
545
|
"ExternalBackupJob": ExternalBackupJob,
|
@@ -529,7 +529,7 @@ class AutonomousContainerDatabase(object):
|
|
529
529
|
def db_name(self):
|
530
530
|
"""
|
531
531
|
Gets the db_name of this AutonomousContainerDatabase.
|
532
|
-
The
|
532
|
+
The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.
|
533
533
|
|
534
534
|
|
535
535
|
:return: The db_name of this AutonomousContainerDatabase.
|
@@ -541,7 +541,7 @@ class AutonomousContainerDatabase(object):
|
|
541
541
|
def db_name(self, db_name):
|
542
542
|
"""
|
543
543
|
Sets the db_name of this AutonomousContainerDatabase.
|
544
|
-
The
|
544
|
+
The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.
|
545
545
|
|
546
546
|
|
547
547
|
:param db_name: The db_name of this AutonomousContainerDatabase.
|
@@ -529,7 +529,7 @@ class AutonomousContainerDatabaseSummary(object):
|
|
529
529
|
def db_name(self):
|
530
530
|
"""
|
531
531
|
Gets the db_name of this AutonomousContainerDatabaseSummary.
|
532
|
-
The
|
532
|
+
The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.
|
533
533
|
|
534
534
|
|
535
535
|
:return: The db_name of this AutonomousContainerDatabaseSummary.
|
@@ -541,7 +541,7 @@ class AutonomousContainerDatabaseSummary(object):
|
|
541
541
|
def db_name(self, db_name):
|
542
542
|
"""
|
543
543
|
Sets the db_name of this AutonomousContainerDatabaseSummary.
|
544
|
-
The
|
544
|
+
The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.
|
545
545
|
|
546
546
|
|
547
547
|
:param db_name: The db_name of this AutonomousContainerDatabaseSummary.
|
@@ -1773,7 +1773,9 @@ class AutonomousDatabase(object):
|
|
1773
1773
|
def memory_per_oracle_compute_unit_in_gbs(self):
|
1774
1774
|
"""
|
1775
1775
|
Gets the memory_per_oracle_compute_unit_in_gbs of this AutonomousDatabase.
|
1776
|
-
The amount of memory (in GBs) enabled per
|
1776
|
+
The amount of memory (in GBs) enabled per OCPU or ECPU. See `Compute Models in Autonomous Database on Dedicated Exadata Infrastructure`__ for more details.
|
1777
|
+
|
1778
|
+
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak
|
1777
1779
|
|
1778
1780
|
|
1779
1781
|
:return: The memory_per_oracle_compute_unit_in_gbs of this AutonomousDatabase.
|
@@ -1785,7 +1787,9 @@ class AutonomousDatabase(object):
|
|
1785
1787
|
def memory_per_oracle_compute_unit_in_gbs(self, memory_per_oracle_compute_unit_in_gbs):
|
1786
1788
|
"""
|
1787
1789
|
Sets the memory_per_oracle_compute_unit_in_gbs of this AutonomousDatabase.
|
1788
|
-
The amount of memory (in GBs) enabled per
|
1790
|
+
The amount of memory (in GBs) enabled per OCPU or ECPU. See `Compute Models in Autonomous Database on Dedicated Exadata Infrastructure`__ for more details.
|
1791
|
+
|
1792
|
+
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak
|
1789
1793
|
|
1790
1794
|
|
1791
1795
|
:param memory_per_oracle_compute_unit_in_gbs: The memory_per_oracle_compute_unit_in_gbs of this AutonomousDatabase.
|
@@ -1775,7 +1775,9 @@ class AutonomousDatabaseSummary(object):
|
|
1775
1775
|
def memory_per_oracle_compute_unit_in_gbs(self):
|
1776
1776
|
"""
|
1777
1777
|
Gets the memory_per_oracle_compute_unit_in_gbs of this AutonomousDatabaseSummary.
|
1778
|
-
The amount of memory (in GBs) enabled per
|
1778
|
+
The amount of memory (in GBs) enabled per OCPU or ECPU. See `Compute Models in Autonomous Database on Dedicated Exadata Infrastructure`__ for more details.
|
1779
|
+
|
1780
|
+
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak
|
1779
1781
|
|
1780
1782
|
|
1781
1783
|
:return: The memory_per_oracle_compute_unit_in_gbs of this AutonomousDatabaseSummary.
|
@@ -1787,7 +1789,9 @@ class AutonomousDatabaseSummary(object):
|
|
1787
1789
|
def memory_per_oracle_compute_unit_in_gbs(self, memory_per_oracle_compute_unit_in_gbs):
|
1788
1790
|
"""
|
1789
1791
|
Sets the memory_per_oracle_compute_unit_in_gbs of this AutonomousDatabaseSummary.
|
1790
|
-
The amount of memory (in GBs) enabled per
|
1792
|
+
The amount of memory (in GBs) enabled per OCPU or ECPU. See `Compute Models in Autonomous Database on Dedicated Exadata Infrastructure`__ for more details.
|
1793
|
+
|
1794
|
+
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak
|
1791
1795
|
|
1792
1796
|
|
1793
1797
|
:param memory_per_oracle_compute_unit_in_gbs: The memory_per_oracle_compute_unit_in_gbs of this AutonomousDatabaseSummary.
|
@@ -100,6 +100,10 @@ class AutonomousVirtualMachine(object):
|
|
100
100
|
The value to assign to the defined_tags property of this AutonomousVirtualMachine.
|
101
101
|
:type defined_tags: dict(str, dict(str, object))
|
102
102
|
|
103
|
+
:param cloud_autonomous_vm_cluster_id:
|
104
|
+
The value to assign to the cloud_autonomous_vm_cluster_id property of this AutonomousVirtualMachine.
|
105
|
+
:type cloud_autonomous_vm_cluster_id: str
|
106
|
+
|
103
107
|
"""
|
104
108
|
self.swagger_types = {
|
105
109
|
'id': 'str',
|
@@ -114,7 +118,8 @@ class AutonomousVirtualMachine(object):
|
|
114
118
|
'compartment_id': 'str',
|
115
119
|
'autonomous_vm_cluster_id': 'str',
|
116
120
|
'freeform_tags': 'dict(str, str)',
|
117
|
-
'defined_tags': 'dict(str, dict(str, object))'
|
121
|
+
'defined_tags': 'dict(str, dict(str, object))',
|
122
|
+
'cloud_autonomous_vm_cluster_id': 'str'
|
118
123
|
}
|
119
124
|
|
120
125
|
self.attribute_map = {
|
@@ -130,7 +135,8 @@ class AutonomousVirtualMachine(object):
|
|
130
135
|
'compartment_id': 'compartmentId',
|
131
136
|
'autonomous_vm_cluster_id': 'autonomousVmClusterId',
|
132
137
|
'freeform_tags': 'freeformTags',
|
133
|
-
'defined_tags': 'definedTags'
|
138
|
+
'defined_tags': 'definedTags',
|
139
|
+
'cloud_autonomous_vm_cluster_id': 'cloudAutonomousVmClusterId'
|
134
140
|
}
|
135
141
|
|
136
142
|
self._id = None
|
@@ -146,6 +152,7 @@ class AutonomousVirtualMachine(object):
|
|
146
152
|
self._autonomous_vm_cluster_id = None
|
147
153
|
self._freeform_tags = None
|
148
154
|
self._defined_tags = None
|
155
|
+
self._cloud_autonomous_vm_cluster_id = None
|
149
156
|
|
150
157
|
@property
|
151
158
|
def id(self):
|
@@ -497,6 +504,34 @@ class AutonomousVirtualMachine(object):
|
|
497
504
|
"""
|
498
505
|
self._defined_tags = defined_tags
|
499
506
|
|
507
|
+
@property
|
508
|
+
def cloud_autonomous_vm_cluster_id(self):
|
509
|
+
"""
|
510
|
+
Gets the cloud_autonomous_vm_cluster_id of this AutonomousVirtualMachine.
|
511
|
+
The `OCID`__ of the Cloud Autonomous VM Cluster associated with the Autonomous Virtual Machine.
|
512
|
+
|
513
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
514
|
+
|
515
|
+
|
516
|
+
:return: The cloud_autonomous_vm_cluster_id of this AutonomousVirtualMachine.
|
517
|
+
:rtype: str
|
518
|
+
"""
|
519
|
+
return self._cloud_autonomous_vm_cluster_id
|
520
|
+
|
521
|
+
@cloud_autonomous_vm_cluster_id.setter
|
522
|
+
def cloud_autonomous_vm_cluster_id(self, cloud_autonomous_vm_cluster_id):
|
523
|
+
"""
|
524
|
+
Sets the cloud_autonomous_vm_cluster_id of this AutonomousVirtualMachine.
|
525
|
+
The `OCID`__ of the Cloud Autonomous VM Cluster associated with the Autonomous Virtual Machine.
|
526
|
+
|
527
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
528
|
+
|
529
|
+
|
530
|
+
:param cloud_autonomous_vm_cluster_id: The cloud_autonomous_vm_cluster_id of this AutonomousVirtualMachine.
|
531
|
+
:type: str
|
532
|
+
"""
|
533
|
+
self._cloud_autonomous_vm_cluster_id = cloud_autonomous_vm_cluster_id
|
534
|
+
|
500
535
|
def __repr__(self):
|
501
536
|
return formatted_flat_dict(self)
|
502
537
|
|
@@ -100,6 +100,10 @@ class AutonomousVirtualMachineSummary(object):
|
|
100
100
|
The value to assign to the defined_tags property of this AutonomousVirtualMachineSummary.
|
101
101
|
:type defined_tags: dict(str, dict(str, object))
|
102
102
|
|
103
|
+
:param cloud_autonomous_vm_cluster_id:
|
104
|
+
The value to assign to the cloud_autonomous_vm_cluster_id property of this AutonomousVirtualMachineSummary.
|
105
|
+
:type cloud_autonomous_vm_cluster_id: str
|
106
|
+
|
103
107
|
"""
|
104
108
|
self.swagger_types = {
|
105
109
|
'id': 'str',
|
@@ -114,7 +118,8 @@ class AutonomousVirtualMachineSummary(object):
|
|
114
118
|
'compartment_id': 'str',
|
115
119
|
'autonomous_vm_cluster_id': 'str',
|
116
120
|
'freeform_tags': 'dict(str, str)',
|
117
|
-
'defined_tags': 'dict(str, dict(str, object))'
|
121
|
+
'defined_tags': 'dict(str, dict(str, object))',
|
122
|
+
'cloud_autonomous_vm_cluster_id': 'str'
|
118
123
|
}
|
119
124
|
|
120
125
|
self.attribute_map = {
|
@@ -130,7 +135,8 @@ class AutonomousVirtualMachineSummary(object):
|
|
130
135
|
'compartment_id': 'compartmentId',
|
131
136
|
'autonomous_vm_cluster_id': 'autonomousVmClusterId',
|
132
137
|
'freeform_tags': 'freeformTags',
|
133
|
-
'defined_tags': 'definedTags'
|
138
|
+
'defined_tags': 'definedTags',
|
139
|
+
'cloud_autonomous_vm_cluster_id': 'cloudAutonomousVmClusterId'
|
134
140
|
}
|
135
141
|
|
136
142
|
self._id = None
|
@@ -146,6 +152,7 @@ class AutonomousVirtualMachineSummary(object):
|
|
146
152
|
self._autonomous_vm_cluster_id = None
|
147
153
|
self._freeform_tags = None
|
148
154
|
self._defined_tags = None
|
155
|
+
self._cloud_autonomous_vm_cluster_id = None
|
149
156
|
|
150
157
|
@property
|
151
158
|
def id(self):
|
@@ -497,6 +504,34 @@ class AutonomousVirtualMachineSummary(object):
|
|
497
504
|
"""
|
498
505
|
self._defined_tags = defined_tags
|
499
506
|
|
507
|
+
@property
|
508
|
+
def cloud_autonomous_vm_cluster_id(self):
|
509
|
+
"""
|
510
|
+
Gets the cloud_autonomous_vm_cluster_id of this AutonomousVirtualMachineSummary.
|
511
|
+
The `OCID`__ of the Cloud Autonomous VM Cluster associated with the Autonomous Virtual Machine.
|
512
|
+
|
513
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
514
|
+
|
515
|
+
|
516
|
+
:return: The cloud_autonomous_vm_cluster_id of this AutonomousVirtualMachineSummary.
|
517
|
+
:rtype: str
|
518
|
+
"""
|
519
|
+
return self._cloud_autonomous_vm_cluster_id
|
520
|
+
|
521
|
+
@cloud_autonomous_vm_cluster_id.setter
|
522
|
+
def cloud_autonomous_vm_cluster_id(self, cloud_autonomous_vm_cluster_id):
|
523
|
+
"""
|
524
|
+
Sets the cloud_autonomous_vm_cluster_id of this AutonomousVirtualMachineSummary.
|
525
|
+
The `OCID`__ of the Cloud Autonomous VM Cluster associated with the Autonomous Virtual Machine.
|
526
|
+
|
527
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
528
|
+
|
529
|
+
|
530
|
+
:param cloud_autonomous_vm_cluster_id: The cloud_autonomous_vm_cluster_id of this AutonomousVirtualMachineSummary.
|
531
|
+
:type: str
|
532
|
+
"""
|
533
|
+
self._cloud_autonomous_vm_cluster_id = cloud_autonomous_vm_cluster_id
|
534
|
+
|
500
535
|
def __repr__(self):
|
501
536
|
return formatted_flat_dict(self)
|
502
537
|
|
@@ -749,7 +749,9 @@ class AutonomousVmCluster(object):
|
|
749
749
|
def memory_per_oracle_compute_unit_in_gbs(self):
|
750
750
|
"""
|
751
751
|
Gets the memory_per_oracle_compute_unit_in_gbs of this AutonomousVmCluster.
|
752
|
-
The amount of memory (in GBs) to be enabled per
|
752
|
+
The amount of memory (in GBs) to be enabled per OCPU or ECPU. See `Compute Models in Autonomous Database on Dedicated Exadata Infrastructure`__ for more details.
|
753
|
+
|
754
|
+
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak
|
753
755
|
|
754
756
|
|
755
757
|
:return: The memory_per_oracle_compute_unit_in_gbs of this AutonomousVmCluster.
|
@@ -761,7 +763,9 @@ class AutonomousVmCluster(object):
|
|
761
763
|
def memory_per_oracle_compute_unit_in_gbs(self, memory_per_oracle_compute_unit_in_gbs):
|
762
764
|
"""
|
763
765
|
Sets the memory_per_oracle_compute_unit_in_gbs of this AutonomousVmCluster.
|
764
|
-
The amount of memory (in GBs) to be enabled per
|
766
|
+
The amount of memory (in GBs) to be enabled per OCPU or ECPU. See `Compute Models in Autonomous Database on Dedicated Exadata Infrastructure`__ for more details.
|
767
|
+
|
768
|
+
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak
|
765
769
|
|
766
770
|
|
767
771
|
:param memory_per_oracle_compute_unit_in_gbs: The memory_per_oracle_compute_unit_in_gbs of this AutonomousVmCluster.
|
@@ -1315,7 +1319,7 @@ class AutonomousVmCluster(object):
|
|
1315
1319
|
def time_database_ssl_certificate_expires(self):
|
1316
1320
|
"""
|
1317
1321
|
Gets the time_database_ssl_certificate_expires of this AutonomousVmCluster.
|
1318
|
-
The date and time of Database SSL certificate expiration.
|
1322
|
+
The date and time of the Database SSL certificate expiration.
|
1319
1323
|
|
1320
1324
|
|
1321
1325
|
:return: The time_database_ssl_certificate_expires of this AutonomousVmCluster.
|
@@ -1327,7 +1331,7 @@ class AutonomousVmCluster(object):
|
|
1327
1331
|
def time_database_ssl_certificate_expires(self, time_database_ssl_certificate_expires):
|
1328
1332
|
"""
|
1329
1333
|
Sets the time_database_ssl_certificate_expires of this AutonomousVmCluster.
|
1330
|
-
The date and time of Database SSL certificate expiration.
|
1334
|
+
The date and time of the Database SSL certificate expiration.
|
1331
1335
|
|
1332
1336
|
|
1333
1337
|
:param time_database_ssl_certificate_expires: The time_database_ssl_certificate_expires of this AutonomousVmCluster.
|
@@ -1339,7 +1343,7 @@ class AutonomousVmCluster(object):
|
|
1339
1343
|
def time_ords_certificate_expires(self):
|
1340
1344
|
"""
|
1341
1345
|
Gets the time_ords_certificate_expires of this AutonomousVmCluster.
|
1342
|
-
The date and time of ORDS certificate expiration.
|
1346
|
+
The date and time of the ORDS certificate expiration.
|
1343
1347
|
|
1344
1348
|
|
1345
1349
|
:return: The time_ords_certificate_expires of this AutonomousVmCluster.
|
@@ -1351,7 +1355,7 @@ class AutonomousVmCluster(object):
|
|
1351
1355
|
def time_ords_certificate_expires(self, time_ords_certificate_expires):
|
1352
1356
|
"""
|
1353
1357
|
Sets the time_ords_certificate_expires of this AutonomousVmCluster.
|
1354
|
-
The date and time of ORDS certificate expiration.
|
1358
|
+
The date and time of the ORDS certificate expiration.
|
1355
1359
|
|
1356
1360
|
|
1357
1361
|
:param time_ords_certificate_expires: The time_ords_certificate_expires of this AutonomousVmCluster.
|
@@ -0,0 +1,105 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
# Copyright (c) 2016, 2023, 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
|
+
|
6
|
+
from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
|
7
|
+
from oci.decorators import init_model_state_from_kwargs
|
8
|
+
|
9
|
+
|
10
|
+
@init_model_state_from_kwargs
|
11
|
+
class AutonomousVmClusterResourceDetails(object):
|
12
|
+
"""
|
13
|
+
Unallocated resource details of the AVM
|
14
|
+
"""
|
15
|
+
|
16
|
+
def __init__(self, **kwargs):
|
17
|
+
"""
|
18
|
+
Initializes a new AutonomousVmClusterResourceDetails object with values from keyword arguments.
|
19
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
20
|
+
|
21
|
+
:param id:
|
22
|
+
The value to assign to the id property of this AutonomousVmClusterResourceDetails.
|
23
|
+
:type id: str
|
24
|
+
|
25
|
+
:param un_allocated_adb_storage_in_tbs:
|
26
|
+
The value to assign to the un_allocated_adb_storage_in_tbs property of this AutonomousVmClusterResourceDetails.
|
27
|
+
:type un_allocated_adb_storage_in_tbs: float
|
28
|
+
|
29
|
+
"""
|
30
|
+
self.swagger_types = {
|
31
|
+
'id': 'str',
|
32
|
+
'un_allocated_adb_storage_in_tbs': 'float'
|
33
|
+
}
|
34
|
+
|
35
|
+
self.attribute_map = {
|
36
|
+
'id': 'id',
|
37
|
+
'un_allocated_adb_storage_in_tbs': 'unAllocatedAdbStorageInTBs'
|
38
|
+
}
|
39
|
+
|
40
|
+
self._id = None
|
41
|
+
self._un_allocated_adb_storage_in_tbs = None
|
42
|
+
|
43
|
+
@property
|
44
|
+
def id(self):
|
45
|
+
"""
|
46
|
+
**[Required]** Gets the id of this AutonomousVmClusterResourceDetails.
|
47
|
+
The `OCID`__ of the Exadata infrastructure.
|
48
|
+
|
49
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
50
|
+
|
51
|
+
|
52
|
+
:return: The id of this AutonomousVmClusterResourceDetails.
|
53
|
+
:rtype: str
|
54
|
+
"""
|
55
|
+
return self._id
|
56
|
+
|
57
|
+
@id.setter
|
58
|
+
def id(self, id):
|
59
|
+
"""
|
60
|
+
Sets the id of this AutonomousVmClusterResourceDetails.
|
61
|
+
The `OCID`__ of the Exadata infrastructure.
|
62
|
+
|
63
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
64
|
+
|
65
|
+
|
66
|
+
:param id: The id of this AutonomousVmClusterResourceDetails.
|
67
|
+
:type: str
|
68
|
+
"""
|
69
|
+
self._id = id
|
70
|
+
|
71
|
+
@property
|
72
|
+
def un_allocated_adb_storage_in_tbs(self):
|
73
|
+
"""
|
74
|
+
**[Required]** Gets the un_allocated_adb_storage_in_tbs of this AutonomousVmClusterResourceDetails.
|
75
|
+
Total unallocated autonomous data storage in the AVM in TBs.
|
76
|
+
|
77
|
+
|
78
|
+
:return: The un_allocated_adb_storage_in_tbs of this AutonomousVmClusterResourceDetails.
|
79
|
+
:rtype: float
|
80
|
+
"""
|
81
|
+
return self._un_allocated_adb_storage_in_tbs
|
82
|
+
|
83
|
+
@un_allocated_adb_storage_in_tbs.setter
|
84
|
+
def un_allocated_adb_storage_in_tbs(self, un_allocated_adb_storage_in_tbs):
|
85
|
+
"""
|
86
|
+
Sets the un_allocated_adb_storage_in_tbs of this AutonomousVmClusterResourceDetails.
|
87
|
+
Total unallocated autonomous data storage in the AVM in TBs.
|
88
|
+
|
89
|
+
|
90
|
+
:param un_allocated_adb_storage_in_tbs: The un_allocated_adb_storage_in_tbs of this AutonomousVmClusterResourceDetails.
|
91
|
+
:type: float
|
92
|
+
"""
|
93
|
+
self._un_allocated_adb_storage_in_tbs = un_allocated_adb_storage_in_tbs
|
94
|
+
|
95
|
+
def __repr__(self):
|
96
|
+
return formatted_flat_dict(self)
|
97
|
+
|
98
|
+
def __eq__(self, other):
|
99
|
+
if other is None:
|
100
|
+
return False
|
101
|
+
|
102
|
+
return self.__dict__ == other.__dict__
|
103
|
+
|
104
|
+
def __ne__(self, other):
|
105
|
+
return not self == other
|
@@ -749,7 +749,9 @@ class AutonomousVmClusterSummary(object):
|
|
749
749
|
def memory_per_oracle_compute_unit_in_gbs(self):
|
750
750
|
"""
|
751
751
|
Gets the memory_per_oracle_compute_unit_in_gbs of this AutonomousVmClusterSummary.
|
752
|
-
The amount of memory (in GBs) to be enabled per
|
752
|
+
The amount of memory (in GBs) to be enabled per OCPU or ECPU. See `Compute Models in Autonomous Database on Dedicated Exadata Infrastructure`__ for more details.
|
753
|
+
|
754
|
+
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak
|
753
755
|
|
754
756
|
|
755
757
|
:return: The memory_per_oracle_compute_unit_in_gbs of this AutonomousVmClusterSummary.
|
@@ -761,7 +763,9 @@ class AutonomousVmClusterSummary(object):
|
|
761
763
|
def memory_per_oracle_compute_unit_in_gbs(self, memory_per_oracle_compute_unit_in_gbs):
|
762
764
|
"""
|
763
765
|
Sets the memory_per_oracle_compute_unit_in_gbs of this AutonomousVmClusterSummary.
|
764
|
-
The amount of memory (in GBs) to be enabled per
|
766
|
+
The amount of memory (in GBs) to be enabled per OCPU or ECPU. See `Compute Models in Autonomous Database on Dedicated Exadata Infrastructure`__ for more details.
|
767
|
+
|
768
|
+
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak
|
765
769
|
|
766
770
|
|
767
771
|
:param memory_per_oracle_compute_unit_in_gbs: The memory_per_oracle_compute_unit_in_gbs of this AutonomousVmClusterSummary.
|
@@ -1315,7 +1319,7 @@ class AutonomousVmClusterSummary(object):
|
|
1315
1319
|
def time_database_ssl_certificate_expires(self):
|
1316
1320
|
"""
|
1317
1321
|
Gets the time_database_ssl_certificate_expires of this AutonomousVmClusterSummary.
|
1318
|
-
The date and time of Database SSL certificate expiration.
|
1322
|
+
The date and time of the Database SSL certificate expiration.
|
1319
1323
|
|
1320
1324
|
|
1321
1325
|
:return: The time_database_ssl_certificate_expires of this AutonomousVmClusterSummary.
|
@@ -1327,7 +1331,7 @@ class AutonomousVmClusterSummary(object):
|
|
1327
1331
|
def time_database_ssl_certificate_expires(self, time_database_ssl_certificate_expires):
|
1328
1332
|
"""
|
1329
1333
|
Sets the time_database_ssl_certificate_expires of this AutonomousVmClusterSummary.
|
1330
|
-
The date and time of Database SSL certificate expiration.
|
1334
|
+
The date and time of the Database SSL certificate expiration.
|
1331
1335
|
|
1332
1336
|
|
1333
1337
|
:param time_database_ssl_certificate_expires: The time_database_ssl_certificate_expires of this AutonomousVmClusterSummary.
|
@@ -1339,7 +1343,7 @@ class AutonomousVmClusterSummary(object):
|
|
1339
1343
|
def time_ords_certificate_expires(self):
|
1340
1344
|
"""
|
1341
1345
|
Gets the time_ords_certificate_expires of this AutonomousVmClusterSummary.
|
1342
|
-
The date and time of ORDS certificate expiration.
|
1346
|
+
The date and time of the ORDS certificate expiration.
|
1343
1347
|
|
1344
1348
|
|
1345
1349
|
:return: The time_ords_certificate_expires of this AutonomousVmClusterSummary.
|
@@ -1351,7 +1355,7 @@ class AutonomousVmClusterSummary(object):
|
|
1351
1355
|
def time_ords_certificate_expires(self, time_ords_certificate_expires):
|
1352
1356
|
"""
|
1353
1357
|
Sets the time_ords_certificate_expires of this AutonomousVmClusterSummary.
|
1354
|
-
The date and time of ORDS certificate expiration.
|
1358
|
+
The date and time of the ORDS certificate expiration.
|
1355
1359
|
|
1356
1360
|
|
1357
1361
|
:param time_ords_certificate_expires: The time_ords_certificate_expires of this AutonomousVmClusterSummary.
|
@@ -244,6 +244,10 @@ class CloudAutonomousVmCluster(object):
|
|
244
244
|
The value to assign to the memory_per_oracle_compute_unit_in_gbs property of this CloudAutonomousVmCluster.
|
245
245
|
:type memory_per_oracle_compute_unit_in_gbs: int
|
246
246
|
|
247
|
+
:param db_servers:
|
248
|
+
The value to assign to the db_servers property of this CloudAutonomousVmCluster.
|
249
|
+
:type db_servers: list[str]
|
250
|
+
|
247
251
|
"""
|
248
252
|
self.swagger_types = {
|
249
253
|
'id': 'str',
|
@@ -289,7 +293,8 @@ class CloudAutonomousVmCluster(object):
|
|
289
293
|
'available_autonomous_data_storage_size_in_tbs': 'float',
|
290
294
|
'autonomous_data_storage_size_in_tbs': 'float',
|
291
295
|
'db_node_storage_size_in_gbs': 'int',
|
292
|
-
'memory_per_oracle_compute_unit_in_gbs': 'int'
|
296
|
+
'memory_per_oracle_compute_unit_in_gbs': 'int',
|
297
|
+
'db_servers': 'list[str]'
|
293
298
|
}
|
294
299
|
|
295
300
|
self.attribute_map = {
|
@@ -336,7 +341,8 @@ class CloudAutonomousVmCluster(object):
|
|
336
341
|
'available_autonomous_data_storage_size_in_tbs': 'availableAutonomousDataStorageSizeInTBs',
|
337
342
|
'autonomous_data_storage_size_in_tbs': 'autonomousDataStorageSizeInTBs',
|
338
343
|
'db_node_storage_size_in_gbs': 'dbNodeStorageSizeInGBs',
|
339
|
-
'memory_per_oracle_compute_unit_in_gbs': 'memoryPerOracleComputeUnitInGBs'
|
344
|
+
'memory_per_oracle_compute_unit_in_gbs': 'memoryPerOracleComputeUnitInGBs',
|
345
|
+
'db_servers': 'dbServers'
|
340
346
|
}
|
341
347
|
|
342
348
|
self._id = None
|
@@ -383,6 +389,7 @@ class CloudAutonomousVmCluster(object):
|
|
383
389
|
self._autonomous_data_storage_size_in_tbs = None
|
384
390
|
self._db_node_storage_size_in_gbs = None
|
385
391
|
self._memory_per_oracle_compute_unit_in_gbs = None
|
392
|
+
self._db_servers = None
|
386
393
|
|
387
394
|
@property
|
388
395
|
def id(self):
|
@@ -1530,7 +1537,9 @@ class CloudAutonomousVmCluster(object):
|
|
1530
1537
|
def memory_per_oracle_compute_unit_in_gbs(self):
|
1531
1538
|
"""
|
1532
1539
|
Gets the memory_per_oracle_compute_unit_in_gbs of this CloudAutonomousVmCluster.
|
1533
|
-
The amount of memory (in GBs) enabled per
|
1540
|
+
The amount of memory (in GBs) enabled per OCPU or ECPU. See `Compute Models in Autonomous Database on Dedicated Exadata Infrastructure`__ for more details.
|
1541
|
+
|
1542
|
+
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak
|
1534
1543
|
|
1535
1544
|
|
1536
1545
|
:return: The memory_per_oracle_compute_unit_in_gbs of this CloudAutonomousVmCluster.
|
@@ -1542,7 +1551,9 @@ class CloudAutonomousVmCluster(object):
|
|
1542
1551
|
def memory_per_oracle_compute_unit_in_gbs(self, memory_per_oracle_compute_unit_in_gbs):
|
1543
1552
|
"""
|
1544
1553
|
Sets the memory_per_oracle_compute_unit_in_gbs of this CloudAutonomousVmCluster.
|
1545
|
-
The amount of memory (in GBs) enabled per
|
1554
|
+
The amount of memory (in GBs) enabled per OCPU or ECPU. See `Compute Models in Autonomous Database on Dedicated Exadata Infrastructure`__ for more details.
|
1555
|
+
|
1556
|
+
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak
|
1546
1557
|
|
1547
1558
|
|
1548
1559
|
:param memory_per_oracle_compute_unit_in_gbs: The memory_per_oracle_compute_unit_in_gbs of this CloudAutonomousVmCluster.
|
@@ -1550,6 +1561,34 @@ class CloudAutonomousVmCluster(object):
|
|
1550
1561
|
"""
|
1551
1562
|
self._memory_per_oracle_compute_unit_in_gbs = memory_per_oracle_compute_unit_in_gbs
|
1552
1563
|
|
1564
|
+
@property
|
1565
|
+
def db_servers(self):
|
1566
|
+
"""
|
1567
|
+
Gets the db_servers of this CloudAutonomousVmCluster.
|
1568
|
+
The list of `OCIDs`__ of the Db servers.
|
1569
|
+
|
1570
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
1571
|
+
|
1572
|
+
|
1573
|
+
:return: The db_servers of this CloudAutonomousVmCluster.
|
1574
|
+
:rtype: list[str]
|
1575
|
+
"""
|
1576
|
+
return self._db_servers
|
1577
|
+
|
1578
|
+
@db_servers.setter
|
1579
|
+
def db_servers(self, db_servers):
|
1580
|
+
"""
|
1581
|
+
Sets the db_servers of this CloudAutonomousVmCluster.
|
1582
|
+
The list of `OCIDs`__ of the Db servers.
|
1583
|
+
|
1584
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
1585
|
+
|
1586
|
+
|
1587
|
+
:param db_servers: The db_servers of this CloudAutonomousVmCluster.
|
1588
|
+
:type: list[str]
|
1589
|
+
"""
|
1590
|
+
self._db_servers = db_servers
|
1591
|
+
|
1553
1592
|
def __repr__(self):
|
1554
1593
|
return formatted_flat_dict(self)
|
1555
1594
|
|