oci 2.102.0__py3-none-any.whl → 2.103.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/access_governance_cp/access_governance_cp_client_composite_operations.py +9 -1
- oci/adm/application_dependency_management_client.py +18 -18
- oci/adm/application_dependency_management_client_composite_operations.py +9 -1
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client_composite_operations.py +18 -2
- 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/announcement_subscription_client_composite_operations.py +9 -1
- 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/artifacts/artifacts_client_composite_operations.py +36 -4
- oci/audit/audit_client.py +3 -3
- oci/auth/signers/instance_principals_security_token_signer.py +9 -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/budget/budget_client_composite_operations.py +9 -1
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/certificates_management/certificates_management_client_composite_operations.py +9 -1
- 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/discovery_client_composite_operations.py +9 -1
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/inventory_client_composite_operations.py +9 -1
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_bridge/ocb_agent_svc_client_composite_operations.py +27 -3
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_guard/cloud_guard_client_composite_operations.py +63 -7
- 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/blockstorage_client_composite_operations.py +54 -6
- oci/core/compute_client.py +89 -89
- oci/core/compute_client_composite_operations.py +72 -8
- oci/core/compute_management_client.py +32 -32
- oci/core/compute_management_client_composite_operations.py +9 -1
- oci/core/virtual_network_client.py +241 -241
- oci/core/virtual_network_client_composite_operations.py +216 -24
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_client_composite_operations.py +9 -1
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/dashboard_service/dashboard_group_client_composite_operations.py +9 -1
- oci/data_catalog/data_catalog_client.py +139 -139
- oci/data_flow/data_flow_client.py +28 -28
- oci/data_flow/data_flow_client_composite_operations.py +18 -2
- 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_labeling_service_dataplane/data_labeling_client_composite_operations.py +18 -2
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_safe/data_safe_client_composite_operations.py +18 -2
- oci/data_science/data_science_client.py +85 -85
- oci/data_science/data_science_client_composite_operations.py +27 -3
- oci/database/database_client.py +428 -304
- oci/database/database_client_composite_operations.py +18 -2
- oci/database/models/__init__.py +4 -0
- oci/database/models/autonomous_container_database.py +2 -2
- oci/database/models/autonomous_container_database_summary.py +2 -2
- oci/database/models/autonomous_database.py +6 -2
- oci/database/models/autonomous_database_summary.py +6 -2
- oci/database/models/autonomous_virtual_machine.py +37 -2
- oci/database/models/autonomous_virtual_machine_summary.py +37 -2
- oci/database/models/autonomous_vm_cluster.py +10 -6
- oci/database/models/autonomous_vm_cluster_resource_details.py +105 -0
- oci/database/models/autonomous_vm_cluster_summary.py +10 -6
- oci/database/models/cloud_autonomous_vm_cluster.py +43 -4
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +43 -4
- oci/database/models/create_autonomous_container_database_details.py +2 -2
- oci/database/models/create_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/create_cloud_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/exadata_infrastructure.py +31 -0
- oci/database/models/exadata_infrastructure_summary.py +31 -0
- oci/database/models/exadata_infrastructure_un_allocated_resources.py +260 -0
- oci/database/models/rotate_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_autonomous_vm_cluster_ssl_certs_details.py +3 -3
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ssl_certs_details.py +2 -2
- oci/database/models/vm_cluster.py +31 -0
- oci/database/models/vm_cluster_summary.py +31 -0
- oci/database_management/db_management_client.py +157 -157
- oci/database_management/db_management_client_composite_operations.py +45 -5
- 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_migration/database_migration_client_composite_operations.py +9 -1
- 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/disaster_recovery/disaster_recovery_client_composite_operations.py +9 -1
- oci/dns/dns_client.py +197 -51
- oci/dns/dns_client_composite_operations.py +45 -5
- oci/dns/models/__init__.py +2 -0
- oci/dns/models/create_zone_details.py +35 -2
- oci/dns/models/external_downstream.py +137 -0
- oci/dns/models/update_zone_details.py +35 -2
- oci/dns/models/zone.py +33 -0
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/appliance_export_job_client_composite_operations.py +9 -1
- 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_job_client_composite_operations.py +9 -1
- 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/email/email_client_composite_operations.py +9 -1
- oci/events/events_client.py +6 -6
- oci/events/events_client_composite_operations.py +9 -1
- oci/file_storage/file_storage_client.py +35 -35
- oci/file_storage/file_storage_client_composite_operations.py +54 -6
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/functions/functions_management_client_composite_operations.py +18 -2
- 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 +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/identity_client_composite_operations.py +63 -7
- 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/license_manager/license_manager_client_composite_operations.py +18 -2
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/limits/quotas_client_composite_operations.py +9 -1
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +22 -22
- oci/lockbox/lockbox_client_composite_operations.py +18 -2
- oci/log_analytics/log_analytics_client.py +184 -184
- oci/logging/logging_management_client.py +62 -300
- oci/logging/logging_management_client_composite_operations.py +12 -4
- oci/logging/models/__init__.py +2 -6
- oci/logging/models/archiving.py +2 -2
- oci/logging/models/category.py +2 -2
- oci/logging/models/change_log_saved_search_compartment_details.py +1 -1
- oci/logging/models/create_log_details.py +2 -2
- oci/logging/models/create_log_saved_search_details.py +1 -1
- oci/logging/models/log.py +2 -2
- oci/logging/models/log_saved_search.py +1 -1
- oci/logging/models/log_saved_search_summary.py +1 -1
- oci/logging/models/log_summary.py +2 -2
- oci/logging/models/parameter.py +77 -5
- oci/logging/models/unified_agent_apache2_parser.py +1 -1
- oci/logging/models/unified_agent_apache_error_parser.py +1 -1
- oci/logging/models/unified_agent_auditd_parser.py +1 -1
- oci/logging/models/unified_agent_cri_parser.py +160 -0
- oci/logging/models/unified_agent_csv_parser.py +10 -2
- oci/logging/models/unified_agent_grok_parser.py +14 -2
- oci/logging/models/unified_agent_logging_configuration.py +6 -2
- oci/logging/models/unified_agent_msgpack_parser.py +1 -1
- oci/logging/models/unified_agent_multiline_grok_parser.py +18 -2
- oci/logging/models/unified_agent_multiline_parser.py +10 -2
- oci/logging/models/unified_agent_none_parser.py +5 -1
- oci/logging/models/unified_agent_parser.py +51 -3
- oci/logging/models/unified_agent_regex_parser.py +10 -2
- oci/logging/models/unified_agent_syslog_parser.py +25 -1
- oci/logging/models/unified_agent_tail_log_source.py +5 -1
- oci/logging/models/unified_agent_tsv_parser.py +10 -2
- oci/logging/models/unified_agent_windows_event_source.py +5 -1
- oci/logging/models/unified_json_parser.py +9 -1
- oci/logging/models/update_log_details.py +2 -2
- oci/logging/models/update_log_saved_search_details.py +1 -1
- oci/logging/models/work_request.py +2 -2
- oci/logging/models/work_request_summary.py +2 -2
- 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_agent/management_agent_client_composite_operations.py +18 -2
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/management_dashboard/dashx_apis_client_composite_operations.py +18 -2
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/marketplace/marketplace_client_composite_operations.py +9 -1
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_services_client_composite_operations.py +63 -7
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/monitoring/monitoring_client_composite_operations.py +9 -1
- 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/mysqlaas_client_composite_operations.py +9 -1
- 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/ons/notification_data_plane_client_composite_operations.py +9 -1
- 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_assignment_client_composite_operations.py +9 -1
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/operator_access_control/operator_control_client_composite_operations.py +9 -1
- oci/opsi/operations_insights_client.py +151 -151
- oci/optimizer/optimizer_client.py +26 -26
- oci/optimizer/optimizer_client_composite_operations.py +9 -1
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management/os_management_client_composite_operations.py +27 -3
- 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_manager/resource_manager_client_composite_operations.py +45 -5
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_cluster_client.py +7 -7
- oci/rover/rover_cluster_client_composite_operations.py +9 -1
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_entitlement_client_composite_operations.py +9 -1
- oci/rover/rover_node_client.py +10 -10
- oci/rover/rover_node_client_composite_operations.py +9 -1
- 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_catalog/service_catalog_client_composite_operations.py +9 -1
- 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/stack_monitoring/stack_monitoring_client_composite_operations.py +9 -1
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_admin_client_composite_operations.py +27 -3
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client_composite_operations.py +9 -1
- 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/subscription_client_composite_operations.py +9 -1
- 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/usage_api/usageapi_client_composite_operations.py +9 -1
- 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/vn_monitoring/vn_monitoring_client_composite_operations.py +9 -1
- 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/waas/waas_client_composite_operations.py +27 -3
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/METADATA +1 -1
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/RECORD +336 -332
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/WHEEL +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/top_level.txt +0 -0
@@ -146,7 +146,7 @@ class VirtualNetworkClient(object):
|
|
146
146
|
:rtype: :class:`~oci.response.Response`
|
147
147
|
|
148
148
|
:example:
|
149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/add_drg_route_distribution_statements.py.html>`__ to see an example of how to use add_drg_route_distribution_statements API.
|
150
150
|
"""
|
151
151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
152
152
|
required_arguments = ['drgRouteDistributionId']
|
@@ -246,7 +246,7 @@ class VirtualNetworkClient(object):
|
|
246
246
|
:rtype: :class:`~oci.response.Response`
|
247
247
|
|
248
248
|
:example:
|
249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/add_drg_route_rules.py.html>`__ to see an example of how to use add_drg_route_rules API.
|
250
250
|
"""
|
251
251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
252
252
|
required_arguments = ['drgRouteTableId']
|
@@ -363,7 +363,7 @@ class VirtualNetworkClient(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.103.0/core/add_ipv6_subnet_cidr.py.html>`__ to see an example of how to use add_ipv6_subnet_cidr API.
|
367
367
|
"""
|
368
368
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
369
369
|
required_arguments = ['subnetId']
|
@@ -483,7 +483,7 @@ class VirtualNetworkClient(object):
|
|
483
483
|
:rtype: :class:`~oci.response.Response`
|
484
484
|
|
485
485
|
:example:
|
486
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
486
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/add_ipv6_vcn_cidr.py.html>`__ to see an example of how to use add_ipv6_vcn_cidr API.
|
487
487
|
"""
|
488
488
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
489
489
|
required_arguments = ['vcnId']
|
@@ -587,7 +587,7 @@ class VirtualNetworkClient(object):
|
|
587
587
|
:rtype: :class:`~oci.response.Response`
|
588
588
|
|
589
589
|
:example:
|
590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/add_network_security_group_security_rules.py.html>`__ to see an example of how to use add_network_security_group_security_rules API.
|
591
591
|
"""
|
592
592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
593
593
|
required_arguments = ['networkSecurityGroupId']
|
@@ -693,7 +693,7 @@ class VirtualNetworkClient(object):
|
|
693
693
|
:rtype: :class:`~oci.response.Response`
|
694
694
|
|
695
695
|
:example:
|
696
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
696
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/add_public_ip_pool_capacity.py.html>`__ to see an example of how to use add_public_ip_pool_capacity API.
|
697
697
|
"""
|
698
698
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
699
699
|
required_arguments = ['publicIpPoolId']
|
@@ -818,7 +818,7 @@ class VirtualNetworkClient(object):
|
|
818
818
|
:rtype: :class:`~oci.response.Response`
|
819
819
|
|
820
820
|
:example:
|
821
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
821
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/add_vcn_cidr.py.html>`__ to see an example of how to use add_vcn_cidr API.
|
822
822
|
"""
|
823
823
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
824
824
|
required_arguments = ['vcnId']
|
@@ -923,7 +923,7 @@ class VirtualNetworkClient(object):
|
|
923
923
|
:rtype: :class:`~oci.response.Response`
|
924
924
|
|
925
925
|
:example:
|
926
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
926
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/advertise_byoip_range.py.html>`__ to see an example of how to use advertise_byoip_range API.
|
927
927
|
"""
|
928
928
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
929
929
|
required_arguments = ['byoipRangeId']
|
@@ -1033,7 +1033,7 @@ class VirtualNetworkClient(object):
|
|
1033
1033
|
:rtype: :class:`~oci.response.Response`
|
1034
1034
|
|
1035
1035
|
:example:
|
1036
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1036
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/attach_service_id.py.html>`__ to see an example of how to use attach_service_id API.
|
1037
1037
|
"""
|
1038
1038
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1039
1039
|
required_arguments = ['serviceGatewayId']
|
@@ -1136,7 +1136,7 @@ class VirtualNetworkClient(object):
|
|
1136
1136
|
:rtype: :class:`~oci.response.Response`
|
1137
1137
|
|
1138
1138
|
:example:
|
1139
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1139
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/bulk_add_virtual_circuit_public_prefixes.py.html>`__ to see an example of how to use bulk_add_virtual_circuit_public_prefixes API.
|
1140
1140
|
"""
|
1141
1141
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1142
1142
|
required_arguments = ['virtualCircuitId']
|
@@ -1232,7 +1232,7 @@ class VirtualNetworkClient(object):
|
|
1232
1232
|
:rtype: :class:`~oci.response.Response`
|
1233
1233
|
|
1234
1234
|
:example:
|
1235
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1235
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/bulk_delete_virtual_circuit_public_prefixes.py.html>`__ to see an example of how to use bulk_delete_virtual_circuit_public_prefixes API.
|
1236
1236
|
"""
|
1237
1237
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1238
1238
|
required_arguments = ['virtualCircuitId']
|
@@ -1340,7 +1340,7 @@ class VirtualNetworkClient(object):
|
|
1340
1340
|
:rtype: :class:`~oci.response.Response`
|
1341
1341
|
|
1342
1342
|
:example:
|
1343
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1343
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_byoip_range_compartment.py.html>`__ to see an example of how to use change_byoip_range_compartment API.
|
1344
1344
|
"""
|
1345
1345
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1346
1346
|
required_arguments = ['byoipRangeId']
|
@@ -1461,7 +1461,7 @@ class VirtualNetworkClient(object):
|
|
1461
1461
|
:rtype: :class:`~oci.response.Response`
|
1462
1462
|
|
1463
1463
|
:example:
|
1464
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1464
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_capture_filter_compartment.py.html>`__ to see an example of how to use change_capture_filter_compartment API.
|
1465
1465
|
"""
|
1466
1466
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1467
1467
|
required_arguments = ['captureFilterId']
|
@@ -1579,7 +1579,7 @@ class VirtualNetworkClient(object):
|
|
1579
1579
|
:rtype: :class:`~oci.response.Response`
|
1580
1580
|
|
1581
1581
|
:example:
|
1582
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1582
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_cpe_compartment.py.html>`__ to see an example of how to use change_cpe_compartment API.
|
1583
1583
|
"""
|
1584
1584
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1585
1585
|
required_arguments = ['cpeId']
|
@@ -1697,7 +1697,7 @@ class VirtualNetworkClient(object):
|
|
1697
1697
|
:rtype: :class:`~oci.response.Response`
|
1698
1698
|
|
1699
1699
|
:example:
|
1700
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1700
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_cross_connect_compartment.py.html>`__ to see an example of how to use change_cross_connect_compartment API.
|
1701
1701
|
"""
|
1702
1702
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1703
1703
|
required_arguments = ['crossConnectId']
|
@@ -1815,7 +1815,7 @@ class VirtualNetworkClient(object):
|
|
1815
1815
|
:rtype: :class:`~oci.response.Response`
|
1816
1816
|
|
1817
1817
|
:example:
|
1818
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1818
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_cross_connect_group_compartment.py.html>`__ to see an example of how to use change_cross_connect_group_compartment API.
|
1819
1819
|
"""
|
1820
1820
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1821
1821
|
required_arguments = ['crossConnectGroupId']
|
@@ -1933,7 +1933,7 @@ class VirtualNetworkClient(object):
|
|
1933
1933
|
:rtype: :class:`~oci.response.Response`
|
1934
1934
|
|
1935
1935
|
:example:
|
1936
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1936
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_dhcp_options_compartment.py.html>`__ to see an example of how to use change_dhcp_options_compartment API.
|
1937
1937
|
"""
|
1938
1938
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1939
1939
|
required_arguments = ['dhcpId']
|
@@ -2049,7 +2049,7 @@ class VirtualNetworkClient(object):
|
|
2049
2049
|
:rtype: :class:`~oci.response.Response`
|
2050
2050
|
|
2051
2051
|
:example:
|
2052
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2052
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_drg_compartment.py.html>`__ to see an example of how to use change_drg_compartment API.
|
2053
2053
|
"""
|
2054
2054
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2055
2055
|
required_arguments = ['drgId']
|
@@ -2165,7 +2165,7 @@ class VirtualNetworkClient(object):
|
|
2165
2165
|
:rtype: :class:`~oci.response.Response`
|
2166
2166
|
|
2167
2167
|
:example:
|
2168
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2168
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_internet_gateway_compartment.py.html>`__ to see an example of how to use change_internet_gateway_compartment API.
|
2169
2169
|
"""
|
2170
2170
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2171
2171
|
required_arguments = ['igId']
|
@@ -2281,7 +2281,7 @@ class VirtualNetworkClient(object):
|
|
2281
2281
|
:rtype: :class:`~oci.response.Response`
|
2282
2282
|
|
2283
2283
|
:example:
|
2284
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2284
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_ip_sec_connection_compartment.py.html>`__ to see an example of how to use change_ip_sec_connection_compartment API.
|
2285
2285
|
"""
|
2286
2286
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2287
2287
|
required_arguments = ['ipscId']
|
@@ -2399,7 +2399,7 @@ class VirtualNetworkClient(object):
|
|
2399
2399
|
:rtype: :class:`~oci.response.Response`
|
2400
2400
|
|
2401
2401
|
:example:
|
2402
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2402
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_local_peering_gateway_compartment.py.html>`__ to see an example of how to use change_local_peering_gateway_compartment API.
|
2403
2403
|
"""
|
2404
2404
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2405
2405
|
required_arguments = ['localPeeringGatewayId']
|
@@ -2515,7 +2515,7 @@ class VirtualNetworkClient(object):
|
|
2515
2515
|
:rtype: :class:`~oci.response.Response`
|
2516
2516
|
|
2517
2517
|
:example:
|
2518
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2518
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_nat_gateway_compartment.py.html>`__ to see an example of how to use change_nat_gateway_compartment API.
|
2519
2519
|
"""
|
2520
2520
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2521
2521
|
required_arguments = ['natGatewayId']
|
@@ -2630,7 +2630,7 @@ class VirtualNetworkClient(object):
|
|
2630
2630
|
:rtype: :class:`~oci.response.Response`
|
2631
2631
|
|
2632
2632
|
:example:
|
2633
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2633
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_network_security_group_compartment.py.html>`__ to see an example of how to use change_network_security_group_compartment API.
|
2634
2634
|
"""
|
2635
2635
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2636
2636
|
required_arguments = ['networkSecurityGroupId']
|
@@ -2749,7 +2749,7 @@ class VirtualNetworkClient(object):
|
|
2749
2749
|
:rtype: :class:`~oci.response.Response`
|
2750
2750
|
|
2751
2751
|
:example:
|
2752
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2752
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_public_ip_compartment.py.html>`__ to see an example of how to use change_public_ip_compartment API.
|
2753
2753
|
"""
|
2754
2754
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2755
2755
|
required_arguments = ['publicIpId']
|
@@ -2865,7 +2865,7 @@ class VirtualNetworkClient(object):
|
|
2865
2865
|
:rtype: :class:`~oci.response.Response`
|
2866
2866
|
|
2867
2867
|
:example:
|
2868
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2868
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_public_ip_pool_compartment.py.html>`__ to see an example of how to use change_public_ip_pool_compartment API.
|
2869
2869
|
"""
|
2870
2870
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2871
2871
|
required_arguments = ['publicIpPoolId']
|
@@ -2981,7 +2981,7 @@ class VirtualNetworkClient(object):
|
|
2981
2981
|
:rtype: :class:`~oci.response.Response`
|
2982
2982
|
|
2983
2983
|
:example:
|
2984
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2984
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_remote_peering_connection_compartment.py.html>`__ to see an example of how to use change_remote_peering_connection_compartment API.
|
2985
2985
|
"""
|
2986
2986
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2987
2987
|
required_arguments = ['remotePeeringConnectionId']
|
@@ -3099,7 +3099,7 @@ class VirtualNetworkClient(object):
|
|
3099
3099
|
:rtype: :class:`~oci.response.Response`
|
3100
3100
|
|
3101
3101
|
:example:
|
3102
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3102
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_route_table_compartment.py.html>`__ to see an example of how to use change_route_table_compartment API.
|
3103
3103
|
"""
|
3104
3104
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3105
3105
|
required_arguments = ['rtId']
|
@@ -3215,7 +3215,7 @@ class VirtualNetworkClient(object):
|
|
3215
3215
|
:rtype: :class:`~oci.response.Response`
|
3216
3216
|
|
3217
3217
|
:example:
|
3218
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3218
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_security_list_compartment.py.html>`__ to see an example of how to use change_security_list_compartment API.
|
3219
3219
|
"""
|
3220
3220
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3221
3221
|
required_arguments = ['securityListId']
|
@@ -3331,7 +3331,7 @@ class VirtualNetworkClient(object):
|
|
3331
3331
|
:rtype: :class:`~oci.response.Response`
|
3332
3332
|
|
3333
3333
|
:example:
|
3334
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3334
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_service_gateway_compartment.py.html>`__ to see an example of how to use change_service_gateway_compartment API.
|
3335
3335
|
"""
|
3336
3336
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3337
3337
|
required_arguments = ['serviceGatewayId']
|
@@ -3447,7 +3447,7 @@ class VirtualNetworkClient(object):
|
|
3447
3447
|
:rtype: :class:`~oci.response.Response`
|
3448
3448
|
|
3449
3449
|
:example:
|
3450
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3450
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_subnet_compartment.py.html>`__ to see an example of how to use change_subnet_compartment API.
|
3451
3451
|
"""
|
3452
3452
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3453
3453
|
required_arguments = ['subnetId']
|
@@ -3563,7 +3563,7 @@ class VirtualNetworkClient(object):
|
|
3563
3563
|
:rtype: :class:`~oci.response.Response`
|
3564
3564
|
|
3565
3565
|
:example:
|
3566
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3566
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_vcn_compartment.py.html>`__ to see an example of how to use change_vcn_compartment API.
|
3567
3567
|
"""
|
3568
3568
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3569
3569
|
required_arguments = ['vcnId']
|
@@ -3679,7 +3679,7 @@ class VirtualNetworkClient(object):
|
|
3679
3679
|
:rtype: :class:`~oci.response.Response`
|
3680
3680
|
|
3681
3681
|
:example:
|
3682
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3682
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_virtual_circuit_compartment.py.html>`__ to see an example of how to use change_virtual_circuit_compartment API.
|
3683
3683
|
"""
|
3684
3684
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3685
3685
|
required_arguments = ['virtualCircuitId']
|
@@ -3802,7 +3802,7 @@ class VirtualNetworkClient(object):
|
|
3802
3802
|
:rtype: :class:`~oci.response.Response`
|
3803
3803
|
|
3804
3804
|
:example:
|
3805
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3805
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_vlan_compartment.py.html>`__ to see an example of how to use change_vlan_compartment API.
|
3806
3806
|
"""
|
3807
3807
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3808
3808
|
required_arguments = ['vlanId']
|
@@ -3925,7 +3925,7 @@ class VirtualNetworkClient(object):
|
|
3925
3925
|
:rtype: :class:`~oci.response.Response`
|
3926
3926
|
|
3927
3927
|
:example:
|
3928
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3928
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_vtap_compartment.py.html>`__ to see an example of how to use change_vtap_compartment API.
|
3929
3929
|
"""
|
3930
3930
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3931
3931
|
required_arguments = ['vtapId']
|
@@ -4037,7 +4037,7 @@ class VirtualNetworkClient(object):
|
|
4037
4037
|
:rtype: :class:`~oci.response.Response`
|
4038
4038
|
|
4039
4039
|
:example:
|
4040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/connect_local_peering_gateways.py.html>`__ to see an example of how to use connect_local_peering_gateways API.
|
4041
4041
|
"""
|
4042
4042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4043
4043
|
required_arguments = ['localPeeringGatewayId']
|
@@ -4137,7 +4137,7 @@ class VirtualNetworkClient(object):
|
|
4137
4137
|
:rtype: :class:`~oci.response.Response`
|
4138
4138
|
|
4139
4139
|
:example:
|
4140
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4140
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/connect_remote_peering_connections.py.html>`__ to see an example of how to use connect_remote_peering_connections API.
|
4141
4141
|
"""
|
4142
4142
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4143
4143
|
required_arguments = ['remotePeeringConnectionId']
|
@@ -4236,7 +4236,7 @@ class VirtualNetworkClient(object):
|
|
4236
4236
|
:rtype: :class:`~oci.response.Response`
|
4237
4237
|
|
4238
4238
|
:example:
|
4239
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4239
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_byoip_range.py.html>`__ to see an example of how to use create_byoip_range API.
|
4240
4240
|
"""
|
4241
4241
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4242
4242
|
required_arguments = []
|
@@ -4345,7 +4345,7 @@ class VirtualNetworkClient(object):
|
|
4345
4345
|
:rtype: :class:`~oci.response.Response`
|
4346
4346
|
|
4347
4347
|
:example:
|
4348
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4348
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_capture_filter.py.html>`__ to see an example of how to use create_capture_filter API.
|
4349
4349
|
"""
|
4350
4350
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4351
4351
|
required_arguments = []
|
@@ -4458,7 +4458,7 @@ class VirtualNetworkClient(object):
|
|
4458
4458
|
:rtype: :class:`~oci.response.Response`
|
4459
4459
|
|
4460
4460
|
:example:
|
4461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4461
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_cpe.py.html>`__ to see an example of how to use create_cpe API.
|
4462
4462
|
"""
|
4463
4463
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4464
4464
|
required_arguments = []
|
@@ -4574,7 +4574,7 @@ class VirtualNetworkClient(object):
|
|
4574
4574
|
:rtype: :class:`~oci.response.Response`
|
4575
4575
|
|
4576
4576
|
:example:
|
4577
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4577
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_cross_connect.py.html>`__ to see an example of how to use create_cross_connect API.
|
4578
4578
|
"""
|
4579
4579
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4580
4580
|
required_arguments = []
|
@@ -4686,7 +4686,7 @@ class VirtualNetworkClient(object):
|
|
4686
4686
|
:rtype: :class:`~oci.response.Response`
|
4687
4687
|
|
4688
4688
|
:example:
|
4689
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4689
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_cross_connect_group.py.html>`__ to see an example of how to use create_cross_connect_group API.
|
4690
4690
|
"""
|
4691
4691
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4692
4692
|
required_arguments = []
|
@@ -4794,7 +4794,7 @@ class VirtualNetworkClient(object):
|
|
4794
4794
|
:rtype: :class:`~oci.response.Response`
|
4795
4795
|
|
4796
4796
|
:example:
|
4797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4797
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_dhcp_options.py.html>`__ to see an example of how to use create_dhcp_options API.
|
4798
4798
|
"""
|
4799
4799
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4800
4800
|
required_arguments = []
|
@@ -4901,7 +4901,7 @@ class VirtualNetworkClient(object):
|
|
4901
4901
|
:rtype: :class:`~oci.response.Response`
|
4902
4902
|
|
4903
4903
|
:example:
|
4904
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4904
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_drg.py.html>`__ to see an example of how to use create_drg API.
|
4905
4905
|
"""
|
4906
4906
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4907
4907
|
required_arguments = []
|
@@ -5006,7 +5006,7 @@ class VirtualNetworkClient(object):
|
|
5006
5006
|
:rtype: :class:`~oci.response.Response`
|
5007
5007
|
|
5008
5008
|
:example:
|
5009
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5009
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_drg_attachment.py.html>`__ to see an example of how to use create_drg_attachment API.
|
5010
5010
|
"""
|
5011
5011
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5012
5012
|
required_arguments = []
|
@@ -5100,7 +5100,7 @@ class VirtualNetworkClient(object):
|
|
5100
5100
|
:rtype: :class:`~oci.response.Response`
|
5101
5101
|
|
5102
5102
|
:example:
|
5103
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5103
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_drg_route_distribution.py.html>`__ to see an example of how to use create_drg_route_distribution API.
|
5104
5104
|
"""
|
5105
5105
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5106
5106
|
required_arguments = []
|
@@ -5192,7 +5192,7 @@ class VirtualNetworkClient(object):
|
|
5192
5192
|
:rtype: :class:`~oci.response.Response`
|
5193
5193
|
|
5194
5194
|
:example:
|
5195
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5195
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_drg_route_table.py.html>`__ to see an example of how to use create_drg_route_table API.
|
5196
5196
|
"""
|
5197
5197
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5198
5198
|
required_arguments = []
|
@@ -5306,7 +5306,7 @@ class VirtualNetworkClient(object):
|
|
5306
5306
|
:rtype: :class:`~oci.response.Response`
|
5307
5307
|
|
5308
5308
|
:example:
|
5309
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5309
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_internet_gateway.py.html>`__ to see an example of how to use create_internet_gateway API.
|
5310
5310
|
"""
|
5311
5311
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5312
5312
|
required_arguments = []
|
@@ -5429,7 +5429,7 @@ class VirtualNetworkClient(object):
|
|
5429
5429
|
:rtype: :class:`~oci.response.Response`
|
5430
5430
|
|
5431
5431
|
:example:
|
5432
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5432
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_ip_sec_connection.py.html>`__ to see an example of how to use create_ip_sec_connection API.
|
5433
5433
|
"""
|
5434
5434
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5435
5435
|
required_arguments = []
|
@@ -5526,7 +5526,7 @@ class VirtualNetworkClient(object):
|
|
5526
5526
|
:rtype: :class:`~oci.response.Response`
|
5527
5527
|
|
5528
5528
|
:example:
|
5529
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5529
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_ipv6.py.html>`__ to see an example of how to use create_ipv6 API.
|
5530
5530
|
"""
|
5531
5531
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5532
5532
|
required_arguments = []
|
@@ -5619,7 +5619,7 @@ class VirtualNetworkClient(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.103.0/core/create_local_peering_gateway.py.html>`__ to see an example of how to use create_local_peering_gateway API.
|
5623
5623
|
"""
|
5624
5624
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5625
5625
|
required_arguments = []
|
@@ -5711,7 +5711,7 @@ class VirtualNetworkClient(object):
|
|
5711
5711
|
:rtype: :class:`~oci.response.Response`
|
5712
5712
|
|
5713
5713
|
:example:
|
5714
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5714
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_nat_gateway.py.html>`__ to see an example of how to use create_nat_gateway API.
|
5715
5715
|
"""
|
5716
5716
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5717
5717
|
required_arguments = []
|
@@ -5802,7 +5802,7 @@ class VirtualNetworkClient(object):
|
|
5802
5802
|
:rtype: :class:`~oci.response.Response`
|
5803
5803
|
|
5804
5804
|
:example:
|
5805
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5805
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_network_security_group.py.html>`__ to see an example of how to use create_network_security_group API.
|
5806
5806
|
"""
|
5807
5807
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5808
5808
|
required_arguments = []
|
@@ -5897,7 +5897,7 @@ class VirtualNetworkClient(object):
|
|
5897
5897
|
:rtype: :class:`~oci.response.Response`
|
5898
5898
|
|
5899
5899
|
:example:
|
5900
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5900
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_private_ip.py.html>`__ to see an example of how to use create_private_ip API.
|
5901
5901
|
"""
|
5902
5902
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5903
5903
|
required_arguments = []
|
@@ -6011,7 +6011,7 @@ class VirtualNetworkClient(object):
|
|
6011
6011
|
:rtype: :class:`~oci.response.Response`
|
6012
6012
|
|
6013
6013
|
:example:
|
6014
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6014
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_public_ip.py.html>`__ to see an example of how to use create_public_ip API.
|
6015
6015
|
"""
|
6016
6016
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6017
6017
|
required_arguments = []
|
@@ -6106,7 +6106,7 @@ class VirtualNetworkClient(object):
|
|
6106
6106
|
:rtype: :class:`~oci.response.Response`
|
6107
6107
|
|
6108
6108
|
:example:
|
6109
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6109
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_public_ip_pool.py.html>`__ to see an example of how to use create_public_ip_pool API.
|
6110
6110
|
"""
|
6111
6111
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6112
6112
|
required_arguments = []
|
@@ -6199,7 +6199,7 @@ class VirtualNetworkClient(object):
|
|
6199
6199
|
:rtype: :class:`~oci.response.Response`
|
6200
6200
|
|
6201
6201
|
:example:
|
6202
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6202
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_remote_peering_connection.py.html>`__ to see an example of how to use create_remote_peering_connection API.
|
6203
6203
|
"""
|
6204
6204
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6205
6205
|
required_arguments = []
|
@@ -6312,7 +6312,7 @@ class VirtualNetworkClient(object):
|
|
6312
6312
|
:rtype: :class:`~oci.response.Response`
|
6313
6313
|
|
6314
6314
|
:example:
|
6315
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6315
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_route_table.py.html>`__ to see an example of how to use create_route_table API.
|
6316
6316
|
"""
|
6317
6317
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6318
6318
|
required_arguments = []
|
@@ -6422,7 +6422,7 @@ class VirtualNetworkClient(object):
|
|
6422
6422
|
:rtype: :class:`~oci.response.Response`
|
6423
6423
|
|
6424
6424
|
:example:
|
6425
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6425
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_security_list.py.html>`__ to see an example of how to use create_security_list API.
|
6426
6426
|
"""
|
6427
6427
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6428
6428
|
required_arguments = []
|
@@ -6525,7 +6525,7 @@ class VirtualNetworkClient(object):
|
|
6525
6525
|
:rtype: :class:`~oci.response.Response`
|
6526
6526
|
|
6527
6527
|
:example:
|
6528
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6528
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_service_gateway.py.html>`__ to see an example of how to use create_service_gateway API.
|
6529
6529
|
"""
|
6530
6530
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6531
6531
|
required_arguments = []
|
@@ -6656,7 +6656,7 @@ class VirtualNetworkClient(object):
|
|
6656
6656
|
:rtype: :class:`~oci.response.Response`
|
6657
6657
|
|
6658
6658
|
:example:
|
6659
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6659
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_subnet.py.html>`__ to see an example of how to use create_subnet API.
|
6660
6660
|
"""
|
6661
6661
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6662
6662
|
required_arguments = []
|
@@ -6788,7 +6788,7 @@ class VirtualNetworkClient(object):
|
|
6788
6788
|
:rtype: :class:`~oci.response.Response`
|
6789
6789
|
|
6790
6790
|
:example:
|
6791
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6791
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_vcn.py.html>`__ to see an example of how to use create_vcn API.
|
6792
6792
|
"""
|
6793
6793
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6794
6794
|
required_arguments = []
|
@@ -6905,7 +6905,7 @@ class VirtualNetworkClient(object):
|
|
6905
6905
|
:rtype: :class:`~oci.response.Response`
|
6906
6906
|
|
6907
6907
|
:example:
|
6908
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6908
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_virtual_circuit.py.html>`__ to see an example of how to use create_virtual_circuit API.
|
6909
6909
|
"""
|
6910
6910
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6911
6911
|
required_arguments = []
|
@@ -7002,7 +7002,7 @@ class VirtualNetworkClient(object):
|
|
7002
7002
|
:rtype: :class:`~oci.response.Response`
|
7003
7003
|
|
7004
7004
|
:example:
|
7005
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7005
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_vlan.py.html>`__ to see an example of how to use create_vlan API.
|
7006
7006
|
"""
|
7007
7007
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7008
7008
|
required_arguments = []
|
@@ -7111,7 +7111,7 @@ class VirtualNetworkClient(object):
|
|
7111
7111
|
:rtype: :class:`~oci.response.Response`
|
7112
7112
|
|
7113
7113
|
:example:
|
7114
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7114
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_vtap.py.html>`__ to see an example of how to use create_vtap API.
|
7115
7115
|
"""
|
7116
7116
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7117
7117
|
required_arguments = []
|
@@ -7214,7 +7214,7 @@ class VirtualNetworkClient(object):
|
|
7214
7214
|
:rtype: :class:`~oci.response.Response`
|
7215
7215
|
|
7216
7216
|
:example:
|
7217
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7217
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_byoip_range.py.html>`__ to see an example of how to use delete_byoip_range API.
|
7218
7218
|
"""
|
7219
7219
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7220
7220
|
required_arguments = ['byoipRangeId']
|
@@ -7319,7 +7319,7 @@ class VirtualNetworkClient(object):
|
|
7319
7319
|
:rtype: :class:`~oci.response.Response`
|
7320
7320
|
|
7321
7321
|
:example:
|
7322
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7322
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_capture_filter.py.html>`__ to see an example of how to use delete_capture_filter API.
|
7323
7323
|
"""
|
7324
7324
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7325
7325
|
required_arguments = ['captureFilterId']
|
@@ -7421,7 +7421,7 @@ class VirtualNetworkClient(object):
|
|
7421
7421
|
:rtype: :class:`~oci.response.Response`
|
7422
7422
|
|
7423
7423
|
:example:
|
7424
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7424
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_cpe.py.html>`__ to see an example of how to use delete_cpe API.
|
7425
7425
|
"""
|
7426
7426
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7427
7427
|
required_arguments = ['cpeId']
|
@@ -7522,7 +7522,7 @@ class VirtualNetworkClient(object):
|
|
7522
7522
|
:rtype: :class:`~oci.response.Response`
|
7523
7523
|
|
7524
7524
|
:example:
|
7525
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7525
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_cross_connect.py.html>`__ to see an example of how to use delete_cross_connect API.
|
7526
7526
|
"""
|
7527
7527
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7528
7528
|
required_arguments = ['crossConnectId']
|
@@ -7624,7 +7624,7 @@ class VirtualNetworkClient(object):
|
|
7624
7624
|
:rtype: :class:`~oci.response.Response`
|
7625
7625
|
|
7626
7626
|
:example:
|
7627
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7627
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_cross_connect_group.py.html>`__ to see an example of how to use delete_cross_connect_group API.
|
7628
7628
|
"""
|
7629
7629
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7630
7630
|
required_arguments = ['crossConnectGroupId']
|
@@ -7728,7 +7728,7 @@ class VirtualNetworkClient(object):
|
|
7728
7728
|
:rtype: :class:`~oci.response.Response`
|
7729
7729
|
|
7730
7730
|
:example:
|
7731
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7731
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_dhcp_options.py.html>`__ to see an example of how to use delete_dhcp_options API.
|
7732
7732
|
"""
|
7733
7733
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7734
7734
|
required_arguments = ['dhcpId']
|
@@ -7829,7 +7829,7 @@ class VirtualNetworkClient(object):
|
|
7829
7829
|
:rtype: :class:`~oci.response.Response`
|
7830
7830
|
|
7831
7831
|
:example:
|
7832
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7832
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_drg.py.html>`__ to see an example of how to use delete_drg API.
|
7833
7833
|
"""
|
7834
7834
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7835
7835
|
required_arguments = ['drgId']
|
@@ -7929,7 +7929,7 @@ class VirtualNetworkClient(object):
|
|
7929
7929
|
:rtype: :class:`~oci.response.Response`
|
7930
7930
|
|
7931
7931
|
:example:
|
7932
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7932
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_drg_attachment.py.html>`__ to see an example of how to use delete_drg_attachment API.
|
7933
7933
|
"""
|
7934
7934
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7935
7935
|
required_arguments = ['drgAttachmentId']
|
@@ -8029,7 +8029,7 @@ class VirtualNetworkClient(object):
|
|
8029
8029
|
:rtype: :class:`~oci.response.Response`
|
8030
8030
|
|
8031
8031
|
:example:
|
8032
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8032
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_drg_route_distribution.py.html>`__ to see an example of how to use delete_drg_route_distribution API.
|
8033
8033
|
"""
|
8034
8034
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8035
8035
|
required_arguments = ['drgRouteDistributionId']
|
@@ -8127,7 +8127,7 @@ class VirtualNetworkClient(object):
|
|
8127
8127
|
:rtype: :class:`~oci.response.Response`
|
8128
8128
|
|
8129
8129
|
:example:
|
8130
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8130
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_drg_route_table.py.html>`__ to see an example of how to use delete_drg_route_table API.
|
8131
8131
|
"""
|
8132
8132
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8133
8133
|
required_arguments = ['drgRouteTableId']
|
@@ -8229,7 +8229,7 @@ class VirtualNetworkClient(object):
|
|
8229
8229
|
:rtype: :class:`~oci.response.Response`
|
8230
8230
|
|
8231
8231
|
:example:
|
8232
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8232
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_internet_gateway.py.html>`__ to see an example of how to use delete_internet_gateway API.
|
8233
8233
|
"""
|
8234
8234
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8235
8235
|
required_arguments = ['igId']
|
@@ -8334,7 +8334,7 @@ class VirtualNetworkClient(object):
|
|
8334
8334
|
:rtype: :class:`~oci.response.Response`
|
8335
8335
|
|
8336
8336
|
:example:
|
8337
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8337
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_ip_sec_connection.py.html>`__ to see an example of how to use delete_ip_sec_connection API.
|
8338
8338
|
"""
|
8339
8339
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8340
8340
|
required_arguments = ['ipscId']
|
@@ -8441,7 +8441,7 @@ class VirtualNetworkClient(object):
|
|
8441
8441
|
:rtype: :class:`~oci.response.Response`
|
8442
8442
|
|
8443
8443
|
:example:
|
8444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_ipv6.py.html>`__ to see an example of how to use delete_ipv6 API.
|
8445
8445
|
"""
|
8446
8446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8447
8447
|
required_arguments = ['ipv6Id']
|
@@ -8544,7 +8544,7 @@ class VirtualNetworkClient(object):
|
|
8544
8544
|
:rtype: :class:`~oci.response.Response`
|
8545
8545
|
|
8546
8546
|
:example:
|
8547
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8547
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_local_peering_gateway.py.html>`__ to see an example of how to use delete_local_peering_gateway API.
|
8548
8548
|
"""
|
8549
8549
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8550
8550
|
required_arguments = ['localPeeringGatewayId']
|
@@ -8646,7 +8646,7 @@ class VirtualNetworkClient(object):
|
|
8646
8646
|
:rtype: :class:`~oci.response.Response`
|
8647
8647
|
|
8648
8648
|
:example:
|
8649
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_nat_gateway.py.html>`__ to see an example of how to use delete_nat_gateway API.
|
8650
8650
|
"""
|
8651
8651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8652
8652
|
required_arguments = ['natGatewayId']
|
@@ -8753,7 +8753,7 @@ class VirtualNetworkClient(object):
|
|
8753
8753
|
:rtype: :class:`~oci.response.Response`
|
8754
8754
|
|
8755
8755
|
:example:
|
8756
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8756
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_network_security_group.py.html>`__ to see an example of how to use delete_network_security_group API.
|
8757
8757
|
"""
|
8758
8758
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8759
8759
|
required_arguments = ['networkSecurityGroupId']
|
@@ -8864,7 +8864,7 @@ class VirtualNetworkClient(object):
|
|
8864
8864
|
:rtype: :class:`~oci.response.Response`
|
8865
8865
|
|
8866
8866
|
:example:
|
8867
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8867
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_private_ip.py.html>`__ to see an example of how to use delete_private_ip API.
|
8868
8868
|
"""
|
8869
8869
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8870
8870
|
required_arguments = ['privateIpId']
|
@@ -8978,7 +8978,7 @@ class VirtualNetworkClient(object):
|
|
8978
8978
|
:rtype: :class:`~oci.response.Response`
|
8979
8979
|
|
8980
8980
|
:example:
|
8981
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8981
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_public_ip.py.html>`__ to see an example of how to use delete_public_ip API.
|
8982
8982
|
"""
|
8983
8983
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8984
8984
|
required_arguments = ['publicIpId']
|
@@ -9084,7 +9084,7 @@ class VirtualNetworkClient(object):
|
|
9084
9084
|
:rtype: :class:`~oci.response.Response`
|
9085
9085
|
|
9086
9086
|
:example:
|
9087
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9087
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_public_ip_pool.py.html>`__ to see an example of how to use delete_public_ip_pool API.
|
9088
9088
|
"""
|
9089
9089
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9090
9090
|
required_arguments = ['publicIpPoolId']
|
@@ -9187,7 +9187,7 @@ class VirtualNetworkClient(object):
|
|
9187
9187
|
:rtype: :class:`~oci.response.Response`
|
9188
9188
|
|
9189
9189
|
:example:
|
9190
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9190
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_remote_peering_connection.py.html>`__ to see an example of how to use delete_remote_peering_connection API.
|
9191
9191
|
"""
|
9192
9192
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9193
9193
|
required_arguments = ['remotePeeringConnectionId']
|
@@ -9291,7 +9291,7 @@ class VirtualNetworkClient(object):
|
|
9291
9291
|
:rtype: :class:`~oci.response.Response`
|
9292
9292
|
|
9293
9293
|
:example:
|
9294
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9294
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_route_table.py.html>`__ to see an example of how to use delete_route_table API.
|
9295
9295
|
"""
|
9296
9296
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9297
9297
|
required_arguments = ['rtId']
|
@@ -9393,7 +9393,7 @@ class VirtualNetworkClient(object):
|
|
9393
9393
|
:rtype: :class:`~oci.response.Response`
|
9394
9394
|
|
9395
9395
|
:example:
|
9396
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9396
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_security_list.py.html>`__ to see an example of how to use delete_security_list API.
|
9397
9397
|
"""
|
9398
9398
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9399
9399
|
required_arguments = ['securityListId']
|
@@ -9492,7 +9492,7 @@ class VirtualNetworkClient(object):
|
|
9492
9492
|
:rtype: :class:`~oci.response.Response`
|
9493
9493
|
|
9494
9494
|
:example:
|
9495
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9495
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_service_gateway.py.html>`__ to see an example of how to use delete_service_gateway API.
|
9496
9496
|
"""
|
9497
9497
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9498
9498
|
required_arguments = ['serviceGatewayId']
|
@@ -9592,7 +9592,7 @@ class VirtualNetworkClient(object):
|
|
9592
9592
|
:rtype: :class:`~oci.response.Response`
|
9593
9593
|
|
9594
9594
|
:example:
|
9595
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9595
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_subnet.py.html>`__ to see an example of how to use delete_subnet API.
|
9596
9596
|
"""
|
9597
9597
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9598
9598
|
required_arguments = ['subnetId']
|
@@ -9695,7 +9695,7 @@ class VirtualNetworkClient(object):
|
|
9695
9695
|
:rtype: :class:`~oci.response.Response`
|
9696
9696
|
|
9697
9697
|
:example:
|
9698
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9698
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_vcn.py.html>`__ to see an example of how to use delete_vcn API.
|
9699
9699
|
"""
|
9700
9700
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9701
9701
|
required_arguments = ['vcnId']
|
@@ -9797,7 +9797,7 @@ class VirtualNetworkClient(object):
|
|
9797
9797
|
:rtype: :class:`~oci.response.Response`
|
9798
9798
|
|
9799
9799
|
:example:
|
9800
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9800
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_virtual_circuit.py.html>`__ to see an example of how to use delete_virtual_circuit API.
|
9801
9801
|
"""
|
9802
9802
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9803
9803
|
required_arguments = ['virtualCircuitId']
|
@@ -9901,7 +9901,7 @@ class VirtualNetworkClient(object):
|
|
9901
9901
|
:rtype: :class:`~oci.response.Response`
|
9902
9902
|
|
9903
9903
|
:example:
|
9904
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9904
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_vlan.py.html>`__ to see an example of how to use delete_vlan API.
|
9905
9905
|
"""
|
9906
9906
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9907
9907
|
required_arguments = ['vlanId']
|
@@ -10006,7 +10006,7 @@ class VirtualNetworkClient(object):
|
|
10006
10006
|
:rtype: :class:`~oci.response.Response`
|
10007
10007
|
|
10008
10008
|
:example:
|
10009
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10009
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_vtap.py.html>`__ to see an example of how to use delete_vtap API.
|
10010
10010
|
"""
|
10011
10011
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10012
10012
|
required_arguments = ['vtapId']
|
@@ -10120,7 +10120,7 @@ class VirtualNetworkClient(object):
|
|
10120
10120
|
:rtype: :class:`~oci.response.Response`
|
10121
10121
|
|
10122
10122
|
:example:
|
10123
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10123
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/detach_service_id.py.html>`__ to see an example of how to use detach_service_id API.
|
10124
10124
|
"""
|
10125
10125
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10126
10126
|
required_arguments = ['serviceGatewayId']
|
@@ -10245,7 +10245,7 @@ class VirtualNetworkClient(object):
|
|
10245
10245
|
:rtype: :class:`~oci.response.Response`
|
10246
10246
|
|
10247
10247
|
:example:
|
10248
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10248
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_all_drg_attachments.py.html>`__ to see an example of how to use get_all_drg_attachments API.
|
10249
10249
|
"""
|
10250
10250
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10251
10251
|
required_arguments = ['drgId']
|
@@ -10360,7 +10360,7 @@ class VirtualNetworkClient(object):
|
|
10360
10360
|
:rtype: :class:`~oci.response.Response`
|
10361
10361
|
|
10362
10362
|
:example:
|
10363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_allowed_ike_ip_sec_parameters.py.html>`__ to see an example of how to use get_allowed_ike_ip_sec_parameters API.
|
10364
10364
|
"""
|
10365
10365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10366
10366
|
required_arguments = []
|
@@ -10451,7 +10451,7 @@ class VirtualNetworkClient(object):
|
|
10451
10451
|
:rtype: :class:`~oci.response.Response`
|
10452
10452
|
|
10453
10453
|
:example:
|
10454
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10454
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_byoip_range.py.html>`__ to see an example of how to use get_byoip_range API.
|
10455
10455
|
"""
|
10456
10456
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10457
10457
|
required_arguments = ['byoipRangeId']
|
@@ -10550,7 +10550,7 @@ class VirtualNetworkClient(object):
|
|
10550
10550
|
:rtype: :class:`~oci.response.Response`
|
10551
10551
|
|
10552
10552
|
:example:
|
10553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10553
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_capture_filter.py.html>`__ to see an example of how to use get_capture_filter API.
|
10554
10554
|
"""
|
10555
10555
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10556
10556
|
required_arguments = ['captureFilterId']
|
@@ -10645,7 +10645,7 @@ class VirtualNetworkClient(object):
|
|
10645
10645
|
:rtype: :class:`~oci.response.Response`
|
10646
10646
|
|
10647
10647
|
:example:
|
10648
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10648
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_cpe.py.html>`__ to see an example of how to use get_cpe API.
|
10649
10649
|
"""
|
10650
10650
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10651
10651
|
required_arguments = ['cpeId']
|
@@ -10756,7 +10756,7 @@ class VirtualNetworkClient(object):
|
|
10756
10756
|
:rtype: :class:`~oci.response.Response`
|
10757
10757
|
|
10758
10758
|
:example:
|
10759
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10759
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_cpe_device_config_content.py.html>`__ to see an example of how to use get_cpe_device_config_content API.
|
10760
10760
|
"""
|
10761
10761
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10762
10762
|
required_arguments = ['cpeId']
|
@@ -10865,7 +10865,7 @@ class VirtualNetworkClient(object):
|
|
10865
10865
|
:rtype: :class:`~oci.response.Response`
|
10866
10866
|
|
10867
10867
|
:example:
|
10868
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10868
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_cpe_device_shape.py.html>`__ to see an example of how to use get_cpe_device_shape API.
|
10869
10869
|
"""
|
10870
10870
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10871
10871
|
required_arguments = ['cpeDeviceShapeId']
|
@@ -10962,7 +10962,7 @@ class VirtualNetworkClient(object):
|
|
10962
10962
|
:rtype: :class:`~oci.response.Response`
|
10963
10963
|
|
10964
10964
|
:example:
|
10965
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10965
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_cross_connect.py.html>`__ to see an example of how to use get_cross_connect API.
|
10966
10966
|
"""
|
10967
10967
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10968
10968
|
required_arguments = ['crossConnectId']
|
@@ -11052,7 +11052,7 @@ class VirtualNetworkClient(object):
|
|
11052
11052
|
:rtype: :class:`~oci.response.Response`
|
11053
11053
|
|
11054
11054
|
:example:
|
11055
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11055
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_cross_connect_group.py.html>`__ to see an example of how to use get_cross_connect_group API.
|
11056
11056
|
"""
|
11057
11057
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11058
11058
|
required_arguments = ['crossConnectGroupId']
|
@@ -11142,7 +11142,7 @@ class VirtualNetworkClient(object):
|
|
11142
11142
|
:rtype: :class:`~oci.response.Response`
|
11143
11143
|
|
11144
11144
|
:example:
|
11145
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11145
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_cross_connect_letter_of_authority.py.html>`__ to see an example of how to use get_cross_connect_letter_of_authority API.
|
11146
11146
|
"""
|
11147
11147
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11148
11148
|
required_arguments = ['crossConnectId']
|
@@ -11232,7 +11232,7 @@ class VirtualNetworkClient(object):
|
|
11232
11232
|
:rtype: :class:`~oci.response.Response`
|
11233
11233
|
|
11234
11234
|
:example:
|
11235
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11235
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_cross_connect_status.py.html>`__ to see an example of how to use get_cross_connect_status API.
|
11236
11236
|
"""
|
11237
11237
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11238
11238
|
required_arguments = ['crossConnectId']
|
@@ -11322,7 +11322,7 @@ class VirtualNetworkClient(object):
|
|
11322
11322
|
:rtype: :class:`~oci.response.Response`
|
11323
11323
|
|
11324
11324
|
:example:
|
11325
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11325
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_dhcp_options.py.html>`__ to see an example of how to use get_dhcp_options API.
|
11326
11326
|
"""
|
11327
11327
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11328
11328
|
required_arguments = ['dhcpId']
|
@@ -11410,7 +11410,7 @@ class VirtualNetworkClient(object):
|
|
11410
11410
|
:rtype: :class:`~oci.response.Response`
|
11411
11411
|
|
11412
11412
|
:example:
|
11413
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11413
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_drg.py.html>`__ to see an example of how to use get_drg API.
|
11414
11414
|
"""
|
11415
11415
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11416
11416
|
required_arguments = ['drgId']
|
@@ -11498,7 +11498,7 @@ class VirtualNetworkClient(object):
|
|
11498
11498
|
:rtype: :class:`~oci.response.Response`
|
11499
11499
|
|
11500
11500
|
:example:
|
11501
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11501
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_drg_attachment.py.html>`__ to see an example of how to use get_drg_attachment API.
|
11502
11502
|
"""
|
11503
11503
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11504
11504
|
required_arguments = ['drgAttachmentId']
|
@@ -11593,7 +11593,7 @@ class VirtualNetworkClient(object):
|
|
11593
11593
|
:rtype: :class:`~oci.response.Response`
|
11594
11594
|
|
11595
11595
|
:example:
|
11596
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11596
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_drg_redundancy_status.py.html>`__ to see an example of how to use get_drg_redundancy_status API.
|
11597
11597
|
"""
|
11598
11598
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11599
11599
|
required_arguments = ['drgId']
|
@@ -11690,7 +11690,7 @@ class VirtualNetworkClient(object):
|
|
11690
11690
|
:rtype: :class:`~oci.response.Response`
|
11691
11691
|
|
11692
11692
|
:example:
|
11693
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11693
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_drg_route_distribution.py.html>`__ to see an example of how to use get_drg_route_distribution API.
|
11694
11694
|
"""
|
11695
11695
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11696
11696
|
required_arguments = ['drgRouteDistributionId']
|
@@ -11778,7 +11778,7 @@ class VirtualNetworkClient(object):
|
|
11778
11778
|
:rtype: :class:`~oci.response.Response`
|
11779
11779
|
|
11780
11780
|
:example:
|
11781
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11781
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_drg_route_table.py.html>`__ to see an example of how to use get_drg_route_table API.
|
11782
11782
|
"""
|
11783
11783
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11784
11784
|
required_arguments = ['drgRouteTableId']
|
@@ -11869,7 +11869,7 @@ class VirtualNetworkClient(object):
|
|
11869
11869
|
:rtype: :class:`~oci.response.Response`
|
11870
11870
|
|
11871
11871
|
:example:
|
11872
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11872
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_fast_connect_provider_service.py.html>`__ to see an example of how to use get_fast_connect_provider_service API.
|
11873
11873
|
"""
|
11874
11874
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11875
11875
|
required_arguments = ['providerServiceId']
|
@@ -11966,7 +11966,7 @@ class VirtualNetworkClient(object):
|
|
11966
11966
|
:rtype: :class:`~oci.response.Response`
|
11967
11967
|
|
11968
11968
|
:example:
|
11969
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11969
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_fast_connect_provider_service_key.py.html>`__ to see an example of how to use get_fast_connect_provider_service_key API.
|
11970
11970
|
"""
|
11971
11971
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11972
11972
|
required_arguments = ['providerServiceId', 'providerServiceKeyName']
|
@@ -12057,7 +12057,7 @@ class VirtualNetworkClient(object):
|
|
12057
12057
|
:rtype: :class:`~oci.response.Response`
|
12058
12058
|
|
12059
12059
|
:example:
|
12060
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12060
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_internet_gateway.py.html>`__ to see an example of how to use get_internet_gateway API.
|
12061
12061
|
"""
|
12062
12062
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12063
12063
|
required_arguments = ['igId']
|
@@ -12147,7 +12147,7 @@ class VirtualNetworkClient(object):
|
|
12147
12147
|
:rtype: :class:`~oci.response.Response`
|
12148
12148
|
|
12149
12149
|
:example:
|
12150
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_ip_sec_connection.py.html>`__ to see an example of how to use get_ip_sec_connection API.
|
12151
12151
|
"""
|
12152
12152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12153
12153
|
required_arguments = ['ipscId']
|
@@ -12240,7 +12240,7 @@ class VirtualNetworkClient(object):
|
|
12240
12240
|
:rtype: :class:`~oci.response.Response`
|
12241
12241
|
|
12242
12242
|
:example:
|
12243
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12243
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_ip_sec_connection_device_config.py.html>`__ to see an example of how to use get_ip_sec_connection_device_config API.
|
12244
12244
|
"""
|
12245
12245
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12246
12246
|
required_arguments = ['ipscId']
|
@@ -12331,7 +12331,7 @@ class VirtualNetworkClient(object):
|
|
12331
12331
|
:rtype: :class:`~oci.response.Response`
|
12332
12332
|
|
12333
12333
|
:example:
|
12334
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12334
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_ip_sec_connection_device_status.py.html>`__ to see an example of how to use get_ip_sec_connection_device_status API.
|
12335
12335
|
"""
|
12336
12336
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12337
12337
|
required_arguments = ['ipscId']
|
@@ -12428,7 +12428,7 @@ class VirtualNetworkClient(object):
|
|
12428
12428
|
:rtype: :class:`~oci.response.Response`
|
12429
12429
|
|
12430
12430
|
:example:
|
12431
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12431
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_ip_sec_connection_tunnel.py.html>`__ to see an example of how to use get_ip_sec_connection_tunnel API.
|
12432
12432
|
"""
|
12433
12433
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12434
12434
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -12524,7 +12524,7 @@ class VirtualNetworkClient(object):
|
|
12524
12524
|
:rtype: :class:`~oci.response.Response`
|
12525
12525
|
|
12526
12526
|
:example:
|
12527
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12527
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_ip_sec_connection_tunnel_error.py.html>`__ to see an example of how to use get_ip_sec_connection_tunnel_error API.
|
12528
12528
|
"""
|
12529
12529
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12530
12530
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -12621,7 +12621,7 @@ class VirtualNetworkClient(object):
|
|
12621
12621
|
:rtype: :class:`~oci.response.Response`
|
12622
12622
|
|
12623
12623
|
:example:
|
12624
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_ip_sec_connection_tunnel_shared_secret.py.html>`__ to see an example of how to use get_ip_sec_connection_tunnel_shared_secret API.
|
12625
12625
|
"""
|
12626
12626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12627
12627
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -12734,7 +12734,7 @@ class VirtualNetworkClient(object):
|
|
12734
12734
|
:rtype: :class:`~oci.response.Response`
|
12735
12735
|
|
12736
12736
|
:example:
|
12737
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_ipsec_cpe_device_config_content.py.html>`__ to see an example of how to use get_ipsec_cpe_device_config_content API.
|
12738
12738
|
"""
|
12739
12739
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12740
12740
|
required_arguments = ['ipscId']
|
@@ -12841,7 +12841,7 @@ class VirtualNetworkClient(object):
|
|
12841
12841
|
:rtype: :class:`~oci.response.Response`
|
12842
12842
|
|
12843
12843
|
:example:
|
12844
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12844
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_ipv6.py.html>`__ to see an example of how to use get_ipv6 API.
|
12845
12845
|
"""
|
12846
12846
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12847
12847
|
required_arguments = ['ipv6Id']
|
@@ -12936,7 +12936,7 @@ class VirtualNetworkClient(object):
|
|
12936
12936
|
:rtype: :class:`~oci.response.Response`
|
12937
12937
|
|
12938
12938
|
:example:
|
12939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_local_peering_gateway.py.html>`__ to see an example of how to use get_local_peering_gateway API.
|
12940
12940
|
"""
|
12941
12941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12942
12942
|
required_arguments = ['localPeeringGatewayId']
|
@@ -13024,7 +13024,7 @@ class VirtualNetworkClient(object):
|
|
13024
13024
|
:rtype: :class:`~oci.response.Response`
|
13025
13025
|
|
13026
13026
|
:example:
|
13027
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13027
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_nat_gateway.py.html>`__ to see an example of how to use get_nat_gateway API.
|
13028
13028
|
"""
|
13029
13029
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13030
13030
|
required_arguments = ['natGatewayId']
|
@@ -13118,7 +13118,7 @@ class VirtualNetworkClient(object):
|
|
13118
13118
|
:rtype: :class:`~oci.response.Response`
|
13119
13119
|
|
13120
13120
|
:example:
|
13121
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13121
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_network_security_group.py.html>`__ to see an example of how to use get_network_security_group API.
|
13122
13122
|
"""
|
13123
13123
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13124
13124
|
required_arguments = ['networkSecurityGroupId']
|
@@ -13238,7 +13238,7 @@ class VirtualNetworkClient(object):
|
|
13238
13238
|
:rtype: :class:`~oci.response.Response`
|
13239
13239
|
|
13240
13240
|
:example:
|
13241
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13241
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_networking_topology.py.html>`__ to see an example of how to use get_networking_topology API.
|
13242
13242
|
"""
|
13243
13243
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13244
13244
|
required_arguments = ['compartmentId']
|
@@ -13349,7 +13349,7 @@ class VirtualNetworkClient(object):
|
|
13349
13349
|
:rtype: :class:`~oci.response.Response`
|
13350
13350
|
|
13351
13351
|
:example:
|
13352
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13352
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_private_ip.py.html>`__ to see an example of how to use get_private_ip API.
|
13353
13353
|
"""
|
13354
13354
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13355
13355
|
required_arguments = ['privateIpId']
|
@@ -13451,7 +13451,7 @@ class VirtualNetworkClient(object):
|
|
13451
13451
|
:rtype: :class:`~oci.response.Response`
|
13452
13452
|
|
13453
13453
|
:example:
|
13454
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13454
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_public_ip.py.html>`__ to see an example of how to use get_public_ip API.
|
13455
13455
|
"""
|
13456
13456
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13457
13457
|
required_arguments = ['publicIpId']
|
@@ -13543,7 +13543,7 @@ class VirtualNetworkClient(object):
|
|
13543
13543
|
:rtype: :class:`~oci.response.Response`
|
13544
13544
|
|
13545
13545
|
:example:
|
13546
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13546
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_public_ip_by_ip_address.py.html>`__ to see an example of how to use get_public_ip_by_ip_address API.
|
13547
13547
|
"""
|
13548
13548
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13549
13549
|
required_arguments = []
|
@@ -13633,7 +13633,7 @@ class VirtualNetworkClient(object):
|
|
13633
13633
|
:rtype: :class:`~oci.response.Response`
|
13634
13634
|
|
13635
13635
|
:example:
|
13636
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13636
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_public_ip_by_private_ip_id.py.html>`__ to see an example of how to use get_public_ip_by_private_ip_id API.
|
13637
13637
|
"""
|
13638
13638
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13639
13639
|
required_arguments = []
|
@@ -13717,7 +13717,7 @@ class VirtualNetworkClient(object):
|
|
13717
13717
|
:rtype: :class:`~oci.response.Response`
|
13718
13718
|
|
13719
13719
|
:example:
|
13720
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13720
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_public_ip_pool.py.html>`__ to see an example of how to use get_public_ip_pool API.
|
13721
13721
|
"""
|
13722
13722
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13723
13723
|
required_arguments = ['publicIpPoolId']
|
@@ -13812,7 +13812,7 @@ class VirtualNetworkClient(object):
|
|
13812
13812
|
:rtype: :class:`~oci.response.Response`
|
13813
13813
|
|
13814
13814
|
:example:
|
13815
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13815
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_remote_peering_connection.py.html>`__ to see an example of how to use get_remote_peering_connection API.
|
13816
13816
|
"""
|
13817
13817
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13818
13818
|
required_arguments = ['remotePeeringConnectionId']
|
@@ -13902,7 +13902,7 @@ class VirtualNetworkClient(object):
|
|
13902
13902
|
:rtype: :class:`~oci.response.Response`
|
13903
13903
|
|
13904
13904
|
:example:
|
13905
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13905
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_route_table.py.html>`__ to see an example of how to use get_route_table API.
|
13906
13906
|
"""
|
13907
13907
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13908
13908
|
required_arguments = ['rtId']
|
@@ -13990,7 +13990,7 @@ class VirtualNetworkClient(object):
|
|
13990
13990
|
:rtype: :class:`~oci.response.Response`
|
13991
13991
|
|
13992
13992
|
:example:
|
13993
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13993
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_security_list.py.html>`__ to see an example of how to use get_security_list API.
|
13994
13994
|
"""
|
13995
13995
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13996
13996
|
required_arguments = ['securityListId']
|
@@ -14078,7 +14078,7 @@ class VirtualNetworkClient(object):
|
|
14078
14078
|
:rtype: :class:`~oci.response.Response`
|
14079
14079
|
|
14080
14080
|
:example:
|
14081
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14081
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_service.py.html>`__ to see an example of how to use get_service API.
|
14082
14082
|
"""
|
14083
14083
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14084
14084
|
required_arguments = ['serviceId']
|
@@ -14166,7 +14166,7 @@ class VirtualNetworkClient(object):
|
|
14166
14166
|
:rtype: :class:`~oci.response.Response`
|
14167
14167
|
|
14168
14168
|
:example:
|
14169
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14169
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_service_gateway.py.html>`__ to see an example of how to use get_service_gateway API.
|
14170
14170
|
"""
|
14171
14171
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14172
14172
|
required_arguments = ['serviceGatewayId']
|
@@ -14254,7 +14254,7 @@ class VirtualNetworkClient(object):
|
|
14254
14254
|
:rtype: :class:`~oci.response.Response`
|
14255
14255
|
|
14256
14256
|
:example:
|
14257
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14257
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_subnet.py.html>`__ to see an example of how to use get_subnet API.
|
14258
14258
|
"""
|
14259
14259
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14260
14260
|
required_arguments = ['subnetId']
|
@@ -14379,7 +14379,7 @@ class VirtualNetworkClient(object):
|
|
14379
14379
|
:rtype: :class:`~oci.response.Response`
|
14380
14380
|
|
14381
14381
|
:example:
|
14382
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14382
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_subnet_topology.py.html>`__ to see an example of how to use get_subnet_topology API.
|
14383
14383
|
"""
|
14384
14384
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14385
14385
|
required_arguments = ['compartmentId', 'subnetId']
|
@@ -14498,7 +14498,7 @@ class VirtualNetworkClient(object):
|
|
14498
14498
|
:rtype: :class:`~oci.response.Response`
|
14499
14499
|
|
14500
14500
|
:example:
|
14501
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14501
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_tunnel_cpe_device_config.py.html>`__ to see an example of how to use get_tunnel_cpe_device_config API.
|
14502
14502
|
"""
|
14503
14503
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14504
14504
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -14622,7 +14622,7 @@ class VirtualNetworkClient(object):
|
|
14622
14622
|
:rtype: :class:`~oci.response.Response`
|
14623
14623
|
|
14624
14624
|
:example:
|
14625
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14625
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_tunnel_cpe_device_config_content.py.html>`__ to see an example of how to use get_tunnel_cpe_device_config_content API.
|
14626
14626
|
"""
|
14627
14627
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14628
14628
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -14724,7 +14724,7 @@ class VirtualNetworkClient(object):
|
|
14724
14724
|
:rtype: :class:`~oci.response.Response`
|
14725
14725
|
|
14726
14726
|
:example:
|
14727
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14727
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_upgrade_status.py.html>`__ to see an example of how to use get_upgrade_status API.
|
14728
14728
|
"""
|
14729
14729
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14730
14730
|
required_arguments = ['drgId']
|
@@ -14819,7 +14819,7 @@ class VirtualNetworkClient(object):
|
|
14819
14819
|
:rtype: :class:`~oci.response.Response`
|
14820
14820
|
|
14821
14821
|
:example:
|
14822
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14822
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_vcn.py.html>`__ to see an example of how to use get_vcn API.
|
14823
14823
|
"""
|
14824
14824
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14825
14825
|
required_arguments = ['vcnId']
|
@@ -14911,7 +14911,7 @@ class VirtualNetworkClient(object):
|
|
14911
14911
|
:rtype: :class:`~oci.response.Response`
|
14912
14912
|
|
14913
14913
|
:example:
|
14914
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14914
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_vcn_dns_resolver_association.py.html>`__ to see an example of how to use get_vcn_dns_resolver_association API.
|
14915
14915
|
"""
|
14916
14916
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14917
14917
|
required_arguments = ['vcnId']
|
@@ -15043,7 +15043,7 @@ class VirtualNetworkClient(object):
|
|
15043
15043
|
:rtype: :class:`~oci.response.Response`
|
15044
15044
|
|
15045
15045
|
:example:
|
15046
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15046
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_vcn_topology.py.html>`__ to see an example of how to use get_vcn_topology API.
|
15047
15047
|
"""
|
15048
15048
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15049
15049
|
required_arguments = ['compartmentId', 'vcnId']
|
@@ -15149,7 +15149,7 @@ class VirtualNetworkClient(object):
|
|
15149
15149
|
:rtype: :class:`~oci.response.Response`
|
15150
15150
|
|
15151
15151
|
:example:
|
15152
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15152
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_virtual_circuit.py.html>`__ to see an example of how to use get_virtual_circuit API.
|
15153
15153
|
"""
|
15154
15154
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15155
15155
|
required_arguments = ['virtualCircuitId']
|
@@ -15243,7 +15243,7 @@ class VirtualNetworkClient(object):
|
|
15243
15243
|
:rtype: :class:`~oci.response.Response`
|
15244
15244
|
|
15245
15245
|
:example:
|
15246
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15246
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_vlan.py.html>`__ to see an example of how to use get_vlan API.
|
15247
15247
|
"""
|
15248
15248
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15249
15249
|
required_arguments = ['vlanId']
|
@@ -15343,7 +15343,7 @@ class VirtualNetworkClient(object):
|
|
15343
15343
|
:rtype: :class:`~oci.response.Response`
|
15344
15344
|
|
15345
15345
|
:example:
|
15346
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15346
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_vnic.py.html>`__ to see an example of how to use get_vnic API.
|
15347
15347
|
"""
|
15348
15348
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15349
15349
|
required_arguments = ['vnicId']
|
@@ -15435,7 +15435,7 @@ class VirtualNetworkClient(object):
|
|
15435
15435
|
:rtype: :class:`~oci.response.Response`
|
15436
15436
|
|
15437
15437
|
:example:
|
15438
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15438
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_vtap.py.html>`__ to see an example of how to use get_vtap API.
|
15439
15439
|
"""
|
15440
15440
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15441
15441
|
required_arguments = ['vtapId']
|
@@ -15528,7 +15528,7 @@ class VirtualNetworkClient(object):
|
|
15528
15528
|
:rtype: :class:`~oci.response.Response`
|
15529
15529
|
|
15530
15530
|
:example:
|
15531
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15531
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_allowed_peer_regions_for_remote_peering.py.html>`__ to see an example of how to use list_allowed_peer_regions_for_remote_peering API.
|
15532
15532
|
"""
|
15533
15533
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15534
15534
|
required_arguments = []
|
@@ -15627,7 +15627,7 @@ class VirtualNetworkClient(object):
|
|
15627
15627
|
:rtype: :class:`~oci.response.Response`
|
15628
15628
|
|
15629
15629
|
:example:
|
15630
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15630
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_byoip_allocated_ranges.py.html>`__ to see an example of how to use list_byoip_allocated_ranges API.
|
15631
15631
|
"""
|
15632
15632
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15633
15633
|
required_arguments = ['byoipRangeId']
|
@@ -15777,7 +15777,7 @@ class VirtualNetworkClient(object):
|
|
15777
15777
|
:rtype: :class:`~oci.response.Response`
|
15778
15778
|
|
15779
15779
|
:example:
|
15780
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15780
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_byoip_ranges.py.html>`__ to see an example of how to use list_byoip_ranges API.
|
15781
15781
|
"""
|
15782
15782
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15783
15783
|
required_arguments = ['compartmentId']
|
@@ -15940,7 +15940,7 @@ class VirtualNetworkClient(object):
|
|
15940
15940
|
:rtype: :class:`~oci.response.Response`
|
15941
15941
|
|
15942
15942
|
:example:
|
15943
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15943
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_capture_filters.py.html>`__ to see an example of how to use list_capture_filters API.
|
15944
15944
|
"""
|
15945
15945
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15946
15946
|
required_arguments = ['compartmentId']
|
@@ -16092,7 +16092,7 @@ class VirtualNetworkClient(object):
|
|
16092
16092
|
:rtype: :class:`~oci.response.Response`
|
16093
16093
|
|
16094
16094
|
:example:
|
16095
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16095
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_cpe_device_shapes.py.html>`__ to see an example of how to use list_cpe_device_shapes API.
|
16096
16096
|
"""
|
16097
16097
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16098
16098
|
required_arguments = []
|
@@ -16203,7 +16203,7 @@ class VirtualNetworkClient(object):
|
|
16203
16203
|
:rtype: :class:`~oci.response.Response`
|
16204
16204
|
|
16205
16205
|
:example:
|
16206
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16206
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_cpes.py.html>`__ to see an example of how to use list_cpes API.
|
16207
16207
|
"""
|
16208
16208
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16209
16209
|
required_arguments = ['compartmentId']
|
@@ -16339,7 +16339,7 @@ class VirtualNetworkClient(object):
|
|
16339
16339
|
:rtype: :class:`~oci.response.Response`
|
16340
16340
|
|
16341
16341
|
:example:
|
16342
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16342
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_cross_connect_groups.py.html>`__ to see an example of how to use list_cross_connect_groups API.
|
16343
16343
|
"""
|
16344
16344
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16345
16345
|
required_arguments = ['compartmentId']
|
@@ -16478,7 +16478,7 @@ class VirtualNetworkClient(object):
|
|
16478
16478
|
:rtype: :class:`~oci.response.Response`
|
16479
16479
|
|
16480
16480
|
:example:
|
16481
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16481
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_cross_connect_locations.py.html>`__ to see an example of how to use list_cross_connect_locations API.
|
16482
16482
|
"""
|
16483
16483
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16484
16484
|
required_arguments = ['compartmentId']
|
@@ -16576,7 +16576,7 @@ class VirtualNetworkClient(object):
|
|
16576
16576
|
:rtype: :class:`~oci.response.Response`
|
16577
16577
|
|
16578
16578
|
:example:
|
16579
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_cross_connect_mappings.py.html>`__ to see an example of how to use list_cross_connect_mappings API.
|
16580
16580
|
"""
|
16581
16581
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16582
16582
|
required_arguments = ['virtualCircuitId']
|
@@ -16724,7 +16724,7 @@ class VirtualNetworkClient(object):
|
|
16724
16724
|
:rtype: :class:`~oci.response.Response`
|
16725
16725
|
|
16726
16726
|
:example:
|
16727
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16727
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_cross_connects.py.html>`__ to see an example of how to use list_cross_connects API.
|
16728
16728
|
"""
|
16729
16729
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16730
16730
|
required_arguments = ['compartmentId']
|
@@ -16866,7 +16866,7 @@ class VirtualNetworkClient(object):
|
|
16866
16866
|
:rtype: :class:`~oci.response.Response`
|
16867
16867
|
|
16868
16868
|
:example:
|
16869
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16869
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_crossconnect_port_speed_shapes.py.html>`__ to see an example of how to use list_crossconnect_port_speed_shapes API.
|
16870
16870
|
"""
|
16871
16871
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16872
16872
|
required_arguments = ['compartmentId']
|
@@ -17010,7 +17010,7 @@ class VirtualNetworkClient(object):
|
|
17010
17010
|
:rtype: :class:`~oci.response.Response`
|
17011
17011
|
|
17012
17012
|
:example:
|
17013
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17013
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_dhcp_options.py.html>`__ to see an example of how to use list_dhcp_options API.
|
17014
17014
|
"""
|
17015
17015
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17016
17016
|
required_arguments = ['compartmentId']
|
@@ -17205,7 +17205,7 @@ class VirtualNetworkClient(object):
|
|
17205
17205
|
:rtype: :class:`~oci.response.Response`
|
17206
17206
|
|
17207
17207
|
:example:
|
17208
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17208
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_drg_attachments.py.html>`__ to see an example of how to use list_drg_attachments API.
|
17209
17209
|
"""
|
17210
17210
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17211
17211
|
required_arguments = ['compartmentId']
|
@@ -17369,7 +17369,7 @@ class VirtualNetworkClient(object):
|
|
17369
17369
|
:rtype: :class:`~oci.response.Response`
|
17370
17370
|
|
17371
17371
|
:example:
|
17372
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17372
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_drg_route_distribution_statements.py.html>`__ to see an example of how to use list_drg_route_distribution_statements API.
|
17373
17373
|
"""
|
17374
17374
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17375
17375
|
required_arguments = ['drgRouteDistributionId']
|
@@ -17535,7 +17535,7 @@ class VirtualNetworkClient(object):
|
|
17535
17535
|
:rtype: :class:`~oci.response.Response`
|
17536
17536
|
|
17537
17537
|
:example:
|
17538
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17538
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_drg_route_distributions.py.html>`__ to see an example of how to use list_drg_route_distributions API.
|
17539
17539
|
"""
|
17540
17540
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17541
17541
|
required_arguments = ['drgId']
|
@@ -17677,7 +17677,7 @@ class VirtualNetworkClient(object):
|
|
17677
17677
|
:rtype: :class:`~oci.response.Response`
|
17678
17678
|
|
17679
17679
|
:example:
|
17680
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17680
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_drg_route_rules.py.html>`__ to see an example of how to use list_drg_route_rules API.
|
17681
17681
|
"""
|
17682
17682
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17683
17683
|
required_arguments = ['drgRouteTableId']
|
@@ -17838,7 +17838,7 @@ class VirtualNetworkClient(object):
|
|
17838
17838
|
:rtype: :class:`~oci.response.Response`
|
17839
17839
|
|
17840
17840
|
:example:
|
17841
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17841
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_drg_route_tables.py.html>`__ to see an example of how to use list_drg_route_tables API.
|
17842
17842
|
"""
|
17843
17843
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17844
17844
|
required_arguments = ['drgId']
|
@@ -17976,7 +17976,7 @@ class VirtualNetworkClient(object):
|
|
17976
17976
|
:rtype: :class:`~oci.response.Response`
|
17977
17977
|
|
17978
17978
|
:example:
|
17979
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17979
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_drgs.py.html>`__ to see an example of how to use list_drgs API.
|
17980
17980
|
"""
|
17981
17981
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17982
17982
|
required_arguments = ['compartmentId']
|
@@ -18092,7 +18092,7 @@ class VirtualNetworkClient(object):
|
|
18092
18092
|
:rtype: :class:`~oci.response.Response`
|
18093
18093
|
|
18094
18094
|
:example:
|
18095
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18095
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_fast_connect_provider_services.py.html>`__ to see an example of how to use list_fast_connect_provider_services API.
|
18096
18096
|
"""
|
18097
18097
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18098
18098
|
required_arguments = ['compartmentId']
|
@@ -18206,7 +18206,7 @@ class VirtualNetworkClient(object):
|
|
18206
18206
|
:rtype: :class:`~oci.response.Response`
|
18207
18207
|
|
18208
18208
|
:example:
|
18209
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18209
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_fast_connect_provider_virtual_circuit_bandwidth_shapes.py.html>`__ to see an example of how to use list_fast_connect_provider_virtual_circuit_bandwidth_shapes API.
|
18210
18210
|
"""
|
18211
18211
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18212
18212
|
required_arguments = ['providerServiceId']
|
@@ -18359,7 +18359,7 @@ class VirtualNetworkClient(object):
|
|
18359
18359
|
:rtype: :class:`~oci.response.Response`
|
18360
18360
|
|
18361
18361
|
:example:
|
18362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18362
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_internet_gateways.py.html>`__ to see an example of how to use list_internet_gateways API.
|
18363
18363
|
"""
|
18364
18364
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18365
18365
|
required_arguments = ['compartmentId']
|
@@ -18509,7 +18509,7 @@ class VirtualNetworkClient(object):
|
|
18509
18509
|
:rtype: :class:`~oci.response.Response`
|
18510
18510
|
|
18511
18511
|
:example:
|
18512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18512
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_ip_sec_connection_tunnel_routes.py.html>`__ to see an example of how to use list_ip_sec_connection_tunnel_routes API.
|
18513
18513
|
"""
|
18514
18514
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18515
18515
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -18644,7 +18644,7 @@ class VirtualNetworkClient(object):
|
|
18644
18644
|
:rtype: :class:`~oci.response.Response`
|
18645
18645
|
|
18646
18646
|
:example:
|
18647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18647
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_ip_sec_connection_tunnel_security_associations.py.html>`__ to see an example of how to use list_ip_sec_connection_tunnel_security_associations API.
|
18648
18648
|
"""
|
18649
18649
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18650
18650
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -18765,7 +18765,7 @@ class VirtualNetworkClient(object):
|
|
18765
18765
|
:rtype: :class:`~oci.response.Response`
|
18766
18766
|
|
18767
18767
|
:example:
|
18768
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18768
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_ip_sec_connection_tunnels.py.html>`__ to see an example of how to use list_ip_sec_connection_tunnels API.
|
18769
18769
|
"""
|
18770
18770
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18771
18771
|
required_arguments = ['ipscId']
|
@@ -18896,7 +18896,7 @@ class VirtualNetworkClient(object):
|
|
18896
18896
|
:rtype: :class:`~oci.response.Response`
|
18897
18897
|
|
18898
18898
|
:example:
|
18899
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18899
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_ip_sec_connections.py.html>`__ to see an example of how to use list_ip_sec_connections API.
|
18900
18900
|
"""
|
18901
18901
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18902
18902
|
required_arguments = ['compartmentId']
|
@@ -19032,7 +19032,7 @@ class VirtualNetworkClient(object):
|
|
19032
19032
|
:rtype: :class:`~oci.response.Response`
|
19033
19033
|
|
19034
19034
|
:example:
|
19035
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19035
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_ipv6s.py.html>`__ to see an example of how to use list_ipv6s API.
|
19036
19036
|
"""
|
19037
19037
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19038
19038
|
required_arguments = []
|
@@ -19153,7 +19153,7 @@ class VirtualNetworkClient(object):
|
|
19153
19153
|
:rtype: :class:`~oci.response.Response`
|
19154
19154
|
|
19155
19155
|
:example:
|
19156
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_local_peering_gateways.py.html>`__ to see an example of how to use list_local_peering_gateways API.
|
19157
19157
|
"""
|
19158
19158
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19159
19159
|
required_arguments = ['compartmentId']
|
@@ -19295,7 +19295,7 @@ class VirtualNetworkClient(object):
|
|
19295
19295
|
:rtype: :class:`~oci.response.Response`
|
19296
19296
|
|
19297
19297
|
:example:
|
19298
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19298
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_nat_gateways.py.html>`__ to see an example of how to use list_nat_gateways API.
|
19299
19299
|
"""
|
19300
19300
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19301
19301
|
required_arguments = ['compartmentId']
|
@@ -19450,7 +19450,7 @@ class VirtualNetworkClient(object):
|
|
19450
19450
|
:rtype: :class:`~oci.response.Response`
|
19451
19451
|
|
19452
19452
|
:example:
|
19453
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19453
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_network_security_group_security_rules.py.html>`__ to see an example of how to use list_network_security_group_security_rules API.
|
19454
19454
|
"""
|
19455
19455
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19456
19456
|
required_arguments = ['networkSecurityGroupId']
|
@@ -19606,7 +19606,7 @@ class VirtualNetworkClient(object):
|
|
19606
19606
|
:rtype: :class:`~oci.response.Response`
|
19607
19607
|
|
19608
19608
|
:example:
|
19609
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19609
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_network_security_group_vnics.py.html>`__ to see an example of how to use list_network_security_group_vnics API.
|
19610
19610
|
"""
|
19611
19611
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19612
19612
|
required_arguments = ['networkSecurityGroupId']
|
@@ -19780,7 +19780,7 @@ class VirtualNetworkClient(object):
|
|
19780
19780
|
:rtype: :class:`~oci.response.Response`
|
19781
19781
|
|
19782
19782
|
:example:
|
19783
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19783
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_network_security_groups.py.html>`__ to see an example of how to use list_network_security_groups API.
|
19784
19784
|
"""
|
19785
19785
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19786
19786
|
required_arguments = []
|
@@ -19954,7 +19954,7 @@ class VirtualNetworkClient(object):
|
|
19954
19954
|
:rtype: :class:`~oci.response.Response`
|
19955
19955
|
|
19956
19956
|
:example:
|
19957
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19957
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_private_ips.py.html>`__ to see an example of how to use list_private_ips API.
|
19958
19958
|
"""
|
19959
19959
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19960
19960
|
required_arguments = []
|
@@ -20097,7 +20097,7 @@ class VirtualNetworkClient(object):
|
|
20097
20097
|
:rtype: :class:`~oci.response.Response`
|
20098
20098
|
|
20099
20099
|
:example:
|
20100
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20100
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_public_ip_pools.py.html>`__ to see an example of how to use list_public_ip_pools API.
|
20101
20101
|
"""
|
20102
20102
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20103
20103
|
required_arguments = ['compartmentId']
|
@@ -20275,7 +20275,7 @@ class VirtualNetworkClient(object):
|
|
20275
20275
|
:rtype: :class:`~oci.response.Response`
|
20276
20276
|
|
20277
20277
|
:example:
|
20278
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20278
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_public_ips.py.html>`__ to see an example of how to use list_public_ips API.
|
20279
20279
|
"""
|
20280
20280
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20281
20281
|
required_arguments = ['scope', 'compartmentId']
|
@@ -20408,7 +20408,7 @@ class VirtualNetworkClient(object):
|
|
20408
20408
|
:rtype: :class:`~oci.response.Response`
|
20409
20409
|
|
20410
20410
|
:example:
|
20411
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_remote_peering_connections.py.html>`__ to see an example of how to use list_remote_peering_connections API.
|
20412
20412
|
"""
|
20413
20413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20414
20414
|
required_arguments = ['compartmentId']
|
@@ -20554,7 +20554,7 @@ class VirtualNetworkClient(object):
|
|
20554
20554
|
:rtype: :class:`~oci.response.Response`
|
20555
20555
|
|
20556
20556
|
:example:
|
20557
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_route_tables.py.html>`__ to see an example of how to use list_route_tables API.
|
20558
20558
|
"""
|
20559
20559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20560
20560
|
required_arguments = ['compartmentId']
|
@@ -20725,7 +20725,7 @@ class VirtualNetworkClient(object):
|
|
20725
20725
|
:rtype: :class:`~oci.response.Response`
|
20726
20726
|
|
20727
20727
|
:example:
|
20728
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20728
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_security_lists.py.html>`__ to see an example of how to use list_security_lists API.
|
20729
20729
|
"""
|
20730
20730
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20731
20731
|
required_arguments = ['compartmentId']
|
@@ -20893,7 +20893,7 @@ class VirtualNetworkClient(object):
|
|
20893
20893
|
:rtype: :class:`~oci.response.Response`
|
20894
20894
|
|
20895
20895
|
:example:
|
20896
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20896
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_service_gateways.py.html>`__ to see an example of how to use list_service_gateways API.
|
20897
20897
|
"""
|
20898
20898
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20899
20899
|
required_arguments = ['compartmentId']
|
@@ -21025,7 +21025,7 @@ class VirtualNetworkClient(object):
|
|
21025
21025
|
:rtype: :class:`~oci.response.Response`
|
21026
21026
|
|
21027
21027
|
:example:
|
21028
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21028
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_services.py.html>`__ to see an example of how to use list_services API.
|
21029
21029
|
"""
|
21030
21030
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21031
21031
|
required_arguments = []
|
@@ -21164,7 +21164,7 @@ class VirtualNetworkClient(object):
|
|
21164
21164
|
:rtype: :class:`~oci.response.Response`
|
21165
21165
|
|
21166
21166
|
:example:
|
21167
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21167
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_subnets.py.html>`__ to see an example of how to use list_subnets API.
|
21168
21168
|
"""
|
21169
21169
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21170
21170
|
required_arguments = ['compartmentId']
|
@@ -21329,7 +21329,7 @@ class VirtualNetworkClient(object):
|
|
21329
21329
|
:rtype: :class:`~oci.response.Response`
|
21330
21330
|
|
21331
21331
|
:example:
|
21332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21332
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_vcns.py.html>`__ to see an example of how to use list_vcns API.
|
21333
21333
|
"""
|
21334
21334
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21335
21335
|
required_arguments = ['compartmentId']
|
@@ -21467,7 +21467,7 @@ class VirtualNetworkClient(object):
|
|
21467
21467
|
:rtype: :class:`~oci.response.Response`
|
21468
21468
|
|
21469
21469
|
:example:
|
21470
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21470
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_virtual_circuit_bandwidth_shapes.py.html>`__ to see an example of how to use list_virtual_circuit_bandwidth_shapes API.
|
21471
21471
|
"""
|
21472
21472
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21473
21473
|
required_arguments = ['compartmentId']
|
@@ -21569,7 +21569,7 @@ class VirtualNetworkClient(object):
|
|
21569
21569
|
:rtype: :class:`~oci.response.Response`
|
21570
21570
|
|
21571
21571
|
:example:
|
21572
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21572
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_virtual_circuit_public_prefixes.py.html>`__ to see an example of how to use list_virtual_circuit_public_prefixes API.
|
21573
21573
|
"""
|
21574
21574
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21575
21575
|
required_arguments = ['virtualCircuitId']
|
@@ -21721,7 +21721,7 @@ class VirtualNetworkClient(object):
|
|
21721
21721
|
:rtype: :class:`~oci.response.Response`
|
21722
21722
|
|
21723
21723
|
:example:
|
21724
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21724
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_virtual_circuits.py.html>`__ to see an example of how to use list_virtual_circuits API.
|
21725
21725
|
"""
|
21726
21726
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21727
21727
|
required_arguments = ['compartmentId']
|
@@ -21895,7 +21895,7 @@ class VirtualNetworkClient(object):
|
|
21895
21895
|
:rtype: :class:`~oci.response.Response`
|
21896
21896
|
|
21897
21897
|
:example:
|
21898
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21898
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_vlans.py.html>`__ to see an example of how to use list_vlans API.
|
21899
21899
|
"""
|
21900
21900
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21901
21901
|
required_arguments = ['compartmentId']
|
@@ -22091,7 +22091,7 @@ class VirtualNetworkClient(object):
|
|
22091
22091
|
:rtype: :class:`~oci.response.Response`
|
22092
22092
|
|
22093
22093
|
:example:
|
22094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22094
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_vtaps.py.html>`__ to see an example of how to use list_vtaps API.
|
22095
22095
|
"""
|
22096
22096
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22097
22097
|
required_arguments = ['compartmentId']
|
@@ -22251,7 +22251,7 @@ class VirtualNetworkClient(object):
|
|
22251
22251
|
:rtype: :class:`~oci.response.Response`
|
22252
22252
|
|
22253
22253
|
:example:
|
22254
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22254
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/modify_vcn_cidr.py.html>`__ to see an example of how to use modify_vcn_cidr API.
|
22255
22255
|
"""
|
22256
22256
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22257
22257
|
required_arguments = ['vcnId']
|
@@ -22354,7 +22354,7 @@ class VirtualNetworkClient(object):
|
|
22354
22354
|
:rtype: :class:`~oci.response.Response`
|
22355
22355
|
|
22356
22356
|
:example:
|
22357
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22357
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/remove_drg_route_distribution_statements.py.html>`__ to see an example of how to use remove_drg_route_distribution_statements API.
|
22358
22358
|
"""
|
22359
22359
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22360
22360
|
required_arguments = ['drgRouteDistributionId']
|
@@ -22445,7 +22445,7 @@ class VirtualNetworkClient(object):
|
|
22445
22445
|
:rtype: :class:`~oci.response.Response`
|
22446
22446
|
|
22447
22447
|
:example:
|
22448
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22448
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/remove_drg_route_rules.py.html>`__ to see an example of how to use remove_drg_route_rules API.
|
22449
22449
|
"""
|
22450
22450
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22451
22451
|
required_arguments = ['drgRouteTableId']
|
@@ -22542,7 +22542,7 @@ class VirtualNetworkClient(object):
|
|
22542
22542
|
:rtype: :class:`~oci.response.Response`
|
22543
22543
|
|
22544
22544
|
:example:
|
22545
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22545
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/remove_export_drg_route_distribution.py.html>`__ to see an example of how to use remove_export_drg_route_distribution API.
|
22546
22546
|
"""
|
22547
22547
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22548
22548
|
required_arguments = ['drgAttachmentId']
|
@@ -22649,7 +22649,7 @@ class VirtualNetworkClient(object):
|
|
22649
22649
|
:rtype: :class:`~oci.response.Response`
|
22650
22650
|
|
22651
22651
|
:example:
|
22652
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22652
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/remove_import_drg_route_distribution.py.html>`__ to see an example of how to use remove_import_drg_route_distribution API.
|
22653
22653
|
"""
|
22654
22654
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22655
22655
|
required_arguments = ['drgRouteTableId']
|
@@ -22765,7 +22765,7 @@ class VirtualNetworkClient(object):
|
|
22765
22765
|
:rtype: :class:`~oci.response.Response`
|
22766
22766
|
|
22767
22767
|
:example:
|
22768
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22768
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/remove_ipv6_subnet_cidr.py.html>`__ to see an example of how to use remove_ipv6_subnet_cidr API.
|
22769
22769
|
"""
|
22770
22770
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22771
22771
|
required_arguments = ['subnetId']
|
@@ -22884,7 +22884,7 @@ class VirtualNetworkClient(object):
|
|
22884
22884
|
:rtype: :class:`~oci.response.Response`
|
22885
22885
|
|
22886
22886
|
:example:
|
22887
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22887
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/remove_ipv6_vcn_cidr.py.html>`__ to see an example of how to use remove_ipv6_vcn_cidr API.
|
22888
22888
|
"""
|
22889
22889
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22890
22890
|
required_arguments = ['vcnId']
|
@@ -22989,7 +22989,7 @@ class VirtualNetworkClient(object):
|
|
22989
22989
|
:rtype: :class:`~oci.response.Response`
|
22990
22990
|
|
22991
22991
|
:example:
|
22992
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22992
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/remove_network_security_group_security_rules.py.html>`__ to see an example of how to use remove_network_security_group_security_rules API.
|
22993
22993
|
"""
|
22994
22994
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22995
22995
|
required_arguments = ['networkSecurityGroupId']
|
@@ -23091,7 +23091,7 @@ class VirtualNetworkClient(object):
|
|
23091
23091
|
:rtype: :class:`~oci.response.Response`
|
23092
23092
|
|
23093
23093
|
:example:
|
23094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23094
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/remove_public_ip_pool_capacity.py.html>`__ to see an example of how to use remove_public_ip_pool_capacity API.
|
23095
23095
|
"""
|
23096
23096
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23097
23097
|
required_arguments = ['publicIpPoolId']
|
@@ -23214,7 +23214,7 @@ class VirtualNetworkClient(object):
|
|
23214
23214
|
:rtype: :class:`~oci.response.Response`
|
23215
23215
|
|
23216
23216
|
:example:
|
23217
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23217
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/remove_vcn_cidr.py.html>`__ to see an example of how to use remove_vcn_cidr API.
|
23218
23218
|
"""
|
23219
23219
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23220
23220
|
required_arguments = ['vcnId']
|
@@ -23326,7 +23326,7 @@ class VirtualNetworkClient(object):
|
|
23326
23326
|
:rtype: :class:`~oci.response.Response`
|
23327
23327
|
|
23328
23328
|
:example:
|
23329
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_byoip_range.py.html>`__ to see an example of how to use update_byoip_range API.
|
23330
23330
|
"""
|
23331
23331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23332
23332
|
required_arguments = ['byoipRangeId']
|
@@ -23437,7 +23437,7 @@ class VirtualNetworkClient(object):
|
|
23437
23437
|
:rtype: :class:`~oci.response.Response`
|
23438
23438
|
|
23439
23439
|
:example:
|
23440
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23440
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_capture_filter.py.html>`__ to see an example of how to use update_capture_filter API.
|
23441
23441
|
"""
|
23442
23442
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23443
23443
|
required_arguments = ['captureFilterId']
|
@@ -23545,7 +23545,7 @@ class VirtualNetworkClient(object):
|
|
23545
23545
|
:rtype: :class:`~oci.response.Response`
|
23546
23546
|
|
23547
23547
|
:example:
|
23548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_cpe.py.html>`__ to see an example of how to use update_cpe API.
|
23549
23549
|
"""
|
23550
23550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23551
23551
|
required_arguments = ['cpeId']
|
@@ -23652,7 +23652,7 @@ class VirtualNetworkClient(object):
|
|
23652
23652
|
:rtype: :class:`~oci.response.Response`
|
23653
23653
|
|
23654
23654
|
:example:
|
23655
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23655
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_cross_connect.py.html>`__ to see an example of how to use update_cross_connect API.
|
23656
23656
|
"""
|
23657
23657
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23658
23658
|
required_arguments = ['crossConnectId']
|
@@ -23760,7 +23760,7 @@ class VirtualNetworkClient(object):
|
|
23760
23760
|
:rtype: :class:`~oci.response.Response`
|
23761
23761
|
|
23762
23762
|
:example:
|
23763
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23763
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_cross_connect_group.py.html>`__ to see an example of how to use update_cross_connect_group API.
|
23764
23764
|
"""
|
23765
23765
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23766
23766
|
required_arguments = ['crossConnectGroupId']
|
@@ -23870,7 +23870,7 @@ class VirtualNetworkClient(object):
|
|
23870
23870
|
:rtype: :class:`~oci.response.Response`
|
23871
23871
|
|
23872
23872
|
:example:
|
23873
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23873
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_dhcp_options.py.html>`__ to see an example of how to use update_dhcp_options API.
|
23874
23874
|
"""
|
23875
23875
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23876
23876
|
required_arguments = ['dhcpId']
|
@@ -23975,7 +23975,7 @@ class VirtualNetworkClient(object):
|
|
23975
23975
|
:rtype: :class:`~oci.response.Response`
|
23976
23976
|
|
23977
23977
|
:example:
|
23978
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23978
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_drg.py.html>`__ to see an example of how to use update_drg API.
|
23979
23979
|
"""
|
23980
23980
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23981
23981
|
required_arguments = ['drgId']
|
@@ -24081,7 +24081,7 @@ class VirtualNetworkClient(object):
|
|
24081
24081
|
:rtype: :class:`~oci.response.Response`
|
24082
24082
|
|
24083
24083
|
:example:
|
24084
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24084
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_drg_attachment.py.html>`__ to see an example of how to use update_drg_attachment API.
|
24085
24085
|
"""
|
24086
24086
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24087
24087
|
required_arguments = ['drgAttachmentId']
|
@@ -24186,7 +24186,7 @@ class VirtualNetworkClient(object):
|
|
24186
24186
|
:rtype: :class:`~oci.response.Response`
|
24187
24187
|
|
24188
24188
|
:example:
|
24189
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24189
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_drg_route_distribution.py.html>`__ to see an example of how to use update_drg_route_distribution API.
|
24190
24190
|
"""
|
24191
24191
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24192
24192
|
required_arguments = ['drgRouteDistributionId']
|
@@ -24286,7 +24286,7 @@ class VirtualNetworkClient(object):
|
|
24286
24286
|
:rtype: :class:`~oci.response.Response`
|
24287
24287
|
|
24288
24288
|
:example:
|
24289
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24289
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_drg_route_distribution_statements.py.html>`__ to see an example of how to use update_drg_route_distribution_statements API.
|
24290
24290
|
"""
|
24291
24291
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24292
24292
|
required_arguments = ['drgRouteDistributionId']
|
@@ -24379,7 +24379,7 @@ class VirtualNetworkClient(object):
|
|
24379
24379
|
:rtype: :class:`~oci.response.Response`
|
24380
24380
|
|
24381
24381
|
:example:
|
24382
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24382
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_drg_route_rules.py.html>`__ to see an example of how to use update_drg_route_rules API.
|
24383
24383
|
"""
|
24384
24384
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24385
24385
|
required_arguments = ['drgRouteTableId']
|
@@ -24477,7 +24477,7 @@ class VirtualNetworkClient(object):
|
|
24477
24477
|
:rtype: :class:`~oci.response.Response`
|
24478
24478
|
|
24479
24479
|
:example:
|
24480
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24480
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_drg_route_table.py.html>`__ to see an example of how to use update_drg_route_table API.
|
24481
24481
|
"""
|
24482
24482
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24483
24483
|
required_arguments = ['drgRouteTableId']
|
@@ -24586,7 +24586,7 @@ class VirtualNetworkClient(object):
|
|
24586
24586
|
:rtype: :class:`~oci.response.Response`
|
24587
24587
|
|
24588
24588
|
:example:
|
24589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_internet_gateway.py.html>`__ to see an example of how to use update_internet_gateway API.
|
24590
24590
|
"""
|
24591
24591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24592
24592
|
required_arguments = ['igId']
|
@@ -24694,7 +24694,7 @@ class VirtualNetworkClient(object):
|
|
24694
24694
|
:rtype: :class:`~oci.response.Response`
|
24695
24695
|
|
24696
24696
|
:example:
|
24697
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24697
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_ip_sec_connection.py.html>`__ to see an example of how to use update_ip_sec_connection API.
|
24698
24698
|
"""
|
24699
24699
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24700
24700
|
required_arguments = ['ipscId']
|
@@ -24821,7 +24821,7 @@ class VirtualNetworkClient(object):
|
|
24821
24821
|
:rtype: :class:`~oci.response.Response`
|
24822
24822
|
|
24823
24823
|
:example:
|
24824
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24824
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_ip_sec_connection_tunnel.py.html>`__ to see an example of how to use update_ip_sec_connection_tunnel API.
|
24825
24825
|
"""
|
24826
24826
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24827
24827
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -24938,7 +24938,7 @@ class VirtualNetworkClient(object):
|
|
24938
24938
|
:rtype: :class:`~oci.response.Response`
|
24939
24939
|
|
24940
24940
|
:example:
|
24941
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24941
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_ip_sec_connection_tunnel_shared_secret.py.html>`__ to see an example of how to use update_ip_sec_connection_tunnel_shared_secret API.
|
24942
24942
|
"""
|
24943
24943
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24944
24944
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -25058,7 +25058,7 @@ class VirtualNetworkClient(object):
|
|
25058
25058
|
:rtype: :class:`~oci.response.Response`
|
25059
25059
|
|
25060
25060
|
:example:
|
25061
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25061
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_ipv6.py.html>`__ to see an example of how to use update_ipv6 API.
|
25062
25062
|
"""
|
25063
25063
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25064
25064
|
required_arguments = ['ipv6Id']
|
@@ -25165,7 +25165,7 @@ class VirtualNetworkClient(object):
|
|
25165
25165
|
:rtype: :class:`~oci.response.Response`
|
25166
25166
|
|
25167
25167
|
:example:
|
25168
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25168
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_local_peering_gateway.py.html>`__ to see an example of how to use update_local_peering_gateway API.
|
25169
25169
|
"""
|
25170
25170
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25171
25171
|
required_arguments = ['localPeeringGatewayId']
|
@@ -25270,7 +25270,7 @@ class VirtualNetworkClient(object):
|
|
25270
25270
|
:rtype: :class:`~oci.response.Response`
|
25271
25271
|
|
25272
25272
|
:example:
|
25273
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25273
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_nat_gateway.py.html>`__ to see an example of how to use update_nat_gateway API.
|
25274
25274
|
"""
|
25275
25275
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25276
25276
|
required_arguments = ['natGatewayId']
|
@@ -25391,7 +25391,7 @@ class VirtualNetworkClient(object):
|
|
25391
25391
|
:rtype: :class:`~oci.response.Response`
|
25392
25392
|
|
25393
25393
|
:example:
|
25394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_network_security_group.py.html>`__ to see an example of how to use update_network_security_group API.
|
25395
25395
|
"""
|
25396
25396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25397
25397
|
required_arguments = ['networkSecurityGroupId']
|
@@ -25492,7 +25492,7 @@ class VirtualNetworkClient(object):
|
|
25492
25492
|
:rtype: :class:`~oci.response.Response`
|
25493
25493
|
|
25494
25494
|
:example:
|
25495
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25495
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_network_security_group_security_rules.py.html>`__ to see an example of how to use update_network_security_group_security_rules API.
|
25496
25496
|
"""
|
25497
25497
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25498
25498
|
required_arguments = ['networkSecurityGroupId']
|
@@ -25601,7 +25601,7 @@ class VirtualNetworkClient(object):
|
|
25601
25601
|
:rtype: :class:`~oci.response.Response`
|
25602
25602
|
|
25603
25603
|
:example:
|
25604
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25604
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_private_ip.py.html>`__ to see an example of how to use update_private_ip API.
|
25605
25605
|
"""
|
25606
25606
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25607
25607
|
required_arguments = ['privateIpId']
|
@@ -25747,7 +25747,7 @@ class VirtualNetworkClient(object):
|
|
25747
25747
|
:rtype: :class:`~oci.response.Response`
|
25748
25748
|
|
25749
25749
|
:example:
|
25750
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25750
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_public_ip.py.html>`__ to see an example of how to use update_public_ip API.
|
25751
25751
|
"""
|
25752
25752
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25753
25753
|
required_arguments = ['publicIpId']
|
@@ -25856,7 +25856,7 @@ class VirtualNetworkClient(object):
|
|
25856
25856
|
:rtype: :class:`~oci.response.Response`
|
25857
25857
|
|
25858
25858
|
:example:
|
25859
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25859
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_public_ip_pool.py.html>`__ to see an example of how to use update_public_ip_pool API.
|
25860
25860
|
"""
|
25861
25861
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25862
25862
|
required_arguments = ['publicIpPoolId']
|
@@ -25963,7 +25963,7 @@ class VirtualNetworkClient(object):
|
|
25963
25963
|
:rtype: :class:`~oci.response.Response`
|
25964
25964
|
|
25965
25965
|
:example:
|
25966
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25966
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_remote_peering_connection.py.html>`__ to see an example of how to use update_remote_peering_connection API.
|
25967
25967
|
"""
|
25968
25968
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25969
25969
|
required_arguments = ['remotePeeringConnectionId']
|
@@ -26073,7 +26073,7 @@ class VirtualNetworkClient(object):
|
|
26073
26073
|
:rtype: :class:`~oci.response.Response`
|
26074
26074
|
|
26075
26075
|
:example:
|
26076
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26076
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_route_table.py.html>`__ to see an example of how to use update_route_table API.
|
26077
26077
|
"""
|
26078
26078
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26079
26079
|
required_arguments = ['rtId']
|
@@ -26182,7 +26182,7 @@ class VirtualNetworkClient(object):
|
|
26182
26182
|
:rtype: :class:`~oci.response.Response`
|
26183
26183
|
|
26184
26184
|
:example:
|
26185
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26185
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_security_list.py.html>`__ to see an example of how to use update_security_list API.
|
26186
26186
|
"""
|
26187
26187
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26188
26188
|
required_arguments = ['securityListId']
|
@@ -26288,7 +26288,7 @@ class VirtualNetworkClient(object):
|
|
26288
26288
|
:rtype: :class:`~oci.response.Response`
|
26289
26289
|
|
26290
26290
|
:example:
|
26291
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_service_gateway.py.html>`__ to see an example of how to use update_service_gateway API.
|
26292
26292
|
"""
|
26293
26293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26294
26294
|
required_arguments = ['serviceGatewayId']
|
@@ -26393,7 +26393,7 @@ class VirtualNetworkClient(object):
|
|
26393
26393
|
:rtype: :class:`~oci.response.Response`
|
26394
26394
|
|
26395
26395
|
:example:
|
26396
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26396
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_subnet.py.html>`__ to see an example of how to use update_subnet API.
|
26397
26397
|
"""
|
26398
26398
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26399
26399
|
required_arguments = ['subnetId']
|
@@ -26516,7 +26516,7 @@ class VirtualNetworkClient(object):
|
|
26516
26516
|
:rtype: :class:`~oci.response.Response`
|
26517
26517
|
|
26518
26518
|
:example:
|
26519
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26519
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_tunnel_cpe_device_config.py.html>`__ to see an example of how to use update_tunnel_cpe_device_config API.
|
26520
26520
|
"""
|
26521
26521
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26522
26522
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -26629,7 +26629,7 @@ class VirtualNetworkClient(object):
|
|
26629
26629
|
:rtype: :class:`~oci.response.Response`
|
26630
26630
|
|
26631
26631
|
:example:
|
26632
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26632
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_vcn.py.html>`__ to see an example of how to use update_vcn API.
|
26633
26633
|
"""
|
26634
26634
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26635
26635
|
required_arguments = ['vcnId']
|
@@ -26759,7 +26759,7 @@ class VirtualNetworkClient(object):
|
|
26759
26759
|
:rtype: :class:`~oci.response.Response`
|
26760
26760
|
|
26761
26761
|
:example:
|
26762
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26762
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_virtual_circuit.py.html>`__ to see an example of how to use update_virtual_circuit API.
|
26763
26763
|
"""
|
26764
26764
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26765
26765
|
required_arguments = ['virtualCircuitId']
|
@@ -26871,7 +26871,7 @@ class VirtualNetworkClient(object):
|
|
26871
26871
|
:rtype: :class:`~oci.response.Response`
|
26872
26872
|
|
26873
26873
|
:example:
|
26874
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26874
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_vlan.py.html>`__ to see an example of how to use update_vlan API.
|
26875
26875
|
"""
|
26876
26876
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26877
26877
|
required_arguments = ['vlanId']
|
@@ -26978,7 +26978,7 @@ class VirtualNetworkClient(object):
|
|
26978
26978
|
:rtype: :class:`~oci.response.Response`
|
26979
26979
|
|
26980
26980
|
:example:
|
26981
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26981
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_vnic.py.html>`__ to see an example of how to use update_vnic API.
|
26982
26982
|
"""
|
26983
26983
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26984
26984
|
required_arguments = ['vnicId']
|
@@ -27087,7 +27087,7 @@ class VirtualNetworkClient(object):
|
|
27087
27087
|
:rtype: :class:`~oci.response.Response`
|
27088
27088
|
|
27089
27089
|
:example:
|
27090
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27090
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_vtap.py.html>`__ to see an example of how to use update_vtap API.
|
27091
27091
|
"""
|
27092
27092
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27093
27093
|
required_arguments = ['vtapId']
|
@@ -27198,7 +27198,7 @@ class VirtualNetworkClient(object):
|
|
27198
27198
|
:rtype: :class:`~oci.response.Response`
|
27199
27199
|
|
27200
27200
|
:example:
|
27201
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27201
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/upgrade_drg.py.html>`__ to see an example of how to use upgrade_drg API.
|
27202
27202
|
"""
|
27203
27203
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27204
27204
|
required_arguments = ['drgId']
|
@@ -27301,7 +27301,7 @@ class VirtualNetworkClient(object):
|
|
27301
27301
|
:rtype: :class:`~oci.response.Response`
|
27302
27302
|
|
27303
27303
|
:example:
|
27304
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27304
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/validate_byoip_range.py.html>`__ to see an example of how to use validate_byoip_range API.
|
27305
27305
|
"""
|
27306
27306
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27307
27307
|
required_arguments = ['byoipRangeId']
|
@@ -27398,7 +27398,7 @@ class VirtualNetworkClient(object):
|
|
27398
27398
|
:rtype: :class:`~oci.response.Response`
|
27399
27399
|
|
27400
27400
|
:example:
|
27401
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27401
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/withdraw_byoip_range.py.html>`__ to see an example of how to use withdraw_byoip_range API.
|
27402
27402
|
"""
|
27403
27403
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27404
27404
|
required_arguments = ['byoipRangeId']
|