oci 2.111.0__py3-none-any.whl → 2.112.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +18 -18
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +36 -36
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +47 -47
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/__init__.py +1 -3
- oci/cims/incident_client.py +356 -93
- oci/cims/models/__init__.py +6 -0
- oci/cims/models/account_item.py +85 -0
- oci/cims/models/activity_item.py +112 -14
- oci/cims/models/category.py +5 -5
- oci/cims/models/contact.py +32 -1
- oci/cims/models/contextual_data.py +9 -9
- oci/cims/models/create_account_item_details.py +78 -0
- oci/cims/models/create_category_details.py +2 -4
- oci/cims/models/create_incident.py +13 -9
- oci/cims/models/create_issue_type_details.py +0 -2
- oci/cims/models/create_item_details.py +9 -7
- oci/cims/models/create_limit_item_details.py +3 -3
- oci/cims/models/create_resource_details.py +2 -289
- oci/cims/models/create_sub_category_details.py +3 -5
- oci/cims/models/create_tech_support_item_details.py +1 -3
- oci/cims/models/create_ticket_details.py +11 -13
- oci/cims/models/create_user_details.py +65 -36
- oci/cims/models/incident.py +10 -6
- oci/cims/models/incident_resource_type.py +66 -4
- oci/cims/models/incident_summary.py +9 -5
- oci/cims/models/incident_type.py +1 -1
- oci/cims/models/issue_type.py +33 -2
- oci/cims/models/item.py +8 -4
- oci/cims/models/limit_item.py +7 -7
- oci/cims/models/resource.py +2 -285
- oci/cims/models/service_categories.py +134 -0
- oci/cims/models/service_category.py +1 -1
- oci/cims/models/sub_category.py +5 -5
- oci/cims/models/tenancy_information.py +3 -3
- oci/cims/models/ticket.py +7 -3
- oci/cims/models/update_activity_item_details.py +8 -6
- oci/cims/models/update_incident.py +62 -2
- oci/cims/models/update_item_details.py +3 -5
- oci/cims/models/update_resource_details.py +0 -2
- oci/cims/models/update_ticket_details.py +0 -2
- oci/cims/models/user.py +79 -19
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +129 -24
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +90 -90
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +424 -154
- oci/data_catalog/models/__init__.py +22 -0
- oci/data_catalog/models/asynchronous_export_glossary_details.py +68 -0
- oci/data_catalog/models/asynchronous_export_glossary_result.py +196 -0
- oci/data_catalog/models/asynchronous_export_request_details.py +68 -0
- oci/data_catalog/models/asynchronous_export_result.py +196 -0
- oci/data_catalog/models/attribute.py +33 -0
- oci/data_catalog/models/attribute_summary.py +33 -0
- oci/data_catalog/models/create_job_definition_details.py +42 -3
- oci/data_catalog/models/create_job_details.py +2 -0
- oci/data_catalog/models/create_job_execution_details.py +11 -3
- oci/data_catalog/models/data_asset.py +33 -0
- oci/data_catalog/models/data_asset_summary.py +35 -2
- oci/data_catalog/models/entity.py +33 -0
- oci/data_catalog/models/entity_lineage.py +222 -0
- oci/data_catalog/models/entity_summary.py +33 -0
- oci/data_catalog/models/faceted_search_date_filter_request.py +2 -2
- oci/data_catalog/models/faceted_search_string_filter_request.py +8 -2
- oci/data_catalog/models/fetch_entity_lineage_details.py +190 -0
- oci/data_catalog/models/folder.py +33 -0
- oci/data_catalog/models/folder_summary.py +35 -2
- oci/data_catalog/models/job.py +44 -3
- oci/data_catalog/models/job_definition.py +42 -3
- oci/data_catalog/models/job_definition_summary.py +44 -5
- oci/data_catalog/models/job_execution.py +11 -3
- oci/data_catalog/models/job_execution_summary.py +11 -3
- oci/data_catalog/models/job_summary.py +44 -3
- oci/data_catalog/models/lineage_object.py +400 -0
- oci/data_catalog/models/lineage_relationship.py +134 -0
- oci/data_catalog/models/object_lineage.py +223 -0
- oci/data_catalog/models/object_lineage_request_details.py +190 -0
- oci/data_catalog/models/object_storage_object_reference.py +134 -0
- oci/data_catalog/models/update_job_definition_details.py +31 -0
- oci/data_catalog/models/update_job_details.py +2 -0
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_science/data_science_client.py +85 -85
- oci/database/database_client.py +311 -311
- oci/database_management/db_management_client.py +182 -182
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/sql_tuning_client.py +10 -10
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +19 -19
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +57 -57
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +190 -190
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +56 -56
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +22 -22
- oci/log_analytics/log_analytics_client.py +192 -192
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +17 -17
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +22 -22
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/esxi_host_client.py +6 -6
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +159 -159
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/queue/models/__init__.py +4 -0
- oci/queue/models/channel_collection.py +72 -0
- oci/queue/models/create_queue_details.py +50 -11
- oci/queue/models/delete_messages_details_entry.py +2 -2
- oci/queue/models/get_message.py +55 -12
- oci/queue/models/message_metadata.py +103 -0
- oci/queue/models/purge_queue_details.py +43 -8
- oci/queue/models/put_message.py +44 -5
- oci/queue/models/put_messages.py +3 -3
- oci/queue/models/put_messages_details_entry.py +29 -2
- oci/queue/models/queue.py +76 -21
- oci/queue/models/queue_stats.py +34 -3
- oci/queue/models/queue_summary.py +37 -17
- oci/queue/models/stats.py +2 -2
- oci/queue/models/update_messages_details.py +1 -1
- oci/queue/models/update_messages_details_entry.py +2 -2
- oci/queue/models/update_messages_result.py +2 -2
- oci/queue/models/update_messages_result_entry.py +12 -4
- oci/queue/models/update_queue_details.py +47 -8
- oci/queue/models/updated_message.py +12 -4
- oci/queue/models/work_request.py +6 -2
- oci/queue/models/work_request_error.py +6 -2
- oci/queue/models/work_request_log_entry.py +6 -2
- oci/queue/models/work_request_summary.py +8 -4
- oci/queue/queue_admin_client.py +67 -46
- oci/queue/queue_admin_client_composite_operations.py +4 -4
- oci/queue/queue_client.py +209 -36
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +22 -22
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +19 -19
- oci/vault/vaults_client.py +11 -11
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/METADATA +1 -1
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/RECORD +325 -309
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/WHEEL +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/top_level.txt +0 -0
oci/dns/dns_client.py
CHANGED
@@ -169,7 +169,7 @@ class DnsClient(object):
|
|
169
169
|
:rtype: :class:`~oci.response.Response`
|
170
170
|
|
171
171
|
:example:
|
172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
172
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/change_resolver_compartment.py.html>`__ to see an example of how to use change_resolver_compartment API.
|
173
173
|
"""
|
174
174
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
175
175
|
required_arguments = ['resolverId']
|
@@ -312,7 +312,7 @@ class DnsClient(object):
|
|
312
312
|
:rtype: :class:`~oci.response.Response`
|
313
313
|
|
314
314
|
:example:
|
315
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
315
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/change_steering_policy_compartment.py.html>`__ to see an example of how to use change_steering_policy_compartment API.
|
316
316
|
"""
|
317
317
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
318
318
|
required_arguments = ['steeringPolicyId']
|
@@ -455,7 +455,7 @@ class DnsClient(object):
|
|
455
455
|
:rtype: :class:`~oci.response.Response`
|
456
456
|
|
457
457
|
:example:
|
458
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
458
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/change_tsig_key_compartment.py.html>`__ to see an example of how to use change_tsig_key_compartment API.
|
459
459
|
"""
|
460
460
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
461
461
|
required_arguments = ['tsigKeyId']
|
@@ -600,7 +600,7 @@ class DnsClient(object):
|
|
600
600
|
:rtype: :class:`~oci.response.Response`
|
601
601
|
|
602
602
|
:example:
|
603
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
603
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/change_view_compartment.py.html>`__ to see an example of how to use change_view_compartment API.
|
604
604
|
"""
|
605
605
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
606
606
|
required_arguments = ['viewId']
|
@@ -750,7 +750,7 @@ class DnsClient(object):
|
|
750
750
|
:rtype: :class:`~oci.response.Response`
|
751
751
|
|
752
752
|
:example:
|
753
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
753
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/change_zone_compartment.py.html>`__ to see an example of how to use change_zone_compartment API.
|
754
754
|
"""
|
755
755
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
756
756
|
required_arguments = ['zoneId']
|
@@ -886,7 +886,7 @@ class DnsClient(object):
|
|
886
886
|
:rtype: :class:`~oci.response.Response`
|
887
887
|
|
888
888
|
:example:
|
889
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
889
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/create_resolver_endpoint.py.html>`__ to see an example of how to use create_resolver_endpoint API.
|
890
890
|
"""
|
891
891
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
892
892
|
required_arguments = ['resolverId']
|
@@ -1022,7 +1022,7 @@ class DnsClient(object):
|
|
1022
1022
|
:rtype: :class:`~oci.response.Response`
|
1023
1023
|
|
1024
1024
|
:example:
|
1025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/create_steering_policy.py.html>`__ to see an example of how to use create_steering_policy API.
|
1026
1026
|
"""
|
1027
1027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1028
1028
|
required_arguments = []
|
@@ -1148,7 +1148,7 @@ class DnsClient(object):
|
|
1148
1148
|
:rtype: :class:`~oci.response.Response`
|
1149
1149
|
|
1150
1150
|
:example:
|
1151
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1151
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/create_steering_policy_attachment.py.html>`__ to see an example of how to use create_steering_policy_attachment API.
|
1152
1152
|
"""
|
1153
1153
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1154
1154
|
required_arguments = []
|
@@ -1262,7 +1262,7 @@ class DnsClient(object):
|
|
1262
1262
|
:rtype: :class:`~oci.response.Response`
|
1263
1263
|
|
1264
1264
|
:example:
|
1265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/create_tsig_key.py.html>`__ to see an example of how to use create_tsig_key API.
|
1266
1266
|
"""
|
1267
1267
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1268
1268
|
required_arguments = []
|
@@ -1380,7 +1380,7 @@ class DnsClient(object):
|
|
1380
1380
|
:rtype: :class:`~oci.response.Response`
|
1381
1381
|
|
1382
1382
|
:example:
|
1383
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/create_view.py.html>`__ to see an example of how to use create_view API.
|
1384
1384
|
"""
|
1385
1385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1386
1386
|
required_arguments = []
|
@@ -1504,7 +1504,7 @@ class DnsClient(object):
|
|
1504
1504
|
:rtype: :class:`~oci.response.Response`
|
1505
1505
|
|
1506
1506
|
:example:
|
1507
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1507
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/create_zone.py.html>`__ to see an example of how to use create_zone API.
|
1508
1508
|
"""
|
1509
1509
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1510
1510
|
required_arguments = []
|
@@ -1629,7 +1629,7 @@ class DnsClient(object):
|
|
1629
1629
|
:rtype: :class:`~oci.response.Response`
|
1630
1630
|
|
1631
1631
|
:example:
|
1632
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1632
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/create_zone_from_zone_file.py.html>`__ to see an example of how to use create_zone_from_zone_file API.
|
1633
1633
|
"""
|
1634
1634
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1635
1635
|
required_arguments = ['compartmentId']
|
@@ -1789,7 +1789,7 @@ class DnsClient(object):
|
|
1789
1789
|
:rtype: :class:`~oci.response.Response`
|
1790
1790
|
|
1791
1791
|
:example:
|
1792
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1792
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/delete_domain_records.py.html>`__ to see an example of how to use delete_domain_records API.
|
1793
1793
|
"""
|
1794
1794
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1795
1795
|
required_arguments = ['zoneNameOrId', 'domain']
|
@@ -1937,7 +1937,7 @@ class DnsClient(object):
|
|
1937
1937
|
:rtype: :class:`~oci.response.Response`
|
1938
1938
|
|
1939
1939
|
:example:
|
1940
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1940
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/delete_resolver_endpoint.py.html>`__ to see an example of how to use delete_resolver_endpoint API.
|
1941
1941
|
"""
|
1942
1942
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1943
1943
|
required_arguments = ['resolverId', 'resolverEndpointName']
|
@@ -2091,7 +2091,7 @@ class DnsClient(object):
|
|
2091
2091
|
:rtype: :class:`~oci.response.Response`
|
2092
2092
|
|
2093
2093
|
:example:
|
2094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2094
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/delete_rr_set.py.html>`__ to see an example of how to use delete_rr_set API.
|
2095
2095
|
"""
|
2096
2096
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2097
2097
|
required_arguments = ['zoneNameOrId', 'domain', 'rtype']
|
@@ -2237,7 +2237,7 @@ class DnsClient(object):
|
|
2237
2237
|
:rtype: :class:`~oci.response.Response`
|
2238
2238
|
|
2239
2239
|
:example:
|
2240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2240
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/delete_steering_policy.py.html>`__ to see an example of how to use delete_steering_policy API.
|
2241
2241
|
"""
|
2242
2242
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2243
2243
|
required_arguments = ['steeringPolicyId']
|
@@ -2374,7 +2374,7 @@ class DnsClient(object):
|
|
2374
2374
|
:rtype: :class:`~oci.response.Response`
|
2375
2375
|
|
2376
2376
|
:example:
|
2377
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2377
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/delete_steering_policy_attachment.py.html>`__ to see an example of how to use delete_steering_policy_attachment API.
|
2378
2378
|
"""
|
2379
2379
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2380
2380
|
required_arguments = ['steeringPolicyAttachmentId']
|
@@ -2510,7 +2510,7 @@ class DnsClient(object):
|
|
2510
2510
|
:rtype: :class:`~oci.response.Response`
|
2511
2511
|
|
2512
2512
|
:example:
|
2513
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2513
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/delete_tsig_key.py.html>`__ to see an example of how to use delete_tsig_key API.
|
2514
2514
|
"""
|
2515
2515
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2516
2516
|
required_arguments = ['tsigKeyId']
|
@@ -2651,7 +2651,7 @@ class DnsClient(object):
|
|
2651
2651
|
:rtype: :class:`~oci.response.Response`
|
2652
2652
|
|
2653
2653
|
:example:
|
2654
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2654
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/delete_view.py.html>`__ to see an example of how to use delete_view API.
|
2655
2655
|
"""
|
2656
2656
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2657
2657
|
required_arguments = ['viewId']
|
@@ -2799,7 +2799,7 @@ class DnsClient(object):
|
|
2799
2799
|
:rtype: :class:`~oci.response.Response`
|
2800
2800
|
|
2801
2801
|
:example:
|
2802
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2802
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/delete_zone.py.html>`__ to see an example of how to use delete_zone API.
|
2803
2803
|
"""
|
2804
2804
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2805
2805
|
required_arguments = ['zoneNameOrId']
|
@@ -2975,7 +2975,7 @@ class DnsClient(object):
|
|
2975
2975
|
:rtype: :class:`~oci.response.Response`
|
2976
2976
|
|
2977
2977
|
:example:
|
2978
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2978
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/get_domain_records.py.html>`__ to see an example of how to use get_domain_records API.
|
2979
2979
|
"""
|
2980
2980
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2981
2981
|
required_arguments = ['zoneNameOrId', 'domain']
|
@@ -3145,7 +3145,7 @@ class DnsClient(object):
|
|
3145
3145
|
:rtype: :class:`~oci.response.Response`
|
3146
3146
|
|
3147
3147
|
:example:
|
3148
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3148
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/get_resolver.py.html>`__ to see an example of how to use get_resolver API.
|
3149
3149
|
"""
|
3150
3150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3151
3151
|
required_arguments = ['resolverId']
|
@@ -3287,7 +3287,7 @@ class DnsClient(object):
|
|
3287
3287
|
:rtype: :class:`~oci.response.Response`
|
3288
3288
|
|
3289
3289
|
:example:
|
3290
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3290
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/get_resolver_endpoint.py.html>`__ to see an example of how to use get_resolver_endpoint API.
|
3291
3291
|
"""
|
3292
3292
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3293
3293
|
required_arguments = ['resolverId', 'resolverEndpointName']
|
@@ -3450,7 +3450,7 @@ class DnsClient(object):
|
|
3450
3450
|
:rtype: :class:`~oci.response.Response`
|
3451
3451
|
|
3452
3452
|
:example:
|
3453
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3453
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/get_rr_set.py.html>`__ to see an example of how to use get_rr_set API.
|
3454
3454
|
"""
|
3455
3455
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3456
3456
|
required_arguments = ['zoneNameOrId', 'domain', 'rtype']
|
@@ -3598,7 +3598,7 @@ class DnsClient(object):
|
|
3598
3598
|
:rtype: :class:`~oci.response.Response`
|
3599
3599
|
|
3600
3600
|
:example:
|
3601
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3601
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/get_steering_policy.py.html>`__ to see an example of how to use get_steering_policy API.
|
3602
3602
|
"""
|
3603
3603
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3604
3604
|
required_arguments = ['steeringPolicyId']
|
@@ -3734,7 +3734,7 @@ class DnsClient(object):
|
|
3734
3734
|
:rtype: :class:`~oci.response.Response`
|
3735
3735
|
|
3736
3736
|
:example:
|
3737
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/get_steering_policy_attachment.py.html>`__ to see an example of how to use get_steering_policy_attachment API.
|
3738
3738
|
"""
|
3739
3739
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3740
3740
|
required_arguments = ['steeringPolicyAttachmentId']
|
@@ -3870,7 +3870,7 @@ class DnsClient(object):
|
|
3870
3870
|
:rtype: :class:`~oci.response.Response`
|
3871
3871
|
|
3872
3872
|
:example:
|
3873
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3873
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/get_tsig_key.py.html>`__ to see an example of how to use get_tsig_key API.
|
3874
3874
|
"""
|
3875
3875
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3876
3876
|
required_arguments = ['tsigKeyId']
|
@@ -4010,7 +4010,7 @@ class DnsClient(object):
|
|
4010
4010
|
:rtype: :class:`~oci.response.Response`
|
4011
4011
|
|
4012
4012
|
:example:
|
4013
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4013
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/get_view.py.html>`__ to see an example of how to use get_view API.
|
4014
4014
|
"""
|
4015
4015
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4016
4016
|
required_arguments = ['viewId']
|
@@ -4157,7 +4157,7 @@ class DnsClient(object):
|
|
4157
4157
|
:rtype: :class:`~oci.response.Response`
|
4158
4158
|
|
4159
4159
|
:example:
|
4160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/get_zone.py.html>`__ to see an example of how to use get_zone API.
|
4161
4161
|
"""
|
4162
4162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4163
4163
|
required_arguments = ['zoneNameOrId']
|
@@ -4300,7 +4300,7 @@ class DnsClient(object):
|
|
4300
4300
|
:rtype: :class:`~oci.response.Response`
|
4301
4301
|
|
4302
4302
|
:example:
|
4303
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4303
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/get_zone_content.py.html>`__ to see an example of how to use get_zone_content API.
|
4304
4304
|
"""
|
4305
4305
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4306
4306
|
required_arguments = ['zoneNameOrId']
|
@@ -4486,7 +4486,7 @@ class DnsClient(object):
|
|
4486
4486
|
:rtype: :class:`~oci.response.Response`
|
4487
4487
|
|
4488
4488
|
:example:
|
4489
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4489
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/get_zone_records.py.html>`__ to see an example of how to use get_zone_records API.
|
4490
4490
|
"""
|
4491
4491
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4492
4492
|
required_arguments = ['zoneNameOrId']
|
@@ -4671,7 +4671,7 @@ class DnsClient(object):
|
|
4671
4671
|
:rtype: :class:`~oci.response.Response`
|
4672
4672
|
|
4673
4673
|
:example:
|
4674
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4674
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/list_resolver_endpoints.py.html>`__ to see an example of how to use list_resolver_endpoints API.
|
4675
4675
|
"""
|
4676
4676
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4677
4677
|
required_arguments = ['resolverId']
|
@@ -4856,7 +4856,7 @@ class DnsClient(object):
|
|
4856
4856
|
:rtype: :class:`~oci.response.Response`
|
4857
4857
|
|
4858
4858
|
:example:
|
4859
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4859
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/list_resolvers.py.html>`__ to see an example of how to use list_resolvers API.
|
4860
4860
|
"""
|
4861
4861
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4862
4862
|
required_arguments = ['compartmentId']
|
@@ -5051,7 +5051,7 @@ class DnsClient(object):
|
|
5051
5051
|
:rtype: :class:`~oci.response.Response`
|
5052
5052
|
|
5053
5053
|
:example:
|
5054
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5054
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/list_steering_policies.py.html>`__ to see an example of how to use list_steering_policies API.
|
5055
5055
|
"""
|
5056
5056
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5057
5057
|
required_arguments = ['compartmentId']
|
@@ -5260,7 +5260,7 @@ class DnsClient(object):
|
|
5260
5260
|
:rtype: :class:`~oci.response.Response`
|
5261
5261
|
|
5262
5262
|
:example:
|
5263
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5263
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/list_steering_policy_attachments.py.html>`__ to see an example of how to use list_steering_policy_attachments API.
|
5264
5264
|
"""
|
5265
5265
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5266
5266
|
required_arguments = ['compartmentId']
|
@@ -5443,7 +5443,7 @@ class DnsClient(object):
|
|
5443
5443
|
:rtype: :class:`~oci.response.Response`
|
5444
5444
|
|
5445
5445
|
:example:
|
5446
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5446
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/list_tsig_keys.py.html>`__ to see an example of how to use list_tsig_keys API.
|
5447
5447
|
"""
|
5448
5448
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5449
5449
|
required_arguments = ['compartmentId']
|
@@ -5619,7 +5619,7 @@ class DnsClient(object):
|
|
5619
5619
|
:rtype: :class:`~oci.response.Response`
|
5620
5620
|
|
5621
5621
|
:example:
|
5622
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5622
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/list_views.py.html>`__ to see an example of how to use list_views API.
|
5623
5623
|
"""
|
5624
5624
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5625
5625
|
required_arguments = ['compartmentId']
|
@@ -5768,7 +5768,7 @@ class DnsClient(object):
|
|
5768
5768
|
:rtype: :class:`~oci.response.Response`
|
5769
5769
|
|
5770
5770
|
:example:
|
5771
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5771
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/list_zone_transfer_servers.py.html>`__ to see an example of how to use list_zone_transfer_servers API.
|
5772
5772
|
"""
|
5773
5773
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5774
5774
|
required_arguments = ['compartmentId']
|
@@ -5935,7 +5935,7 @@ class DnsClient(object):
|
|
5935
5935
|
:rtype: :class:`~oci.response.Response`
|
5936
5936
|
|
5937
5937
|
:example:
|
5938
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5938
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/list_zones.py.html>`__ to see an example of how to use list_zones API.
|
5939
5939
|
"""
|
5940
5940
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5941
5941
|
required_arguments = ['compartmentId']
|
@@ -6129,7 +6129,7 @@ class DnsClient(object):
|
|
6129
6129
|
:rtype: :class:`~oci.response.Response`
|
6130
6130
|
|
6131
6131
|
:example:
|
6132
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6132
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/patch_domain_records.py.html>`__ to see an example of how to use patch_domain_records API.
|
6133
6133
|
"""
|
6134
6134
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6135
6135
|
required_arguments = ['zoneNameOrId', 'domain']
|
@@ -6294,7 +6294,7 @@ class DnsClient(object):
|
|
6294
6294
|
:rtype: :class:`~oci.response.Response`
|
6295
6295
|
|
6296
6296
|
:example:
|
6297
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6297
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/patch_rr_set.py.html>`__ to see an example of how to use patch_rr_set API.
|
6298
6298
|
"""
|
6299
6299
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6300
6300
|
required_arguments = ['zoneNameOrId', 'domain', 'rtype']
|
@@ -6456,7 +6456,7 @@ class DnsClient(object):
|
|
6456
6456
|
:rtype: :class:`~oci.response.Response`
|
6457
6457
|
|
6458
6458
|
:example:
|
6459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6459
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/patch_zone_records.py.html>`__ to see an example of how to use patch_zone_records API.
|
6460
6460
|
"""
|
6461
6461
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6462
6462
|
required_arguments = ['zoneNameOrId']
|
@@ -6619,7 +6619,7 @@ class DnsClient(object):
|
|
6619
6619
|
:rtype: :class:`~oci.response.Response`
|
6620
6620
|
|
6621
6621
|
:example:
|
6622
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6622
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/update_domain_records.py.html>`__ to see an example of how to use update_domain_records API.
|
6623
6623
|
"""
|
6624
6624
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6625
6625
|
required_arguments = ['zoneNameOrId', 'domain']
|
@@ -6767,7 +6767,7 @@ class DnsClient(object):
|
|
6767
6767
|
:rtype: :class:`~oci.response.Response`
|
6768
6768
|
|
6769
6769
|
:example:
|
6770
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6770
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/update_resolver.py.html>`__ to see an example of how to use update_resolver API.
|
6771
6771
|
"""
|
6772
6772
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6773
6773
|
required_arguments = ['resolverId']
|
@@ -6913,7 +6913,7 @@ class DnsClient(object):
|
|
6913
6913
|
:rtype: :class:`~oci.response.Response`
|
6914
6914
|
|
6915
6915
|
:example:
|
6916
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6916
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/update_resolver_endpoint.py.html>`__ to see an example of how to use update_resolver_endpoint API.
|
6917
6917
|
"""
|
6918
6918
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6919
6919
|
required_arguments = ['resolverId', 'resolverEndpointName']
|
@@ -7074,7 +7074,7 @@ class DnsClient(object):
|
|
7074
7074
|
:rtype: :class:`~oci.response.Response`
|
7075
7075
|
|
7076
7076
|
:example:
|
7077
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7077
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/update_rr_set.py.html>`__ to see an example of how to use update_rr_set API.
|
7078
7078
|
"""
|
7079
7079
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7080
7080
|
required_arguments = ['zoneNameOrId', 'domain', 'rtype']
|
@@ -7223,7 +7223,7 @@ class DnsClient(object):
|
|
7223
7223
|
:rtype: :class:`~oci.response.Response`
|
7224
7224
|
|
7225
7225
|
:example:
|
7226
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7226
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/update_steering_policy.py.html>`__ to see an example of how to use update_steering_policy API.
|
7227
7227
|
"""
|
7228
7228
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7229
7229
|
required_arguments = ['steeringPolicyId']
|
@@ -7366,7 +7366,7 @@ class DnsClient(object):
|
|
7366
7366
|
:rtype: :class:`~oci.response.Response`
|
7367
7367
|
|
7368
7368
|
:example:
|
7369
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7369
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/update_steering_policy_attachment.py.html>`__ to see an example of how to use update_steering_policy_attachment API.
|
7370
7370
|
"""
|
7371
7371
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7372
7372
|
required_arguments = ['steeringPolicyAttachmentId']
|
@@ -7509,7 +7509,7 @@ class DnsClient(object):
|
|
7509
7509
|
:rtype: :class:`~oci.response.Response`
|
7510
7510
|
|
7511
7511
|
:example:
|
7512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7512
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/update_tsig_key.py.html>`__ to see an example of how to use update_tsig_key API.
|
7513
7513
|
"""
|
7514
7514
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7515
7515
|
required_arguments = ['tsigKeyId']
|
@@ -7652,7 +7652,7 @@ class DnsClient(object):
|
|
7652
7652
|
:rtype: :class:`~oci.response.Response`
|
7653
7653
|
|
7654
7654
|
:example:
|
7655
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7655
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/update_view.py.html>`__ to see an example of how to use update_view API.
|
7656
7656
|
"""
|
7657
7657
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7658
7658
|
required_arguments = ['viewId']
|
@@ -7810,7 +7810,7 @@ class DnsClient(object):
|
|
7810
7810
|
:rtype: :class:`~oci.response.Response`
|
7811
7811
|
|
7812
7812
|
:example:
|
7813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7813
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/update_zone.py.html>`__ to see an example of how to use update_zone API.
|
7814
7814
|
"""
|
7815
7815
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7816
7816
|
required_arguments = ['zoneNameOrId']
|
@@ -7971,7 +7971,7 @@ class DnsClient(object):
|
|
7971
7971
|
:rtype: :class:`~oci.response.Response`
|
7972
7972
|
|
7973
7973
|
:example:
|
7974
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7974
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dns/update_zone_records.py.html>`__ to see an example of how to use update_zone_records API.
|
7975
7975
|
"""
|
7976
7976
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7977
7977
|
required_arguments = ['zoneNameOrId']
|
@@ -153,7 +153,7 @@ class ApplianceExportJobClient(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.
|
156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dts/change_appliance_export_job_compartment.py.html>`__ to see an example of how to use change_appliance_export_job_compartment API.
|
157
157
|
"""
|
158
158
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
159
159
|
required_arguments = ['applianceExportJobId']
|
@@ -262,7 +262,7 @@ class ApplianceExportJobClient(object):
|
|
262
262
|
:rtype: :class:`~oci.response.Response`
|
263
263
|
|
264
264
|
:example:
|
265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dts/create_appliance_export_job.py.html>`__ to see an example of how to use create_appliance_export_job API.
|
266
266
|
"""
|
267
267
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
268
268
|
required_arguments = []
|
@@ -363,7 +363,7 @@ class ApplianceExportJobClient(object):
|
|
363
363
|
:rtype: :class:`~oci.response.Response`
|
364
364
|
|
365
365
|
:example:
|
366
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
366
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dts/delete_appliance_export_job.py.html>`__ to see an example of how to use delete_appliance_export_job API.
|
367
367
|
"""
|
368
368
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
369
369
|
required_arguments = ['applianceExportJobId']
|
@@ -463,7 +463,7 @@ class ApplianceExportJobClient(object):
|
|
463
463
|
:rtype: :class:`~oci.response.Response`
|
464
464
|
|
465
465
|
:example:
|
466
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
466
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dts/get_appliance_export_job.py.html>`__ to see an example of how to use get_appliance_export_job API.
|
467
467
|
"""
|
468
468
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
469
469
|
required_arguments = ['applianceExportJobId']
|
@@ -584,7 +584,7 @@ class ApplianceExportJobClient(object):
|
|
584
584
|
:rtype: :class:`~oci.response.Response`
|
585
585
|
|
586
586
|
:example:
|
587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dts/list_appliance_export_jobs.py.html>`__ to see an example of how to use list_appliance_export_jobs API.
|
588
588
|
"""
|
589
589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
590
590
|
required_arguments = ['compartmentId']
|
@@ -698,7 +698,7 @@ class ApplianceExportJobClient(object):
|
|
698
698
|
:rtype: :class:`~oci.response.Response`
|
699
699
|
|
700
700
|
:example:
|
701
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
701
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dts/update_appliance_export_job.py.html>`__ to see an example of how to use update_appliance_export_job API.
|
702
702
|
"""
|
703
703
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
704
704
|
required_arguments = ['applianceExportJobId']
|
@@ -132,7 +132,7 @@ class ShippingVendorsClient(object):
|
|
132
132
|
:rtype: :class:`~oci.response.Response`
|
133
133
|
|
134
134
|
:example:
|
135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dts/list_shipping_vendors.py.html>`__ to see an example of how to use list_shipping_vendors API.
|
136
136
|
"""
|
137
137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
138
138
|
required_arguments = []
|
@@ -145,7 +145,7 @@ class TransferApplianceClient(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.112.0/dts/create_transfer_appliance.py.html>`__ to see an example of how to use create_transfer_appliance API.
|
149
149
|
"""
|
150
150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
151
151
|
required_arguments = ['id']
|
@@ -254,7 +254,7 @@ class TransferApplianceClient(object):
|
|
254
254
|
:rtype: :class:`~oci.response.Response`
|
255
255
|
|
256
256
|
:example:
|
257
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
257
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dts/create_transfer_appliance_admin_credentials.py.html>`__ to see an example of how to use create_transfer_appliance_admin_credentials API.
|
258
258
|
"""
|
259
259
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
260
260
|
required_arguments = ['id', 'transferApplianceLabel']
|
@@ -361,7 +361,7 @@ class TransferApplianceClient(object):
|
|
361
361
|
:rtype: :class:`~oci.response.Response`
|
362
362
|
|
363
363
|
:example:
|
364
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
364
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dts/delete_transfer_appliance.py.html>`__ to see an example of how to use delete_transfer_appliance API.
|
365
365
|
"""
|
366
366
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
367
367
|
required_arguments = ['id', 'transferApplianceLabel']
|
@@ -457,7 +457,7 @@ class TransferApplianceClient(object):
|
|
457
457
|
:rtype: :class:`~oci.response.Response`
|
458
458
|
|
459
459
|
:example:
|
460
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
460
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dts/get_transfer_appliance.py.html>`__ to see an example of how to use get_transfer_appliance API.
|
461
461
|
"""
|
462
462
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
463
463
|
required_arguments = ['id', 'transferApplianceLabel']
|
@@ -547,7 +547,7 @@ class TransferApplianceClient(object):
|
|
547
547
|
:rtype: :class:`~oci.response.Response`
|
548
548
|
|
549
549
|
:example:
|
550
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
550
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dts/get_transfer_appliance_certificate_authority_certificate.py.html>`__ to see an example of how to use get_transfer_appliance_certificate_authority_certificate API.
|
551
551
|
"""
|
552
552
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
553
553
|
required_arguments = ['id', 'transferApplianceLabel']
|
@@ -637,7 +637,7 @@ class TransferApplianceClient(object):
|
|
637
637
|
:rtype: :class:`~oci.response.Response`
|
638
638
|
|
639
639
|
:example:
|
640
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
640
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dts/get_transfer_appliance_encryption_passphrase.py.html>`__ to see an example of how to use get_transfer_appliance_encryption_passphrase API.
|
641
641
|
"""
|
642
642
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
643
643
|
required_arguments = ['id', 'transferApplianceLabel']
|
@@ -729,7 +729,7 @@ class TransferApplianceClient(object):
|
|
729
729
|
:rtype: :class:`~oci.response.Response`
|
730
730
|
|
731
731
|
:example:
|
732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
732
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dts/list_transfer_appliances.py.html>`__ to see an example of how to use list_transfer_appliances API.
|
733
733
|
"""
|
734
734
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
735
735
|
required_arguments = ['id']
|
@@ -844,7 +844,7 @@ class TransferApplianceClient(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.112.0/dts/update_transfer_appliance.py.html>`__ to see an example of how to use update_transfer_appliance API.
|
848
848
|
"""
|
849
849
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
850
850
|
required_arguments = ['id', 'transferApplianceLabel']
|