oci 2.111.0__py3-none-any.whl → 2.112.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 +18 -18
- 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 +47 -47
- 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/__init__.py +1 -3
- oci/cims/incident_client.py +356 -93
- oci/cims/models/__init__.py +6 -0
- oci/cims/models/account_item.py +85 -0
- oci/cims/models/activity_item.py +112 -14
- oci/cims/models/category.py +5 -5
- oci/cims/models/contact.py +32 -1
- oci/cims/models/contextual_data.py +9 -9
- oci/cims/models/create_account_item_details.py +78 -0
- oci/cims/models/create_category_details.py +2 -4
- oci/cims/models/create_incident.py +13 -9
- oci/cims/models/create_issue_type_details.py +0 -2
- oci/cims/models/create_item_details.py +9 -7
- oci/cims/models/create_limit_item_details.py +3 -3
- oci/cims/models/create_resource_details.py +2 -289
- oci/cims/models/create_sub_category_details.py +3 -5
- oci/cims/models/create_tech_support_item_details.py +1 -3
- oci/cims/models/create_ticket_details.py +11 -13
- oci/cims/models/create_user_details.py +65 -36
- oci/cims/models/incident.py +10 -6
- oci/cims/models/incident_resource_type.py +66 -4
- oci/cims/models/incident_summary.py +9 -5
- oci/cims/models/incident_type.py +1 -1
- oci/cims/models/issue_type.py +33 -2
- oci/cims/models/item.py +8 -4
- oci/cims/models/limit_item.py +7 -7
- oci/cims/models/resource.py +2 -285
- oci/cims/models/service_categories.py +134 -0
- oci/cims/models/service_category.py +1 -1
- oci/cims/models/sub_category.py +5 -5
- oci/cims/models/tenancy_information.py +3 -3
- oci/cims/models/ticket.py +7 -3
- oci/cims/models/update_activity_item_details.py +8 -6
- oci/cims/models/update_incident.py +62 -2
- oci/cims/models/update_item_details.py +3 -5
- oci/cims/models/update_resource_details.py +0 -2
- oci/cims/models/update_ticket_details.py +0 -2
- oci/cims/models/user.py +79 -19
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +129 -24
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +90 -90
- 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 +424 -154
- oci/data_catalog/models/__init__.py +22 -0
- oci/data_catalog/models/asynchronous_export_glossary_details.py +68 -0
- oci/data_catalog/models/asynchronous_export_glossary_result.py +196 -0
- oci/data_catalog/models/asynchronous_export_request_details.py +68 -0
- oci/data_catalog/models/asynchronous_export_result.py +196 -0
- oci/data_catalog/models/attribute.py +33 -0
- oci/data_catalog/models/attribute_summary.py +33 -0
- oci/data_catalog/models/create_job_definition_details.py +42 -3
- oci/data_catalog/models/create_job_details.py +2 -0
- oci/data_catalog/models/create_job_execution_details.py +11 -3
- oci/data_catalog/models/data_asset.py +33 -0
- oci/data_catalog/models/data_asset_summary.py +35 -2
- oci/data_catalog/models/entity.py +33 -0
- oci/data_catalog/models/entity_lineage.py +222 -0
- oci/data_catalog/models/entity_summary.py +33 -0
- oci/data_catalog/models/faceted_search_date_filter_request.py +2 -2
- oci/data_catalog/models/faceted_search_string_filter_request.py +8 -2
- oci/data_catalog/models/fetch_entity_lineage_details.py +190 -0
- oci/data_catalog/models/folder.py +33 -0
- oci/data_catalog/models/folder_summary.py +35 -2
- oci/data_catalog/models/job.py +44 -3
- oci/data_catalog/models/job_definition.py +42 -3
- oci/data_catalog/models/job_definition_summary.py +44 -5
- oci/data_catalog/models/job_execution.py +11 -3
- oci/data_catalog/models/job_execution_summary.py +11 -3
- oci/data_catalog/models/job_summary.py +44 -3
- oci/data_catalog/models/lineage_object.py +400 -0
- oci/data_catalog/models/lineage_relationship.py +134 -0
- oci/data_catalog/models/object_lineage.py +223 -0
- oci/data_catalog/models/object_lineage_request_details.py +190 -0
- oci/data_catalog/models/object_storage_object_reference.py +134 -0
- oci/data_catalog/models/update_job_definition_details.py +31 -0
- oci/data_catalog/models/update_job_details.py +2 -0
- 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 +214 -214
- oci/data_science/data_science_client.py +85 -85
- oci/database/database_client.py +311 -311
- oci/database_management/db_management_client.py +182 -182
- 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_tools/database_tools_client.py +19 -19
- 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 +57 -57
- 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 +190 -190
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +56 -56
- 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 +22 -22
- oci/log_analytics/log_analytics_client.py +192 -192
- 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 +25 -25
- 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 +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/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/esxi_host_client.py +6 -6
- 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/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/operations_insights_client.py +159 -159
- 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/queue/models/__init__.py +4 -0
- oci/queue/models/channel_collection.py +72 -0
- oci/queue/models/create_queue_details.py +50 -11
- oci/queue/models/delete_messages_details_entry.py +2 -2
- oci/queue/models/get_message.py +55 -12
- oci/queue/models/message_metadata.py +103 -0
- oci/queue/models/purge_queue_details.py +43 -8
- oci/queue/models/put_message.py +44 -5
- oci/queue/models/put_messages.py +3 -3
- oci/queue/models/put_messages_details_entry.py +29 -2
- oci/queue/models/queue.py +76 -21
- oci/queue/models/queue_stats.py +34 -3
- oci/queue/models/queue_summary.py +37 -17
- oci/queue/models/stats.py +2 -2
- oci/queue/models/update_messages_details.py +1 -1
- oci/queue/models/update_messages_details_entry.py +2 -2
- oci/queue/models/update_messages_result.py +2 -2
- oci/queue/models/update_messages_result_entry.py +12 -4
- oci/queue/models/update_queue_details.py +47 -8
- oci/queue/models/updated_message.py +12 -4
- oci/queue/models/work_request.py +6 -2
- oci/queue/models/work_request_error.py +6 -2
- oci/queue/models/work_request_log_entry.py +6 -2
- oci/queue/models/work_request_summary.py +8 -4
- oci/queue/queue_admin_client.py +67 -46
- oci/queue/queue_admin_client_composite_operations.py +4 -4
- oci/queue/queue_client.py +209 -36
- oci/recovery/database_recovery_client.py +23 -23
- 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 +22 -22
- 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.111.0.dist-info → oci-2.112.0.dist-info}/METADATA +1 -1
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/RECORD +325 -309
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/WHEEL +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/top_level.txt +0 -0
@@ -118,6 +118,10 @@ class AttributeSummary(object):
|
|
118
118
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
119
119
|
:type lifecycle_state: str
|
120
120
|
|
121
|
+
:param lifecycle_details:
|
122
|
+
The value to assign to the lifecycle_details property of this AttributeSummary.
|
123
|
+
:type lifecycle_details: str
|
124
|
+
|
121
125
|
:param time_created:
|
122
126
|
The value to assign to the time_created property of this AttributeSummary.
|
123
127
|
:type time_created: datetime
|
@@ -195,6 +199,7 @@ class AttributeSummary(object):
|
|
195
199
|
'is_nullable': 'bool',
|
196
200
|
'uri': 'str',
|
197
201
|
'lifecycle_state': 'str',
|
202
|
+
'lifecycle_details': 'str',
|
198
203
|
'time_created': 'datetime',
|
199
204
|
'external_data_type': 'str',
|
200
205
|
'type_key': 'str',
|
@@ -226,6 +231,7 @@ class AttributeSummary(object):
|
|
226
231
|
'is_nullable': 'isNullable',
|
227
232
|
'uri': 'uri',
|
228
233
|
'lifecycle_state': 'lifecycleState',
|
234
|
+
'lifecycle_details': 'lifecycleDetails',
|
229
235
|
'time_created': 'timeCreated',
|
230
236
|
'external_data_type': 'externalDataType',
|
231
237
|
'type_key': 'typeKey',
|
@@ -256,6 +262,7 @@ class AttributeSummary(object):
|
|
256
262
|
self._is_nullable = None
|
257
263
|
self._uri = None
|
258
264
|
self._lifecycle_state = None
|
265
|
+
self._lifecycle_details = None
|
259
266
|
self._time_created = None
|
260
267
|
self._external_data_type = None
|
261
268
|
self._type_key = None
|
@@ -592,6 +599,32 @@ class AttributeSummary(object):
|
|
592
599
|
lifecycle_state = 'UNKNOWN_ENUM_VALUE'
|
593
600
|
self._lifecycle_state = lifecycle_state
|
594
601
|
|
602
|
+
@property
|
603
|
+
def lifecycle_details(self):
|
604
|
+
"""
|
605
|
+
Gets the lifecycle_details of this AttributeSummary.
|
606
|
+
A message describing the current state in more detail. An object not in ACTIVE state may have functional limitations,
|
607
|
+
see service documentation for details.
|
608
|
+
|
609
|
+
|
610
|
+
:return: The lifecycle_details of this AttributeSummary.
|
611
|
+
:rtype: str
|
612
|
+
"""
|
613
|
+
return self._lifecycle_details
|
614
|
+
|
615
|
+
@lifecycle_details.setter
|
616
|
+
def lifecycle_details(self, lifecycle_details):
|
617
|
+
"""
|
618
|
+
Sets the lifecycle_details of this AttributeSummary.
|
619
|
+
A message describing the current state in more detail. An object not in ACTIVE state may have functional limitations,
|
620
|
+
see service documentation for details.
|
621
|
+
|
622
|
+
|
623
|
+
:param lifecycle_details: The lifecycle_details of this AttributeSummary.
|
624
|
+
:type: str
|
625
|
+
"""
|
626
|
+
self._lifecycle_details = lifecycle_details
|
627
|
+
|
595
628
|
@property
|
596
629
|
def time_created(self):
|
597
630
|
"""
|
@@ -85,6 +85,14 @@ class CreateJobDefinitionDetails(object):
|
|
85
85
|
#: This constant has a value of "IMPORT_DATA_ASSET"
|
86
86
|
JOB_TYPE_IMPORT_DATA_ASSET = "IMPORT_DATA_ASSET"
|
87
87
|
|
88
|
+
#: A constant which can be used with the job_type property of a CreateJobDefinitionDetails.
|
89
|
+
#: This constant has a value of "CREATE_SCAN_PROXY"
|
90
|
+
JOB_TYPE_CREATE_SCAN_PROXY = "CREATE_SCAN_PROXY"
|
91
|
+
|
92
|
+
#: A constant which can be used with the job_type property of a CreateJobDefinitionDetails.
|
93
|
+
#: This constant has a value of "ASYNC_EXPORT_GLOSSARY"
|
94
|
+
JOB_TYPE_ASYNC_EXPORT_GLOSSARY = "ASYNC_EXPORT_GLOSSARY"
|
95
|
+
|
88
96
|
def __init__(self, **kwargs):
|
89
97
|
"""
|
90
98
|
Initializes a new CreateJobDefinitionDetails object with values from keyword arguments.
|
@@ -100,7 +108,7 @@ class CreateJobDefinitionDetails(object):
|
|
100
108
|
|
101
109
|
:param job_type:
|
102
110
|
The value to assign to the job_type property of this CreateJobDefinitionDetails.
|
103
|
-
Allowed values for this property are: "HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET"
|
111
|
+
Allowed values for this property are: "HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET", "CREATE_SCAN_PROXY", "ASYNC_EXPORT_GLOSSARY"
|
104
112
|
:type job_type: str
|
105
113
|
|
106
114
|
:param is_incremental:
|
@@ -111,6 +119,10 @@ class CreateJobDefinitionDetails(object):
|
|
111
119
|
The value to assign to the data_asset_key property of this CreateJobDefinitionDetails.
|
112
120
|
:type data_asset_key: str
|
113
121
|
|
122
|
+
:param glossary_key:
|
123
|
+
The value to assign to the glossary_key property of this CreateJobDefinitionDetails.
|
124
|
+
:type glossary_key: str
|
125
|
+
|
114
126
|
:param connection_key:
|
115
127
|
The value to assign to the connection_key property of this CreateJobDefinitionDetails.
|
116
128
|
:type connection_key: str
|
@@ -134,6 +146,7 @@ class CreateJobDefinitionDetails(object):
|
|
134
146
|
'job_type': 'str',
|
135
147
|
'is_incremental': 'bool',
|
136
148
|
'data_asset_key': 'str',
|
149
|
+
'glossary_key': 'str',
|
137
150
|
'connection_key': 'str',
|
138
151
|
'is_sample_data_extracted': 'bool',
|
139
152
|
'sample_data_size_in_mbs': 'int',
|
@@ -146,6 +159,7 @@ class CreateJobDefinitionDetails(object):
|
|
146
159
|
'job_type': 'jobType',
|
147
160
|
'is_incremental': 'isIncremental',
|
148
161
|
'data_asset_key': 'dataAssetKey',
|
162
|
+
'glossary_key': 'glossaryKey',
|
149
163
|
'connection_key': 'connectionKey',
|
150
164
|
'is_sample_data_extracted': 'isSampleDataExtracted',
|
151
165
|
'sample_data_size_in_mbs': 'sampleDataSizeInMBs',
|
@@ -157,6 +171,7 @@ class CreateJobDefinitionDetails(object):
|
|
157
171
|
self._job_type = None
|
158
172
|
self._is_incremental = None
|
159
173
|
self._data_asset_key = None
|
174
|
+
self._glossary_key = None
|
160
175
|
self._connection_key = None
|
161
176
|
self._is_sample_data_extracted = None
|
162
177
|
self._sample_data_size_in_mbs = None
|
@@ -218,7 +233,7 @@ class CreateJobDefinitionDetails(object):
|
|
218
233
|
**[Required]** Gets the job_type of this CreateJobDefinitionDetails.
|
219
234
|
Type of the job definition.
|
220
235
|
|
221
|
-
Allowed values for this property are: "HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET"
|
236
|
+
Allowed values for this property are: "HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET", "CREATE_SCAN_PROXY", "ASYNC_EXPORT_GLOSSARY"
|
222
237
|
|
223
238
|
|
224
239
|
:return: The job_type of this CreateJobDefinitionDetails.
|
@@ -236,7 +251,7 @@ class CreateJobDefinitionDetails(object):
|
|
236
251
|
:param job_type: The job_type of this CreateJobDefinitionDetails.
|
237
252
|
:type: str
|
238
253
|
"""
|
239
|
-
allowed_values = ["HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET"]
|
254
|
+
allowed_values = ["HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET", "CREATE_SCAN_PROXY", "ASYNC_EXPORT_GLOSSARY"]
|
240
255
|
if not value_allowed_none_or_none_sentinel(job_type, allowed_values):
|
241
256
|
raise ValueError(
|
242
257
|
"Invalid value for `job_type`, must be None or one of {0}"
|
@@ -292,6 +307,30 @@ class CreateJobDefinitionDetails(object):
|
|
292
307
|
"""
|
293
308
|
self._data_asset_key = data_asset_key
|
294
309
|
|
310
|
+
@property
|
311
|
+
def glossary_key(self):
|
312
|
+
"""
|
313
|
+
Gets the glossary_key of this CreateJobDefinitionDetails.
|
314
|
+
Unique key of the glossary to which this job applies.
|
315
|
+
|
316
|
+
|
317
|
+
:return: The glossary_key of this CreateJobDefinitionDetails.
|
318
|
+
:rtype: str
|
319
|
+
"""
|
320
|
+
return self._glossary_key
|
321
|
+
|
322
|
+
@glossary_key.setter
|
323
|
+
def glossary_key(self, glossary_key):
|
324
|
+
"""
|
325
|
+
Sets the glossary_key of this CreateJobDefinitionDetails.
|
326
|
+
Unique key of the glossary to which this job applies.
|
327
|
+
|
328
|
+
|
329
|
+
:param glossary_key: The glossary_key of this CreateJobDefinitionDetails.
|
330
|
+
:type: str
|
331
|
+
"""
|
332
|
+
self._glossary_key = glossary_key
|
333
|
+
|
295
334
|
@property
|
296
335
|
def connection_key(self):
|
297
336
|
"""
|
@@ -133,6 +133,7 @@ class CreateJobDetails(object):
|
|
133
133
|
Gets the schedule_cron_expression of this CreateJobDetails.
|
134
134
|
Interval on which the job will be run. Value is specified as a cron-supported time specification \"nickname\".
|
135
135
|
The following subset of those is supported: @monthly, @weekly, @daily, @hourly.
|
136
|
+
For metastore sync, an additional option @default is supported, which will schedule jobs at a more granular frequency.
|
136
137
|
|
137
138
|
|
138
139
|
:return: The schedule_cron_expression of this CreateJobDetails.
|
@@ -146,6 +147,7 @@ class CreateJobDetails(object):
|
|
146
147
|
Sets the schedule_cron_expression of this CreateJobDetails.
|
147
148
|
Interval on which the job will be run. Value is specified as a cron-supported time specification \"nickname\".
|
148
149
|
The following subset of those is supported: @monthly, @weekly, @daily, @hourly.
|
150
|
+
For metastore sync, an additional option @default is supported, which will schedule jobs at a more granular frequency.
|
149
151
|
|
150
152
|
|
151
153
|
:param schedule_cron_expression: The schedule_cron_expression of this CreateJobDetails.
|
@@ -83,6 +83,14 @@ class CreateJobExecutionDetails(object):
|
|
83
83
|
#: This constant has a value of "IMPORT_DATA_ASSET"
|
84
84
|
JOB_TYPE_IMPORT_DATA_ASSET = "IMPORT_DATA_ASSET"
|
85
85
|
|
86
|
+
#: A constant which can be used with the job_type property of a CreateJobExecutionDetails.
|
87
|
+
#: This constant has a value of "CREATE_SCAN_PROXY"
|
88
|
+
JOB_TYPE_CREATE_SCAN_PROXY = "CREATE_SCAN_PROXY"
|
89
|
+
|
90
|
+
#: A constant which can be used with the job_type property of a CreateJobExecutionDetails.
|
91
|
+
#: This constant has a value of "ASYNC_EXPORT_GLOSSARY"
|
92
|
+
JOB_TYPE_ASYNC_EXPORT_GLOSSARY = "ASYNC_EXPORT_GLOSSARY"
|
93
|
+
|
86
94
|
#: A constant which can be used with the lifecycle_state property of a CreateJobExecutionDetails.
|
87
95
|
#: This constant has a value of "CREATED"
|
88
96
|
LIFECYCLE_STATE_CREATED = "CREATED"
|
@@ -122,7 +130,7 @@ class CreateJobExecutionDetails(object):
|
|
122
130
|
|
123
131
|
:param job_type:
|
124
132
|
The value to assign to the job_type property of this CreateJobExecutionDetails.
|
125
|
-
Allowed values for this property are: "HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET"
|
133
|
+
Allowed values for this property are: "HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET", "CREATE_SCAN_PROXY", "ASYNC_EXPORT_GLOSSARY"
|
126
134
|
:type job_type: str
|
127
135
|
|
128
136
|
:param parent_key:
|
@@ -254,7 +262,7 @@ class CreateJobExecutionDetails(object):
|
|
254
262
|
Gets the job_type of this CreateJobExecutionDetails.
|
255
263
|
Type of the job execution.
|
256
264
|
|
257
|
-
Allowed values for this property are: "HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET"
|
265
|
+
Allowed values for this property are: "HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET", "CREATE_SCAN_PROXY", "ASYNC_EXPORT_GLOSSARY"
|
258
266
|
|
259
267
|
|
260
268
|
:return: The job_type of this CreateJobExecutionDetails.
|
@@ -272,7 +280,7 @@ class CreateJobExecutionDetails(object):
|
|
272
280
|
:param job_type: The job_type of this CreateJobExecutionDetails.
|
273
281
|
:type: str
|
274
282
|
"""
|
275
|
-
allowed_values = ["HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET"]
|
283
|
+
allowed_values = ["HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET", "CREATE_SCAN_PROXY", "ASYNC_EXPORT_GLOSSARY"]
|
276
284
|
if not value_allowed_none_or_none_sentinel(job_type, allowed_values):
|
277
285
|
raise ValueError(
|
278
286
|
"Invalid value for `job_type`, must be None or one of {0}"
|
@@ -84,6 +84,10 @@ class DataAsset(object):
|
|
84
84
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
85
85
|
:type lifecycle_state: str
|
86
86
|
|
87
|
+
:param lifecycle_details:
|
88
|
+
The value to assign to the lifecycle_details property of this DataAsset.
|
89
|
+
:type lifecycle_details: str
|
90
|
+
|
87
91
|
:param time_created:
|
88
92
|
The value to assign to the time_created property of this DataAsset.
|
89
93
|
:type time_created: datetime
|
@@ -129,6 +133,7 @@ class DataAsset(object):
|
|
129
133
|
'external_key': 'str',
|
130
134
|
'type_key': 'str',
|
131
135
|
'lifecycle_state': 'str',
|
136
|
+
'lifecycle_details': 'str',
|
132
137
|
'time_created': 'datetime',
|
133
138
|
'time_updated': 'datetime',
|
134
139
|
'time_harvested': 'datetime',
|
@@ -148,6 +153,7 @@ class DataAsset(object):
|
|
148
153
|
'external_key': 'externalKey',
|
149
154
|
'type_key': 'typeKey',
|
150
155
|
'lifecycle_state': 'lifecycleState',
|
156
|
+
'lifecycle_details': 'lifecycleDetails',
|
151
157
|
'time_created': 'timeCreated',
|
152
158
|
'time_updated': 'timeUpdated',
|
153
159
|
'time_harvested': 'timeHarvested',
|
@@ -166,6 +172,7 @@ class DataAsset(object):
|
|
166
172
|
self._external_key = None
|
167
173
|
self._type_key = None
|
168
174
|
self._lifecycle_state = None
|
175
|
+
self._lifecycle_details = None
|
169
176
|
self._time_created = None
|
170
177
|
self._time_updated = None
|
171
178
|
self._time_harvested = None
|
@@ -352,6 +359,32 @@ class DataAsset(object):
|
|
352
359
|
lifecycle_state = 'UNKNOWN_ENUM_VALUE'
|
353
360
|
self._lifecycle_state = lifecycle_state
|
354
361
|
|
362
|
+
@property
|
363
|
+
def lifecycle_details(self):
|
364
|
+
"""
|
365
|
+
Gets the lifecycle_details of this DataAsset.
|
366
|
+
A message describing the current state in more detail. An object not in ACTIVE state may have functional limitations,
|
367
|
+
see service documentation for details.
|
368
|
+
|
369
|
+
|
370
|
+
:return: The lifecycle_details of this DataAsset.
|
371
|
+
:rtype: str
|
372
|
+
"""
|
373
|
+
return self._lifecycle_details
|
374
|
+
|
375
|
+
@lifecycle_details.setter
|
376
|
+
def lifecycle_details(self, lifecycle_details):
|
377
|
+
"""
|
378
|
+
Sets the lifecycle_details of this DataAsset.
|
379
|
+
A message describing the current state in more detail. An object not in ACTIVE state may have functional limitations,
|
380
|
+
see service documentation for details.
|
381
|
+
|
382
|
+
|
383
|
+
:param lifecycle_details: The lifecycle_details of this DataAsset.
|
384
|
+
:type: str
|
385
|
+
"""
|
386
|
+
self._lifecycle_details = lifecycle_details
|
387
|
+
|
355
388
|
@property
|
356
389
|
def time_created(self):
|
357
390
|
"""
|
@@ -92,6 +92,10 @@ class DataAssetSummary(object):
|
|
92
92
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
93
93
|
:type lifecycle_state: str
|
94
94
|
|
95
|
+
:param lifecycle_details:
|
96
|
+
The value to assign to the lifecycle_details property of this DataAssetSummary.
|
97
|
+
:type lifecycle_details: str
|
98
|
+
|
95
99
|
"""
|
96
100
|
self.swagger_types = {
|
97
101
|
'key': 'str',
|
@@ -102,7 +106,8 @@ class DataAssetSummary(object):
|
|
102
106
|
'uri': 'str',
|
103
107
|
'time_created': 'datetime',
|
104
108
|
'type_key': 'str',
|
105
|
-
'lifecycle_state': 'str'
|
109
|
+
'lifecycle_state': 'str',
|
110
|
+
'lifecycle_details': 'str'
|
106
111
|
}
|
107
112
|
|
108
113
|
self.attribute_map = {
|
@@ -114,7 +119,8 @@ class DataAssetSummary(object):
|
|
114
119
|
'uri': 'uri',
|
115
120
|
'time_created': 'timeCreated',
|
116
121
|
'type_key': 'typeKey',
|
117
|
-
'lifecycle_state': 'lifecycleState'
|
122
|
+
'lifecycle_state': 'lifecycleState',
|
123
|
+
'lifecycle_details': 'lifecycleDetails'
|
118
124
|
}
|
119
125
|
|
120
126
|
self._key = None
|
@@ -126,6 +132,7 @@ class DataAssetSummary(object):
|
|
126
132
|
self._time_created = None
|
127
133
|
self._type_key = None
|
128
134
|
self._lifecycle_state = None
|
135
|
+
self._lifecycle_details = None
|
129
136
|
|
130
137
|
@property
|
131
138
|
def key(self):
|
@@ -357,6 +364,32 @@ class DataAssetSummary(object):
|
|
357
364
|
lifecycle_state = 'UNKNOWN_ENUM_VALUE'
|
358
365
|
self._lifecycle_state = lifecycle_state
|
359
366
|
|
367
|
+
@property
|
368
|
+
def lifecycle_details(self):
|
369
|
+
"""
|
370
|
+
Gets the lifecycle_details of this DataAssetSummary.
|
371
|
+
A message describing the current state in more detail. An object not in ACTIVE state may have functional limitations,
|
372
|
+
see service documentation for details.
|
373
|
+
|
374
|
+
|
375
|
+
:return: The lifecycle_details of this DataAssetSummary.
|
376
|
+
:rtype: str
|
377
|
+
"""
|
378
|
+
return self._lifecycle_details
|
379
|
+
|
380
|
+
@lifecycle_details.setter
|
381
|
+
def lifecycle_details(self, lifecycle_details):
|
382
|
+
"""
|
383
|
+
Sets the lifecycle_details of this DataAssetSummary.
|
384
|
+
A message describing the current state in more detail. An object not in ACTIVE state may have functional limitations,
|
385
|
+
see service documentation for details.
|
386
|
+
|
387
|
+
|
388
|
+
:param lifecycle_details: The lifecycle_details of this DataAssetSummary.
|
389
|
+
:type: str
|
390
|
+
"""
|
391
|
+
self._lifecycle_details = lifecycle_details
|
392
|
+
|
360
393
|
def __repr__(self):
|
361
394
|
return formatted_flat_dict(self)
|
362
395
|
|
@@ -108,6 +108,10 @@ class Entity(object):
|
|
108
108
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
109
109
|
:type lifecycle_state: str
|
110
110
|
|
111
|
+
:param lifecycle_details:
|
112
|
+
The value to assign to the lifecycle_details property of this Entity.
|
113
|
+
:type lifecycle_details: str
|
114
|
+
|
111
115
|
:param external_key:
|
112
116
|
The value to assign to the external_key property of this Entity.
|
113
117
|
:type external_key: str
|
@@ -201,6 +205,7 @@ class Entity(object):
|
|
201
205
|
'created_by_id': 'str',
|
202
206
|
'updated_by_id': 'str',
|
203
207
|
'lifecycle_state': 'str',
|
208
|
+
'lifecycle_details': 'str',
|
204
209
|
'external_key': 'str',
|
205
210
|
'pattern_key': 'str',
|
206
211
|
'realized_expression': 'str',
|
@@ -233,6 +238,7 @@ class Entity(object):
|
|
233
238
|
'created_by_id': 'createdById',
|
234
239
|
'updated_by_id': 'updatedById',
|
235
240
|
'lifecycle_state': 'lifecycleState',
|
241
|
+
'lifecycle_details': 'lifecycleDetails',
|
236
242
|
'external_key': 'externalKey',
|
237
243
|
'pattern_key': 'patternKey',
|
238
244
|
'realized_expression': 'realizedExpression',
|
@@ -264,6 +270,7 @@ class Entity(object):
|
|
264
270
|
self._created_by_id = None
|
265
271
|
self._updated_by_id = None
|
266
272
|
self._lifecycle_state = None
|
273
|
+
self._lifecycle_details = None
|
267
274
|
self._external_key = None
|
268
275
|
self._pattern_key = None
|
269
276
|
self._realized_expression = None
|
@@ -519,6 +526,32 @@ class Entity(object):
|
|
519
526
|
lifecycle_state = 'UNKNOWN_ENUM_VALUE'
|
520
527
|
self._lifecycle_state = lifecycle_state
|
521
528
|
|
529
|
+
@property
|
530
|
+
def lifecycle_details(self):
|
531
|
+
"""
|
532
|
+
Gets the lifecycle_details of this Entity.
|
533
|
+
A message describing the current state in more detail. An object not in ACTIVE state may have functional limitations,
|
534
|
+
see service documentation for details.
|
535
|
+
|
536
|
+
|
537
|
+
:return: The lifecycle_details of this Entity.
|
538
|
+
:rtype: str
|
539
|
+
"""
|
540
|
+
return self._lifecycle_details
|
541
|
+
|
542
|
+
@lifecycle_details.setter
|
543
|
+
def lifecycle_details(self, lifecycle_details):
|
544
|
+
"""
|
545
|
+
Sets the lifecycle_details of this Entity.
|
546
|
+
A message describing the current state in more detail. An object not in ACTIVE state may have functional limitations,
|
547
|
+
see service documentation for details.
|
548
|
+
|
549
|
+
|
550
|
+
:param lifecycle_details: The lifecycle_details of this Entity.
|
551
|
+
:type: str
|
552
|
+
"""
|
553
|
+
self._lifecycle_details = lifecycle_details
|
554
|
+
|
522
555
|
@property
|
523
556
|
def external_key(self):
|
524
557
|
"""
|
@@ -0,0 +1,222 @@
|
|
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: 20190325
|
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 EntityLineage(object):
|
14
|
+
"""
|
15
|
+
Lineage for a data entity.
|
16
|
+
"""
|
17
|
+
|
18
|
+
#: A constant which can be used with the direction property of a EntityLineage.
|
19
|
+
#: This constant has a value of "UPSTREAM"
|
20
|
+
DIRECTION_UPSTREAM = "UPSTREAM"
|
21
|
+
|
22
|
+
#: A constant which can be used with the direction property of a EntityLineage.
|
23
|
+
#: This constant has a value of "BOTH"
|
24
|
+
DIRECTION_BOTH = "BOTH"
|
25
|
+
|
26
|
+
#: A constant which can be used with the direction property of a EntityLineage.
|
27
|
+
#: This constant has a value of "DOWNSTREAM"
|
28
|
+
DIRECTION_DOWNSTREAM = "DOWNSTREAM"
|
29
|
+
|
30
|
+
def __init__(self, **kwargs):
|
31
|
+
"""
|
32
|
+
Initializes a new EntityLineage object with values from keyword arguments.
|
33
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
34
|
+
|
35
|
+
:param level:
|
36
|
+
The value to assign to the level property of this EntityLineage.
|
37
|
+
:type level: int
|
38
|
+
|
39
|
+
:param direction:
|
40
|
+
The value to assign to the direction property of this EntityLineage.
|
41
|
+
Allowed values for this property are: "UPSTREAM", "BOTH", "DOWNSTREAM", 'UNKNOWN_ENUM_VALUE'.
|
42
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
43
|
+
:type direction: str
|
44
|
+
|
45
|
+
:param objects:
|
46
|
+
The value to assign to the objects property of this EntityLineage.
|
47
|
+
:type objects: list[oci.data_catalog.models.LineageObject]
|
48
|
+
|
49
|
+
:param relationships:
|
50
|
+
The value to assign to the relationships property of this EntityLineage.
|
51
|
+
:type relationships: list[oci.data_catalog.models.LineageRelationship]
|
52
|
+
|
53
|
+
:param annotations:
|
54
|
+
The value to assign to the annotations property of this EntityLineage.
|
55
|
+
:type annotations: dict(str, dict(str, str))
|
56
|
+
|
57
|
+
"""
|
58
|
+
self.swagger_types = {
|
59
|
+
'level': 'int',
|
60
|
+
'direction': 'str',
|
61
|
+
'objects': 'list[LineageObject]',
|
62
|
+
'relationships': 'list[LineageRelationship]',
|
63
|
+
'annotations': 'dict(str, dict(str, str))'
|
64
|
+
}
|
65
|
+
|
66
|
+
self.attribute_map = {
|
67
|
+
'level': 'level',
|
68
|
+
'direction': 'direction',
|
69
|
+
'objects': 'objects',
|
70
|
+
'relationships': 'relationships',
|
71
|
+
'annotations': 'annotations'
|
72
|
+
}
|
73
|
+
|
74
|
+
self._level = None
|
75
|
+
self._direction = None
|
76
|
+
self._objects = None
|
77
|
+
self._relationships = None
|
78
|
+
self._annotations = None
|
79
|
+
|
80
|
+
@property
|
81
|
+
def level(self):
|
82
|
+
"""
|
83
|
+
**[Required]** Gets the level of this EntityLineage.
|
84
|
+
Object level at which the lineage is returned.
|
85
|
+
|
86
|
+
|
87
|
+
:return: The level of this EntityLineage.
|
88
|
+
:rtype: int
|
89
|
+
"""
|
90
|
+
return self._level
|
91
|
+
|
92
|
+
@level.setter
|
93
|
+
def level(self, level):
|
94
|
+
"""
|
95
|
+
Sets the level of this EntityLineage.
|
96
|
+
Object level at which the lineage is returned.
|
97
|
+
|
98
|
+
|
99
|
+
:param level: The level of this EntityLineage.
|
100
|
+
:type: int
|
101
|
+
"""
|
102
|
+
self._level = level
|
103
|
+
|
104
|
+
@property
|
105
|
+
def direction(self):
|
106
|
+
"""
|
107
|
+
**[Required]** Gets the direction of this EntityLineage.
|
108
|
+
Direction of the lineage returned.
|
109
|
+
|
110
|
+
Allowed values for this property are: "UPSTREAM", "BOTH", "DOWNSTREAM", 'UNKNOWN_ENUM_VALUE'.
|
111
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
112
|
+
|
113
|
+
|
114
|
+
:return: The direction of this EntityLineage.
|
115
|
+
:rtype: str
|
116
|
+
"""
|
117
|
+
return self._direction
|
118
|
+
|
119
|
+
@direction.setter
|
120
|
+
def direction(self, direction):
|
121
|
+
"""
|
122
|
+
Sets the direction of this EntityLineage.
|
123
|
+
Direction of the lineage returned.
|
124
|
+
|
125
|
+
|
126
|
+
:param direction: The direction of this EntityLineage.
|
127
|
+
:type: str
|
128
|
+
"""
|
129
|
+
allowed_values = ["UPSTREAM", "BOTH", "DOWNSTREAM"]
|
130
|
+
if not value_allowed_none_or_none_sentinel(direction, allowed_values):
|
131
|
+
direction = 'UNKNOWN_ENUM_VALUE'
|
132
|
+
self._direction = direction
|
133
|
+
|
134
|
+
@property
|
135
|
+
def objects(self):
|
136
|
+
"""
|
137
|
+
Gets the objects of this EntityLineage.
|
138
|
+
Set of objects that are involved in the lineage.
|
139
|
+
|
140
|
+
|
141
|
+
:return: The objects of this EntityLineage.
|
142
|
+
:rtype: list[oci.data_catalog.models.LineageObject]
|
143
|
+
"""
|
144
|
+
return self._objects
|
145
|
+
|
146
|
+
@objects.setter
|
147
|
+
def objects(self, objects):
|
148
|
+
"""
|
149
|
+
Sets the objects of this EntityLineage.
|
150
|
+
Set of objects that are involved in the lineage.
|
151
|
+
|
152
|
+
|
153
|
+
:param objects: The objects of this EntityLineage.
|
154
|
+
:type: list[oci.data_catalog.models.LineageObject]
|
155
|
+
"""
|
156
|
+
self._objects = objects
|
157
|
+
|
158
|
+
@property
|
159
|
+
def relationships(self):
|
160
|
+
"""
|
161
|
+
Gets the relationships of this EntityLineage.
|
162
|
+
Set of relationships between the objects in the 'objects' set.
|
163
|
+
|
164
|
+
|
165
|
+
:return: The relationships of this EntityLineage.
|
166
|
+
:rtype: list[oci.data_catalog.models.LineageRelationship]
|
167
|
+
"""
|
168
|
+
return self._relationships
|
169
|
+
|
170
|
+
@relationships.setter
|
171
|
+
def relationships(self, relationships):
|
172
|
+
"""
|
173
|
+
Sets the relationships of this EntityLineage.
|
174
|
+
Set of relationships between the objects in the 'objects' set.
|
175
|
+
|
176
|
+
|
177
|
+
:param relationships: The relationships of this EntityLineage.
|
178
|
+
:type: list[oci.data_catalog.models.LineageRelationship]
|
179
|
+
"""
|
180
|
+
self._relationships = relationships
|
181
|
+
|
182
|
+
@property
|
183
|
+
def annotations(self):
|
184
|
+
"""
|
185
|
+
Gets the annotations of this EntityLineage.
|
186
|
+
A map of maps that contains additional information in explanation of the lineage returned. The map keys are
|
187
|
+
categories of information and the values are maps of annotation names to their corresponding values.
|
188
|
+
Every annotation is contained inside a category.
|
189
|
+
Example: `{\"annotations\": { \"category\": { \"key\": \"value\"}}}`
|
190
|
+
|
191
|
+
|
192
|
+
:return: The annotations of this EntityLineage.
|
193
|
+
:rtype: dict(str, dict(str, str))
|
194
|
+
"""
|
195
|
+
return self._annotations
|
196
|
+
|
197
|
+
@annotations.setter
|
198
|
+
def annotations(self, annotations):
|
199
|
+
"""
|
200
|
+
Sets the annotations of this EntityLineage.
|
201
|
+
A map of maps that contains additional information in explanation of the lineage returned. The map keys are
|
202
|
+
categories of information and the values are maps of annotation names to their corresponding values.
|
203
|
+
Every annotation is contained inside a category.
|
204
|
+
Example: `{\"annotations\": { \"category\": { \"key\": \"value\"}}}`
|
205
|
+
|
206
|
+
|
207
|
+
:param annotations: The annotations of this EntityLineage.
|
208
|
+
:type: dict(str, dict(str, str))
|
209
|
+
"""
|
210
|
+
self._annotations = annotations
|
211
|
+
|
212
|
+
def __repr__(self):
|
213
|
+
return formatted_flat_dict(self)
|
214
|
+
|
215
|
+
def __eq__(self, other):
|
216
|
+
if other is None:
|
217
|
+
return False
|
218
|
+
|
219
|
+
return self.__dict__ == other.__dict__
|
220
|
+
|
221
|
+
def __ne__(self, other):
|
222
|
+
return not self == other
|