oci 2.115.0__py3-none-any.whl → 2.115.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/__init__.py +2 -2
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +36 -36
- oci/ai_speech/ai_service_speech_client.py +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/auth/signers/ephemeral_resource_principals_v21_signer.py +3 -17
- 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/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- 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 +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/database/database_client.py +645 -319
- oci/database/database_client_composite_operations.py +176 -0
- oci/database/models/__init__.py +8 -0
- oci/database/models/autonomous_container_database.py +7 -3
- oci/database/models/autonomous_container_database_summary.py +7 -3
- oci/database/models/configure_saas_admin_user_details.py +284 -0
- oci/database/models/create_autonomous_container_database_dataguard_association_details.py +321 -0
- oci/database/models/database_connection_string_profile.py +33 -2
- oci/database/models/generate_autonomous_database_wallet_details.py +33 -2
- oci/database/models/saas_admin_user_configuration.py +284 -0
- oci/database/models/saas_admin_user_status.py +154 -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 +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 +1352 -164
- oci/jms/java_management_service_client_composite_operations.py +226 -0
- oci/jms/models/__init__.py +32 -0
- oci/jms/models/agent.py +240 -0
- oci/jms/models/announcement_summary.py +1 -1
- oci/jms/models/application_work_item_details.py +2 -2
- oci/jms/models/basic_work_item_details.py +2 -2
- oci/jms/models/blocklist.py +31 -3
- oci/jms/models/blocklist_entry.py +31 -3
- oci/jms/models/create_blocklist_details.py +31 -3
- oci/jms/models/create_drs_file_details.py +134 -0
- oci/jms/models/disable_drs_details.py +69 -0
- oci/jms/models/drs_file.py +272 -0
- oci/jms/models/drs_file_collection.py +72 -0
- oci/jms/models/drs_file_summary.py +272 -0
- oci/jms/models/drs_target.py +72 -0
- oci/jms/models/enable_drs_details.py +69 -0
- oci/jms/models/export_setting.py +485 -0
- oci/jms/models/export_status.py +201 -0
- oci/jms/models/fleet.py +31 -0
- oci/jms/models/fleet_agent_configuration.py +27 -0
- oci/jms/models/fleet_summary.py +31 -0
- oci/jms/models/java_artifact.py +262 -2
- oci/jms/models/java_family.py +103 -2
- oci/jms/models/java_family_summary.py +70 -2
- oci/jms/models/java_migration_analysis_result.py +31 -0
- oci/jms/models/java_migration_analysis_result_summary.py +31 -0
- oci/jms/models/java_release.py +66 -2
- oci/jms/models/java_release_summary.py +66 -2
- oci/jms/models/lcm_work_item_details.py +86 -0
- oci/jms/models/manage_drs_details.py +73 -0
- oci/jms/models/managed_instance_usage.py +82 -0
- oci/jms/models/patch_detail.py +103 -0
- oci/jms/models/performance_tuning_analysis.py +2 -2
- oci/jms/models/plugin.py +103 -0
- oci/jms/models/request_crypto_analyses_details.py +2 -2
- oci/jms/models/update_drs_file_details.py +134 -0
- oci/jms/models/update_export_setting_details.py +349 -0
- oci/jms/models/update_fleet_agent_configuration_details.py +29 -2
- oci/jms/models/work_item_details.py +34 -6
- oci/jms/models/work_request.py +31 -3
- oci/jms_java_downloads/__init__.py +14 -0
- oci/jms_java_downloads/java_download_client.py +3088 -0
- oci/jms_java_downloads/java_download_client_composite_operations.py +384 -0
- oci/jms_java_downloads/models/__init__.py +80 -0
- oci/jms_java_downloads/models/create_java_download_report_details.py +289 -0
- oci/jms_java_downloads/models/create_java_download_token_details.py +336 -0
- oci/jms_java_downloads/models/create_java_license_acceptance_record_details.py +174 -0
- oci/jms_java_downloads/models/download_url.py +119 -0
- oci/jms_java_downloads/models/generate_artifact_download_url_details.py +72 -0
- oci/jms_java_downloads/models/java_download_count_aggregation.py +289 -0
- oci/jms_java_downloads/models/java_download_count_aggregation_collection.py +123 -0
- oci/jms_java_downloads/models/java_download_record.py +351 -0
- oci/jms_java_downloads/models/java_download_record_collection.py +72 -0
- oci/jms_java_downloads/models/java_download_record_summary.py +351 -0
- oci/jms_java_downloads/models/java_download_report.py +533 -0
- oci/jms_java_downloads/models/java_download_report_collection.py +72 -0
- oci/jms_java_downloads/models/java_download_report_summary.py +532 -0
- oci/jms_java_downloads/models/java_download_token.py +710 -0
- oci/jms_java_downloads/models/java_download_token_collection.py +72 -0
- oci/jms_java_downloads/models/java_download_token_summary.py +710 -0
- oci/jms_java_downloads/models/java_license.py +154 -0
- oci/jms_java_downloads/models/java_license_acceptance_record.py +513 -0
- oci/jms_java_downloads/models/java_license_acceptance_record_collection.py +72 -0
- oci/jms_java_downloads/models/java_license_acceptance_record_summary.py +513 -0
- oci/jms_java_downloads/models/java_license_collection.py +72 -0
- oci/jms_java_downloads/models/java_license_summary.py +154 -0
- oci/jms_java_downloads/models/principal.py +138 -0
- oci/jms_java_downloads/models/request_summarized_java_download_counts_details.py +415 -0
- oci/jms_java_downloads/models/update_java_download_token_details.py +270 -0
- oci/jms_java_downloads/models/update_java_license_acceptance_record_details.py +88 -0
- oci/jms_java_downloads/models/work_request.py +412 -0
- oci/jms_java_downloads/models/work_request_error.py +136 -0
- oci/jms_java_downloads/models/work_request_error_collection.py +72 -0
- oci/jms_java_downloads/models/work_request_log_entry.py +103 -0
- oci/jms_java_downloads/models/work_request_log_entry_collection.py +72 -0
- oci/jms_java_downloads/models/work_request_resource.py +203 -0
- oci/jms_java_downloads/models/work_request_summary.py +412 -0
- oci/jms_java_downloads/models/work_request_summary_collection.py +72 -0
- 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 +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 +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/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/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +23 -23
- oci/redis/redis_cluster_client.py +11 -11
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/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.115.0.dist-info → oci-2.115.1.dist-info}/METADATA +1 -1
- {oci-2.115.0.dist-info → oci-2.115.1.dist-info}/RECORD +325 -267
- {oci-2.115.0.dist-info → oci-2.115.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.115.0.dist-info → oci-2.115.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.115.0.dist-info → oci-2.115.1.dist-info}/WHEEL +0 -0
- {oci-2.115.0.dist-info → oci-2.115.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,412 @@
|
|
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: 20230601
|
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 WorkRequestSummary(object):
|
14
|
+
"""
|
15
|
+
A summary of the status of a work request.
|
16
|
+
"""
|
17
|
+
|
18
|
+
#: A constant which can be used with the operation_type property of a WorkRequestSummary.
|
19
|
+
#: This constant has a value of "CREATE_JAVA_DOWNLOAD_TOKEN"
|
20
|
+
OPERATION_TYPE_CREATE_JAVA_DOWNLOAD_TOKEN = "CREATE_JAVA_DOWNLOAD_TOKEN"
|
21
|
+
|
22
|
+
#: A constant which can be used with the operation_type property of a WorkRequestSummary.
|
23
|
+
#: This constant has a value of "UPDATE_JAVA_DOWNLOAD_TOKEN"
|
24
|
+
OPERATION_TYPE_UPDATE_JAVA_DOWNLOAD_TOKEN = "UPDATE_JAVA_DOWNLOAD_TOKEN"
|
25
|
+
|
26
|
+
#: A constant which can be used with the operation_type property of a WorkRequestSummary.
|
27
|
+
#: This constant has a value of "DELETE_JAVA_DOWNLOAD_TOKEN"
|
28
|
+
OPERATION_TYPE_DELETE_JAVA_DOWNLOAD_TOKEN = "DELETE_JAVA_DOWNLOAD_TOKEN"
|
29
|
+
|
30
|
+
#: A constant which can be used with the operation_type property of a WorkRequestSummary.
|
31
|
+
#: This constant has a value of "CREATE_JAVA_DOWNLOAD_REPORT"
|
32
|
+
OPERATION_TYPE_CREATE_JAVA_DOWNLOAD_REPORT = "CREATE_JAVA_DOWNLOAD_REPORT"
|
33
|
+
|
34
|
+
#: A constant which can be used with the operation_type property of a WorkRequestSummary.
|
35
|
+
#: This constant has a value of "DELETE_JAVA_DOWNLOAD_REPORT"
|
36
|
+
OPERATION_TYPE_DELETE_JAVA_DOWNLOAD_REPORT = "DELETE_JAVA_DOWNLOAD_REPORT"
|
37
|
+
|
38
|
+
#: A constant which can be used with the status property of a WorkRequestSummary.
|
39
|
+
#: This constant has a value of "ACCEPTED"
|
40
|
+
STATUS_ACCEPTED = "ACCEPTED"
|
41
|
+
|
42
|
+
#: A constant which can be used with the status property of a WorkRequestSummary.
|
43
|
+
#: This constant has a value of "IN_PROGRESS"
|
44
|
+
STATUS_IN_PROGRESS = "IN_PROGRESS"
|
45
|
+
|
46
|
+
#: A constant which can be used with the status property of a WorkRequestSummary.
|
47
|
+
#: This constant has a value of "WAITING"
|
48
|
+
STATUS_WAITING = "WAITING"
|
49
|
+
|
50
|
+
#: A constant which can be used with the status property of a WorkRequestSummary.
|
51
|
+
#: This constant has a value of "NEEDS_ATTENTION"
|
52
|
+
STATUS_NEEDS_ATTENTION = "NEEDS_ATTENTION"
|
53
|
+
|
54
|
+
#: A constant which can be used with the status property of a WorkRequestSummary.
|
55
|
+
#: This constant has a value of "FAILED"
|
56
|
+
STATUS_FAILED = "FAILED"
|
57
|
+
|
58
|
+
#: A constant which can be used with the status property of a WorkRequestSummary.
|
59
|
+
#: This constant has a value of "SUCCEEDED"
|
60
|
+
STATUS_SUCCEEDED = "SUCCEEDED"
|
61
|
+
|
62
|
+
#: A constant which can be used with the status property of a WorkRequestSummary.
|
63
|
+
#: This constant has a value of "CANCELING"
|
64
|
+
STATUS_CANCELING = "CANCELING"
|
65
|
+
|
66
|
+
#: A constant which can be used with the status property of a WorkRequestSummary.
|
67
|
+
#: This constant has a value of "CANCELED"
|
68
|
+
STATUS_CANCELED = "CANCELED"
|
69
|
+
|
70
|
+
def __init__(self, **kwargs):
|
71
|
+
"""
|
72
|
+
Initializes a new WorkRequestSummary object with values from keyword arguments.
|
73
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
74
|
+
|
75
|
+
:param operation_type:
|
76
|
+
The value to assign to the operation_type property of this WorkRequestSummary.
|
77
|
+
Allowed values for this property are: "CREATE_JAVA_DOWNLOAD_TOKEN", "UPDATE_JAVA_DOWNLOAD_TOKEN", "DELETE_JAVA_DOWNLOAD_TOKEN", "CREATE_JAVA_DOWNLOAD_REPORT", "DELETE_JAVA_DOWNLOAD_REPORT", 'UNKNOWN_ENUM_VALUE'.
|
78
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
79
|
+
:type operation_type: str
|
80
|
+
|
81
|
+
:param status:
|
82
|
+
The value to assign to the status property of this WorkRequestSummary.
|
83
|
+
Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "WAITING", "NEEDS_ATTENTION", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED", 'UNKNOWN_ENUM_VALUE'.
|
84
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
85
|
+
:type status: str
|
86
|
+
|
87
|
+
:param id:
|
88
|
+
The value to assign to the id property of this WorkRequestSummary.
|
89
|
+
:type id: str
|
90
|
+
|
91
|
+
:param compartment_id:
|
92
|
+
The value to assign to the compartment_id property of this WorkRequestSummary.
|
93
|
+
:type compartment_id: str
|
94
|
+
|
95
|
+
:param resources:
|
96
|
+
The value to assign to the resources property of this WorkRequestSummary.
|
97
|
+
:type resources: list[oci.jms_java_downloads.models.WorkRequestResource]
|
98
|
+
|
99
|
+
:param percent_complete:
|
100
|
+
The value to assign to the percent_complete property of this WorkRequestSummary.
|
101
|
+
:type percent_complete: float
|
102
|
+
|
103
|
+
:param time_accepted:
|
104
|
+
The value to assign to the time_accepted property of this WorkRequestSummary.
|
105
|
+
:type time_accepted: datetime
|
106
|
+
|
107
|
+
:param time_started:
|
108
|
+
The value to assign to the time_started property of this WorkRequestSummary.
|
109
|
+
:type time_started: datetime
|
110
|
+
|
111
|
+
:param time_finished:
|
112
|
+
The value to assign to the time_finished property of this WorkRequestSummary.
|
113
|
+
:type time_finished: datetime
|
114
|
+
|
115
|
+
"""
|
116
|
+
self.swagger_types = {
|
117
|
+
'operation_type': 'str',
|
118
|
+
'status': 'str',
|
119
|
+
'id': 'str',
|
120
|
+
'compartment_id': 'str',
|
121
|
+
'resources': 'list[WorkRequestResource]',
|
122
|
+
'percent_complete': 'float',
|
123
|
+
'time_accepted': 'datetime',
|
124
|
+
'time_started': 'datetime',
|
125
|
+
'time_finished': 'datetime'
|
126
|
+
}
|
127
|
+
|
128
|
+
self.attribute_map = {
|
129
|
+
'operation_type': 'operationType',
|
130
|
+
'status': 'status',
|
131
|
+
'id': 'id',
|
132
|
+
'compartment_id': 'compartmentId',
|
133
|
+
'resources': 'resources',
|
134
|
+
'percent_complete': 'percentComplete',
|
135
|
+
'time_accepted': 'timeAccepted',
|
136
|
+
'time_started': 'timeStarted',
|
137
|
+
'time_finished': 'timeFinished'
|
138
|
+
}
|
139
|
+
|
140
|
+
self._operation_type = None
|
141
|
+
self._status = None
|
142
|
+
self._id = None
|
143
|
+
self._compartment_id = None
|
144
|
+
self._resources = None
|
145
|
+
self._percent_complete = None
|
146
|
+
self._time_accepted = None
|
147
|
+
self._time_started = None
|
148
|
+
self._time_finished = None
|
149
|
+
|
150
|
+
@property
|
151
|
+
def operation_type(self):
|
152
|
+
"""
|
153
|
+
**[Required]** Gets the operation_type of this WorkRequestSummary.
|
154
|
+
Type of the work request.
|
155
|
+
|
156
|
+
Allowed values for this property are: "CREATE_JAVA_DOWNLOAD_TOKEN", "UPDATE_JAVA_DOWNLOAD_TOKEN", "DELETE_JAVA_DOWNLOAD_TOKEN", "CREATE_JAVA_DOWNLOAD_REPORT", "DELETE_JAVA_DOWNLOAD_REPORT", 'UNKNOWN_ENUM_VALUE'.
|
157
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
158
|
+
|
159
|
+
|
160
|
+
:return: The operation_type of this WorkRequestSummary.
|
161
|
+
:rtype: str
|
162
|
+
"""
|
163
|
+
return self._operation_type
|
164
|
+
|
165
|
+
@operation_type.setter
|
166
|
+
def operation_type(self, operation_type):
|
167
|
+
"""
|
168
|
+
Sets the operation_type of this WorkRequestSummary.
|
169
|
+
Type of the work request.
|
170
|
+
|
171
|
+
|
172
|
+
:param operation_type: The operation_type of this WorkRequestSummary.
|
173
|
+
:type: str
|
174
|
+
"""
|
175
|
+
allowed_values = ["CREATE_JAVA_DOWNLOAD_TOKEN", "UPDATE_JAVA_DOWNLOAD_TOKEN", "DELETE_JAVA_DOWNLOAD_TOKEN", "CREATE_JAVA_DOWNLOAD_REPORT", "DELETE_JAVA_DOWNLOAD_REPORT"]
|
176
|
+
if not value_allowed_none_or_none_sentinel(operation_type, allowed_values):
|
177
|
+
operation_type = 'UNKNOWN_ENUM_VALUE'
|
178
|
+
self._operation_type = operation_type
|
179
|
+
|
180
|
+
@property
|
181
|
+
def status(self):
|
182
|
+
"""
|
183
|
+
**[Required]** Gets the status of this WorkRequestSummary.
|
184
|
+
Status of current work request.
|
185
|
+
|
186
|
+
Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "WAITING", "NEEDS_ATTENTION", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED", 'UNKNOWN_ENUM_VALUE'.
|
187
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
188
|
+
|
189
|
+
|
190
|
+
:return: The status of this WorkRequestSummary.
|
191
|
+
:rtype: str
|
192
|
+
"""
|
193
|
+
return self._status
|
194
|
+
|
195
|
+
@status.setter
|
196
|
+
def status(self, status):
|
197
|
+
"""
|
198
|
+
Sets the status of this WorkRequestSummary.
|
199
|
+
Status of current work request.
|
200
|
+
|
201
|
+
|
202
|
+
:param status: The status of this WorkRequestSummary.
|
203
|
+
:type: str
|
204
|
+
"""
|
205
|
+
allowed_values = ["ACCEPTED", "IN_PROGRESS", "WAITING", "NEEDS_ATTENTION", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED"]
|
206
|
+
if not value_allowed_none_or_none_sentinel(status, allowed_values):
|
207
|
+
status = 'UNKNOWN_ENUM_VALUE'
|
208
|
+
self._status = status
|
209
|
+
|
210
|
+
@property
|
211
|
+
def id(self):
|
212
|
+
"""
|
213
|
+
**[Required]** Gets the id of this WorkRequestSummary.
|
214
|
+
The `OCID`__ of the work request.
|
215
|
+
|
216
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
217
|
+
|
218
|
+
|
219
|
+
:return: The id of this WorkRequestSummary.
|
220
|
+
:rtype: str
|
221
|
+
"""
|
222
|
+
return self._id
|
223
|
+
|
224
|
+
@id.setter
|
225
|
+
def id(self, id):
|
226
|
+
"""
|
227
|
+
Sets the id of this WorkRequestSummary.
|
228
|
+
The `OCID`__ of the work request.
|
229
|
+
|
230
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
231
|
+
|
232
|
+
|
233
|
+
:param id: The id of this WorkRequestSummary.
|
234
|
+
:type: str
|
235
|
+
"""
|
236
|
+
self._id = id
|
237
|
+
|
238
|
+
@property
|
239
|
+
def compartment_id(self):
|
240
|
+
"""
|
241
|
+
**[Required]** Gets the compartment_id of this WorkRequestSummary.
|
242
|
+
The `OCID`__ of the tenancy scoped to the work request.
|
243
|
+
|
244
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
245
|
+
|
246
|
+
|
247
|
+
:return: The compartment_id of this WorkRequestSummary.
|
248
|
+
:rtype: str
|
249
|
+
"""
|
250
|
+
return self._compartment_id
|
251
|
+
|
252
|
+
@compartment_id.setter
|
253
|
+
def compartment_id(self, compartment_id):
|
254
|
+
"""
|
255
|
+
Sets the compartment_id of this WorkRequestSummary.
|
256
|
+
The `OCID`__ of the tenancy scoped to the work request.
|
257
|
+
|
258
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
259
|
+
|
260
|
+
|
261
|
+
:param compartment_id: The compartment_id of this WorkRequestSummary.
|
262
|
+
:type: str
|
263
|
+
"""
|
264
|
+
self._compartment_id = compartment_id
|
265
|
+
|
266
|
+
@property
|
267
|
+
def resources(self):
|
268
|
+
"""
|
269
|
+
**[Required]** Gets the resources of this WorkRequestSummary.
|
270
|
+
The resources affected by this work request.
|
271
|
+
|
272
|
+
|
273
|
+
:return: The resources of this WorkRequestSummary.
|
274
|
+
:rtype: list[oci.jms_java_downloads.models.WorkRequestResource]
|
275
|
+
"""
|
276
|
+
return self._resources
|
277
|
+
|
278
|
+
@resources.setter
|
279
|
+
def resources(self, resources):
|
280
|
+
"""
|
281
|
+
Sets the resources of this WorkRequestSummary.
|
282
|
+
The resources affected by this work request.
|
283
|
+
|
284
|
+
|
285
|
+
:param resources: The resources of this WorkRequestSummary.
|
286
|
+
:type: list[oci.jms_java_downloads.models.WorkRequestResource]
|
287
|
+
"""
|
288
|
+
self._resources = resources
|
289
|
+
|
290
|
+
@property
|
291
|
+
def percent_complete(self):
|
292
|
+
"""
|
293
|
+
**[Required]** Gets the percent_complete of this WorkRequestSummary.
|
294
|
+
Percentage of the request completed.
|
295
|
+
|
296
|
+
|
297
|
+
:return: The percent_complete of this WorkRequestSummary.
|
298
|
+
:rtype: float
|
299
|
+
"""
|
300
|
+
return self._percent_complete
|
301
|
+
|
302
|
+
@percent_complete.setter
|
303
|
+
def percent_complete(self, percent_complete):
|
304
|
+
"""
|
305
|
+
Sets the percent_complete of this WorkRequestSummary.
|
306
|
+
Percentage of the request completed.
|
307
|
+
|
308
|
+
|
309
|
+
:param percent_complete: The percent_complete of this WorkRequestSummary.
|
310
|
+
:type: float
|
311
|
+
"""
|
312
|
+
self._percent_complete = percent_complete
|
313
|
+
|
314
|
+
@property
|
315
|
+
def time_accepted(self):
|
316
|
+
"""
|
317
|
+
**[Required]** Gets the time_accepted of this WorkRequestSummary.
|
318
|
+
The date and time the request was created, as described in
|
319
|
+
`RFC 3339`__, section 14.29.
|
320
|
+
|
321
|
+
__ https://tools.ietf.org/rfc/rfc3339
|
322
|
+
|
323
|
+
|
324
|
+
:return: The time_accepted of this WorkRequestSummary.
|
325
|
+
:rtype: datetime
|
326
|
+
"""
|
327
|
+
return self._time_accepted
|
328
|
+
|
329
|
+
@time_accepted.setter
|
330
|
+
def time_accepted(self, time_accepted):
|
331
|
+
"""
|
332
|
+
Sets the time_accepted of this WorkRequestSummary.
|
333
|
+
The date and time the request was created, as described in
|
334
|
+
`RFC 3339`__, section 14.29.
|
335
|
+
|
336
|
+
__ https://tools.ietf.org/rfc/rfc3339
|
337
|
+
|
338
|
+
|
339
|
+
:param time_accepted: The time_accepted of this WorkRequestSummary.
|
340
|
+
:type: datetime
|
341
|
+
"""
|
342
|
+
self._time_accepted = time_accepted
|
343
|
+
|
344
|
+
@property
|
345
|
+
def time_started(self):
|
346
|
+
"""
|
347
|
+
Gets the time_started of this WorkRequestSummary.
|
348
|
+
The date and time the request was started, as described in `RFC 3339`__,
|
349
|
+
section 14.29.
|
350
|
+
|
351
|
+
__ https://tools.ietf.org/rfc/rfc3339
|
352
|
+
|
353
|
+
|
354
|
+
:return: The time_started of this WorkRequestSummary.
|
355
|
+
:rtype: datetime
|
356
|
+
"""
|
357
|
+
return self._time_started
|
358
|
+
|
359
|
+
@time_started.setter
|
360
|
+
def time_started(self, time_started):
|
361
|
+
"""
|
362
|
+
Sets the time_started of this WorkRequestSummary.
|
363
|
+
The date and time the request was started, as described in `RFC 3339`__,
|
364
|
+
section 14.29.
|
365
|
+
|
366
|
+
__ https://tools.ietf.org/rfc/rfc3339
|
367
|
+
|
368
|
+
|
369
|
+
:param time_started: The time_started of this WorkRequestSummary.
|
370
|
+
:type: datetime
|
371
|
+
"""
|
372
|
+
self._time_started = time_started
|
373
|
+
|
374
|
+
@property
|
375
|
+
def time_finished(self):
|
376
|
+
"""
|
377
|
+
Gets the time_finished of this WorkRequestSummary.
|
378
|
+
The date and time the request was completed, as described in `RFC 3339`__.
|
379
|
+
|
380
|
+
__ https://tools.ietf.org/rfc/rfc3339
|
381
|
+
|
382
|
+
|
383
|
+
:return: The time_finished of this WorkRequestSummary.
|
384
|
+
:rtype: datetime
|
385
|
+
"""
|
386
|
+
return self._time_finished
|
387
|
+
|
388
|
+
@time_finished.setter
|
389
|
+
def time_finished(self, time_finished):
|
390
|
+
"""
|
391
|
+
Sets the time_finished of this WorkRequestSummary.
|
392
|
+
The date and time the request was completed, as described in `RFC 3339`__.
|
393
|
+
|
394
|
+
__ https://tools.ietf.org/rfc/rfc3339
|
395
|
+
|
396
|
+
|
397
|
+
:param time_finished: The time_finished of this WorkRequestSummary.
|
398
|
+
:type: datetime
|
399
|
+
"""
|
400
|
+
self._time_finished = time_finished
|
401
|
+
|
402
|
+
def __repr__(self):
|
403
|
+
return formatted_flat_dict(self)
|
404
|
+
|
405
|
+
def __eq__(self, other):
|
406
|
+
if other is None:
|
407
|
+
return False
|
408
|
+
|
409
|
+
return self.__dict__ == other.__dict__
|
410
|
+
|
411
|
+
def __ne__(self, other):
|
412
|
+
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: 20230601
|
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 WorkRequestSummaryCollection(object):
|
14
|
+
"""
|
15
|
+
Results of a workRequest search. Contains both WorkRequest items and other information, such as metadata.
|
16
|
+
"""
|
17
|
+
|
18
|
+
def __init__(self, **kwargs):
|
19
|
+
"""
|
20
|
+
Initializes a new WorkRequestSummaryCollection 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 WorkRequestSummaryCollection.
|
25
|
+
:type items: list[oci.jms_java_downloads.models.WorkRequestSummary]
|
26
|
+
|
27
|
+
"""
|
28
|
+
self.swagger_types = {
|
29
|
+
'items': 'list[WorkRequestSummary]'
|
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 WorkRequestSummaryCollection.
|
42
|
+
List of workRequestSummary objects.
|
43
|
+
|
44
|
+
|
45
|
+
:return: The items of this WorkRequestSummaryCollection.
|
46
|
+
:rtype: list[oci.jms_java_downloads.models.WorkRequestSummary]
|
47
|
+
"""
|
48
|
+
return self._items
|
49
|
+
|
50
|
+
@items.setter
|
51
|
+
def items(self, items):
|
52
|
+
"""
|
53
|
+
Sets the items of this WorkRequestSummaryCollection.
|
54
|
+
List of workRequestSummary objects.
|
55
|
+
|
56
|
+
|
57
|
+
:param items: The items of this WorkRequestSummaryCollection.
|
58
|
+
:type: list[oci.jms_java_downloads.models.WorkRequestSummary]
|
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
|
oci/key_management/ekm_client.py
CHANGED
@@ -153,7 +153,7 @@ class EkmClient(object):
|
|
153
153
|
:rtype: :class:`~oci.response.Response`
|
154
154
|
|
155
155
|
:example:
|
156
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/keymanagement/create_ekms_private_endpoint.py.html>`__ to see an example of how to use create_ekms_private_endpoint API.
|
157
157
|
"""
|
158
158
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
159
159
|
required_arguments = []
|
@@ -251,7 +251,7 @@ class EkmClient(object):
|
|
251
251
|
:rtype: :class:`~oci.response.Response`
|
252
252
|
|
253
253
|
:example:
|
254
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
254
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/keymanagement/delete_ekms_private_endpoint.py.html>`__ to see an example of how to use delete_ekms_private_endpoint API.
|
255
255
|
"""
|
256
256
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
257
257
|
required_arguments = ['ekmsPrivateEndpointId']
|
@@ -349,7 +349,7 @@ class EkmClient(object):
|
|
349
349
|
:rtype: :class:`~oci.response.Response`
|
350
350
|
|
351
351
|
:example:
|
352
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
352
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/keymanagement/get_ekms_private_endpoint.py.html>`__ to see an example of how to use get_ekms_private_endpoint API.
|
353
353
|
"""
|
354
354
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
355
355
|
required_arguments = ['ekmsPrivateEndpointId']
|
@@ -466,7 +466,7 @@ class EkmClient(object):
|
|
466
466
|
:rtype: :class:`~oci.response.Response`
|
467
467
|
|
468
468
|
:example:
|
469
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
469
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/keymanagement/list_ekms_private_endpoints.py.html>`__ to see an example of how to use list_ekms_private_endpoints API.
|
470
470
|
"""
|
471
471
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
472
472
|
required_arguments = ['compartmentId']
|
@@ -591,7 +591,7 @@ class EkmClient(object):
|
|
591
591
|
:rtype: :class:`~oci.response.Response`
|
592
592
|
|
593
593
|
:example:
|
594
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
594
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/keymanagement/update_ekms_private_endpoint.py.html>`__ to see an example of how to use update_ekms_private_endpoint API.
|
595
595
|
"""
|
596
596
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
597
597
|
required_arguments = ['ekmsPrivateEndpointId']
|
@@ -145,7 +145,7 @@ class KmsCryptoClient(object):
|
|
145
145
|
:rtype: :class:`~oci.response.Response`
|
146
146
|
|
147
147
|
:example:
|
148
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
148
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/keymanagement/decrypt.py.html>`__ to see an example of how to use decrypt API.
|
149
149
|
"""
|
150
150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
151
151
|
required_arguments = []
|
@@ -236,7 +236,7 @@ class KmsCryptoClient(object):
|
|
236
236
|
:rtype: :class:`~oci.response.Response`
|
237
237
|
|
238
238
|
:example:
|
239
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
239
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/keymanagement/encrypt.py.html>`__ to see an example of how to use encrypt API.
|
240
240
|
"""
|
241
241
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
242
242
|
required_arguments = []
|
@@ -322,7 +322,7 @@ class KmsCryptoClient(object):
|
|
322
322
|
:rtype: :class:`~oci.response.Response`
|
323
323
|
|
324
324
|
:example:
|
325
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
325
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/keymanagement/export_key.py.html>`__ to see an example of how to use export_key API.
|
326
326
|
"""
|
327
327
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
328
328
|
required_arguments = []
|
@@ -403,7 +403,7 @@ class KmsCryptoClient(object):
|
|
403
403
|
:rtype: :class:`~oci.response.Response`
|
404
404
|
|
405
405
|
:example:
|
406
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
406
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/keymanagement/generate_data_encryption_key.py.html>`__ to see an example of how to use generate_data_encryption_key API.
|
407
407
|
"""
|
408
408
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
409
409
|
required_arguments = []
|
@@ -496,7 +496,7 @@ class KmsCryptoClient(object):
|
|
496
496
|
:rtype: :class:`~oci.response.Response`
|
497
497
|
|
498
498
|
:example:
|
499
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
499
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/keymanagement/sign.py.html>`__ to see an example of how to use sign API.
|
500
500
|
"""
|
501
501
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
502
502
|
required_arguments = []
|
@@ -589,7 +589,7 @@ class KmsCryptoClient(object):
|
|
589
589
|
:rtype: :class:`~oci.response.Response`
|
590
590
|
|
591
591
|
:example:
|
592
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
592
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/keymanagement/verify.py.html>`__ to see an example of how to use verify API.
|
593
593
|
"""
|
594
594
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
595
595
|
required_arguments = []
|