oci 2.101.0__py3-none-any.whl → 2.102.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 +3 -3
- oci/ai_language/ai_service_language_client.py +35 -35
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +30 -30
- oci/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 +40 -40
- 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 +7 -7
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/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_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +36 -36
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +89 -89
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +241 -241
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +139 -139
- oci/data_flow/data_flow_client.py +28 -28
- oci/data_integration/data_integration_client.py +152 -152
- oci/data_labeling_service/data_labeling_management_client.py +16 -16
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_science/data_science_client.py +85 -85
- oci/database/database_client.py +303 -303
- oci/database_management/db_management_client.py +157 -157
- 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 +51 -51
- 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 +35 -35
- 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 +357 -36
- oci/fusion_apps/fusion_applications_client_composite_operations.py +90 -0
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/models/__init__.py +2 -12
- oci/fusion_apps/models/create_service_attachment_details.py +45 -52
- oci/fusion_apps/models/service_attachment.py +0 -31
- oci/fusion_apps/models/verify_service_attachment_details.py +101 -0
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +53 -53
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +1 -1
- oci/identity_domains/identity_domains_client.py +134 -134
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +44 -44
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/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 +184 -184
- oci/logging/logging_management_client.py +32 -32
- 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 +26 -26
- 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/ocvp/esxi_host_client.py +5 -5
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/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 +151 -151
- 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/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +7 -7
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_cluster_client.py +7 -7
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +10 -10
- oci/rover/shape_client.py +1 -1
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_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 +9 -9
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/rewards_client.py +6 -6
- oci/usage_api/usageapi_client.py +19 -19
- oci/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.101.0.dist-info → oci-2.102.0.dist-info}/METADATA +1 -1
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/RECORD +217 -216
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/WHEEL +0 -0
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/top_level.txt +0 -0
oci/apm_traces/trace_client.py
CHANGED
@@ -140,7 +140,7 @@ class TraceClient(object):
|
|
140
140
|
:rtype: :class:`~oci.response.Response`
|
141
141
|
|
142
142
|
:example:
|
143
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/apmtraces/get_aggregated_snapshot.py.html>`__ to see an example of how to use get_aggregated_snapshot API.
|
144
144
|
"""
|
145
145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
146
146
|
required_arguments = ['traceKey', 'apmDomainId']
|
@@ -250,7 +250,7 @@ class TraceClient(object):
|
|
250
250
|
:rtype: :class:`~oci.response.Response`
|
251
251
|
|
252
252
|
:example:
|
253
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
253
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/apmtraces/get_span.py.html>`__ to see an example of how to use get_span API.
|
254
254
|
"""
|
255
255
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
256
256
|
required_arguments = ['spanKey', 'traceKey', 'apmDomainId']
|
@@ -358,7 +358,7 @@ class TraceClient(object):
|
|
358
358
|
:rtype: :class:`~oci.response.Response`
|
359
359
|
|
360
360
|
:example:
|
361
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
361
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/apmtraces/get_trace.py.html>`__ to see an example of how to use get_trace API.
|
362
362
|
"""
|
363
363
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
364
364
|
required_arguments = ['traceKey', 'apmDomainId']
|
@@ -474,7 +474,7 @@ class TraceClient(object):
|
|
474
474
|
:rtype: :class:`~oci.response.Response`
|
475
475
|
|
476
476
|
:example:
|
477
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
477
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/apmtraces/get_trace_snapshot.py.html>`__ to see an example of how to use get_trace_snapshot API.
|
478
478
|
"""
|
479
479
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
480
480
|
required_arguments = ['traceKey', 'apmDomainId']
|
@@ -150,7 +150,7 @@ class ApplicationMigrationClient(object):
|
|
150
150
|
:rtype: :class:`~oci.response.Response`
|
151
151
|
|
152
152
|
:example:
|
153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/applicationmigration/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
154
154
|
"""
|
155
155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
156
156
|
required_arguments = ['workRequestId']
|
@@ -267,7 +267,7 @@ class ApplicationMigrationClient(object):
|
|
267
267
|
:rtype: :class:`~oci.response.Response`
|
268
268
|
|
269
269
|
:example:
|
270
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
270
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/applicationmigration/change_migration_compartment.py.html>`__ to see an example of how to use change_migration_compartment API.
|
271
271
|
"""
|
272
272
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
273
273
|
required_arguments = ['migrationId']
|
@@ -389,7 +389,7 @@ class ApplicationMigrationClient(object):
|
|
389
389
|
:rtype: :class:`~oci.response.Response`
|
390
390
|
|
391
391
|
:example:
|
392
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
392
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/applicationmigration/change_source_compartment.py.html>`__ to see an example of how to use change_source_compartment API.
|
393
393
|
"""
|
394
394
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
395
395
|
required_arguments = ['sourceId']
|
@@ -520,7 +520,7 @@ class ApplicationMigrationClient(object):
|
|
520
520
|
:rtype: :class:`~oci.response.Response`
|
521
521
|
|
522
522
|
:example:
|
523
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
523
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/applicationmigration/create_migration.py.html>`__ to see an example of how to use create_migration API.
|
524
524
|
"""
|
525
525
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
526
526
|
required_arguments = []
|
@@ -635,7 +635,7 @@ class ApplicationMigrationClient(object):
|
|
635
635
|
:rtype: :class:`~oci.response.Response`
|
636
636
|
|
637
637
|
:example:
|
638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/applicationmigration/create_source.py.html>`__ to see an example of how to use create_source API.
|
639
639
|
"""
|
640
640
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
641
641
|
required_arguments = []
|
@@ -736,7 +736,7 @@ class ApplicationMigrationClient(object):
|
|
736
736
|
:rtype: :class:`~oci.response.Response`
|
737
737
|
|
738
738
|
:example:
|
739
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
739
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/applicationmigration/delete_migration.py.html>`__ to see an example of how to use delete_migration API.
|
740
740
|
"""
|
741
741
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
742
742
|
required_arguments = ['migrationId']
|
@@ -844,7 +844,7 @@ class ApplicationMigrationClient(object):
|
|
844
844
|
:rtype: :class:`~oci.response.Response`
|
845
845
|
|
846
846
|
:example:
|
847
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
847
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/applicationmigration/delete_source.py.html>`__ to see an example of how to use delete_source API.
|
848
848
|
"""
|
849
849
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
850
850
|
required_arguments = ['sourceId']
|
@@ -943,7 +943,7 @@ class ApplicationMigrationClient(object):
|
|
943
943
|
:rtype: :class:`~oci.response.Response`
|
944
944
|
|
945
945
|
:example:
|
946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/applicationmigration/get_migration.py.html>`__ to see an example of how to use get_migration API.
|
947
947
|
"""
|
948
948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
949
949
|
required_arguments = ['migrationId']
|
@@ -1042,7 +1042,7 @@ class ApplicationMigrationClient(object):
|
|
1042
1042
|
:rtype: :class:`~oci.response.Response`
|
1043
1043
|
|
1044
1044
|
:example:
|
1045
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1045
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/applicationmigration/get_source.py.html>`__ to see an example of how to use get_source API.
|
1046
1046
|
"""
|
1047
1047
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1048
1048
|
required_arguments = ['sourceId']
|
@@ -1141,7 +1141,7 @@ class ApplicationMigrationClient(object):
|
|
1141
1141
|
:rtype: :class:`~oci.response.Response`
|
1142
1142
|
|
1143
1143
|
:example:
|
1144
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1144
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/applicationmigration/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
1145
1145
|
"""
|
1146
1146
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1147
1147
|
required_arguments = ['workRequestId']
|
@@ -1277,7 +1277,7 @@ class ApplicationMigrationClient(object):
|
|
1277
1277
|
:rtype: :class:`~oci.response.Response`
|
1278
1278
|
|
1279
1279
|
:example:
|
1280
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/applicationmigration/list_migrations.py.html>`__ to see an example of how to use list_migrations API.
|
1281
1281
|
"""
|
1282
1282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1283
1283
|
required_arguments = ['compartmentId']
|
@@ -1440,7 +1440,7 @@ class ApplicationMigrationClient(object):
|
|
1440
1440
|
:rtype: :class:`~oci.response.Response`
|
1441
1441
|
|
1442
1442
|
:example:
|
1443
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1443
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/applicationmigration/list_source_applications.py.html>`__ to see an example of how to use list_source_applications API.
|
1444
1444
|
"""
|
1445
1445
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1446
1446
|
required_arguments = ['sourceId', 'compartmentId']
|
@@ -1610,7 +1610,7 @@ class ApplicationMigrationClient(object):
|
|
1610
1610
|
:rtype: :class:`~oci.response.Response`
|
1611
1611
|
|
1612
1612
|
:example:
|
1613
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1613
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/applicationmigration/list_sources.py.html>`__ to see an example of how to use list_sources API.
|
1614
1614
|
"""
|
1615
1615
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1616
1616
|
required_arguments = ['compartmentId']
|
@@ -1756,7 +1756,7 @@ class ApplicationMigrationClient(object):
|
|
1756
1756
|
:rtype: :class:`~oci.response.Response`
|
1757
1757
|
|
1758
1758
|
:example:
|
1759
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1759
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/applicationmigration/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
1760
1760
|
"""
|
1761
1761
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1762
1762
|
required_arguments = ['workRequestId']
|
@@ -1891,7 +1891,7 @@ class ApplicationMigrationClient(object):
|
|
1891
1891
|
:rtype: :class:`~oci.response.Response`
|
1892
1892
|
|
1893
1893
|
:example:
|
1894
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1894
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/applicationmigration/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
1895
1895
|
"""
|
1896
1896
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1897
1897
|
required_arguments = ['workRequestId']
|
@@ -2026,7 +2026,7 @@ class ApplicationMigrationClient(object):
|
|
2026
2026
|
:rtype: :class:`~oci.response.Response`
|
2027
2027
|
|
2028
2028
|
:example:
|
2029
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2029
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/applicationmigration/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
2030
2030
|
"""
|
2031
2031
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2032
2032
|
required_arguments = ['compartmentId']
|
@@ -2148,7 +2148,7 @@ class ApplicationMigrationClient(object):
|
|
2148
2148
|
:rtype: :class:`~oci.response.Response`
|
2149
2149
|
|
2150
2150
|
:example:
|
2151
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2151
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/applicationmigration/migrate_application.py.html>`__ to see an example of how to use migrate_application API.
|
2152
2152
|
"""
|
2153
2153
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2154
2154
|
required_arguments = ['migrationId']
|
@@ -2295,7 +2295,7 @@ class ApplicationMigrationClient(object):
|
|
2295
2295
|
:rtype: :class:`~oci.response.Response`
|
2296
2296
|
|
2297
2297
|
:example:
|
2298
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2298
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/applicationmigration/update_migration.py.html>`__ to see an example of how to use update_migration API.
|
2299
2299
|
"""
|
2300
2300
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2301
2301
|
required_arguments = ['migrationId']
|
@@ -2410,7 +2410,7 @@ class ApplicationMigrationClient(object):
|
|
2410
2410
|
:rtype: :class:`~oci.response.Response`
|
2411
2411
|
|
2412
2412
|
:example:
|
2413
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2413
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/applicationmigration/update_source.py.html>`__ to see an example of how to use update_source API.
|
2414
2414
|
"""
|
2415
2415
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2416
2416
|
required_arguments = ['sourceId']
|
@@ -145,7 +145,7 @@ class AppmgmtControlClient(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.
|
148
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/appmgmtcontrol/activate_monitoring_plugin.py.html>`__ to see an example of how to use activate_monitoring_plugin API.
|
149
149
|
"""
|
150
150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
151
151
|
required_arguments = ['monitoredInstanceId']
|
@@ -241,7 +241,7 @@ class AppmgmtControlClient(object):
|
|
241
241
|
:rtype: :class:`~oci.response.Response`
|
242
242
|
|
243
243
|
:example:
|
244
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
244
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/appmgmtcontrol/get_monitored_instance.py.html>`__ to see an example of how to use get_monitored_instance API.
|
245
245
|
"""
|
246
246
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
247
247
|
required_arguments = ['monitoredInstanceId']
|
@@ -339,7 +339,7 @@ class AppmgmtControlClient(object):
|
|
339
339
|
:rtype: :class:`~oci.response.Response`
|
340
340
|
|
341
341
|
:example:
|
342
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
342
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/appmgmtcontrol/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
343
343
|
"""
|
344
344
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
345
345
|
required_arguments = ['workRequestId']
|
@@ -456,7 +456,7 @@ class AppmgmtControlClient(object):
|
|
456
456
|
:rtype: :class:`~oci.response.Response`
|
457
457
|
|
458
458
|
:example:
|
459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
459
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/appmgmtcontrol/list_monitored_instances.py.html>`__ to see an example of how to use list_monitored_instances API.
|
460
460
|
"""
|
461
461
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
462
462
|
required_arguments = ['compartmentId']
|
@@ -579,7 +579,7 @@ class AppmgmtControlClient(object):
|
|
579
579
|
:rtype: :class:`~oci.response.Response`
|
580
580
|
|
581
581
|
:example:
|
582
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
582
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/appmgmtcontrol/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
583
583
|
"""
|
584
584
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
585
585
|
required_arguments = ['workRequestId']
|
@@ -693,7 +693,7 @@ class AppmgmtControlClient(object):
|
|
693
693
|
:rtype: :class:`~oci.response.Response`
|
694
694
|
|
695
695
|
:example:
|
696
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
696
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/appmgmtcontrol/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
697
697
|
"""
|
698
698
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
699
699
|
required_arguments = ['workRequestId']
|
@@ -810,7 +810,7 @@ class AppmgmtControlClient(object):
|
|
810
810
|
:rtype: :class:`~oci.response.Response`
|
811
811
|
|
812
812
|
:example:
|
813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
813
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/appmgmtcontrol/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
814
814
|
"""
|
815
815
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
816
816
|
required_arguments = ['compartmentId']
|
@@ -916,7 +916,7 @@ class AppmgmtControlClient(object):
|
|
916
916
|
:rtype: :class:`~oci.response.Response`
|
917
917
|
|
918
918
|
:example:
|
919
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
919
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/appmgmtcontrol/publish_top_processes_metrics.py.html>`__ to see an example of how to use publish_top_processes_metrics API.
|
920
920
|
"""
|
921
921
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
922
922
|
required_arguments = ['monitoredInstanceId']
|
@@ -161,7 +161,7 @@ class ArtifactsClient(object):
|
|
161
161
|
:rtype: :class:`~oci.response.Response`
|
162
162
|
|
163
163
|
:example:
|
164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/change_container_repository_compartment.py.html>`__ to see an example of how to use change_container_repository_compartment API.
|
165
165
|
"""
|
166
166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
167
167
|
required_arguments = ['repositoryId']
|
@@ -286,7 +286,7 @@ class ArtifactsClient(object):
|
|
286
286
|
:rtype: :class:`~oci.response.Response`
|
287
287
|
|
288
288
|
:example:
|
289
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
289
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/change_repository_compartment.py.html>`__ to see an example of how to use change_repository_compartment API.
|
290
290
|
"""
|
291
291
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
292
292
|
required_arguments = ['repositoryId']
|
@@ -400,7 +400,7 @@ class ArtifactsClient(object):
|
|
400
400
|
:rtype: :class:`~oci.response.Response`
|
401
401
|
|
402
402
|
:example:
|
403
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/create_container_image_signature.py.html>`__ to see an example of how to use create_container_image_signature API.
|
404
404
|
"""
|
405
405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
406
406
|
required_arguments = []
|
@@ -499,7 +499,7 @@ class ArtifactsClient(object):
|
|
499
499
|
:rtype: :class:`~oci.response.Response`
|
500
500
|
|
501
501
|
:example:
|
502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
502
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/create_container_repository.py.html>`__ to see an example of how to use create_container_repository API.
|
503
503
|
"""
|
504
504
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
505
505
|
required_arguments = []
|
@@ -596,7 +596,7 @@ class ArtifactsClient(object):
|
|
596
596
|
:rtype: :class:`~oci.response.Response`
|
597
597
|
|
598
598
|
:example:
|
599
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
599
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/create_repository.py.html>`__ to see an example of how to use create_repository API.
|
600
600
|
"""
|
601
601
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
602
602
|
required_arguments = []
|
@@ -695,7 +695,7 @@ class ArtifactsClient(object):
|
|
695
695
|
:rtype: :class:`~oci.response.Response`
|
696
696
|
|
697
697
|
:example:
|
698
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
698
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/delete_container_image.py.html>`__ to see an example of how to use delete_container_image API.
|
699
699
|
"""
|
700
700
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
701
701
|
required_arguments = ['imageId']
|
@@ -801,7 +801,7 @@ class ArtifactsClient(object):
|
|
801
801
|
:rtype: :class:`~oci.response.Response`
|
802
802
|
|
803
803
|
:example:
|
804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/delete_container_image_signature.py.html>`__ to see an example of how to use delete_container_image_signature API.
|
805
805
|
"""
|
806
806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
807
807
|
required_arguments = ['imageSignatureId']
|
@@ -907,7 +907,7 @@ class ArtifactsClient(object):
|
|
907
907
|
:rtype: :class:`~oci.response.Response`
|
908
908
|
|
909
909
|
:example:
|
910
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
910
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/delete_container_repository.py.html>`__ to see an example of how to use delete_container_repository API.
|
911
911
|
"""
|
912
912
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
913
913
|
required_arguments = ['repositoryId']
|
@@ -1015,7 +1015,7 @@ class ArtifactsClient(object):
|
|
1015
1015
|
:rtype: :class:`~oci.response.Response`
|
1016
1016
|
|
1017
1017
|
:example:
|
1018
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1018
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/delete_generic_artifact.py.html>`__ to see an example of how to use delete_generic_artifact API.
|
1019
1019
|
"""
|
1020
1020
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1021
1021
|
required_arguments = ['artifactId']
|
@@ -1131,7 +1131,7 @@ class ArtifactsClient(object):
|
|
1131
1131
|
:rtype: :class:`~oci.response.Response`
|
1132
1132
|
|
1133
1133
|
:example:
|
1134
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1134
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/delete_generic_artifact_by_path.py.html>`__ to see an example of how to use delete_generic_artifact_by_path API.
|
1135
1135
|
"""
|
1136
1136
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1137
1137
|
required_arguments = ['repositoryId', 'artifactPath', 'version']
|
@@ -1239,7 +1239,7 @@ class ArtifactsClient(object):
|
|
1239
1239
|
:rtype: :class:`~oci.response.Response`
|
1240
1240
|
|
1241
1241
|
:example:
|
1242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/delete_repository.py.html>`__ to see an example of how to use delete_repository API.
|
1243
1243
|
"""
|
1244
1244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1245
1245
|
required_arguments = ['repositoryId']
|
@@ -1338,7 +1338,7 @@ class ArtifactsClient(object):
|
|
1338
1338
|
:rtype: :class:`~oci.response.Response`
|
1339
1339
|
|
1340
1340
|
:example:
|
1341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/get_container_configuration.py.html>`__ to see an example of how to use get_container_configuration API.
|
1342
1342
|
"""
|
1343
1343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1344
1344
|
required_arguments = ['compartmentId']
|
@@ -1434,7 +1434,7 @@ class ArtifactsClient(object):
|
|
1434
1434
|
:rtype: :class:`~oci.response.Response`
|
1435
1435
|
|
1436
1436
|
:example:
|
1437
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1437
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/get_container_image.py.html>`__ to see an example of how to use get_container_image API.
|
1438
1438
|
"""
|
1439
1439
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1440
1440
|
required_arguments = ['imageId']
|
@@ -1535,7 +1535,7 @@ class ArtifactsClient(object):
|
|
1535
1535
|
:rtype: :class:`~oci.response.Response`
|
1536
1536
|
|
1537
1537
|
:example:
|
1538
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1538
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/get_container_image_signature.py.html>`__ to see an example of how to use get_container_image_signature API.
|
1539
1539
|
"""
|
1540
1540
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1541
1541
|
required_arguments = ['imageSignatureId']
|
@@ -1636,7 +1636,7 @@ class ArtifactsClient(object):
|
|
1636
1636
|
:rtype: :class:`~oci.response.Response`
|
1637
1637
|
|
1638
1638
|
:example:
|
1639
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1639
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/get_container_repository.py.html>`__ to see an example of how to use get_container_repository API.
|
1640
1640
|
"""
|
1641
1641
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1642
1642
|
required_arguments = ['repositoryId']
|
@@ -1739,7 +1739,7 @@ class ArtifactsClient(object):
|
|
1739
1739
|
:rtype: :class:`~oci.response.Response`
|
1740
1740
|
|
1741
1741
|
:example:
|
1742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/get_generic_artifact.py.html>`__ to see an example of how to use get_generic_artifact API.
|
1743
1743
|
"""
|
1744
1744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1745
1745
|
required_arguments = ['artifactId']
|
@@ -1850,7 +1850,7 @@ class ArtifactsClient(object):
|
|
1850
1850
|
:rtype: :class:`~oci.response.Response`
|
1851
1851
|
|
1852
1852
|
:example:
|
1853
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1853
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/get_generic_artifact_by_path.py.html>`__ to see an example of how to use get_generic_artifact_by_path API.
|
1854
1854
|
"""
|
1855
1855
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1856
1856
|
required_arguments = ['repositoryId', 'artifactPath', 'version']
|
@@ -1953,7 +1953,7 @@ class ArtifactsClient(object):
|
|
1953
1953
|
:rtype: :class:`~oci.response.Response`
|
1954
1954
|
|
1955
1955
|
:example:
|
1956
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1956
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/get_repository.py.html>`__ to see an example of how to use get_repository API.
|
1957
1957
|
"""
|
1958
1958
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1959
1959
|
required_arguments = ['repositoryId']
|
@@ -2131,7 +2131,7 @@ class ArtifactsClient(object):
|
|
2131
2131
|
:rtype: :class:`~oci.response.Response`
|
2132
2132
|
|
2133
2133
|
:example:
|
2134
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2134
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/list_container_image_signatures.py.html>`__ to see an example of how to use list_container_image_signatures API.
|
2135
2135
|
"""
|
2136
2136
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2137
2137
|
required_arguments = ['compartmentId']
|
@@ -2338,7 +2338,7 @@ class ArtifactsClient(object):
|
|
2338
2338
|
:rtype: :class:`~oci.response.Response`
|
2339
2339
|
|
2340
2340
|
:example:
|
2341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/list_container_images.py.html>`__ to see an example of how to use list_container_images API.
|
2342
2342
|
"""
|
2343
2343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2344
2344
|
required_arguments = ['compartmentId']
|
@@ -2523,7 +2523,7 @@ class ArtifactsClient(object):
|
|
2523
2523
|
:rtype: :class:`~oci.response.Response`
|
2524
2524
|
|
2525
2525
|
:example:
|
2526
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2526
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/list_container_repositories.py.html>`__ to see an example of how to use list_container_repositories API.
|
2527
2527
|
"""
|
2528
2528
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2529
2529
|
required_arguments = ['compartmentId']
|
@@ -2704,7 +2704,7 @@ class ArtifactsClient(object):
|
|
2704
2704
|
:rtype: :class:`~oci.response.Response`
|
2705
2705
|
|
2706
2706
|
:example:
|
2707
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/list_generic_artifacts.py.html>`__ to see an example of how to use list_generic_artifacts API.
|
2708
2708
|
"""
|
2709
2709
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2710
2710
|
required_arguments = ['compartmentId', 'repositoryId']
|
@@ -2879,7 +2879,7 @@ class ArtifactsClient(object):
|
|
2879
2879
|
:rtype: :class:`~oci.response.Response`
|
2880
2880
|
|
2881
2881
|
:example:
|
2882
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2882
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/list_repositories.py.html>`__ to see an example of how to use list_repositories API.
|
2883
2883
|
"""
|
2884
2884
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2885
2885
|
required_arguments = ['compartmentId']
|
@@ -3020,7 +3020,7 @@ class ArtifactsClient(object):
|
|
3020
3020
|
:rtype: :class:`~oci.response.Response`
|
3021
3021
|
|
3022
3022
|
:example:
|
3023
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3023
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/remove_container_version.py.html>`__ to see an example of how to use remove_container_version API.
|
3024
3024
|
"""
|
3025
3025
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3026
3026
|
required_arguments = ['imageId']
|
@@ -3143,7 +3143,7 @@ class ArtifactsClient(object):
|
|
3143
3143
|
:rtype: :class:`~oci.response.Response`
|
3144
3144
|
|
3145
3145
|
:example:
|
3146
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3146
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/restore_container_image.py.html>`__ to see an example of how to use restore_container_image API.
|
3147
3147
|
"""
|
3148
3148
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3149
3149
|
required_arguments = ['imageId']
|
@@ -3257,7 +3257,7 @@ class ArtifactsClient(object):
|
|
3257
3257
|
:rtype: :class:`~oci.response.Response`
|
3258
3258
|
|
3259
3259
|
:example:
|
3260
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3260
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/update_container_configuration.py.html>`__ to see an example of how to use update_container_configuration API.
|
3261
3261
|
"""
|
3262
3262
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3263
3263
|
required_arguments = ['compartmentId']
|
@@ -3365,7 +3365,7 @@ class ArtifactsClient(object):
|
|
3365
3365
|
:rtype: :class:`~oci.response.Response`
|
3366
3366
|
|
3367
3367
|
:example:
|
3368
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3368
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/update_container_repository.py.html>`__ to see an example of how to use update_container_repository API.
|
3369
3369
|
"""
|
3370
3370
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3371
3371
|
required_arguments = ['repositoryId']
|
@@ -3482,7 +3482,7 @@ class ArtifactsClient(object):
|
|
3482
3482
|
:rtype: :class:`~oci.response.Response`
|
3483
3483
|
|
3484
3484
|
:example:
|
3485
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3485
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/update_generic_artifact.py.html>`__ to see an example of how to use update_generic_artifact API.
|
3486
3486
|
"""
|
3487
3487
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3488
3488
|
required_arguments = ['artifactId']
|
@@ -3605,7 +3605,7 @@ class ArtifactsClient(object):
|
|
3605
3605
|
:rtype: :class:`~oci.response.Response`
|
3606
3606
|
|
3607
3607
|
:example:
|
3608
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3608
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/update_generic_artifact_by_path.py.html>`__ to see an example of how to use update_generic_artifact_by_path API.
|
3609
3609
|
"""
|
3610
3610
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3611
3611
|
required_arguments = ['repositoryId', 'artifactPath', 'version']
|
@@ -3720,7 +3720,7 @@ class ArtifactsClient(object):
|
|
3720
3720
|
:rtype: :class:`~oci.response.Response`
|
3721
3721
|
|
3722
3722
|
:example:
|
3723
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3723
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/artifacts/update_repository.py.html>`__ to see an example of how to use update_repository API.
|
3724
3724
|
"""
|
3725
3725
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3726
3726
|
required_arguments = ['repositoryId']
|
oci/audit/audit_client.py
CHANGED
@@ -136,7 +136,7 @@ class AuditClient(object):
|
|
136
136
|
:rtype: :class:`~oci.response.Response`
|
137
137
|
|
138
138
|
:example:
|
139
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
139
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/audit/get_configuration.py.html>`__ to see an example of how to use get_configuration API.
|
140
140
|
"""
|
141
141
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
142
142
|
required_arguments = ['compartmentId']
|
@@ -253,7 +253,7 @@ class AuditClient(object):
|
|
253
253
|
:rtype: :class:`~oci.response.Response`
|
254
254
|
|
255
255
|
:example:
|
256
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
256
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/audit/list_events.py.html>`__ to see an example of how to use list_events API.
|
257
257
|
"""
|
258
258
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
259
259
|
required_arguments = ['compartmentId', 'startTime', 'endTime']
|
@@ -348,7 +348,7 @@ class AuditClient(object):
|
|
348
348
|
:rtype: :class:`~oci.response.Response`
|
349
349
|
|
350
350
|
:example:
|
351
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
351
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/audit/update_configuration.py.html>`__ to see an example of how to use update_configuration API.
|
352
352
|
"""
|
353
353
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
354
354
|
required_arguments = ['compartmentId']
|