oci 2.116.0__py3-none-any.whl → 2.117.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/adm/application_dependency_management_client.py +41 -41
- oci/adm/models/__init__.py +4 -0
- oci/adm/models/create_vulnerability_audit_details.py +27 -0
- oci/adm/models/usage_data_details.py +92 -0
- oci/adm/models/usage_data_via_object_storage_tuple_details.py +143 -0
- oci/adm/models/vulnerability.py +33 -2
- oci/adm/models/vulnerability_audit.py +86 -0
- oci/adm/models/work_request_summary.py +35 -2
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +36 -36
- oci/ai_speech/ai_service_speech_client.py +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/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 +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +14 -15
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +141 -141
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +252 -252
- oci/data_science/data_science_client.py +91 -91
- oci/data_science/models/fast_launch_job_config_summary.py +7 -3
- oci/data_science/models/job_shape_summary.py +7 -3
- oci/data_science/models/model_deployment_shape_summary.py +7 -3
- oci/data_science/models/notebook_session_shape_summary.py +7 -3
- oci/database/database_client.py +2092 -1268
- oci/database/database_client_composite_operations.py +222 -0
- oci/database/models/__init__.py +14 -0
- oci/database/models/autonomous_container_database.py +33 -2
- oci/database/models/autonomous_container_database_backup_config.py +2 -0
- oci/database/models/autonomous_container_database_summary.py +33 -2
- oci/database/models/autonomous_vm_cluster.py +95 -2
- oci/database/models/autonomous_vm_cluster_summary.py +95 -2
- oci/database/models/cloud_autonomous_vm_cluster.py +95 -2
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +95 -2
- oci/database/models/console_history.py +368 -0
- oci/database/models/console_history_collection.py +72 -0
- oci/database/models/console_history_summary.py +368 -0
- oci/database/models/create_cloud_vm_cluster_details.py +33 -2
- oci/database/models/create_console_history_details.py +151 -0
- oci/database/models/create_vm_cluster_details.py +33 -2
- oci/database/models/db_system_upgrade_history_entry.py +64 -2
- oci/database/models/db_system_upgrade_history_entry_summary.py +64 -2
- oci/database/models/peer_autonomous_container_database_backup_config.py +2 -0
- oci/database/models/system_version_collection.py +72 -0
- oci/database/models/system_version_summary.py +134 -0
- oci/database/models/update_autonomous_vm_cluster_details.py +95 -2
- oci/database/models/update_cloud_autonomous_vm_cluster_details.py +93 -0
- oci/database/models/update_console_history_details.py +150 -0
- oci/database/models/upgrade_db_system_details.py +31 -0
- oci/database_management/db_management_client.py +182 -182
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +6 -6
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +536 -57
- oci/golden_gate/golden_gate_client_composite_operations.py +90 -0
- oci/golden_gate/models/__init__.py +8 -0
- oci/golden_gate/models/certificate.py +713 -0
- oci/golden_gate/models/certificate_collection.py +72 -0
- oci/golden_gate/models/certificate_summary.py +269 -0
- oci/golden_gate/models/create_certificate_details.py +105 -0
- oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +2 -2
- oci/golden_gate/models/create_mysql_connection_details.py +10 -12
- oci/golden_gate/models/create_postgresql_connection_details.py +8 -6
- oci/golden_gate/models/microsoft_sqlserver_connection.py +2 -2
- oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +2 -2
- oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +2 -2
- oci/golden_gate/models/update_mysql_connection_details.py +10 -12
- oci/golden_gate/models/update_postgresql_connection_details.py +8 -6
- oci/golden_gate/models/work_request.py +11 -3
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +294 -294
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +23 -23
- oci/log_analytics/log_analytics_client.py +388 -192
- oci/log_analytics/models/export_details.py +15 -17
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/__init__.py +4 -2
- oci/ocvp/cluster_client.py +732 -0
- oci/ocvp/cluster_client_composite_operations.py +160 -0
- oci/ocvp/esxi_host_client.py +262 -14
- oci/ocvp/esxi_host_client_composite_operations.py +84 -1
- oci/ocvp/models/__init__.py +29 -7
- oci/ocvp/models/change_sddc_compartment_details.py +1 -1
- oci/ocvp/models/cluster.py +1026 -0
- oci/ocvp/models/cluster_collection.py +72 -0
- oci/ocvp/models/cluster_summary.py +671 -0
- oci/ocvp/models/create_cluster_details.py +658 -0
- oci/ocvp/models/create_esxi_host_details.py +112 -161
- oci/ocvp/models/create_sddc_details.py +86 -814
- oci/ocvp/models/datastore_details.py +154 -0
- oci/ocvp/models/datastore_info.py +6 -6
- oci/ocvp/models/downgrade_hcx_details.py +1 -1
- oci/ocvp/models/esxi_host.py +132 -64
- oci/ocvp/models/esxi_host_collection.py +1 -1
- oci/ocvp/models/esxi_host_summary.py +100 -63
- oci/ocvp/models/hcx_license_summary.py +1 -1
- oci/ocvp/models/initial_cluster_configuration.py +518 -0
- oci/ocvp/models/initial_configuration.py +72 -0
- oci/ocvp/models/network_configuration.py +635 -0
- oci/ocvp/models/replace_host_details.py +78 -0
- oci/ocvp/models/sddc.py +176 -1269
- oci/ocvp/models/sddc_collection.py +1 -1
- oci/ocvp/models/sddc_password.py +123 -0
- oci/ocvp/models/sddc_summary.py +55 -161
- oci/ocvp/models/supported_commitment_summary.py +96 -0
- oci/ocvp/models/supported_commitment_summary_collection.py +72 -0
- oci/ocvp/models/supported_esxi_software_version_summary.py +135 -0
- oci/ocvp/models/supported_host_shape_collection.py +1 -1
- oci/ocvp/models/supported_host_shape_summary.py +54 -54
- oci/ocvp/models/supported_vmware_software_version_collection.py +1 -1
- oci/ocvp/models/supported_vmware_software_version_summary.py +34 -3
- oci/ocvp/models/update_cluster_details.py +265 -0
- oci/ocvp/models/update_esxi_host_details.py +32 -32
- oci/ocvp/models/update_sddc_details.py +42 -377
- oci/ocvp/models/vsphere_license.py +1 -1
- oci/ocvp/models/vsphere_upgrade_object.py +1 -1
- oci/ocvp/models/work_request.py +20 -4
- oci/ocvp/models/work_request_collection.py +1 -1
- oci/ocvp/models/work_request_error.py +1 -1
- oci/ocvp/models/work_request_error_collection.py +1 -1
- oci/ocvp/models/work_request_log_entry.py +1 -1
- oci/ocvp/models/work_request_log_entry_collection.py +1 -1
- oci/ocvp/models/work_request_resource.py +1 -1
- oci/ocvp/sddc_client.py +212 -68
- oci/ocvp/sddc_client_composite_operations.py +1 -1
- oci/ocvp/work_request_client.py +10 -10
- oci/ocvp/work_request_client_composite_operations.py +1 -1
- 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/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_client.py +6 -6
- oci/opsi/models/__init__.py +22 -0
- oci/opsi/models/awr_hub_objects.py +72 -0
- oci/opsi/models/awr_hub_source.py +904 -0
- oci/opsi/models/awr_hub_source_summary.py +904 -0
- oci/opsi/models/awr_hub_source_summary_collection.py +72 -0
- oci/opsi/models/awr_hub_sources.py +72 -0
- oci/opsi/models/change_awr_hub_source_compartment_details.py +72 -0
- oci/opsi/models/change_operations_insights_warehouse_compartment_details.py +76 -0
- oci/opsi/models/create_awr_hub_details.py +1 -1
- oci/opsi/models/create_awr_hub_source_details.py +377 -0
- oci/opsi/models/list_objects.py +134 -0
- oci/opsi/models/object_summary.py +329 -0
- oci/opsi/models/update_awr_hub_source_details.py +210 -0
- oci/opsi/models/work_request.py +27 -3
- oci/opsi/operations_insights_client.py +3221 -1507
- oci/opsi/operations_insights_client_composite_operations.py +283 -0
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +66 -66
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +23 -23
- oci/redis/redis_cluster_client.py +11 -11
- oci/regions_definitions.py +12 -4
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +58 -58
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +19 -19
- 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/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/METADATA +1 -1
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/RECORD +352 -312
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/WHEEL +0 -0
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,72 @@
|
|
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
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20200630
|
6
|
+
|
7
|
+
|
8
|
+
from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
|
9
|
+
from oci.decorators import init_model_state_from_kwargs
|
10
|
+
|
11
|
+
|
12
|
+
@init_model_state_from_kwargs
|
13
|
+
class AwrHubSourceSummaryCollection(object):
|
14
|
+
"""
|
15
|
+
Collection of Awr Hub sources.
|
16
|
+
"""
|
17
|
+
|
18
|
+
def __init__(self, **kwargs):
|
19
|
+
"""
|
20
|
+
Initializes a new AwrHubSourceSummaryCollection object with values from keyword arguments.
|
21
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
22
|
+
|
23
|
+
:param items:
|
24
|
+
The value to assign to the items property of this AwrHubSourceSummaryCollection.
|
25
|
+
:type items: list[oci.opsi.models.AwrHubSourceSummary]
|
26
|
+
|
27
|
+
"""
|
28
|
+
self.swagger_types = {
|
29
|
+
'items': 'list[AwrHubSourceSummary]'
|
30
|
+
}
|
31
|
+
|
32
|
+
self.attribute_map = {
|
33
|
+
'items': 'items'
|
34
|
+
}
|
35
|
+
|
36
|
+
self._items = None
|
37
|
+
|
38
|
+
@property
|
39
|
+
def items(self):
|
40
|
+
"""
|
41
|
+
**[Required]** Gets the items of this AwrHubSourceSummaryCollection.
|
42
|
+
Array of Awr Hub source objects.
|
43
|
+
|
44
|
+
|
45
|
+
:return: The items of this AwrHubSourceSummaryCollection.
|
46
|
+
:rtype: list[oci.opsi.models.AwrHubSourceSummary]
|
47
|
+
"""
|
48
|
+
return self._items
|
49
|
+
|
50
|
+
@items.setter
|
51
|
+
def items(self, items):
|
52
|
+
"""
|
53
|
+
Sets the items of this AwrHubSourceSummaryCollection.
|
54
|
+
Array of Awr Hub source objects.
|
55
|
+
|
56
|
+
|
57
|
+
:param items: The items of this AwrHubSourceSummaryCollection.
|
58
|
+
:type: list[oci.opsi.models.AwrHubSourceSummary]
|
59
|
+
"""
|
60
|
+
self._items = items
|
61
|
+
|
62
|
+
def __repr__(self):
|
63
|
+
return formatted_flat_dict(self)
|
64
|
+
|
65
|
+
def __eq__(self, other):
|
66
|
+
if other is None:
|
67
|
+
return False
|
68
|
+
|
69
|
+
return self.__dict__ == other.__dict__
|
70
|
+
|
71
|
+
def __ne__(self, other):
|
72
|
+
return not self == other
|
@@ -0,0 +1,72 @@
|
|
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
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20200630
|
6
|
+
|
7
|
+
|
8
|
+
from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
|
9
|
+
from oci.decorators import init_model_state_from_kwargs
|
10
|
+
|
11
|
+
|
12
|
+
@init_model_state_from_kwargs
|
13
|
+
class AwrHubSources(object):
|
14
|
+
"""
|
15
|
+
Logical grouping used for Awr Hub Source operations.
|
16
|
+
"""
|
17
|
+
|
18
|
+
def __init__(self, **kwargs):
|
19
|
+
"""
|
20
|
+
Initializes a new AwrHubSources object with values from keyword arguments.
|
21
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
22
|
+
|
23
|
+
:param awr_hub_sources:
|
24
|
+
The value to assign to the awr_hub_sources property of this AwrHubSources.
|
25
|
+
:type awr_hub_sources: object
|
26
|
+
|
27
|
+
"""
|
28
|
+
self.swagger_types = {
|
29
|
+
'awr_hub_sources': 'object'
|
30
|
+
}
|
31
|
+
|
32
|
+
self.attribute_map = {
|
33
|
+
'awr_hub_sources': 'awrHubSources'
|
34
|
+
}
|
35
|
+
|
36
|
+
self._awr_hub_sources = None
|
37
|
+
|
38
|
+
@property
|
39
|
+
def awr_hub_sources(self):
|
40
|
+
"""
|
41
|
+
Gets the awr_hub_sources of this AwrHubSources.
|
42
|
+
Awr Hub Source Object.
|
43
|
+
|
44
|
+
|
45
|
+
:return: The awr_hub_sources of this AwrHubSources.
|
46
|
+
:rtype: object
|
47
|
+
"""
|
48
|
+
return self._awr_hub_sources
|
49
|
+
|
50
|
+
@awr_hub_sources.setter
|
51
|
+
def awr_hub_sources(self, awr_hub_sources):
|
52
|
+
"""
|
53
|
+
Sets the awr_hub_sources of this AwrHubSources.
|
54
|
+
Awr Hub Source Object.
|
55
|
+
|
56
|
+
|
57
|
+
:param awr_hub_sources: The awr_hub_sources of this AwrHubSources.
|
58
|
+
:type: object
|
59
|
+
"""
|
60
|
+
self._awr_hub_sources = awr_hub_sources
|
61
|
+
|
62
|
+
def __repr__(self):
|
63
|
+
return formatted_flat_dict(self)
|
64
|
+
|
65
|
+
def __eq__(self, other):
|
66
|
+
if other is None:
|
67
|
+
return False
|
68
|
+
|
69
|
+
return self.__dict__ == other.__dict__
|
70
|
+
|
71
|
+
def __ne__(self, other):
|
72
|
+
return not self == other
|
@@ -0,0 +1,72 @@
|
|
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
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20200630
|
6
|
+
|
7
|
+
|
8
|
+
from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
|
9
|
+
from oci.decorators import init_model_state_from_kwargs
|
10
|
+
|
11
|
+
|
12
|
+
@init_model_state_from_kwargs
|
13
|
+
class ChangeAwrHubSourceCompartmentDetails(object):
|
14
|
+
"""
|
15
|
+
The information to be updated.
|
16
|
+
"""
|
17
|
+
|
18
|
+
def __init__(self, **kwargs):
|
19
|
+
"""
|
20
|
+
Initializes a new ChangeAwrHubSourceCompartmentDetails object with values from keyword arguments.
|
21
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
22
|
+
|
23
|
+
:param compartment_id:
|
24
|
+
The value to assign to the compartment_id property of this ChangeAwrHubSourceCompartmentDetails.
|
25
|
+
:type compartment_id: str
|
26
|
+
|
27
|
+
"""
|
28
|
+
self.swagger_types = {
|
29
|
+
'compartment_id': 'str'
|
30
|
+
}
|
31
|
+
|
32
|
+
self.attribute_map = {
|
33
|
+
'compartment_id': 'compartmentId'
|
34
|
+
}
|
35
|
+
|
36
|
+
self._compartment_id = None
|
37
|
+
|
38
|
+
@property
|
39
|
+
def compartment_id(self):
|
40
|
+
"""
|
41
|
+
**[Required]** Gets the compartment_id of this ChangeAwrHubSourceCompartmentDetails.
|
42
|
+
The OCID of the compartment into which the resource should be moved.
|
43
|
+
|
44
|
+
|
45
|
+
:return: The compartment_id of this ChangeAwrHubSourceCompartmentDetails.
|
46
|
+
:rtype: str
|
47
|
+
"""
|
48
|
+
return self._compartment_id
|
49
|
+
|
50
|
+
@compartment_id.setter
|
51
|
+
def compartment_id(self, compartment_id):
|
52
|
+
"""
|
53
|
+
Sets the compartment_id of this ChangeAwrHubSourceCompartmentDetails.
|
54
|
+
The OCID of the compartment into which the resource should be moved.
|
55
|
+
|
56
|
+
|
57
|
+
:param compartment_id: The compartment_id of this ChangeAwrHubSourceCompartmentDetails.
|
58
|
+
:type: str
|
59
|
+
"""
|
60
|
+
self._compartment_id = compartment_id
|
61
|
+
|
62
|
+
def __repr__(self):
|
63
|
+
return formatted_flat_dict(self)
|
64
|
+
|
65
|
+
def __eq__(self, other):
|
66
|
+
if other is None:
|
67
|
+
return False
|
68
|
+
|
69
|
+
return self.__dict__ == other.__dict__
|
70
|
+
|
71
|
+
def __ne__(self, other):
|
72
|
+
return not self == other
|
@@ -0,0 +1,76 @@
|
|
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
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20200630
|
6
|
+
|
7
|
+
|
8
|
+
from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
|
9
|
+
from oci.decorators import init_model_state_from_kwargs
|
10
|
+
|
11
|
+
|
12
|
+
@init_model_state_from_kwargs
|
13
|
+
class ChangeOperationsInsightsWarehouseCompartmentDetails(object):
|
14
|
+
"""
|
15
|
+
The information to be updated.
|
16
|
+
"""
|
17
|
+
|
18
|
+
def __init__(self, **kwargs):
|
19
|
+
"""
|
20
|
+
Initializes a new ChangeOperationsInsightsWarehouseCompartmentDetails object with values from keyword arguments.
|
21
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
22
|
+
|
23
|
+
:param compartment_id:
|
24
|
+
The value to assign to the compartment_id property of this ChangeOperationsInsightsWarehouseCompartmentDetails.
|
25
|
+
:type compartment_id: str
|
26
|
+
|
27
|
+
"""
|
28
|
+
self.swagger_types = {
|
29
|
+
'compartment_id': 'str'
|
30
|
+
}
|
31
|
+
|
32
|
+
self.attribute_map = {
|
33
|
+
'compartment_id': 'compartmentId'
|
34
|
+
}
|
35
|
+
|
36
|
+
self._compartment_id = None
|
37
|
+
|
38
|
+
@property
|
39
|
+
def compartment_id(self):
|
40
|
+
"""
|
41
|
+
**[Required]** Gets the compartment_id of this ChangeOperationsInsightsWarehouseCompartmentDetails.
|
42
|
+
The `OCID`__ of the compartment.
|
43
|
+
|
44
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
45
|
+
|
46
|
+
|
47
|
+
:return: The compartment_id of this ChangeOperationsInsightsWarehouseCompartmentDetails.
|
48
|
+
:rtype: str
|
49
|
+
"""
|
50
|
+
return self._compartment_id
|
51
|
+
|
52
|
+
@compartment_id.setter
|
53
|
+
def compartment_id(self, compartment_id):
|
54
|
+
"""
|
55
|
+
Sets the compartment_id of this ChangeOperationsInsightsWarehouseCompartmentDetails.
|
56
|
+
The `OCID`__ of the compartment.
|
57
|
+
|
58
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
59
|
+
|
60
|
+
|
61
|
+
:param compartment_id: The compartment_id of this ChangeOperationsInsightsWarehouseCompartmentDetails.
|
62
|
+
:type: str
|
63
|
+
"""
|
64
|
+
self._compartment_id = compartment_id
|
65
|
+
|
66
|
+
def __repr__(self):
|
67
|
+
return formatted_flat_dict(self)
|
68
|
+
|
69
|
+
def __eq__(self, other):
|
70
|
+
if other is None:
|
71
|
+
return False
|
72
|
+
|
73
|
+
return self.__dict__ == other.__dict__
|
74
|
+
|
75
|
+
def __ne__(self, other):
|
76
|
+
return not self == other
|
@@ -149,7 +149,7 @@ class CreateAwrHubDetails(object):
|
|
149
149
|
@property
|
150
150
|
def object_storage_bucket_name(self):
|
151
151
|
"""
|
152
|
-
|
152
|
+
Gets the object_storage_bucket_name of this CreateAwrHubDetails.
|
153
153
|
Object Storage Bucket Name
|
154
154
|
|
155
155
|
|
@@ -0,0 +1,377 @@
|
|
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
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20200630
|
6
|
+
|
7
|
+
|
8
|
+
from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
|
9
|
+
from oci.decorators import init_model_state_from_kwargs
|
10
|
+
|
11
|
+
|
12
|
+
@init_model_state_from_kwargs
|
13
|
+
class CreateAwrHubSourceDetails(object):
|
14
|
+
"""
|
15
|
+
payload to register Awr Hub source
|
16
|
+
"""
|
17
|
+
|
18
|
+
#: A constant which can be used with the type property of a CreateAwrHubSourceDetails.
|
19
|
+
#: This constant has a value of "ADW_S"
|
20
|
+
TYPE_ADW_S = "ADW_S"
|
21
|
+
|
22
|
+
#: A constant which can be used with the type property of a CreateAwrHubSourceDetails.
|
23
|
+
#: This constant has a value of "ATP_S"
|
24
|
+
TYPE_ATP_S = "ATP_S"
|
25
|
+
|
26
|
+
#: A constant which can be used with the type property of a CreateAwrHubSourceDetails.
|
27
|
+
#: This constant has a value of "ADW_D"
|
28
|
+
TYPE_ADW_D = "ADW_D"
|
29
|
+
|
30
|
+
#: A constant which can be used with the type property of a CreateAwrHubSourceDetails.
|
31
|
+
#: This constant has a value of "ATP_D"
|
32
|
+
TYPE_ATP_D = "ATP_D"
|
33
|
+
|
34
|
+
#: A constant which can be used with the type property of a CreateAwrHubSourceDetails.
|
35
|
+
#: This constant has a value of "EXTERNAL_PDB"
|
36
|
+
TYPE_EXTERNAL_PDB = "EXTERNAL_PDB"
|
37
|
+
|
38
|
+
#: A constant which can be used with the type property of a CreateAwrHubSourceDetails.
|
39
|
+
#: This constant has a value of "EXTERNAL_NONCDB"
|
40
|
+
TYPE_EXTERNAL_NONCDB = "EXTERNAL_NONCDB"
|
41
|
+
|
42
|
+
#: A constant which can be used with the type property of a CreateAwrHubSourceDetails.
|
43
|
+
#: This constant has a value of "COMANAGED_VM_CDB"
|
44
|
+
TYPE_COMANAGED_VM_CDB = "COMANAGED_VM_CDB"
|
45
|
+
|
46
|
+
#: A constant which can be used with the type property of a CreateAwrHubSourceDetails.
|
47
|
+
#: This constant has a value of "COMANAGED_VM_PDB"
|
48
|
+
TYPE_COMANAGED_VM_PDB = "COMANAGED_VM_PDB"
|
49
|
+
|
50
|
+
#: A constant which can be used with the type property of a CreateAwrHubSourceDetails.
|
51
|
+
#: This constant has a value of "COMANAGED_VM_NONCDB"
|
52
|
+
TYPE_COMANAGED_VM_NONCDB = "COMANAGED_VM_NONCDB"
|
53
|
+
|
54
|
+
#: A constant which can be used with the type property of a CreateAwrHubSourceDetails.
|
55
|
+
#: This constant has a value of "COMANAGED_BM_CDB"
|
56
|
+
TYPE_COMANAGED_BM_CDB = "COMANAGED_BM_CDB"
|
57
|
+
|
58
|
+
#: A constant which can be used with the type property of a CreateAwrHubSourceDetails.
|
59
|
+
#: This constant has a value of "COMANAGED_BM_PDB"
|
60
|
+
TYPE_COMANAGED_BM_PDB = "COMANAGED_BM_PDB"
|
61
|
+
|
62
|
+
#: A constant which can be used with the type property of a CreateAwrHubSourceDetails.
|
63
|
+
#: This constant has a value of "COMANAGED_BM_NONCDB"
|
64
|
+
TYPE_COMANAGED_BM_NONCDB = "COMANAGED_BM_NONCDB"
|
65
|
+
|
66
|
+
#: A constant which can be used with the type property of a CreateAwrHubSourceDetails.
|
67
|
+
#: This constant has a value of "COMANAGED_EXACS_CDB"
|
68
|
+
TYPE_COMANAGED_EXACS_CDB = "COMANAGED_EXACS_CDB"
|
69
|
+
|
70
|
+
#: A constant which can be used with the type property of a CreateAwrHubSourceDetails.
|
71
|
+
#: This constant has a value of "COMANAGED_EXACS_PDB"
|
72
|
+
TYPE_COMANAGED_EXACS_PDB = "COMANAGED_EXACS_PDB"
|
73
|
+
|
74
|
+
#: A constant which can be used with the type property of a CreateAwrHubSourceDetails.
|
75
|
+
#: This constant has a value of "COMANAGED_EXACS_NONCDB"
|
76
|
+
TYPE_COMANAGED_EXACS_NONCDB = "COMANAGED_EXACS_NONCDB"
|
77
|
+
|
78
|
+
#: A constant which can be used with the type property of a CreateAwrHubSourceDetails.
|
79
|
+
#: This constant has a value of "UNDEFINED"
|
80
|
+
TYPE_UNDEFINED = "UNDEFINED"
|
81
|
+
|
82
|
+
def __init__(self, **kwargs):
|
83
|
+
"""
|
84
|
+
Initializes a new CreateAwrHubSourceDetails object with values from keyword arguments.
|
85
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
86
|
+
|
87
|
+
:param name:
|
88
|
+
The value to assign to the name property of this CreateAwrHubSourceDetails.
|
89
|
+
:type name: str
|
90
|
+
|
91
|
+
:param awr_hub_id:
|
92
|
+
The value to assign to the awr_hub_id property of this CreateAwrHubSourceDetails.
|
93
|
+
:type awr_hub_id: str
|
94
|
+
|
95
|
+
:param compartment_id:
|
96
|
+
The value to assign to the compartment_id property of this CreateAwrHubSourceDetails.
|
97
|
+
:type compartment_id: str
|
98
|
+
|
99
|
+
:param associated_resource_id:
|
100
|
+
The value to assign to the associated_resource_id property of this CreateAwrHubSourceDetails.
|
101
|
+
:type associated_resource_id: str
|
102
|
+
|
103
|
+
:param associated_opsi_id:
|
104
|
+
The value to assign to the associated_opsi_id property of this CreateAwrHubSourceDetails.
|
105
|
+
:type associated_opsi_id: str
|
106
|
+
|
107
|
+
:param type:
|
108
|
+
The value to assign to the type property of this CreateAwrHubSourceDetails.
|
109
|
+
Allowed values for this property are: "ADW_S", "ATP_S", "ADW_D", "ATP_D", "EXTERNAL_PDB", "EXTERNAL_NONCDB", "COMANAGED_VM_CDB", "COMANAGED_VM_PDB", "COMANAGED_VM_NONCDB", "COMANAGED_BM_CDB", "COMANAGED_BM_PDB", "COMANAGED_BM_NONCDB", "COMANAGED_EXACS_CDB", "COMANAGED_EXACS_PDB", "COMANAGED_EXACS_NONCDB", "UNDEFINED"
|
110
|
+
:type type: str
|
111
|
+
|
112
|
+
:param freeform_tags:
|
113
|
+
The value to assign to the freeform_tags property of this CreateAwrHubSourceDetails.
|
114
|
+
:type freeform_tags: dict(str, str)
|
115
|
+
|
116
|
+
:param defined_tags:
|
117
|
+
The value to assign to the defined_tags property of this CreateAwrHubSourceDetails.
|
118
|
+
:type defined_tags: dict(str, dict(str, object))
|
119
|
+
|
120
|
+
"""
|
121
|
+
self.swagger_types = {
|
122
|
+
'name': 'str',
|
123
|
+
'awr_hub_id': 'str',
|
124
|
+
'compartment_id': 'str',
|
125
|
+
'associated_resource_id': 'str',
|
126
|
+
'associated_opsi_id': 'str',
|
127
|
+
'type': 'str',
|
128
|
+
'freeform_tags': 'dict(str, str)',
|
129
|
+
'defined_tags': 'dict(str, dict(str, object))'
|
130
|
+
}
|
131
|
+
|
132
|
+
self.attribute_map = {
|
133
|
+
'name': 'name',
|
134
|
+
'awr_hub_id': 'awrHubId',
|
135
|
+
'compartment_id': 'compartmentId',
|
136
|
+
'associated_resource_id': 'associatedResourceId',
|
137
|
+
'associated_opsi_id': 'associatedOpsiId',
|
138
|
+
'type': 'type',
|
139
|
+
'freeform_tags': 'freeformTags',
|
140
|
+
'defined_tags': 'definedTags'
|
141
|
+
}
|
142
|
+
|
143
|
+
self._name = None
|
144
|
+
self._awr_hub_id = None
|
145
|
+
self._compartment_id = None
|
146
|
+
self._associated_resource_id = None
|
147
|
+
self._associated_opsi_id = None
|
148
|
+
self._type = None
|
149
|
+
self._freeform_tags = None
|
150
|
+
self._defined_tags = None
|
151
|
+
|
152
|
+
@property
|
153
|
+
def name(self):
|
154
|
+
"""
|
155
|
+
**[Required]** Gets the name of this CreateAwrHubSourceDetails.
|
156
|
+
The name of the Awr Hub source database.
|
157
|
+
|
158
|
+
|
159
|
+
:return: The name of this CreateAwrHubSourceDetails.
|
160
|
+
:rtype: str
|
161
|
+
"""
|
162
|
+
return self._name
|
163
|
+
|
164
|
+
@name.setter
|
165
|
+
def name(self, name):
|
166
|
+
"""
|
167
|
+
Sets the name of this CreateAwrHubSourceDetails.
|
168
|
+
The name of the Awr Hub source database.
|
169
|
+
|
170
|
+
|
171
|
+
:param name: The name of this CreateAwrHubSourceDetails.
|
172
|
+
:type: str
|
173
|
+
"""
|
174
|
+
self._name = name
|
175
|
+
|
176
|
+
@property
|
177
|
+
def awr_hub_id(self):
|
178
|
+
"""
|
179
|
+
**[Required]** Gets the awr_hub_id of this CreateAwrHubSourceDetails.
|
180
|
+
AWR Hub OCID
|
181
|
+
|
182
|
+
|
183
|
+
:return: The awr_hub_id of this CreateAwrHubSourceDetails.
|
184
|
+
:rtype: str
|
185
|
+
"""
|
186
|
+
return self._awr_hub_id
|
187
|
+
|
188
|
+
@awr_hub_id.setter
|
189
|
+
def awr_hub_id(self, awr_hub_id):
|
190
|
+
"""
|
191
|
+
Sets the awr_hub_id of this CreateAwrHubSourceDetails.
|
192
|
+
AWR Hub OCID
|
193
|
+
|
194
|
+
|
195
|
+
:param awr_hub_id: The awr_hub_id of this CreateAwrHubSourceDetails.
|
196
|
+
:type: str
|
197
|
+
"""
|
198
|
+
self._awr_hub_id = awr_hub_id
|
199
|
+
|
200
|
+
@property
|
201
|
+
def compartment_id(self):
|
202
|
+
"""
|
203
|
+
**[Required]** Gets the compartment_id of this CreateAwrHubSourceDetails.
|
204
|
+
The `OCID`__ of the compartment.
|
205
|
+
|
206
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
207
|
+
|
208
|
+
|
209
|
+
:return: The compartment_id of this CreateAwrHubSourceDetails.
|
210
|
+
:rtype: str
|
211
|
+
"""
|
212
|
+
return self._compartment_id
|
213
|
+
|
214
|
+
@compartment_id.setter
|
215
|
+
def compartment_id(self, compartment_id):
|
216
|
+
"""
|
217
|
+
Sets the compartment_id of this CreateAwrHubSourceDetails.
|
218
|
+
The `OCID`__ of the compartment.
|
219
|
+
|
220
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
221
|
+
|
222
|
+
|
223
|
+
:param compartment_id: The compartment_id of this CreateAwrHubSourceDetails.
|
224
|
+
:type: str
|
225
|
+
"""
|
226
|
+
self._compartment_id = compartment_id
|
227
|
+
|
228
|
+
@property
|
229
|
+
def associated_resource_id(self):
|
230
|
+
"""
|
231
|
+
Gets the associated_resource_id of this CreateAwrHubSourceDetails.
|
232
|
+
The `OCID`__ of the database id.
|
233
|
+
|
234
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
235
|
+
|
236
|
+
|
237
|
+
:return: The associated_resource_id of this CreateAwrHubSourceDetails.
|
238
|
+
:rtype: str
|
239
|
+
"""
|
240
|
+
return self._associated_resource_id
|
241
|
+
|
242
|
+
@associated_resource_id.setter
|
243
|
+
def associated_resource_id(self, associated_resource_id):
|
244
|
+
"""
|
245
|
+
Sets the associated_resource_id of this CreateAwrHubSourceDetails.
|
246
|
+
The `OCID`__ of the database id.
|
247
|
+
|
248
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
249
|
+
|
250
|
+
|
251
|
+
:param associated_resource_id: The associated_resource_id of this CreateAwrHubSourceDetails.
|
252
|
+
:type: str
|
253
|
+
"""
|
254
|
+
self._associated_resource_id = associated_resource_id
|
255
|
+
|
256
|
+
@property
|
257
|
+
def associated_opsi_id(self):
|
258
|
+
"""
|
259
|
+
Gets the associated_opsi_id of this CreateAwrHubSourceDetails.
|
260
|
+
The `OCID`__ of the database id.
|
261
|
+
|
262
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
263
|
+
|
264
|
+
|
265
|
+
:return: The associated_opsi_id of this CreateAwrHubSourceDetails.
|
266
|
+
:rtype: str
|
267
|
+
"""
|
268
|
+
return self._associated_opsi_id
|
269
|
+
|
270
|
+
@associated_opsi_id.setter
|
271
|
+
def associated_opsi_id(self, associated_opsi_id):
|
272
|
+
"""
|
273
|
+
Sets the associated_opsi_id of this CreateAwrHubSourceDetails.
|
274
|
+
The `OCID`__ of the database id.
|
275
|
+
|
276
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
277
|
+
|
278
|
+
|
279
|
+
:param associated_opsi_id: The associated_opsi_id of this CreateAwrHubSourceDetails.
|
280
|
+
:type: str
|
281
|
+
"""
|
282
|
+
self._associated_opsi_id = associated_opsi_id
|
283
|
+
|
284
|
+
@property
|
285
|
+
def type(self):
|
286
|
+
"""
|
287
|
+
**[Required]** Gets the type of this CreateAwrHubSourceDetails.
|
288
|
+
source type of the database
|
289
|
+
|
290
|
+
Allowed values for this property are: "ADW_S", "ATP_S", "ADW_D", "ATP_D", "EXTERNAL_PDB", "EXTERNAL_NONCDB", "COMANAGED_VM_CDB", "COMANAGED_VM_PDB", "COMANAGED_VM_NONCDB", "COMANAGED_BM_CDB", "COMANAGED_BM_PDB", "COMANAGED_BM_NONCDB", "COMANAGED_EXACS_CDB", "COMANAGED_EXACS_PDB", "COMANAGED_EXACS_NONCDB", "UNDEFINED"
|
291
|
+
|
292
|
+
|
293
|
+
:return: The type of this CreateAwrHubSourceDetails.
|
294
|
+
:rtype: str
|
295
|
+
"""
|
296
|
+
return self._type
|
297
|
+
|
298
|
+
@type.setter
|
299
|
+
def type(self, type):
|
300
|
+
"""
|
301
|
+
Sets the type of this CreateAwrHubSourceDetails.
|
302
|
+
source type of the database
|
303
|
+
|
304
|
+
|
305
|
+
:param type: The type of this CreateAwrHubSourceDetails.
|
306
|
+
:type: str
|
307
|
+
"""
|
308
|
+
allowed_values = ["ADW_S", "ATP_S", "ADW_D", "ATP_D", "EXTERNAL_PDB", "EXTERNAL_NONCDB", "COMANAGED_VM_CDB", "COMANAGED_VM_PDB", "COMANAGED_VM_NONCDB", "COMANAGED_BM_CDB", "COMANAGED_BM_PDB", "COMANAGED_BM_NONCDB", "COMANAGED_EXACS_CDB", "COMANAGED_EXACS_PDB", "COMANAGED_EXACS_NONCDB", "UNDEFINED"]
|
309
|
+
if not value_allowed_none_or_none_sentinel(type, allowed_values):
|
310
|
+
raise ValueError(
|
311
|
+
f"Invalid value for `type`, must be None or one of {allowed_values}"
|
312
|
+
)
|
313
|
+
self._type = type
|
314
|
+
|
315
|
+
@property
|
316
|
+
def freeform_tags(self):
|
317
|
+
"""
|
318
|
+
Gets the freeform_tags of this CreateAwrHubSourceDetails.
|
319
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
320
|
+
Example: `{\"bar-key\": \"value\"}`
|
321
|
+
|
322
|
+
|
323
|
+
:return: The freeform_tags of this CreateAwrHubSourceDetails.
|
324
|
+
:rtype: dict(str, str)
|
325
|
+
"""
|
326
|
+
return self._freeform_tags
|
327
|
+
|
328
|
+
@freeform_tags.setter
|
329
|
+
def freeform_tags(self, freeform_tags):
|
330
|
+
"""
|
331
|
+
Sets the freeform_tags of this CreateAwrHubSourceDetails.
|
332
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
333
|
+
Example: `{\"bar-key\": \"value\"}`
|
334
|
+
|
335
|
+
|
336
|
+
:param freeform_tags: The freeform_tags of this CreateAwrHubSourceDetails.
|
337
|
+
:type: dict(str, str)
|
338
|
+
"""
|
339
|
+
self._freeform_tags = freeform_tags
|
340
|
+
|
341
|
+
@property
|
342
|
+
def defined_tags(self):
|
343
|
+
"""
|
344
|
+
Gets the defined_tags of this CreateAwrHubSourceDetails.
|
345
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
346
|
+
Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
347
|
+
|
348
|
+
|
349
|
+
:return: The defined_tags of this CreateAwrHubSourceDetails.
|
350
|
+
:rtype: dict(str, dict(str, object))
|
351
|
+
"""
|
352
|
+
return self._defined_tags
|
353
|
+
|
354
|
+
@defined_tags.setter
|
355
|
+
def defined_tags(self, defined_tags):
|
356
|
+
"""
|
357
|
+
Sets the defined_tags of this CreateAwrHubSourceDetails.
|
358
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
359
|
+
Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
360
|
+
|
361
|
+
|
362
|
+
:param defined_tags: The defined_tags of this CreateAwrHubSourceDetails.
|
363
|
+
:type: dict(str, dict(str, object))
|
364
|
+
"""
|
365
|
+
self._defined_tags = defined_tags
|
366
|
+
|
367
|
+
def __repr__(self):
|
368
|
+
return formatted_flat_dict(self)
|
369
|
+
|
370
|
+
def __eq__(self, other):
|
371
|
+
if other is None:
|
372
|
+
return False
|
373
|
+
|
374
|
+
return self.__dict__ == other.__dict__
|
375
|
+
|
376
|
+
def __ne__(self, other):
|
377
|
+
return not self == other
|