oci 2.101.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 +357 -36
- oci/fusion_apps/fusion_applications_client_composite_operations.py +90 -0
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/models/__init__.py +2 -12
- oci/fusion_apps/models/create_service_attachment_details.py +45 -52
- oci/fusion_apps/models/service_attachment.py +0 -31
- oci/fusion_apps/models/verify_service_attachment_details.py +101 -0
- 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.101.0.dist-info → oci-2.103.0.dist-info}/METADATA +1 -1
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/RECORD +341 -336
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/WHEEL +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/top_level.txt +0 -0
@@ -244,6 +244,10 @@ class CloudAutonomousVmClusterSummary(object):
|
|
244
244
|
The value to assign to the memory_per_oracle_compute_unit_in_gbs property of this CloudAutonomousVmClusterSummary.
|
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 CloudAutonomousVmClusterSummary.
|
249
|
+
:type db_servers: list[str]
|
250
|
+
|
247
251
|
"""
|
248
252
|
self.swagger_types = {
|
249
253
|
'id': 'str',
|
@@ -289,7 +293,8 @@ class CloudAutonomousVmClusterSummary(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 CloudAutonomousVmClusterSummary(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 CloudAutonomousVmClusterSummary(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 CloudAutonomousVmClusterSummary(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 CloudAutonomousVmClusterSummary.
|
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 CloudAutonomousVmClusterSummary.
|
@@ -1542,7 +1551,9 @@ class CloudAutonomousVmClusterSummary(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 CloudAutonomousVmClusterSummary.
|
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 CloudAutonomousVmClusterSummary.
|
@@ -1550,6 +1561,34 @@ class CloudAutonomousVmClusterSummary(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 CloudAutonomousVmClusterSummary.
|
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 CloudAutonomousVmClusterSummary.
|
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 CloudAutonomousVmClusterSummary.
|
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 CloudAutonomousVmClusterSummary.
|
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
|
|
@@ -324,7 +324,7 @@ class CreateAutonomousContainerDatabaseDetails(object):
|
|
324
324
|
def db_name(self):
|
325
325
|
"""
|
326
326
|
Gets the db_name of this CreateAutonomousContainerDatabaseDetails.
|
327
|
-
The
|
327
|
+
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.
|
328
328
|
|
329
329
|
|
330
330
|
:return: The db_name of this CreateAutonomousContainerDatabaseDetails.
|
@@ -336,7 +336,7 @@ class CreateAutonomousContainerDatabaseDetails(object):
|
|
336
336
|
def db_name(self, db_name):
|
337
337
|
"""
|
338
338
|
Sets the db_name of this CreateAutonomousContainerDatabaseDetails.
|
339
|
-
The
|
339
|
+
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.
|
340
340
|
|
341
341
|
|
342
342
|
:param db_name: The db_name of this CreateAutonomousContainerDatabaseDetails.
|
@@ -457,7 +457,9 @@ class CreateAutonomousVmClusterDetails(object):
|
|
457
457
|
def memory_per_oracle_compute_unit_in_gbs(self):
|
458
458
|
"""
|
459
459
|
Gets the memory_per_oracle_compute_unit_in_gbs of this CreateAutonomousVmClusterDetails.
|
460
|
-
The amount of memory (in GBs) to be enabled per
|
460
|
+
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.
|
461
|
+
|
462
|
+
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak
|
461
463
|
|
462
464
|
|
463
465
|
:return: The memory_per_oracle_compute_unit_in_gbs of this CreateAutonomousVmClusterDetails.
|
@@ -469,7 +471,9 @@ class CreateAutonomousVmClusterDetails(object):
|
|
469
471
|
def memory_per_oracle_compute_unit_in_gbs(self, memory_per_oracle_compute_unit_in_gbs):
|
470
472
|
"""
|
471
473
|
Sets the memory_per_oracle_compute_unit_in_gbs of this CreateAutonomousVmClusterDetails.
|
472
|
-
The amount of memory (in GBs) to be enabled per
|
474
|
+
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.
|
475
|
+
|
476
|
+
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak
|
473
477
|
|
474
478
|
|
475
479
|
:param memory_per_oracle_compute_unit_in_gbs: The memory_per_oracle_compute_unit_in_gbs of this CreateAutonomousVmClusterDetails.
|
@@ -368,7 +368,9 @@ class CreateCloudAutonomousVmClusterDetails(object):
|
|
368
368
|
def memory_per_oracle_compute_unit_in_gbs(self):
|
369
369
|
"""
|
370
370
|
Gets the memory_per_oracle_compute_unit_in_gbs of this CreateCloudAutonomousVmClusterDetails.
|
371
|
-
The amount of memory (in GBs) to be enabled per
|
371
|
+
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.
|
372
|
+
|
373
|
+
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak
|
372
374
|
|
373
375
|
|
374
376
|
:return: The memory_per_oracle_compute_unit_in_gbs of this CreateCloudAutonomousVmClusterDetails.
|
@@ -380,7 +382,9 @@ class CreateCloudAutonomousVmClusterDetails(object):
|
|
380
382
|
def memory_per_oracle_compute_unit_in_gbs(self, memory_per_oracle_compute_unit_in_gbs):
|
381
383
|
"""
|
382
384
|
Sets the memory_per_oracle_compute_unit_in_gbs of this CreateCloudAutonomousVmClusterDetails.
|
383
|
-
The amount of memory (in GBs) to be enabled per
|
385
|
+
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.
|
386
|
+
|
387
|
+
__ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak
|
384
388
|
|
385
389
|
|
386
390
|
:param memory_per_oracle_compute_unit_in_gbs: The memory_per_oracle_compute_unit_in_gbs of this CreateCloudAutonomousVmClusterDetails.
|
@@ -276,6 +276,10 @@ class ExadataInfrastructure(object):
|
|
276
276
|
The value to assign to the network_bonding_mode_details property of this ExadataInfrastructure.
|
277
277
|
:type network_bonding_mode_details: oci.database.models.NetworkBondingModeDetails
|
278
278
|
|
279
|
+
:param availability_domain:
|
280
|
+
The value to assign to the availability_domain property of this ExadataInfrastructure.
|
281
|
+
:type availability_domain: str
|
282
|
+
|
279
283
|
:param freeform_tags:
|
280
284
|
The value to assign to the freeform_tags property of this ExadataInfrastructure.
|
281
285
|
:type freeform_tags: dict(str, str)
|
@@ -331,6 +335,7 @@ class ExadataInfrastructure(object):
|
|
331
335
|
'next_maintenance_run_id': 'str',
|
332
336
|
'is_cps_offline_report_enabled': 'bool',
|
333
337
|
'network_bonding_mode_details': 'NetworkBondingModeDetails',
|
338
|
+
'availability_domain': 'str',
|
334
339
|
'freeform_tags': 'dict(str, str)',
|
335
340
|
'defined_tags': 'dict(str, dict(str, object))'
|
336
341
|
}
|
@@ -381,6 +386,7 @@ class ExadataInfrastructure(object):
|
|
381
386
|
'next_maintenance_run_id': 'nextMaintenanceRunId',
|
382
387
|
'is_cps_offline_report_enabled': 'isCpsOfflineReportEnabled',
|
383
388
|
'network_bonding_mode_details': 'networkBondingModeDetails',
|
389
|
+
'availability_domain': 'availabilityDomain',
|
384
390
|
'freeform_tags': 'freeformTags',
|
385
391
|
'defined_tags': 'definedTags'
|
386
392
|
}
|
@@ -430,6 +436,7 @@ class ExadataInfrastructure(object):
|
|
430
436
|
self._next_maintenance_run_id = None
|
431
437
|
self._is_cps_offline_report_enabled = None
|
432
438
|
self._network_bonding_mode_details = None
|
439
|
+
self._availability_domain = None
|
433
440
|
self._freeform_tags = None
|
434
441
|
self._defined_tags = None
|
435
442
|
|
@@ -1551,6 +1558,30 @@ class ExadataInfrastructure(object):
|
|
1551
1558
|
"""
|
1552
1559
|
self._network_bonding_mode_details = network_bonding_mode_details
|
1553
1560
|
|
1561
|
+
@property
|
1562
|
+
def availability_domain(self):
|
1563
|
+
"""
|
1564
|
+
Gets the availability_domain of this ExadataInfrastructure.
|
1565
|
+
The name of the availability domain that the Exadata infrastructure is located in.
|
1566
|
+
|
1567
|
+
|
1568
|
+
:return: The availability_domain of this ExadataInfrastructure.
|
1569
|
+
:rtype: str
|
1570
|
+
"""
|
1571
|
+
return self._availability_domain
|
1572
|
+
|
1573
|
+
@availability_domain.setter
|
1574
|
+
def availability_domain(self, availability_domain):
|
1575
|
+
"""
|
1576
|
+
Sets the availability_domain of this ExadataInfrastructure.
|
1577
|
+
The name of the availability domain that the Exadata infrastructure is located in.
|
1578
|
+
|
1579
|
+
|
1580
|
+
:param availability_domain: The availability_domain of this ExadataInfrastructure.
|
1581
|
+
:type: str
|
1582
|
+
"""
|
1583
|
+
self._availability_domain = availability_domain
|
1584
|
+
|
1554
1585
|
@property
|
1555
1586
|
def freeform_tags(self):
|
1556
1587
|
"""
|
@@ -277,6 +277,10 @@ class ExadataInfrastructureSummary(object):
|
|
277
277
|
The value to assign to the network_bonding_mode_details property of this ExadataInfrastructureSummary.
|
278
278
|
:type network_bonding_mode_details: oci.database.models.NetworkBondingModeDetails
|
279
279
|
|
280
|
+
:param availability_domain:
|
281
|
+
The value to assign to the availability_domain property of this ExadataInfrastructureSummary.
|
282
|
+
:type availability_domain: str
|
283
|
+
|
280
284
|
:param freeform_tags:
|
281
285
|
The value to assign to the freeform_tags property of this ExadataInfrastructureSummary.
|
282
286
|
:type freeform_tags: dict(str, str)
|
@@ -332,6 +336,7 @@ class ExadataInfrastructureSummary(object):
|
|
332
336
|
'next_maintenance_run_id': 'str',
|
333
337
|
'is_cps_offline_report_enabled': 'bool',
|
334
338
|
'network_bonding_mode_details': 'NetworkBondingModeDetails',
|
339
|
+
'availability_domain': 'str',
|
335
340
|
'freeform_tags': 'dict(str, str)',
|
336
341
|
'defined_tags': 'dict(str, dict(str, object))'
|
337
342
|
}
|
@@ -382,6 +387,7 @@ class ExadataInfrastructureSummary(object):
|
|
382
387
|
'next_maintenance_run_id': 'nextMaintenanceRunId',
|
383
388
|
'is_cps_offline_report_enabled': 'isCpsOfflineReportEnabled',
|
384
389
|
'network_bonding_mode_details': 'networkBondingModeDetails',
|
390
|
+
'availability_domain': 'availabilityDomain',
|
385
391
|
'freeform_tags': 'freeformTags',
|
386
392
|
'defined_tags': 'definedTags'
|
387
393
|
}
|
@@ -431,6 +437,7 @@ class ExadataInfrastructureSummary(object):
|
|
431
437
|
self._next_maintenance_run_id = None
|
432
438
|
self._is_cps_offline_report_enabled = None
|
433
439
|
self._network_bonding_mode_details = None
|
440
|
+
self._availability_domain = None
|
434
441
|
self._freeform_tags = None
|
435
442
|
self._defined_tags = None
|
436
443
|
|
@@ -1552,6 +1559,30 @@ class ExadataInfrastructureSummary(object):
|
|
1552
1559
|
"""
|
1553
1560
|
self._network_bonding_mode_details = network_bonding_mode_details
|
1554
1561
|
|
1562
|
+
@property
|
1563
|
+
def availability_domain(self):
|
1564
|
+
"""
|
1565
|
+
Gets the availability_domain of this ExadataInfrastructureSummary.
|
1566
|
+
The name of the availability domain that the Exadata infrastructure is located in.
|
1567
|
+
|
1568
|
+
|
1569
|
+
:return: The availability_domain of this ExadataInfrastructureSummary.
|
1570
|
+
:rtype: str
|
1571
|
+
"""
|
1572
|
+
return self._availability_domain
|
1573
|
+
|
1574
|
+
@availability_domain.setter
|
1575
|
+
def availability_domain(self, availability_domain):
|
1576
|
+
"""
|
1577
|
+
Sets the availability_domain of this ExadataInfrastructureSummary.
|
1578
|
+
The name of the availability domain that the Exadata infrastructure is located in.
|
1579
|
+
|
1580
|
+
|
1581
|
+
:param availability_domain: The availability_domain of this ExadataInfrastructureSummary.
|
1582
|
+
:type: str
|
1583
|
+
"""
|
1584
|
+
self._availability_domain = availability_domain
|
1585
|
+
|
1555
1586
|
@property
|
1556
1587
|
def freeform_tags(self):
|
1557
1588
|
"""
|
@@ -0,0 +1,260 @@
|
|
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 ExadataInfrastructureUnAllocatedResources(object):
|
12
|
+
"""
|
13
|
+
Un allocated resources details of the Exadata Cloud@Customer infrastructure. Applies to Exadata Cloud@Customer instances only.
|
14
|
+
"""
|
15
|
+
|
16
|
+
def __init__(self, **kwargs):
|
17
|
+
"""
|
18
|
+
Initializes a new ExadataInfrastructureUnAllocatedResources 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 ExadataInfrastructureUnAllocatedResources.
|
23
|
+
:type id: str
|
24
|
+
|
25
|
+
:param display_name:
|
26
|
+
The value to assign to the display_name property of this ExadataInfrastructureUnAllocatedResources.
|
27
|
+
:type display_name: str
|
28
|
+
|
29
|
+
:param local_storage_in_gbs:
|
30
|
+
The value to assign to the local_storage_in_gbs property of this ExadataInfrastructureUnAllocatedResources.
|
31
|
+
:type local_storage_in_gbs: int
|
32
|
+
|
33
|
+
:param ocpus:
|
34
|
+
The value to assign to the ocpus property of this ExadataInfrastructureUnAllocatedResources.
|
35
|
+
:type ocpus: int
|
36
|
+
|
37
|
+
:param memory_in_gbs:
|
38
|
+
The value to assign to the memory_in_gbs property of this ExadataInfrastructureUnAllocatedResources.
|
39
|
+
:type memory_in_gbs: int
|
40
|
+
|
41
|
+
:param exadata_storage_in_tbs:
|
42
|
+
The value to assign to the exadata_storage_in_tbs property of this ExadataInfrastructureUnAllocatedResources.
|
43
|
+
:type exadata_storage_in_tbs: float
|
44
|
+
|
45
|
+
:param autonomous_vm_clusters:
|
46
|
+
The value to assign to the autonomous_vm_clusters property of this ExadataInfrastructureUnAllocatedResources.
|
47
|
+
:type autonomous_vm_clusters: list[oci.database.models.AutonomousVmClusterResourceDetails]
|
48
|
+
|
49
|
+
"""
|
50
|
+
self.swagger_types = {
|
51
|
+
'id': 'str',
|
52
|
+
'display_name': 'str',
|
53
|
+
'local_storage_in_gbs': 'int',
|
54
|
+
'ocpus': 'int',
|
55
|
+
'memory_in_gbs': 'int',
|
56
|
+
'exadata_storage_in_tbs': 'float',
|
57
|
+
'autonomous_vm_clusters': 'list[AutonomousVmClusterResourceDetails]'
|
58
|
+
}
|
59
|
+
|
60
|
+
self.attribute_map = {
|
61
|
+
'id': 'id',
|
62
|
+
'display_name': 'displayName',
|
63
|
+
'local_storage_in_gbs': 'localStorageInGbs',
|
64
|
+
'ocpus': 'ocpus',
|
65
|
+
'memory_in_gbs': 'memoryInGBs',
|
66
|
+
'exadata_storage_in_tbs': 'exadataStorageInTBs',
|
67
|
+
'autonomous_vm_clusters': 'autonomousVmClusters'
|
68
|
+
}
|
69
|
+
|
70
|
+
self._id = None
|
71
|
+
self._display_name = None
|
72
|
+
self._local_storage_in_gbs = None
|
73
|
+
self._ocpus = None
|
74
|
+
self._memory_in_gbs = None
|
75
|
+
self._exadata_storage_in_tbs = None
|
76
|
+
self._autonomous_vm_clusters = None
|
77
|
+
|
78
|
+
@property
|
79
|
+
def id(self):
|
80
|
+
"""
|
81
|
+
**[Required]** Gets the id of this ExadataInfrastructureUnAllocatedResources.
|
82
|
+
The `OCID`__ of the Exadata infrastructure.
|
83
|
+
|
84
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
85
|
+
|
86
|
+
|
87
|
+
:return: The id of this ExadataInfrastructureUnAllocatedResources.
|
88
|
+
:rtype: str
|
89
|
+
"""
|
90
|
+
return self._id
|
91
|
+
|
92
|
+
@id.setter
|
93
|
+
def id(self, id):
|
94
|
+
"""
|
95
|
+
Sets the id of this ExadataInfrastructureUnAllocatedResources.
|
96
|
+
The `OCID`__ of the Exadata infrastructure.
|
97
|
+
|
98
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
99
|
+
|
100
|
+
|
101
|
+
:param id: The id of this ExadataInfrastructureUnAllocatedResources.
|
102
|
+
:type: str
|
103
|
+
"""
|
104
|
+
self._id = id
|
105
|
+
|
106
|
+
@property
|
107
|
+
def display_name(self):
|
108
|
+
"""
|
109
|
+
**[Required]** Gets the display_name of this ExadataInfrastructureUnAllocatedResources.
|
110
|
+
The user-friendly name for the Exadata Cloud@Customer infrastructure. The name does not need to be unique.
|
111
|
+
|
112
|
+
|
113
|
+
:return: The display_name of this ExadataInfrastructureUnAllocatedResources.
|
114
|
+
:rtype: str
|
115
|
+
"""
|
116
|
+
return self._display_name
|
117
|
+
|
118
|
+
@display_name.setter
|
119
|
+
def display_name(self, display_name):
|
120
|
+
"""
|
121
|
+
Sets the display_name of this ExadataInfrastructureUnAllocatedResources.
|
122
|
+
The user-friendly name for the Exadata Cloud@Customer infrastructure. The name does not need to be unique.
|
123
|
+
|
124
|
+
|
125
|
+
:param display_name: The display_name of this ExadataInfrastructureUnAllocatedResources.
|
126
|
+
:type: str
|
127
|
+
"""
|
128
|
+
self._display_name = display_name
|
129
|
+
|
130
|
+
@property
|
131
|
+
def local_storage_in_gbs(self):
|
132
|
+
"""
|
133
|
+
Gets the local_storage_in_gbs of this ExadataInfrastructureUnAllocatedResources.
|
134
|
+
The minimum amount of un allocated storage that is available across all nodes in the infrastructure.
|
135
|
+
|
136
|
+
|
137
|
+
:return: The local_storage_in_gbs of this ExadataInfrastructureUnAllocatedResources.
|
138
|
+
:rtype: int
|
139
|
+
"""
|
140
|
+
return self._local_storage_in_gbs
|
141
|
+
|
142
|
+
@local_storage_in_gbs.setter
|
143
|
+
def local_storage_in_gbs(self, local_storage_in_gbs):
|
144
|
+
"""
|
145
|
+
Sets the local_storage_in_gbs of this ExadataInfrastructureUnAllocatedResources.
|
146
|
+
The minimum amount of un allocated storage that is available across all nodes in the infrastructure.
|
147
|
+
|
148
|
+
|
149
|
+
:param local_storage_in_gbs: The local_storage_in_gbs of this ExadataInfrastructureUnAllocatedResources.
|
150
|
+
:type: int
|
151
|
+
"""
|
152
|
+
self._local_storage_in_gbs = local_storage_in_gbs
|
153
|
+
|
154
|
+
@property
|
155
|
+
def ocpus(self):
|
156
|
+
"""
|
157
|
+
Gets the ocpus of this ExadataInfrastructureUnAllocatedResources.
|
158
|
+
The minimum amount of un allocated ocpus that is available across all nodes in the infrastructure.
|
159
|
+
|
160
|
+
|
161
|
+
:return: The ocpus of this ExadataInfrastructureUnAllocatedResources.
|
162
|
+
:rtype: int
|
163
|
+
"""
|
164
|
+
return self._ocpus
|
165
|
+
|
166
|
+
@ocpus.setter
|
167
|
+
def ocpus(self, ocpus):
|
168
|
+
"""
|
169
|
+
Sets the ocpus of this ExadataInfrastructureUnAllocatedResources.
|
170
|
+
The minimum amount of un allocated ocpus that is available across all nodes in the infrastructure.
|
171
|
+
|
172
|
+
|
173
|
+
:param ocpus: The ocpus of this ExadataInfrastructureUnAllocatedResources.
|
174
|
+
:type: int
|
175
|
+
"""
|
176
|
+
self._ocpus = ocpus
|
177
|
+
|
178
|
+
@property
|
179
|
+
def memory_in_gbs(self):
|
180
|
+
"""
|
181
|
+
Gets the memory_in_gbs of this ExadataInfrastructureUnAllocatedResources.
|
182
|
+
The minimum amount of un allocated memory that is available across all nodes in the infrastructure.
|
183
|
+
|
184
|
+
|
185
|
+
:return: The memory_in_gbs of this ExadataInfrastructureUnAllocatedResources.
|
186
|
+
:rtype: int
|
187
|
+
"""
|
188
|
+
return self._memory_in_gbs
|
189
|
+
|
190
|
+
@memory_in_gbs.setter
|
191
|
+
def memory_in_gbs(self, memory_in_gbs):
|
192
|
+
"""
|
193
|
+
Sets the memory_in_gbs of this ExadataInfrastructureUnAllocatedResources.
|
194
|
+
The minimum amount of un allocated memory that is available across all nodes in the infrastructure.
|
195
|
+
|
196
|
+
|
197
|
+
:param memory_in_gbs: The memory_in_gbs of this ExadataInfrastructureUnAllocatedResources.
|
198
|
+
:type: int
|
199
|
+
"""
|
200
|
+
self._memory_in_gbs = memory_in_gbs
|
201
|
+
|
202
|
+
@property
|
203
|
+
def exadata_storage_in_tbs(self):
|
204
|
+
"""
|
205
|
+
Gets the exadata_storage_in_tbs of this ExadataInfrastructureUnAllocatedResources.
|
206
|
+
Total unallocated exadata storage in the infrastructure in TBs.
|
207
|
+
|
208
|
+
|
209
|
+
:return: The exadata_storage_in_tbs of this ExadataInfrastructureUnAllocatedResources.
|
210
|
+
:rtype: float
|
211
|
+
"""
|
212
|
+
return self._exadata_storage_in_tbs
|
213
|
+
|
214
|
+
@exadata_storage_in_tbs.setter
|
215
|
+
def exadata_storage_in_tbs(self, exadata_storage_in_tbs):
|
216
|
+
"""
|
217
|
+
Sets the exadata_storage_in_tbs of this ExadataInfrastructureUnAllocatedResources.
|
218
|
+
Total unallocated exadata storage in the infrastructure in TBs.
|
219
|
+
|
220
|
+
|
221
|
+
:param exadata_storage_in_tbs: The exadata_storage_in_tbs of this ExadataInfrastructureUnAllocatedResources.
|
222
|
+
:type: float
|
223
|
+
"""
|
224
|
+
self._exadata_storage_in_tbs = exadata_storage_in_tbs
|
225
|
+
|
226
|
+
@property
|
227
|
+
def autonomous_vm_clusters(self):
|
228
|
+
"""
|
229
|
+
Gets the autonomous_vm_clusters of this ExadataInfrastructureUnAllocatedResources.
|
230
|
+
The list of Autonomous VM Clusters on the Infra and their associated unallocated resources details
|
231
|
+
|
232
|
+
|
233
|
+
:return: The autonomous_vm_clusters of this ExadataInfrastructureUnAllocatedResources.
|
234
|
+
:rtype: list[oci.database.models.AutonomousVmClusterResourceDetails]
|
235
|
+
"""
|
236
|
+
return self._autonomous_vm_clusters
|
237
|
+
|
238
|
+
@autonomous_vm_clusters.setter
|
239
|
+
def autonomous_vm_clusters(self, autonomous_vm_clusters):
|
240
|
+
"""
|
241
|
+
Sets the autonomous_vm_clusters of this ExadataInfrastructureUnAllocatedResources.
|
242
|
+
The list of Autonomous VM Clusters on the Infra and their associated unallocated resources details
|
243
|
+
|
244
|
+
|
245
|
+
:param autonomous_vm_clusters: The autonomous_vm_clusters of this ExadataInfrastructureUnAllocatedResources.
|
246
|
+
:type: list[oci.database.models.AutonomousVmClusterResourceDetails]
|
247
|
+
"""
|
248
|
+
self._autonomous_vm_clusters = autonomous_vm_clusters
|
249
|
+
|
250
|
+
def __repr__(self):
|
251
|
+
return formatted_flat_dict(self)
|
252
|
+
|
253
|
+
def __eq__(self, other):
|
254
|
+
if other is None:
|
255
|
+
return False
|
256
|
+
|
257
|
+
return self.__dict__ == other.__dict__
|
258
|
+
|
259
|
+
def __ne__(self, other):
|
260
|
+
return not self == other
|
@@ -67,7 +67,7 @@ class RotateAutonomousVmClusterOrdsCertsDetails(object):
|
|
67
67
|
def certificate_generation_type(self):
|
68
68
|
"""
|
69
69
|
**[Required]** Gets the certificate_generation_type of this RotateAutonomousVmClusterOrdsCertsDetails.
|
70
|
-
Specify SYSTEM
|
70
|
+
Specify SYSTEM to use Oracle-managed certificates. Specify BYOC when you want to bring your own certificate.
|
71
71
|
|
72
72
|
Allowed values for this property are: "SYSTEM", "BYOC"
|
73
73
|
|
@@ -81,7 +81,7 @@ class RotateAutonomousVmClusterOrdsCertsDetails(object):
|
|
81
81
|
def certificate_generation_type(self, certificate_generation_type):
|
82
82
|
"""
|
83
83
|
Sets the certificate_generation_type of this RotateAutonomousVmClusterOrdsCertsDetails.
|
84
|
-
Specify SYSTEM
|
84
|
+
Specify SYSTEM to use Oracle-managed certificates. Specify BYOC when you want to bring your own certificate.
|
85
85
|
|
86
86
|
|
87
87
|
:param certificate_generation_type: The certificate_generation_type of this RotateAutonomousVmClusterOrdsCertsDetails.
|
@@ -10,7 +10,7 @@ from oci.decorators import init_model_state_from_kwargs
|
|
10
10
|
@init_model_state_from_kwargs
|
11
11
|
class RotateAutonomousVmClusterSslCertsDetails(object):
|
12
12
|
"""
|
13
|
-
|
13
|
+
Details for configuring the ORDS certificates on Autonomous Exadata VM Cluster
|
14
14
|
"""
|
15
15
|
|
16
16
|
#: A constant which can be used with the certificate_generation_type property of a RotateAutonomousVmClusterSslCertsDetails.
|
@@ -67,7 +67,7 @@ class RotateAutonomousVmClusterSslCertsDetails(object):
|
|
67
67
|
def certificate_generation_type(self):
|
68
68
|
"""
|
69
69
|
**[Required]** Gets the certificate_generation_type of this RotateAutonomousVmClusterSslCertsDetails.
|
70
|
-
Specify SYSTEM
|
70
|
+
Specify SYSTEM to use Oracle-managed certificates. Specify BYOC when you want to bring your own certificate.
|
71
71
|
|
72
72
|
Allowed values for this property are: "SYSTEM", "BYOC"
|
73
73
|
|
@@ -81,7 +81,7 @@ class RotateAutonomousVmClusterSslCertsDetails(object):
|
|
81
81
|
def certificate_generation_type(self, certificate_generation_type):
|
82
82
|
"""
|
83
83
|
Sets the certificate_generation_type of this RotateAutonomousVmClusterSslCertsDetails.
|
84
|
-
Specify SYSTEM
|
84
|
+
Specify SYSTEM to use Oracle-managed certificates. Specify BYOC when you want to bring your own certificate.
|
85
85
|
|
86
86
|
|
87
87
|
:param certificate_generation_type: The certificate_generation_type of this RotateAutonomousVmClusterSslCertsDetails.
|
@@ -67,7 +67,7 @@ class RotateCloudAutonomousVmClusterOrdsCertsDetails(object):
|
|
67
67
|
def certificate_generation_type(self):
|
68
68
|
"""
|
69
69
|
**[Required]** Gets the certificate_generation_type of this RotateCloudAutonomousVmClusterOrdsCertsDetails.
|
70
|
-
Specify SYSTEM
|
70
|
+
Specify SYSTEM to use Oracle-managed certificates. Specify BYOC when you want to bring your own certificate.
|
71
71
|
|
72
72
|
Allowed values for this property are: "SYSTEM", "BYOC"
|
73
73
|
|
@@ -81,7 +81,7 @@ class RotateCloudAutonomousVmClusterOrdsCertsDetails(object):
|
|
81
81
|
def certificate_generation_type(self, certificate_generation_type):
|
82
82
|
"""
|
83
83
|
Sets the certificate_generation_type of this RotateCloudAutonomousVmClusterOrdsCertsDetails.
|
84
|
-
Specify SYSTEM
|
84
|
+
Specify SYSTEM to use Oracle-managed certificates. Specify BYOC when you want to bring your own certificate.
|
85
85
|
|
86
86
|
|
87
87
|
:param certificate_generation_type: The certificate_generation_type of this RotateCloudAutonomousVmClusterOrdsCertsDetails.
|
@@ -67,7 +67,7 @@ class RotateCloudAutonomousVmClusterSslCertsDetails(object):
|
|
67
67
|
def certificate_generation_type(self):
|
68
68
|
"""
|
69
69
|
**[Required]** Gets the certificate_generation_type of this RotateCloudAutonomousVmClusterSslCertsDetails.
|
70
|
-
Specify SYSTEM
|
70
|
+
Specify SYSTEM to use Oracle-managed certificates. Specify BYOC when you want to bring your own certificate.
|
71
71
|
|
72
72
|
Allowed values for this property are: "SYSTEM", "BYOC"
|
73
73
|
|
@@ -81,7 +81,7 @@ class RotateCloudAutonomousVmClusterSslCertsDetails(object):
|
|
81
81
|
def certificate_generation_type(self, certificate_generation_type):
|
82
82
|
"""
|
83
83
|
Sets the certificate_generation_type of this RotateCloudAutonomousVmClusterSslCertsDetails.
|
84
|
-
Specify SYSTEM
|
84
|
+
Specify SYSTEM to use Oracle-managed certificates. Specify BYOC when you want to bring your own certificate.
|
85
85
|
|
86
86
|
|
87
87
|
:param certificate_generation_type: The certificate_generation_type of this RotateCloudAutonomousVmClusterSslCertsDetails.
|