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/dns/dns_client.py
CHANGED
@@ -166,7 +166,7 @@ class DnsClient(object):
|
|
166
166
|
:rtype: :class:`~oci.response.Response`
|
167
167
|
|
168
168
|
:example:
|
169
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
169
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/change_resolver_compartment.py.html>`__ to see an example of how to use change_resolver_compartment API.
|
170
170
|
"""
|
171
171
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
172
172
|
required_arguments = ['resolverId']
|
@@ -309,7 +309,7 @@ class DnsClient(object):
|
|
309
309
|
:rtype: :class:`~oci.response.Response`
|
310
310
|
|
311
311
|
:example:
|
312
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
312
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/change_steering_policy_compartment.py.html>`__ to see an example of how to use change_steering_policy_compartment API.
|
313
313
|
"""
|
314
314
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
315
315
|
required_arguments = ['steeringPolicyId']
|
@@ -452,7 +452,7 @@ class DnsClient(object):
|
|
452
452
|
:rtype: :class:`~oci.response.Response`
|
453
453
|
|
454
454
|
:example:
|
455
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
455
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/change_tsig_key_compartment.py.html>`__ to see an example of how to use change_tsig_key_compartment API.
|
456
456
|
"""
|
457
457
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
458
458
|
required_arguments = ['tsigKeyId']
|
@@ -597,7 +597,7 @@ class DnsClient(object):
|
|
597
597
|
:rtype: :class:`~oci.response.Response`
|
598
598
|
|
599
599
|
:example:
|
600
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
600
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/change_view_compartment.py.html>`__ to see an example of how to use change_view_compartment API.
|
601
601
|
"""
|
602
602
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
603
603
|
required_arguments = ['viewId']
|
@@ -747,7 +747,7 @@ class DnsClient(object):
|
|
747
747
|
:rtype: :class:`~oci.response.Response`
|
748
748
|
|
749
749
|
:example:
|
750
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
750
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/change_zone_compartment.py.html>`__ to see an example of how to use change_zone_compartment API.
|
751
751
|
"""
|
752
752
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
753
753
|
required_arguments = ['zoneId']
|
@@ -883,7 +883,7 @@ class DnsClient(object):
|
|
883
883
|
:rtype: :class:`~oci.response.Response`
|
884
884
|
|
885
885
|
:example:
|
886
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
886
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/create_resolver_endpoint.py.html>`__ to see an example of how to use create_resolver_endpoint API.
|
887
887
|
"""
|
888
888
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
889
889
|
required_arguments = ['resolverId']
|
@@ -1019,7 +1019,7 @@ class DnsClient(object):
|
|
1019
1019
|
:rtype: :class:`~oci.response.Response`
|
1020
1020
|
|
1021
1021
|
:example:
|
1022
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1022
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/create_steering_policy.py.html>`__ to see an example of how to use create_steering_policy API.
|
1023
1023
|
"""
|
1024
1024
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1025
1025
|
required_arguments = []
|
@@ -1145,7 +1145,7 @@ class DnsClient(object):
|
|
1145
1145
|
:rtype: :class:`~oci.response.Response`
|
1146
1146
|
|
1147
1147
|
:example:
|
1148
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1148
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/create_steering_policy_attachment.py.html>`__ to see an example of how to use create_steering_policy_attachment API.
|
1149
1149
|
"""
|
1150
1150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1151
1151
|
required_arguments = []
|
@@ -1259,7 +1259,7 @@ class DnsClient(object):
|
|
1259
1259
|
:rtype: :class:`~oci.response.Response`
|
1260
1260
|
|
1261
1261
|
:example:
|
1262
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1262
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/create_tsig_key.py.html>`__ to see an example of how to use create_tsig_key API.
|
1263
1263
|
"""
|
1264
1264
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1265
1265
|
required_arguments = []
|
@@ -1377,7 +1377,7 @@ class DnsClient(object):
|
|
1377
1377
|
:rtype: :class:`~oci.response.Response`
|
1378
1378
|
|
1379
1379
|
:example:
|
1380
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1380
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/create_view.py.html>`__ to see an example of how to use create_view API.
|
1381
1381
|
"""
|
1382
1382
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1383
1383
|
required_arguments = []
|
@@ -1501,7 +1501,7 @@ class DnsClient(object):
|
|
1501
1501
|
:rtype: :class:`~oci.response.Response`
|
1502
1502
|
|
1503
1503
|
:example:
|
1504
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1504
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/create_zone.py.html>`__ to see an example of how to use create_zone API.
|
1505
1505
|
"""
|
1506
1506
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1507
1507
|
required_arguments = []
|
@@ -1641,7 +1641,7 @@ class DnsClient(object):
|
|
1641
1641
|
:rtype: :class:`~oci.response.Response`
|
1642
1642
|
|
1643
1643
|
:example:
|
1644
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1644
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/delete_domain_records.py.html>`__ to see an example of how to use delete_domain_records API.
|
1645
1645
|
"""
|
1646
1646
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1647
1647
|
required_arguments = ['zoneNameOrId', 'domain']
|
@@ -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.102.0/dns/delete_resolver_endpoint.py.html>`__ to see an example of how to use delete_resolver_endpoint API.
|
1793
1793
|
"""
|
1794
1794
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1795
1795
|
required_arguments = ['resolverId', 'resolverEndpointName']
|
@@ -1943,7 +1943,7 @@ class DnsClient(object):
|
|
1943
1943
|
:rtype: :class:`~oci.response.Response`
|
1944
1944
|
|
1945
1945
|
:example:
|
1946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/delete_rr_set.py.html>`__ to see an example of how to use delete_rr_set API.
|
1947
1947
|
"""
|
1948
1948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1949
1949
|
required_arguments = ['zoneNameOrId', 'domain', 'rtype']
|
@@ -2089,7 +2089,7 @@ class DnsClient(object):
|
|
2089
2089
|
:rtype: :class:`~oci.response.Response`
|
2090
2090
|
|
2091
2091
|
:example:
|
2092
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2092
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/delete_steering_policy.py.html>`__ to see an example of how to use delete_steering_policy API.
|
2093
2093
|
"""
|
2094
2094
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2095
2095
|
required_arguments = ['steeringPolicyId']
|
@@ -2226,7 +2226,7 @@ class DnsClient(object):
|
|
2226
2226
|
:rtype: :class:`~oci.response.Response`
|
2227
2227
|
|
2228
2228
|
:example:
|
2229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2229
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/delete_steering_policy_attachment.py.html>`__ to see an example of how to use delete_steering_policy_attachment API.
|
2230
2230
|
"""
|
2231
2231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2232
2232
|
required_arguments = ['steeringPolicyAttachmentId']
|
@@ -2362,7 +2362,7 @@ class DnsClient(object):
|
|
2362
2362
|
:rtype: :class:`~oci.response.Response`
|
2363
2363
|
|
2364
2364
|
:example:
|
2365
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2365
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/delete_tsig_key.py.html>`__ to see an example of how to use delete_tsig_key API.
|
2366
2366
|
"""
|
2367
2367
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2368
2368
|
required_arguments = ['tsigKeyId']
|
@@ -2503,7 +2503,7 @@ class DnsClient(object):
|
|
2503
2503
|
:rtype: :class:`~oci.response.Response`
|
2504
2504
|
|
2505
2505
|
:example:
|
2506
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2506
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/delete_view.py.html>`__ to see an example of how to use delete_view API.
|
2507
2507
|
"""
|
2508
2508
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2509
2509
|
required_arguments = ['viewId']
|
@@ -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.102.0/dns/delete_zone.py.html>`__ to see an example of how to use delete_zone API.
|
2655
2655
|
"""
|
2656
2656
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2657
2657
|
required_arguments = ['zoneNameOrId']
|
@@ -2827,7 +2827,7 @@ class DnsClient(object):
|
|
2827
2827
|
:rtype: :class:`~oci.response.Response`
|
2828
2828
|
|
2829
2829
|
:example:
|
2830
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/get_domain_records.py.html>`__ to see an example of how to use get_domain_records API.
|
2831
2831
|
"""
|
2832
2832
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2833
2833
|
required_arguments = ['zoneNameOrId', 'domain']
|
@@ -2997,7 +2997,7 @@ class DnsClient(object):
|
|
2997
2997
|
:rtype: :class:`~oci.response.Response`
|
2998
2998
|
|
2999
2999
|
:example:
|
3000
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3000
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/get_resolver.py.html>`__ to see an example of how to use get_resolver API.
|
3001
3001
|
"""
|
3002
3002
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3003
3003
|
required_arguments = ['resolverId']
|
@@ -3139,7 +3139,7 @@ class DnsClient(object):
|
|
3139
3139
|
:rtype: :class:`~oci.response.Response`
|
3140
3140
|
|
3141
3141
|
:example:
|
3142
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3142
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/get_resolver_endpoint.py.html>`__ to see an example of how to use get_resolver_endpoint API.
|
3143
3143
|
"""
|
3144
3144
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3145
3145
|
required_arguments = ['resolverId', 'resolverEndpointName']
|
@@ -3302,7 +3302,7 @@ class DnsClient(object):
|
|
3302
3302
|
:rtype: :class:`~oci.response.Response`
|
3303
3303
|
|
3304
3304
|
:example:
|
3305
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/get_rr_set.py.html>`__ to see an example of how to use get_rr_set API.
|
3306
3306
|
"""
|
3307
3307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3308
3308
|
required_arguments = ['zoneNameOrId', 'domain', 'rtype']
|
@@ -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.102.0/dns/get_steering_policy.py.html>`__ to see an example of how to use get_steering_policy API.
|
3454
3454
|
"""
|
3455
3455
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3456
3456
|
required_arguments = ['steeringPolicyId']
|
@@ -3586,7 +3586,7 @@ class DnsClient(object):
|
|
3586
3586
|
:rtype: :class:`~oci.response.Response`
|
3587
3587
|
|
3588
3588
|
:example:
|
3589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/get_steering_policy_attachment.py.html>`__ to see an example of how to use get_steering_policy_attachment API.
|
3590
3590
|
"""
|
3591
3591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3592
3592
|
required_arguments = ['steeringPolicyAttachmentId']
|
@@ -3722,7 +3722,7 @@ class DnsClient(object):
|
|
3722
3722
|
:rtype: :class:`~oci.response.Response`
|
3723
3723
|
|
3724
3724
|
:example:
|
3725
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3725
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/get_tsig_key.py.html>`__ to see an example of how to use get_tsig_key API.
|
3726
3726
|
"""
|
3727
3727
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3728
3728
|
required_arguments = ['tsigKeyId']
|
@@ -3862,7 +3862,7 @@ class DnsClient(object):
|
|
3862
3862
|
:rtype: :class:`~oci.response.Response`
|
3863
3863
|
|
3864
3864
|
:example:
|
3865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/get_view.py.html>`__ to see an example of how to use get_view API.
|
3866
3866
|
"""
|
3867
3867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3868
3868
|
required_arguments = ['viewId']
|
@@ -4009,7 +4009,7 @@ class DnsClient(object):
|
|
4009
4009
|
:rtype: :class:`~oci.response.Response`
|
4010
4010
|
|
4011
4011
|
:example:
|
4012
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/get_zone.py.html>`__ to see an example of how to use get_zone API.
|
4013
4013
|
"""
|
4014
4014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4015
4015
|
required_arguments = ['zoneNameOrId']
|
@@ -4152,7 +4152,7 @@ class DnsClient(object):
|
|
4152
4152
|
:rtype: :class:`~oci.response.Response`
|
4153
4153
|
|
4154
4154
|
:example:
|
4155
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4155
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/get_zone_content.py.html>`__ to see an example of how to use get_zone_content API.
|
4156
4156
|
"""
|
4157
4157
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4158
4158
|
required_arguments = ['zoneNameOrId']
|
@@ -4338,7 +4338,7 @@ class DnsClient(object):
|
|
4338
4338
|
:rtype: :class:`~oci.response.Response`
|
4339
4339
|
|
4340
4340
|
:example:
|
4341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/get_zone_records.py.html>`__ to see an example of how to use get_zone_records API.
|
4342
4342
|
"""
|
4343
4343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4344
4344
|
required_arguments = ['zoneNameOrId']
|
@@ -4523,7 +4523,7 @@ class DnsClient(object):
|
|
4523
4523
|
:rtype: :class:`~oci.response.Response`
|
4524
4524
|
|
4525
4525
|
:example:
|
4526
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4526
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/list_resolver_endpoints.py.html>`__ to see an example of how to use list_resolver_endpoints API.
|
4527
4527
|
"""
|
4528
4528
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4529
4529
|
required_arguments = ['resolverId']
|
@@ -4708,7 +4708,7 @@ class DnsClient(object):
|
|
4708
4708
|
:rtype: :class:`~oci.response.Response`
|
4709
4709
|
|
4710
4710
|
:example:
|
4711
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/list_resolvers.py.html>`__ to see an example of how to use list_resolvers API.
|
4712
4712
|
"""
|
4713
4713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4714
4714
|
required_arguments = ['compartmentId']
|
@@ -4903,7 +4903,7 @@ class DnsClient(object):
|
|
4903
4903
|
:rtype: :class:`~oci.response.Response`
|
4904
4904
|
|
4905
4905
|
:example:
|
4906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/list_steering_policies.py.html>`__ to see an example of how to use list_steering_policies API.
|
4907
4907
|
"""
|
4908
4908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4909
4909
|
required_arguments = ['compartmentId']
|
@@ -5112,7 +5112,7 @@ class DnsClient(object):
|
|
5112
5112
|
:rtype: :class:`~oci.response.Response`
|
5113
5113
|
|
5114
5114
|
:example:
|
5115
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5115
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/list_steering_policy_attachments.py.html>`__ to see an example of how to use list_steering_policy_attachments API.
|
5116
5116
|
"""
|
5117
5117
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5118
5118
|
required_arguments = ['compartmentId']
|
@@ -5295,7 +5295,7 @@ class DnsClient(object):
|
|
5295
5295
|
:rtype: :class:`~oci.response.Response`
|
5296
5296
|
|
5297
5297
|
:example:
|
5298
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5298
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/list_tsig_keys.py.html>`__ to see an example of how to use list_tsig_keys API.
|
5299
5299
|
"""
|
5300
5300
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5301
5301
|
required_arguments = ['compartmentId']
|
@@ -5471,7 +5471,7 @@ class DnsClient(object):
|
|
5471
5471
|
:rtype: :class:`~oci.response.Response`
|
5472
5472
|
|
5473
5473
|
:example:
|
5474
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5474
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/list_views.py.html>`__ to see an example of how to use list_views API.
|
5475
5475
|
"""
|
5476
5476
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5477
5477
|
required_arguments = ['compartmentId']
|
@@ -5620,7 +5620,7 @@ class DnsClient(object):
|
|
5620
5620
|
:rtype: :class:`~oci.response.Response`
|
5621
5621
|
|
5622
5622
|
:example:
|
5623
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5623
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/list_zone_transfer_servers.py.html>`__ to see an example of how to use list_zone_transfer_servers API.
|
5624
5624
|
"""
|
5625
5625
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5626
5626
|
required_arguments = ['compartmentId']
|
@@ -5787,7 +5787,7 @@ class DnsClient(object):
|
|
5787
5787
|
:rtype: :class:`~oci.response.Response`
|
5788
5788
|
|
5789
5789
|
:example:
|
5790
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5790
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/list_zones.py.html>`__ to see an example of how to use list_zones API.
|
5791
5791
|
"""
|
5792
5792
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5793
5793
|
required_arguments = ['compartmentId']
|
@@ -5981,7 +5981,7 @@ class DnsClient(object):
|
|
5981
5981
|
:rtype: :class:`~oci.response.Response`
|
5982
5982
|
|
5983
5983
|
:example:
|
5984
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5984
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/patch_domain_records.py.html>`__ to see an example of how to use patch_domain_records API.
|
5985
5985
|
"""
|
5986
5986
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5987
5987
|
required_arguments = ['zoneNameOrId', 'domain']
|
@@ -6146,7 +6146,7 @@ class DnsClient(object):
|
|
6146
6146
|
:rtype: :class:`~oci.response.Response`
|
6147
6147
|
|
6148
6148
|
:example:
|
6149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/patch_rr_set.py.html>`__ to see an example of how to use patch_rr_set API.
|
6150
6150
|
"""
|
6151
6151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6152
6152
|
required_arguments = ['zoneNameOrId', 'domain', 'rtype']
|
@@ -6308,7 +6308,7 @@ class DnsClient(object):
|
|
6308
6308
|
:rtype: :class:`~oci.response.Response`
|
6309
6309
|
|
6310
6310
|
:example:
|
6311
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6311
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/patch_zone_records.py.html>`__ to see an example of how to use patch_zone_records API.
|
6312
6312
|
"""
|
6313
6313
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6314
6314
|
required_arguments = ['zoneNameOrId']
|
@@ -6471,7 +6471,7 @@ class DnsClient(object):
|
|
6471
6471
|
:rtype: :class:`~oci.response.Response`
|
6472
6472
|
|
6473
6473
|
:example:
|
6474
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6474
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/update_domain_records.py.html>`__ to see an example of how to use update_domain_records API.
|
6475
6475
|
"""
|
6476
6476
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6477
6477
|
required_arguments = ['zoneNameOrId', 'domain']
|
@@ -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.102.0/dns/update_resolver.py.html>`__ to see an example of how to use update_resolver API.
|
6623
6623
|
"""
|
6624
6624
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6625
6625
|
required_arguments = ['resolverId']
|
@@ -6765,7 +6765,7 @@ class DnsClient(object):
|
|
6765
6765
|
:rtype: :class:`~oci.response.Response`
|
6766
6766
|
|
6767
6767
|
:example:
|
6768
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6768
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/update_resolver_endpoint.py.html>`__ to see an example of how to use update_resolver_endpoint API.
|
6769
6769
|
"""
|
6770
6770
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6771
6771
|
required_arguments = ['resolverId', 'resolverEndpointName']
|
@@ -6926,7 +6926,7 @@ class DnsClient(object):
|
|
6926
6926
|
:rtype: :class:`~oci.response.Response`
|
6927
6927
|
|
6928
6928
|
:example:
|
6929
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6929
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/update_rr_set.py.html>`__ to see an example of how to use update_rr_set API.
|
6930
6930
|
"""
|
6931
6931
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6932
6932
|
required_arguments = ['zoneNameOrId', 'domain', 'rtype']
|
@@ -7075,7 +7075,7 @@ class DnsClient(object):
|
|
7075
7075
|
:rtype: :class:`~oci.response.Response`
|
7076
7076
|
|
7077
7077
|
:example:
|
7078
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7078
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/update_steering_policy.py.html>`__ to see an example of how to use update_steering_policy API.
|
7079
7079
|
"""
|
7080
7080
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7081
7081
|
required_arguments = ['steeringPolicyId']
|
@@ -7218,7 +7218,7 @@ class DnsClient(object):
|
|
7218
7218
|
:rtype: :class:`~oci.response.Response`
|
7219
7219
|
|
7220
7220
|
:example:
|
7221
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7221
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/update_steering_policy_attachment.py.html>`__ to see an example of how to use update_steering_policy_attachment API.
|
7222
7222
|
"""
|
7223
7223
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7224
7224
|
required_arguments = ['steeringPolicyAttachmentId']
|
@@ -7361,7 +7361,7 @@ class DnsClient(object):
|
|
7361
7361
|
:rtype: :class:`~oci.response.Response`
|
7362
7362
|
|
7363
7363
|
:example:
|
7364
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7364
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/update_tsig_key.py.html>`__ to see an example of how to use update_tsig_key API.
|
7365
7365
|
"""
|
7366
7366
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7367
7367
|
required_arguments = ['tsigKeyId']
|
@@ -7504,7 +7504,7 @@ class DnsClient(object):
|
|
7504
7504
|
:rtype: :class:`~oci.response.Response`
|
7505
7505
|
|
7506
7506
|
:example:
|
7507
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7507
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/update_view.py.html>`__ to see an example of how to use update_view API.
|
7508
7508
|
"""
|
7509
7509
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7510
7510
|
required_arguments = ['viewId']
|
@@ -7662,7 +7662,7 @@ class DnsClient(object):
|
|
7662
7662
|
:rtype: :class:`~oci.response.Response`
|
7663
7663
|
|
7664
7664
|
:example:
|
7665
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7665
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/update_zone.py.html>`__ to see an example of how to use update_zone API.
|
7666
7666
|
"""
|
7667
7667
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7668
7668
|
required_arguments = ['zoneNameOrId']
|
@@ -7823,7 +7823,7 @@ class DnsClient(object):
|
|
7823
7823
|
:rtype: :class:`~oci.response.Response`
|
7824
7824
|
|
7825
7825
|
:example:
|
7826
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7826
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dns/update_zone_records.py.html>`__ to see an example of how to use update_zone_records API.
|
7827
7827
|
"""
|
7828
7828
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7829
7829
|
required_arguments = ['zoneNameOrId']
|
@@ -151,7 +151,7 @@ class ApplianceExportJobClient(object):
|
|
151
151
|
:rtype: :class:`~oci.response.Response`
|
152
152
|
|
153
153
|
:example:
|
154
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
154
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dts/change_appliance_export_job_compartment.py.html>`__ to see an example of how to use change_appliance_export_job_compartment API.
|
155
155
|
"""
|
156
156
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
157
157
|
required_arguments = ['applianceExportJobId']
|
@@ -260,7 +260,7 @@ class ApplianceExportJobClient(object):
|
|
260
260
|
:rtype: :class:`~oci.response.Response`
|
261
261
|
|
262
262
|
:example:
|
263
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
263
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dts/create_appliance_export_job.py.html>`__ to see an example of how to use create_appliance_export_job API.
|
264
264
|
"""
|
265
265
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
266
266
|
required_arguments = []
|
@@ -361,7 +361,7 @@ class ApplianceExportJobClient(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.102.0/dts/delete_appliance_export_job.py.html>`__ to see an example of how to use delete_appliance_export_job API.
|
365
365
|
"""
|
366
366
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
367
367
|
required_arguments = ['applianceExportJobId']
|
@@ -461,7 +461,7 @@ class ApplianceExportJobClient(object):
|
|
461
461
|
:rtype: :class:`~oci.response.Response`
|
462
462
|
|
463
463
|
:example:
|
464
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
464
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dts/get_appliance_export_job.py.html>`__ to see an example of how to use get_appliance_export_job API.
|
465
465
|
"""
|
466
466
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
467
467
|
required_arguments = ['applianceExportJobId']
|
@@ -582,7 +582,7 @@ class ApplianceExportJobClient(object):
|
|
582
582
|
:rtype: :class:`~oci.response.Response`
|
583
583
|
|
584
584
|
:example:
|
585
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
585
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dts/list_appliance_export_jobs.py.html>`__ to see an example of how to use list_appliance_export_jobs API.
|
586
586
|
"""
|
587
587
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
588
588
|
required_arguments = ['compartmentId']
|
@@ -696,7 +696,7 @@ class ApplianceExportJobClient(object):
|
|
696
696
|
:rtype: :class:`~oci.response.Response`
|
697
697
|
|
698
698
|
:example:
|
699
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
699
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dts/update_appliance_export_job.py.html>`__ to see an example of how to use update_appliance_export_job API.
|
700
700
|
"""
|
701
701
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
702
702
|
required_arguments = ['applianceExportJobId']
|
@@ -130,7 +130,7 @@ class ShippingVendorsClient(object):
|
|
130
130
|
:rtype: :class:`~oci.response.Response`
|
131
131
|
|
132
132
|
:example:
|
133
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
133
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dts/list_shipping_vendors.py.html>`__ to see an example of how to use list_shipping_vendors API.
|
134
134
|
"""
|
135
135
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
136
136
|
required_arguments = []
|
@@ -143,7 +143,7 @@ class TransferApplianceClient(object):
|
|
143
143
|
:rtype: :class:`~oci.response.Response`
|
144
144
|
|
145
145
|
:example:
|
146
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
146
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dts/create_transfer_appliance.py.html>`__ to see an example of how to use create_transfer_appliance API.
|
147
147
|
"""
|
148
148
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
149
149
|
required_arguments = ['id']
|
@@ -252,7 +252,7 @@ class TransferApplianceClient(object):
|
|
252
252
|
:rtype: :class:`~oci.response.Response`
|
253
253
|
|
254
254
|
:example:
|
255
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
255
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dts/create_transfer_appliance_admin_credentials.py.html>`__ to see an example of how to use create_transfer_appliance_admin_credentials API.
|
256
256
|
"""
|
257
257
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
258
258
|
required_arguments = ['id', 'transferApplianceLabel']
|
@@ -359,7 +359,7 @@ class TransferApplianceClient(object):
|
|
359
359
|
:rtype: :class:`~oci.response.Response`
|
360
360
|
|
361
361
|
:example:
|
362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
362
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dts/delete_transfer_appliance.py.html>`__ to see an example of how to use delete_transfer_appliance API.
|
363
363
|
"""
|
364
364
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
365
365
|
required_arguments = ['id', 'transferApplianceLabel']
|
@@ -455,7 +455,7 @@ class TransferApplianceClient(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.102.0/dts/get_transfer_appliance.py.html>`__ to see an example of how to use get_transfer_appliance API.
|
459
459
|
"""
|
460
460
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
461
461
|
required_arguments = ['id', 'transferApplianceLabel']
|
@@ -545,7 +545,7 @@ class TransferApplianceClient(object):
|
|
545
545
|
:rtype: :class:`~oci.response.Response`
|
546
546
|
|
547
547
|
:example:
|
548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
549
549
|
"""
|
550
550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
551
551
|
required_arguments = ['id', 'transferApplianceLabel']
|
@@ -635,7 +635,7 @@ class TransferApplianceClient(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/dts/get_transfer_appliance_encryption_passphrase.py.html>`__ to see an example of how to use get_transfer_appliance_encryption_passphrase API.
|
639
639
|
"""
|
640
640
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
641
641
|
required_arguments = ['id', 'transferApplianceLabel']
|
@@ -727,7 +727,7 @@ class TransferApplianceClient(object):
|
|
727
727
|
:rtype: :class:`~oci.response.Response`
|
728
728
|
|
729
729
|
:example:
|
730
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
730
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dts/list_transfer_appliances.py.html>`__ to see an example of how to use list_transfer_appliances API.
|
731
731
|
"""
|
732
732
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
733
733
|
required_arguments = ['id']
|
@@ -842,7 +842,7 @@ class TransferApplianceClient(object):
|
|
842
842
|
:rtype: :class:`~oci.response.Response`
|
843
843
|
|
844
844
|
:example:
|
845
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
845
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dts/update_transfer_appliance.py.html>`__ to see an example of how to use update_transfer_appliance API.
|
846
846
|
"""
|
847
847
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
848
848
|
required_arguments = ['id', 'transferApplianceLabel']
|
@@ -144,7 +144,7 @@ class TransferApplianceEntitlementClient(object):
|
|
144
144
|
:rtype: :class:`~oci.response.Response`
|
145
145
|
|
146
146
|
:example:
|
147
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
147
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dts/create_transfer_appliance_entitlement.py.html>`__ to see an example of how to use create_transfer_appliance_entitlement API.
|
148
148
|
"""
|
149
149
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
150
150
|
required_arguments = []
|
@@ -241,7 +241,7 @@ class TransferApplianceEntitlementClient(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/dts/get_transfer_appliance_entitlement.py.html>`__ to see an example of how to use get_transfer_appliance_entitlement API.
|
245
245
|
"""
|
246
246
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
247
247
|
required_arguments = ['id']
|
@@ -347,7 +347,7 @@ class TransferApplianceEntitlementClient(object):
|
|
347
347
|
:rtype: :class:`~oci.response.Response`
|
348
348
|
|
349
349
|
:example:
|
350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
350
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/dts/list_transfer_appliance_entitlement.py.html>`__ to see an example of how to use list_transfer_appliance_entitlement API.
|
351
351
|
"""
|
352
352
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
353
353
|
required_arguments = ['compartmentId']
|