oci 2.132.0__py3-none-any.whl → 2.133.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/__init__.py +2 -2
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +626 -28
- oci/ai_document/ai_service_document_client_composite_operations.py +180 -0
- oci/ai_document/models/__init__.py +10 -0
- oci/ai_document/models/add_model_lock_details.py +150 -0
- oci/ai_document/models/add_project_lock_details.py +150 -0
- oci/ai_document/models/analyze_document_details.py +5 -5
- oci/ai_document/models/detected_document_type.py +0 -35
- oci/ai_document/models/document_classification_feature.py +2 -33
- oci/ai_document/models/document_key_value_extraction_feature.py +2 -33
- oci/ai_document/models/general_processor_config.py +5 -5
- oci/ai_document/models/model.py +33 -2
- oci/ai_document/models/model_summary.py +33 -2
- oci/ai_document/models/output_location.py +1 -1
- oci/ai_document/models/project.py +33 -2
- oci/ai_document/models/remove_model_lock_details.py +88 -0
- oci/ai_document/models/remove_project_lock_details.py +88 -0
- oci/ai_document/models/resource_lock.py +216 -0
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +17 -17
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +24 -24
- oci/announcements_service/__init__.py +3 -1
- oci/announcements_service/announcement_client.py +103 -6
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/models/__init__.py +12 -0
- oci/announcements_service/models/announcement.py +1 -1
- oci/announcements_service/models/announcement_compartment.py +72 -0
- oci/announcements_service/models/announcement_summary.py +1 -1
- oci/announcements_service/models/base_announcement.py +7 -3
- oci/announcements_service/models/base_service.py +498 -0
- oci/announcements_service/models/notifications_summary.py +130 -0
- oci/announcements_service/models/service.py +130 -0
- oci/announcements_service/models/service_summary.py +133 -0
- oci/announcements_service/models/services_collection.py +72 -0
- oci/announcements_service/service_client.py +275 -0
- oci/announcements_service/service_client_composite_operations.py +26 -0
- 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 +9 -9
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +72 -72
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +22 -22
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +102 -102
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +247 -247
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +287 -287
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +13862 -9467
- oci/database/database_client_composite_operations.py +1868 -232
- oci/database/models/__init__.py +80 -0
- oci/database/models/action_member.py +134 -0
- oci/database/models/action_order_details.py +107 -0
- oci/database/models/action_param_values_collection.py +72 -0
- oci/database/models/action_param_values_summary.py +216 -0
- oci/database/models/autonomous_database.py +33 -6
- oci/database/models/autonomous_database_standby_summary.py +33 -2
- oci/database/models/autonomous_database_summary.py +33 -6
- oci/database/models/cancel_execution_window_details.py +134 -0
- oci/database/models/change_scheduling_plan_compartment_details.py +76 -0
- oci/database/models/change_scheduling_policy_compartment_details.py +76 -0
- oci/database/models/cloud_exadata_infrastructure.py +33 -2
- oci/database/models/cloud_exadata_infrastructure_summary.py +33 -2
- oci/database/models/create_autonomous_database_base.py +2 -6
- oci/database/models/create_data_guard_association_with_new_db_system_details.py +35 -0
- oci/database/models/create_exadb_vm_cluster_details.py +12 -2
- oci/database/models/create_execution_action_details.py +304 -0
- oci/database/models/create_execution_window_details.py +282 -0
- oci/database/models/create_pluggable_database_creation_type_details.py +0 -2
- oci/database/models/create_scheduled_action_details.py +339 -0
- oci/database/models/create_scheduling_plan_details.py +306 -0
- oci/database/models/create_scheduling_policy_details.py +267 -0
- oci/database/models/create_scheduling_window_details.py +181 -0
- oci/database/models/exadata_infrastructure.py +33 -2
- oci/database/models/exadata_infrastructure_summary.py +33 -2
- oci/database/models/exadb_vm_cluster.py +12 -2
- oci/database/models/exadb_vm_cluster_summary.py +12 -2
- oci/database/models/execution_action.py +715 -0
- oci/database/models/execution_action_member.py +216 -0
- oci/database/models/execution_action_summary.py +715 -0
- oci/database/models/execution_window.py +783 -0
- oci/database/models/execution_window_summary.py +783 -0
- oci/database/models/granular_maintenance_history_details.py +99 -0
- oci/database/models/maintenance_run.py +62 -0
- oci/database/models/maintenance_run_history.py +64 -2
- oci/database/models/maintenance_run_history_summary.py +64 -2
- oci/database/models/maintenance_run_summary.py +62 -0
- oci/database/models/move_execution_action_member_details.py +220 -0
- oci/database/models/recommended_scheduled_action_summary.py +280 -0
- oci/database/models/recommended_scheduled_actions_collection.py +72 -0
- oci/database/models/reorder_execution_action_details.py +152 -0
- oci/database/models/reorder_scheduled_actions_details.py +109 -0
- oci/database/models/scheduled_action.py +633 -0
- oci/database/models/scheduled_action_collection.py +72 -0
- oci/database/models/scheduled_action_summary.py +633 -0
- oci/database/models/scheduling_plan.py +643 -0
- oci/database/models/scheduling_plan_collection.py +72 -0
- oci/database/models/scheduling_plan_summary.py +643 -0
- oci/database/models/scheduling_policy.py +493 -0
- oci/database/models/scheduling_policy_summary.py +493 -0
- oci/database/models/scheduling_window.py +469 -0
- oci/database/models/scheduling_window_summary.py +469 -0
- oci/database/models/update_autonomous_database_details.py +2 -6
- oci/database/models/update_exadb_vm_cluster_details.py +12 -2
- oci/database/models/update_execution_action_details.py +218 -0
- oci/database/models/update_execution_window_details.py +212 -0
- oci/database/models/update_scheduled_action_details.py +140 -0
- oci/database/models/update_scheduling_policy_details.py +232 -0
- oci/database/models/update_scheduling_window_details.py +146 -0
- oci/database/models/window_preference_detail.py +231 -0
- oci/database_management/db_management_client.py +580 -208
- oci/database_management/db_management_client_composite_operations.py +132 -0
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/models/__init__.py +14 -0
- oci/database_management/models/autonomous_database_diagnostics_and_management_feature_details.py +65 -0
- oci/database_management/models/autonomous_database_feature_details.py +167 -0
- oci/database_management/models/autonomous_database_sql_watch_feature_details.py +65 -0
- oci/database_management/models/connector_details.py +15 -3
- oci/database_management/models/create_db_management_private_endpoint_details.py +31 -0
- oci/database_management/models/db_management_private_endpoint.py +31 -0
- oci/database_management/models/direct_connector_details.py +51 -0
- oci/database_management/models/disable_autonomous_database_management_feature_details.py +92 -0
- oci/database_management/models/enable_autonomous_database_management_feature_details.py +68 -0
- oci/database_management/models/external_connector_details.py +1 -1
- oci/database_management/models/macs_connector_details.py +1 -1
- oci/database_management/models/modify_autonomous_database_management_feature_details.py +68 -0
- oci/database_management/models/optimizer_statistics_collection_operation.py +7 -3
- oci/database_management/models/optimizer_statistics_collection_operation_summary.py +7 -3
- oci/database_management/models/private_end_point_connector_details.py +1 -1
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +42 -42
- oci/database_tools/database_tools_client.py +23 -23
- oci/delegate_access_control/__init__.py +16 -0
- oci/delegate_access_control/delegate_access_control_client.py +3324 -0
- oci/delegate_access_control/delegate_access_control_client_composite_operations.py +492 -0
- oci/delegate_access_control/models/__init__.py +96 -0
- oci/delegate_access_control/models/approve_delegated_resource_access_request_details.py +138 -0
- oci/delegate_access_control/models/change_delegation_control_compartment_details.py +72 -0
- oci/delegate_access_control/models/change_delegation_subscription_compartment_details.py +72 -0
- oci/delegate_access_control/models/create_delegation_control_details.py +548 -0
- oci/delegate_access_control/models/create_delegation_subscription_details.py +263 -0
- oci/delegate_access_control/models/delegated_resource_access_request.py +1373 -0
- oci/delegate_access_control/models/delegated_resource_access_request_approval_details.py +263 -0
- oci/delegate_access_control/models/delegated_resource_access_request_audit_log_report.py +193 -0
- oci/delegate_access_control/models/delegated_resource_access_request_history_collection.py +72 -0
- oci/delegate_access_control/models/delegated_resource_access_request_history_summary.py +300 -0
- oci/delegate_access_control/models/delegated_resource_access_request_summary.py +981 -0
- oci/delegate_access_control/models/delegated_resource_access_request_summary_collection.py +72 -0
- oci/delegate_access_control/models/delegation_control.py +833 -0
- oci/delegate_access_control/models/delegation_control_resource_collection.py +72 -0
- oci/delegate_access_control/models/delegation_control_resource_summary.py +147 -0
- oci/delegate_access_control/models/delegation_control_summary.py +465 -0
- oci/delegate_access_control/models/delegation_control_summary_collection.py +72 -0
- oci/delegate_access_control/models/delegation_subscription.py +524 -0
- oci/delegate_access_control/models/delegation_subscription_summary.py +461 -0
- oci/delegate_access_control/models/delegation_subscription_summary_collection.py +72 -0
- oci/delegate_access_control/models/reject_delegated_resource_access_request_details.py +72 -0
- oci/delegate_access_control/models/revoke_delegated_resource_access_request_details.py +72 -0
- oci/delegate_access_control/models/service_provider.py +583 -0
- oci/delegate_access_control/models/service_provider_action.py +371 -0
- oci/delegate_access_control/models/service_provider_action_properties.py +103 -0
- oci/delegate_access_control/models/service_provider_action_summary.py +323 -0
- oci/delegate_access_control/models/service_provider_action_summary_collection.py +72 -0
- oci/delegate_access_control/models/service_provider_interaction_collection.py +72 -0
- oci/delegate_access_control/models/service_provider_interaction_request_details.py +72 -0
- oci/delegate_access_control/models/service_provider_interaction_summary.py +247 -0
- oci/delegate_access_control/models/service_provider_summary.py +508 -0
- oci/delegate_access_control/models/service_provider_summary_collection.py +72 -0
- oci/delegate_access_control/models/update_delegation_control_details.py +404 -0
- oci/delegate_access_control/models/update_delegation_subscription_details.py +154 -0
- oci/delegate_access_control/models/work_request.py +438 -0
- oci/delegate_access_control/models/work_request_error.py +136 -0
- oci/delegate_access_control/models/work_request_error_collection.py +72 -0
- oci/delegate_access_control/models/work_request_log_entry.py +103 -0
- oci/delegate_access_control/models/work_request_log_entry_collection.py +72 -0
- oci/delegate_access_control/models/work_request_resource.py +234 -0
- oci/delegate_access_control/models/work_request_summary.py +438 -0
- oci/delegate_access_control/models/work_request_summary_collection.py +72 -0
- oci/delegate_access_control/work_request_client.py +660 -0
- oci/delegate_access_control/work_request_client_composite_operations.py +26 -0
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +393 -59
- oci/file_storage/file_storage_client_composite_operations.py +138 -0
- oci/file_storage/models/__init__.py +4 -0
- oci/file_storage/models/create_mount_target_details.py +39 -26
- oci/file_storage/models/mount_target.py +153 -3
- oci/file_storage/models/mount_target_summary.py +155 -3
- oci/file_storage/models/schedule_downgrade_shape_mount_target_details.py +78 -0
- oci/file_storage/models/upgrade_shape_mount_target_details.py +78 -0
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +8 -8
- oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +13 -13
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +4 -4
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/models/fusion_environment_family.py +33 -2
- 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/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +68 -68
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +307 -307
- oci/integration/integration_instance_client.py +16 -16
- oci/jms/java_management_service_client.py +75 -75
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +25 -25
- oci/key_management/kms_hsm_cluster_client_composite_operations.py +3 -3
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/key_management/models/auto_key_rotation_details.py +10 -10
- oci/key_management/models/change_hsm_cluster_compartment_details.py +3 -3
- oci/key_management/models/create_hsm_cluster_details.py +5 -5
- oci/key_management/models/hsm_cluster.py +4 -4
- oci/key_management/models/hsm_cluster_collection.py +2 -2
- oci/key_management/models/hsm_cluster_summary.py +3 -3
- oci/key_management/models/hsm_partition.py +29 -9
- oci/key_management/models/hsm_partition_collection.py +1 -1
- oci/key_management/models/hsm_partition_summary.py +11 -7
- oci/key_management/models/port_information.py +5 -5
- oci/key_management/models/pre_co_user_credentials.py +2 -2
- oci/key_management/models/upload_partition_certificates_details.py +5 -5
- oci/key_management/models/vault.py +31 -0
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/load_balancer/models/backend.py +4 -0
- oci/load_balancer/models/backend_details.py +4 -0
- oci/load_balancer/models/backend_set.py +6 -2
- oci/load_balancer/models/backend_set_details.py +6 -2
- oci/load_balancer/models/create_backend_details.py +4 -0
- oci/load_balancer/models/create_backend_set_details.py +6 -2
- oci/load_balancer/models/create_load_balancer_details.py +116 -0
- oci/load_balancer/models/ip_max_connections.py +8 -2
- oci/load_balancer/models/load_balancer.py +100 -0
- oci/load_balancer/models/update_backend_details.py +4 -0
- oci/load_balancer/models/update_backend_set_details.py +6 -2
- oci/load_balancer/models/update_load_balancer_details.py +112 -0
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +7 -7
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/models/__init__.py +2 -0
- oci/mysql/models/create_db_system_details.py +37 -2
- oci/mysql/models/customer_contact.py +72 -0
- oci/mysql/models/db_system.py +37 -2
- oci/mysql/models/update_db_system_details.py +37 -2
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +86 -86
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/models/__init__.py +14 -0
- oci/object_storage/models/access_target_details.py +136 -0
- oci/object_storage/models/create_private_endpoint_details.py +389 -0
- oci/object_storage/models/fqdns.py +99 -0
- oci/object_storage/models/prefix_fqdns.py +134 -0
- oci/object_storage/models/private_endpoint.py +685 -0
- oci/object_storage/models/private_endpoint_summary.py +369 -0
- oci/object_storage/models/update_private_endpoint_details.py +216 -0
- oci/object_storage/models/work_request.py +15 -3
- oci/object_storage/models/work_request_summary.py +15 -3
- oci/object_storage/object_storage_client.py +686 -71
- oci/object_storage/object_storage_client_composite_operations.py +139 -0
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +8 -8
- oci/ocvp/cluster_client_composite_operations.py +2 -2
- oci/ocvp/esxi_host_client.py +9 -9
- oci/ocvp/models/cluster.py +35 -2
- oci/ocvp/models/cluster_summary.py +35 -2
- oci/ocvp/models/datastore_details.py +1 -1
- oci/ocvp/models/esxi_host.py +35 -2
- oci/ocvp/models/esxi_host_summary.py +35 -2
- oci/ocvp/models/sddc.py +35 -2
- oci/ocvp/models/sddc_summary.py +35 -2
- oci/ocvp/models/supported_host_shape_summary.py +55 -3
- oci/ocvp/models/work_request.py +55 -3
- oci/ocvp/sddc_client.py +21 -16
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- 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 +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +177 -177
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +135 -25
- oci/recovery/database_recovery_client_composite_operations.py +42 -0
- oci/recovery/models/__init__.py +2 -0
- oci/recovery/models/change_protected_database_subscription_details.py +103 -0
- oci/recovery/models/create_protected_database_details.py +33 -0
- oci/recovery/models/create_protection_policy_details.py +39 -0
- oci/recovery/models/protected_database.py +31 -0
- oci/recovery/models/protected_database_summary.py +31 -0
- oci/recovery/models/protection_policy.py +31 -0
- oci/recovery/models/protection_policy_summary.py +31 -0
- oci/redis/redis_cluster_client.py +12 -12
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +13 -13
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- 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_endpoints.py +1 -0
- 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 +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/models/__init__.py +2 -0
- oci/waf/models/dynamic_http_response_body.py +104 -0
- oci/waf/models/http_response_body.py +11 -3
- oci/waf/models/static_text_http_response_body.py +1 -1
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.132.0.dist-info → oci-2.133.0.dist-info}/METADATA +1 -1
- {oci-2.132.0.dist-info → oci-2.133.0.dist-info}/RECORD +489 -369
- {oci-2.132.0.dist-info → oci-2.133.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.132.0.dist-info → oci-2.133.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.132.0.dist-info → oci-2.133.0.dist-info}/WHEEL +0 -0
- {oci-2.132.0.dist-info → oci-2.133.0.dist-info}/top_level.txt +0 -0
@@ -153,7 +153,7 @@ class VirtualNetworkClient(object):
|
|
153
153
|
:rtype: :class:`~oci.response.Response`
|
154
154
|
|
155
155
|
:example:
|
156
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/add_drg_route_distribution_statements.py.html>`__ to see an example of how to use add_drg_route_distribution_statements API.
|
157
157
|
"""
|
158
158
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
159
159
|
required_arguments = ['drgRouteDistributionId']
|
@@ -253,7 +253,7 @@ class VirtualNetworkClient(object):
|
|
253
253
|
:rtype: :class:`~oci.response.Response`
|
254
254
|
|
255
255
|
:example:
|
256
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
256
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/add_drg_route_rules.py.html>`__ to see an example of how to use add_drg_route_rules API.
|
257
257
|
"""
|
258
258
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
259
259
|
required_arguments = ['drgRouteTableId']
|
@@ -370,7 +370,7 @@ class VirtualNetworkClient(object):
|
|
370
370
|
:rtype: :class:`~oci.response.Response`
|
371
371
|
|
372
372
|
:example:
|
373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/add_ipv6_subnet_cidr.py.html>`__ to see an example of how to use add_ipv6_subnet_cidr API.
|
374
374
|
"""
|
375
375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
376
376
|
required_arguments = ['subnetId']
|
@@ -490,7 +490,7 @@ class VirtualNetworkClient(object):
|
|
490
490
|
:rtype: :class:`~oci.response.Response`
|
491
491
|
|
492
492
|
:example:
|
493
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
493
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/add_ipv6_vcn_cidr.py.html>`__ to see an example of how to use add_ipv6_vcn_cidr API.
|
494
494
|
"""
|
495
495
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
496
496
|
required_arguments = ['vcnId']
|
@@ -594,7 +594,7 @@ class VirtualNetworkClient(object):
|
|
594
594
|
:rtype: :class:`~oci.response.Response`
|
595
595
|
|
596
596
|
:example:
|
597
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.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.
|
598
598
|
"""
|
599
599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
600
600
|
required_arguments = ['networkSecurityGroupId']
|
@@ -700,7 +700,7 @@ class VirtualNetworkClient(object):
|
|
700
700
|
:rtype: :class:`~oci.response.Response`
|
701
701
|
|
702
702
|
:example:
|
703
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
703
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/add_public_ip_pool_capacity.py.html>`__ to see an example of how to use add_public_ip_pool_capacity API.
|
704
704
|
"""
|
705
705
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
706
706
|
required_arguments = ['publicIpPoolId']
|
@@ -825,7 +825,7 @@ class VirtualNetworkClient(object):
|
|
825
825
|
:rtype: :class:`~oci.response.Response`
|
826
826
|
|
827
827
|
:example:
|
828
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
828
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/add_vcn_cidr.py.html>`__ to see an example of how to use add_vcn_cidr API.
|
829
829
|
"""
|
830
830
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
831
831
|
required_arguments = ['vcnId']
|
@@ -930,7 +930,7 @@ class VirtualNetworkClient(object):
|
|
930
930
|
:rtype: :class:`~oci.response.Response`
|
931
931
|
|
932
932
|
:example:
|
933
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
933
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/advertise_byoip_range.py.html>`__ to see an example of how to use advertise_byoip_range API.
|
934
934
|
"""
|
935
935
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
936
936
|
required_arguments = ['byoipRangeId']
|
@@ -1040,7 +1040,7 @@ class VirtualNetworkClient(object):
|
|
1040
1040
|
:rtype: :class:`~oci.response.Response`
|
1041
1041
|
|
1042
1042
|
:example:
|
1043
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1043
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/attach_service_id.py.html>`__ to see an example of how to use attach_service_id API.
|
1044
1044
|
"""
|
1045
1045
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1046
1046
|
required_arguments = ['serviceGatewayId']
|
@@ -1143,7 +1143,7 @@ class VirtualNetworkClient(object):
|
|
1143
1143
|
:rtype: :class:`~oci.response.Response`
|
1144
1144
|
|
1145
1145
|
:example:
|
1146
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1146
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.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.
|
1147
1147
|
"""
|
1148
1148
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1149
1149
|
required_arguments = ['virtualCircuitId']
|
@@ -1239,7 +1239,7 @@ class VirtualNetworkClient(object):
|
|
1239
1239
|
:rtype: :class:`~oci.response.Response`
|
1240
1240
|
|
1241
1241
|
:example:
|
1242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.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.
|
1243
1243
|
"""
|
1244
1244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1245
1245
|
required_arguments = ['virtualCircuitId']
|
@@ -1347,7 +1347,7 @@ class VirtualNetworkClient(object):
|
|
1347
1347
|
:rtype: :class:`~oci.response.Response`
|
1348
1348
|
|
1349
1349
|
:example:
|
1350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1350
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/change_byoip_range_compartment.py.html>`__ to see an example of how to use change_byoip_range_compartment API.
|
1351
1351
|
"""
|
1352
1352
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1353
1353
|
required_arguments = ['byoipRangeId']
|
@@ -1468,7 +1468,7 @@ class VirtualNetworkClient(object):
|
|
1468
1468
|
:rtype: :class:`~oci.response.Response`
|
1469
1469
|
|
1470
1470
|
:example:
|
1471
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1471
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/change_capture_filter_compartment.py.html>`__ to see an example of how to use change_capture_filter_compartment API.
|
1472
1472
|
"""
|
1473
1473
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1474
1474
|
required_arguments = ['captureFilterId']
|
@@ -1586,7 +1586,7 @@ class VirtualNetworkClient(object):
|
|
1586
1586
|
:rtype: :class:`~oci.response.Response`
|
1587
1587
|
|
1588
1588
|
:example:
|
1589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/change_cpe_compartment.py.html>`__ to see an example of how to use change_cpe_compartment API.
|
1590
1590
|
"""
|
1591
1591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1592
1592
|
required_arguments = ['cpeId']
|
@@ -1704,7 +1704,7 @@ class VirtualNetworkClient(object):
|
|
1704
1704
|
:rtype: :class:`~oci.response.Response`
|
1705
1705
|
|
1706
1706
|
:example:
|
1707
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/change_cross_connect_compartment.py.html>`__ to see an example of how to use change_cross_connect_compartment API.
|
1708
1708
|
"""
|
1709
1709
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1710
1710
|
required_arguments = ['crossConnectId']
|
@@ -1822,7 +1822,7 @@ class VirtualNetworkClient(object):
|
|
1822
1822
|
:rtype: :class:`~oci.response.Response`
|
1823
1823
|
|
1824
1824
|
:example:
|
1825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1825
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/change_cross_connect_group_compartment.py.html>`__ to see an example of how to use change_cross_connect_group_compartment API.
|
1826
1826
|
"""
|
1827
1827
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1828
1828
|
required_arguments = ['crossConnectGroupId']
|
@@ -1940,7 +1940,7 @@ class VirtualNetworkClient(object):
|
|
1940
1940
|
:rtype: :class:`~oci.response.Response`
|
1941
1941
|
|
1942
1942
|
:example:
|
1943
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1943
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/change_dhcp_options_compartment.py.html>`__ to see an example of how to use change_dhcp_options_compartment API.
|
1944
1944
|
"""
|
1945
1945
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1946
1946
|
required_arguments = ['dhcpId']
|
@@ -2056,7 +2056,7 @@ class VirtualNetworkClient(object):
|
|
2056
2056
|
:rtype: :class:`~oci.response.Response`
|
2057
2057
|
|
2058
2058
|
:example:
|
2059
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2059
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/change_drg_compartment.py.html>`__ to see an example of how to use change_drg_compartment API.
|
2060
2060
|
"""
|
2061
2061
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2062
2062
|
required_arguments = ['drgId']
|
@@ -2172,7 +2172,7 @@ class VirtualNetworkClient(object):
|
|
2172
2172
|
:rtype: :class:`~oci.response.Response`
|
2173
2173
|
|
2174
2174
|
:example:
|
2175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/change_internet_gateway_compartment.py.html>`__ to see an example of how to use change_internet_gateway_compartment API.
|
2176
2176
|
"""
|
2177
2177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2178
2178
|
required_arguments = ['igId']
|
@@ -2288,7 +2288,7 @@ class VirtualNetworkClient(object):
|
|
2288
2288
|
:rtype: :class:`~oci.response.Response`
|
2289
2289
|
|
2290
2290
|
:example:
|
2291
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/change_ip_sec_connection_compartment.py.html>`__ to see an example of how to use change_ip_sec_connection_compartment API.
|
2292
2292
|
"""
|
2293
2293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2294
2294
|
required_arguments = ['ipscId']
|
@@ -2406,7 +2406,7 @@ class VirtualNetworkClient(object):
|
|
2406
2406
|
:rtype: :class:`~oci.response.Response`
|
2407
2407
|
|
2408
2408
|
:example:
|
2409
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2409
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/change_local_peering_gateway_compartment.py.html>`__ to see an example of how to use change_local_peering_gateway_compartment API.
|
2410
2410
|
"""
|
2411
2411
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2412
2412
|
required_arguments = ['localPeeringGatewayId']
|
@@ -2522,7 +2522,7 @@ class VirtualNetworkClient(object):
|
|
2522
2522
|
:rtype: :class:`~oci.response.Response`
|
2523
2523
|
|
2524
2524
|
:example:
|
2525
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2525
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/change_nat_gateway_compartment.py.html>`__ to see an example of how to use change_nat_gateway_compartment API.
|
2526
2526
|
"""
|
2527
2527
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2528
2528
|
required_arguments = ['natGatewayId']
|
@@ -2637,7 +2637,7 @@ class VirtualNetworkClient(object):
|
|
2637
2637
|
:rtype: :class:`~oci.response.Response`
|
2638
2638
|
|
2639
2639
|
:example:
|
2640
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2640
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/change_network_security_group_compartment.py.html>`__ to see an example of how to use change_network_security_group_compartment API.
|
2641
2641
|
"""
|
2642
2642
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2643
2643
|
required_arguments = ['networkSecurityGroupId']
|
@@ -2756,7 +2756,7 @@ class VirtualNetworkClient(object):
|
|
2756
2756
|
:rtype: :class:`~oci.response.Response`
|
2757
2757
|
|
2758
2758
|
:example:
|
2759
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2759
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/change_public_ip_compartment.py.html>`__ to see an example of how to use change_public_ip_compartment API.
|
2760
2760
|
"""
|
2761
2761
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2762
2762
|
required_arguments = ['publicIpId']
|
@@ -2872,7 +2872,7 @@ class VirtualNetworkClient(object):
|
|
2872
2872
|
:rtype: :class:`~oci.response.Response`
|
2873
2873
|
|
2874
2874
|
:example:
|
2875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/change_public_ip_pool_compartment.py.html>`__ to see an example of how to use change_public_ip_pool_compartment API.
|
2876
2876
|
"""
|
2877
2877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2878
2878
|
required_arguments = ['publicIpPoolId']
|
@@ -2988,7 +2988,7 @@ class VirtualNetworkClient(object):
|
|
2988
2988
|
:rtype: :class:`~oci.response.Response`
|
2989
2989
|
|
2990
2990
|
:example:
|
2991
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/change_remote_peering_connection_compartment.py.html>`__ to see an example of how to use change_remote_peering_connection_compartment API.
|
2992
2992
|
"""
|
2993
2993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2994
2994
|
required_arguments = ['remotePeeringConnectionId']
|
@@ -3106,7 +3106,7 @@ class VirtualNetworkClient(object):
|
|
3106
3106
|
:rtype: :class:`~oci.response.Response`
|
3107
3107
|
|
3108
3108
|
:example:
|
3109
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3109
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/change_route_table_compartment.py.html>`__ to see an example of how to use change_route_table_compartment API.
|
3110
3110
|
"""
|
3111
3111
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3112
3112
|
required_arguments = ['rtId']
|
@@ -3222,7 +3222,7 @@ class VirtualNetworkClient(object):
|
|
3222
3222
|
:rtype: :class:`~oci.response.Response`
|
3223
3223
|
|
3224
3224
|
:example:
|
3225
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3225
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/change_security_list_compartment.py.html>`__ to see an example of how to use change_security_list_compartment API.
|
3226
3226
|
"""
|
3227
3227
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3228
3228
|
required_arguments = ['securityListId']
|
@@ -3338,7 +3338,7 @@ class VirtualNetworkClient(object):
|
|
3338
3338
|
:rtype: :class:`~oci.response.Response`
|
3339
3339
|
|
3340
3340
|
:example:
|
3341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/change_service_gateway_compartment.py.html>`__ to see an example of how to use change_service_gateway_compartment API.
|
3342
3342
|
"""
|
3343
3343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3344
3344
|
required_arguments = ['serviceGatewayId']
|
@@ -3454,7 +3454,7 @@ class VirtualNetworkClient(object):
|
|
3454
3454
|
:rtype: :class:`~oci.response.Response`
|
3455
3455
|
|
3456
3456
|
:example:
|
3457
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3457
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/change_subnet_compartment.py.html>`__ to see an example of how to use change_subnet_compartment API.
|
3458
3458
|
"""
|
3459
3459
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3460
3460
|
required_arguments = ['subnetId']
|
@@ -3570,7 +3570,7 @@ class VirtualNetworkClient(object):
|
|
3570
3570
|
:rtype: :class:`~oci.response.Response`
|
3571
3571
|
|
3572
3572
|
:example:
|
3573
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3573
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/change_vcn_compartment.py.html>`__ to see an example of how to use change_vcn_compartment API.
|
3574
3574
|
"""
|
3575
3575
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3576
3576
|
required_arguments = ['vcnId']
|
@@ -3686,7 +3686,7 @@ class VirtualNetworkClient(object):
|
|
3686
3686
|
:rtype: :class:`~oci.response.Response`
|
3687
3687
|
|
3688
3688
|
:example:
|
3689
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3689
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/change_virtual_circuit_compartment.py.html>`__ to see an example of how to use change_virtual_circuit_compartment API.
|
3690
3690
|
"""
|
3691
3691
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3692
3692
|
required_arguments = ['virtualCircuitId']
|
@@ -3809,7 +3809,7 @@ class VirtualNetworkClient(object):
|
|
3809
3809
|
:rtype: :class:`~oci.response.Response`
|
3810
3810
|
|
3811
3811
|
:example:
|
3812
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/change_vlan_compartment.py.html>`__ to see an example of how to use change_vlan_compartment API.
|
3813
3813
|
"""
|
3814
3814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3815
3815
|
required_arguments = ['vlanId']
|
@@ -3932,7 +3932,7 @@ class VirtualNetworkClient(object):
|
|
3932
3932
|
:rtype: :class:`~oci.response.Response`
|
3933
3933
|
|
3934
3934
|
:example:
|
3935
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3935
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/change_vtap_compartment.py.html>`__ to see an example of how to use change_vtap_compartment API.
|
3936
3936
|
"""
|
3937
3937
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3938
3938
|
required_arguments = ['vtapId']
|
@@ -4044,7 +4044,7 @@ class VirtualNetworkClient(object):
|
|
4044
4044
|
:rtype: :class:`~oci.response.Response`
|
4045
4045
|
|
4046
4046
|
:example:
|
4047
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4047
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/connect_local_peering_gateways.py.html>`__ to see an example of how to use connect_local_peering_gateways API.
|
4048
4048
|
"""
|
4049
4049
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4050
4050
|
required_arguments = ['localPeeringGatewayId']
|
@@ -4144,7 +4144,7 @@ class VirtualNetworkClient(object):
|
|
4144
4144
|
:rtype: :class:`~oci.response.Response`
|
4145
4145
|
|
4146
4146
|
:example:
|
4147
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4147
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/connect_remote_peering_connections.py.html>`__ to see an example of how to use connect_remote_peering_connections API.
|
4148
4148
|
"""
|
4149
4149
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4150
4150
|
required_arguments = ['remotePeeringConnectionId']
|
@@ -4243,7 +4243,7 @@ class VirtualNetworkClient(object):
|
|
4243
4243
|
:rtype: :class:`~oci.response.Response`
|
4244
4244
|
|
4245
4245
|
:example:
|
4246
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4246
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_byoip_range.py.html>`__ to see an example of how to use create_byoip_range API.
|
4247
4247
|
"""
|
4248
4248
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4249
4249
|
required_arguments = []
|
@@ -4352,7 +4352,7 @@ class VirtualNetworkClient(object):
|
|
4352
4352
|
:rtype: :class:`~oci.response.Response`
|
4353
4353
|
|
4354
4354
|
:example:
|
4355
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4355
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_capture_filter.py.html>`__ to see an example of how to use create_capture_filter API.
|
4356
4356
|
"""
|
4357
4357
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4358
4358
|
required_arguments = []
|
@@ -4465,7 +4465,7 @@ class VirtualNetworkClient(object):
|
|
4465
4465
|
:rtype: :class:`~oci.response.Response`
|
4466
4466
|
|
4467
4467
|
:example:
|
4468
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4468
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_cpe.py.html>`__ to see an example of how to use create_cpe API.
|
4469
4469
|
"""
|
4470
4470
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4471
4471
|
required_arguments = []
|
@@ -4581,7 +4581,7 @@ class VirtualNetworkClient(object):
|
|
4581
4581
|
:rtype: :class:`~oci.response.Response`
|
4582
4582
|
|
4583
4583
|
:example:
|
4584
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4584
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_cross_connect.py.html>`__ to see an example of how to use create_cross_connect API.
|
4585
4585
|
"""
|
4586
4586
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4587
4587
|
required_arguments = []
|
@@ -4693,7 +4693,7 @@ class VirtualNetworkClient(object):
|
|
4693
4693
|
:rtype: :class:`~oci.response.Response`
|
4694
4694
|
|
4695
4695
|
:example:
|
4696
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4696
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_cross_connect_group.py.html>`__ to see an example of how to use create_cross_connect_group API.
|
4697
4697
|
"""
|
4698
4698
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4699
4699
|
required_arguments = []
|
@@ -4801,7 +4801,7 @@ class VirtualNetworkClient(object):
|
|
4801
4801
|
:rtype: :class:`~oci.response.Response`
|
4802
4802
|
|
4803
4803
|
:example:
|
4804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_dhcp_options.py.html>`__ to see an example of how to use create_dhcp_options API.
|
4805
4805
|
"""
|
4806
4806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4807
4807
|
required_arguments = []
|
@@ -4908,7 +4908,7 @@ class VirtualNetworkClient(object):
|
|
4908
4908
|
:rtype: :class:`~oci.response.Response`
|
4909
4909
|
|
4910
4910
|
:example:
|
4911
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4911
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_drg.py.html>`__ to see an example of how to use create_drg API.
|
4912
4912
|
"""
|
4913
4913
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4914
4914
|
required_arguments = []
|
@@ -5013,7 +5013,7 @@ class VirtualNetworkClient(object):
|
|
5013
5013
|
:rtype: :class:`~oci.response.Response`
|
5014
5014
|
|
5015
5015
|
:example:
|
5016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_drg_attachment.py.html>`__ to see an example of how to use create_drg_attachment API.
|
5017
5017
|
"""
|
5018
5018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5019
5019
|
required_arguments = []
|
@@ -5107,7 +5107,7 @@ class VirtualNetworkClient(object):
|
|
5107
5107
|
:rtype: :class:`~oci.response.Response`
|
5108
5108
|
|
5109
5109
|
:example:
|
5110
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5110
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_drg_route_distribution.py.html>`__ to see an example of how to use create_drg_route_distribution API.
|
5111
5111
|
"""
|
5112
5112
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5113
5113
|
required_arguments = []
|
@@ -5199,7 +5199,7 @@ class VirtualNetworkClient(object):
|
|
5199
5199
|
:rtype: :class:`~oci.response.Response`
|
5200
5200
|
|
5201
5201
|
:example:
|
5202
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5202
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_drg_route_table.py.html>`__ to see an example of how to use create_drg_route_table API.
|
5203
5203
|
"""
|
5204
5204
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5205
5205
|
required_arguments = []
|
@@ -5313,7 +5313,7 @@ class VirtualNetworkClient(object):
|
|
5313
5313
|
:rtype: :class:`~oci.response.Response`
|
5314
5314
|
|
5315
5315
|
:example:
|
5316
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5316
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_internet_gateway.py.html>`__ to see an example of how to use create_internet_gateway API.
|
5317
5317
|
"""
|
5318
5318
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5319
5319
|
required_arguments = []
|
@@ -5436,7 +5436,7 @@ class VirtualNetworkClient(object):
|
|
5436
5436
|
:rtype: :class:`~oci.response.Response`
|
5437
5437
|
|
5438
5438
|
:example:
|
5439
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5439
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_ip_sec_connection.py.html>`__ to see an example of how to use create_ip_sec_connection API.
|
5440
5440
|
"""
|
5441
5441
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5442
5442
|
required_arguments = []
|
@@ -5533,7 +5533,7 @@ class VirtualNetworkClient(object):
|
|
5533
5533
|
:rtype: :class:`~oci.response.Response`
|
5534
5534
|
|
5535
5535
|
:example:
|
5536
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5536
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_ipv6.py.html>`__ to see an example of how to use create_ipv6 API.
|
5537
5537
|
"""
|
5538
5538
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5539
5539
|
required_arguments = []
|
@@ -5626,7 +5626,7 @@ class VirtualNetworkClient(object):
|
|
5626
5626
|
:rtype: :class:`~oci.response.Response`
|
5627
5627
|
|
5628
5628
|
:example:
|
5629
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5629
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_local_peering_gateway.py.html>`__ to see an example of how to use create_local_peering_gateway API.
|
5630
5630
|
"""
|
5631
5631
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5632
5632
|
required_arguments = []
|
@@ -5718,7 +5718,7 @@ class VirtualNetworkClient(object):
|
|
5718
5718
|
:rtype: :class:`~oci.response.Response`
|
5719
5719
|
|
5720
5720
|
:example:
|
5721
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5721
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_nat_gateway.py.html>`__ to see an example of how to use create_nat_gateway API.
|
5722
5722
|
"""
|
5723
5723
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5724
5724
|
required_arguments = []
|
@@ -5809,7 +5809,7 @@ class VirtualNetworkClient(object):
|
|
5809
5809
|
:rtype: :class:`~oci.response.Response`
|
5810
5810
|
|
5811
5811
|
:example:
|
5812
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_network_security_group.py.html>`__ to see an example of how to use create_network_security_group API.
|
5813
5813
|
"""
|
5814
5814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5815
5815
|
required_arguments = []
|
@@ -5904,7 +5904,7 @@ class VirtualNetworkClient(object):
|
|
5904
5904
|
:rtype: :class:`~oci.response.Response`
|
5905
5905
|
|
5906
5906
|
:example:
|
5907
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5907
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_private_ip.py.html>`__ to see an example of how to use create_private_ip API.
|
5908
5908
|
"""
|
5909
5909
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5910
5910
|
required_arguments = []
|
@@ -6018,7 +6018,7 @@ class VirtualNetworkClient(object):
|
|
6018
6018
|
:rtype: :class:`~oci.response.Response`
|
6019
6019
|
|
6020
6020
|
:example:
|
6021
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6021
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_public_ip.py.html>`__ to see an example of how to use create_public_ip API.
|
6022
6022
|
"""
|
6023
6023
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6024
6024
|
required_arguments = []
|
@@ -6113,7 +6113,7 @@ class VirtualNetworkClient(object):
|
|
6113
6113
|
:rtype: :class:`~oci.response.Response`
|
6114
6114
|
|
6115
6115
|
:example:
|
6116
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6116
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_public_ip_pool.py.html>`__ to see an example of how to use create_public_ip_pool API.
|
6117
6117
|
"""
|
6118
6118
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6119
6119
|
required_arguments = []
|
@@ -6206,7 +6206,7 @@ class VirtualNetworkClient(object):
|
|
6206
6206
|
:rtype: :class:`~oci.response.Response`
|
6207
6207
|
|
6208
6208
|
:example:
|
6209
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6209
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_remote_peering_connection.py.html>`__ to see an example of how to use create_remote_peering_connection API.
|
6210
6210
|
"""
|
6211
6211
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6212
6212
|
required_arguments = []
|
@@ -6319,7 +6319,7 @@ class VirtualNetworkClient(object):
|
|
6319
6319
|
:rtype: :class:`~oci.response.Response`
|
6320
6320
|
|
6321
6321
|
:example:
|
6322
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6322
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_route_table.py.html>`__ to see an example of how to use create_route_table API.
|
6323
6323
|
"""
|
6324
6324
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6325
6325
|
required_arguments = []
|
@@ -6429,7 +6429,7 @@ class VirtualNetworkClient(object):
|
|
6429
6429
|
:rtype: :class:`~oci.response.Response`
|
6430
6430
|
|
6431
6431
|
:example:
|
6432
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6432
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_security_list.py.html>`__ to see an example of how to use create_security_list API.
|
6433
6433
|
"""
|
6434
6434
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6435
6435
|
required_arguments = []
|
@@ -6532,7 +6532,7 @@ class VirtualNetworkClient(object):
|
|
6532
6532
|
:rtype: :class:`~oci.response.Response`
|
6533
6533
|
|
6534
6534
|
:example:
|
6535
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6535
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_service_gateway.py.html>`__ to see an example of how to use create_service_gateway API.
|
6536
6536
|
"""
|
6537
6537
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6538
6538
|
required_arguments = []
|
@@ -6663,7 +6663,7 @@ class VirtualNetworkClient(object):
|
|
6663
6663
|
:rtype: :class:`~oci.response.Response`
|
6664
6664
|
|
6665
6665
|
:example:
|
6666
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6666
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_subnet.py.html>`__ to see an example of how to use create_subnet API.
|
6667
6667
|
"""
|
6668
6668
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6669
6669
|
required_arguments = []
|
@@ -6795,7 +6795,7 @@ class VirtualNetworkClient(object):
|
|
6795
6795
|
:rtype: :class:`~oci.response.Response`
|
6796
6796
|
|
6797
6797
|
:example:
|
6798
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6798
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_vcn.py.html>`__ to see an example of how to use create_vcn API.
|
6799
6799
|
"""
|
6800
6800
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6801
6801
|
required_arguments = []
|
@@ -6912,7 +6912,7 @@ class VirtualNetworkClient(object):
|
|
6912
6912
|
:rtype: :class:`~oci.response.Response`
|
6913
6913
|
|
6914
6914
|
:example:
|
6915
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6915
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_virtual_circuit.py.html>`__ to see an example of how to use create_virtual_circuit API.
|
6916
6916
|
"""
|
6917
6917
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6918
6918
|
required_arguments = []
|
@@ -7009,7 +7009,7 @@ class VirtualNetworkClient(object):
|
|
7009
7009
|
:rtype: :class:`~oci.response.Response`
|
7010
7010
|
|
7011
7011
|
:example:
|
7012
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_vlan.py.html>`__ to see an example of how to use create_vlan API.
|
7013
7013
|
"""
|
7014
7014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7015
7015
|
required_arguments = []
|
@@ -7118,7 +7118,7 @@ class VirtualNetworkClient(object):
|
|
7118
7118
|
:rtype: :class:`~oci.response.Response`
|
7119
7119
|
|
7120
7120
|
:example:
|
7121
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7121
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/create_vtap.py.html>`__ to see an example of how to use create_vtap API.
|
7122
7122
|
"""
|
7123
7123
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7124
7124
|
required_arguments = []
|
@@ -7221,7 +7221,7 @@ class VirtualNetworkClient(object):
|
|
7221
7221
|
:rtype: :class:`~oci.response.Response`
|
7222
7222
|
|
7223
7223
|
:example:
|
7224
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7224
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_byoip_range.py.html>`__ to see an example of how to use delete_byoip_range API.
|
7225
7225
|
"""
|
7226
7226
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7227
7227
|
required_arguments = ['byoipRangeId']
|
@@ -7326,7 +7326,7 @@ class VirtualNetworkClient(object):
|
|
7326
7326
|
:rtype: :class:`~oci.response.Response`
|
7327
7327
|
|
7328
7328
|
:example:
|
7329
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_capture_filter.py.html>`__ to see an example of how to use delete_capture_filter API.
|
7330
7330
|
"""
|
7331
7331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7332
7332
|
required_arguments = ['captureFilterId']
|
@@ -7428,7 +7428,7 @@ class VirtualNetworkClient(object):
|
|
7428
7428
|
:rtype: :class:`~oci.response.Response`
|
7429
7429
|
|
7430
7430
|
:example:
|
7431
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7431
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_cpe.py.html>`__ to see an example of how to use delete_cpe API.
|
7432
7432
|
"""
|
7433
7433
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7434
7434
|
required_arguments = ['cpeId']
|
@@ -7529,7 +7529,7 @@ class VirtualNetworkClient(object):
|
|
7529
7529
|
:rtype: :class:`~oci.response.Response`
|
7530
7530
|
|
7531
7531
|
:example:
|
7532
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7532
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_cross_connect.py.html>`__ to see an example of how to use delete_cross_connect API.
|
7533
7533
|
"""
|
7534
7534
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7535
7535
|
required_arguments = ['crossConnectId']
|
@@ -7631,7 +7631,7 @@ class VirtualNetworkClient(object):
|
|
7631
7631
|
:rtype: :class:`~oci.response.Response`
|
7632
7632
|
|
7633
7633
|
:example:
|
7634
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7634
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_cross_connect_group.py.html>`__ to see an example of how to use delete_cross_connect_group API.
|
7635
7635
|
"""
|
7636
7636
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7637
7637
|
required_arguments = ['crossConnectGroupId']
|
@@ -7735,7 +7735,7 @@ class VirtualNetworkClient(object):
|
|
7735
7735
|
:rtype: :class:`~oci.response.Response`
|
7736
7736
|
|
7737
7737
|
:example:
|
7738
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7738
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_dhcp_options.py.html>`__ to see an example of how to use delete_dhcp_options API.
|
7739
7739
|
"""
|
7740
7740
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7741
7741
|
required_arguments = ['dhcpId']
|
@@ -7836,7 +7836,7 @@ class VirtualNetworkClient(object):
|
|
7836
7836
|
:rtype: :class:`~oci.response.Response`
|
7837
7837
|
|
7838
7838
|
:example:
|
7839
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7839
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_drg.py.html>`__ to see an example of how to use delete_drg API.
|
7840
7840
|
"""
|
7841
7841
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7842
7842
|
required_arguments = ['drgId']
|
@@ -7936,7 +7936,7 @@ class VirtualNetworkClient(object):
|
|
7936
7936
|
:rtype: :class:`~oci.response.Response`
|
7937
7937
|
|
7938
7938
|
:example:
|
7939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_drg_attachment.py.html>`__ to see an example of how to use delete_drg_attachment API.
|
7940
7940
|
"""
|
7941
7941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7942
7942
|
required_arguments = ['drgAttachmentId']
|
@@ -8036,7 +8036,7 @@ class VirtualNetworkClient(object):
|
|
8036
8036
|
:rtype: :class:`~oci.response.Response`
|
8037
8037
|
|
8038
8038
|
:example:
|
8039
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8039
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_drg_route_distribution.py.html>`__ to see an example of how to use delete_drg_route_distribution API.
|
8040
8040
|
"""
|
8041
8041
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8042
8042
|
required_arguments = ['drgRouteDistributionId']
|
@@ -8134,7 +8134,7 @@ class VirtualNetworkClient(object):
|
|
8134
8134
|
:rtype: :class:`~oci.response.Response`
|
8135
8135
|
|
8136
8136
|
:example:
|
8137
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_drg_route_table.py.html>`__ to see an example of how to use delete_drg_route_table API.
|
8138
8138
|
"""
|
8139
8139
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8140
8140
|
required_arguments = ['drgRouteTableId']
|
@@ -8236,7 +8236,7 @@ class VirtualNetworkClient(object):
|
|
8236
8236
|
:rtype: :class:`~oci.response.Response`
|
8237
8237
|
|
8238
8238
|
:example:
|
8239
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8239
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_internet_gateway.py.html>`__ to see an example of how to use delete_internet_gateway API.
|
8240
8240
|
"""
|
8241
8241
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8242
8242
|
required_arguments = ['igId']
|
@@ -8341,7 +8341,7 @@ class VirtualNetworkClient(object):
|
|
8341
8341
|
:rtype: :class:`~oci.response.Response`
|
8342
8342
|
|
8343
8343
|
:example:
|
8344
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8344
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_ip_sec_connection.py.html>`__ to see an example of how to use delete_ip_sec_connection API.
|
8345
8345
|
"""
|
8346
8346
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8347
8347
|
required_arguments = ['ipscId']
|
@@ -8448,7 +8448,7 @@ class VirtualNetworkClient(object):
|
|
8448
8448
|
:rtype: :class:`~oci.response.Response`
|
8449
8449
|
|
8450
8450
|
:example:
|
8451
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8451
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_ipv6.py.html>`__ to see an example of how to use delete_ipv6 API.
|
8452
8452
|
"""
|
8453
8453
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8454
8454
|
required_arguments = ['ipv6Id']
|
@@ -8551,7 +8551,7 @@ class VirtualNetworkClient(object):
|
|
8551
8551
|
:rtype: :class:`~oci.response.Response`
|
8552
8552
|
|
8553
8553
|
:example:
|
8554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_local_peering_gateway.py.html>`__ to see an example of how to use delete_local_peering_gateway API.
|
8555
8555
|
"""
|
8556
8556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8557
8557
|
required_arguments = ['localPeeringGatewayId']
|
@@ -8653,7 +8653,7 @@ class VirtualNetworkClient(object):
|
|
8653
8653
|
:rtype: :class:`~oci.response.Response`
|
8654
8654
|
|
8655
8655
|
:example:
|
8656
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8656
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_nat_gateway.py.html>`__ to see an example of how to use delete_nat_gateway API.
|
8657
8657
|
"""
|
8658
8658
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8659
8659
|
required_arguments = ['natGatewayId']
|
@@ -8760,7 +8760,7 @@ class VirtualNetworkClient(object):
|
|
8760
8760
|
:rtype: :class:`~oci.response.Response`
|
8761
8761
|
|
8762
8762
|
:example:
|
8763
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8763
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_network_security_group.py.html>`__ to see an example of how to use delete_network_security_group API.
|
8764
8764
|
"""
|
8765
8765
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8766
8766
|
required_arguments = ['networkSecurityGroupId']
|
@@ -8871,7 +8871,7 @@ class VirtualNetworkClient(object):
|
|
8871
8871
|
:rtype: :class:`~oci.response.Response`
|
8872
8872
|
|
8873
8873
|
:example:
|
8874
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8874
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_private_ip.py.html>`__ to see an example of how to use delete_private_ip API.
|
8875
8875
|
"""
|
8876
8876
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8877
8877
|
required_arguments = ['privateIpId']
|
@@ -8985,7 +8985,7 @@ class VirtualNetworkClient(object):
|
|
8985
8985
|
:rtype: :class:`~oci.response.Response`
|
8986
8986
|
|
8987
8987
|
:example:
|
8988
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8988
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_public_ip.py.html>`__ to see an example of how to use delete_public_ip API.
|
8989
8989
|
"""
|
8990
8990
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8991
8991
|
required_arguments = ['publicIpId']
|
@@ -9091,7 +9091,7 @@ class VirtualNetworkClient(object):
|
|
9091
9091
|
:rtype: :class:`~oci.response.Response`
|
9092
9092
|
|
9093
9093
|
:example:
|
9094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9094
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_public_ip_pool.py.html>`__ to see an example of how to use delete_public_ip_pool API.
|
9095
9095
|
"""
|
9096
9096
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9097
9097
|
required_arguments = ['publicIpPoolId']
|
@@ -9194,7 +9194,7 @@ class VirtualNetworkClient(object):
|
|
9194
9194
|
:rtype: :class:`~oci.response.Response`
|
9195
9195
|
|
9196
9196
|
:example:
|
9197
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9197
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_remote_peering_connection.py.html>`__ to see an example of how to use delete_remote_peering_connection API.
|
9198
9198
|
"""
|
9199
9199
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9200
9200
|
required_arguments = ['remotePeeringConnectionId']
|
@@ -9298,7 +9298,7 @@ class VirtualNetworkClient(object):
|
|
9298
9298
|
:rtype: :class:`~oci.response.Response`
|
9299
9299
|
|
9300
9300
|
:example:
|
9301
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9301
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_route_table.py.html>`__ to see an example of how to use delete_route_table API.
|
9302
9302
|
"""
|
9303
9303
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9304
9304
|
required_arguments = ['rtId']
|
@@ -9400,7 +9400,7 @@ class VirtualNetworkClient(object):
|
|
9400
9400
|
:rtype: :class:`~oci.response.Response`
|
9401
9401
|
|
9402
9402
|
:example:
|
9403
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_security_list.py.html>`__ to see an example of how to use delete_security_list API.
|
9404
9404
|
"""
|
9405
9405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9406
9406
|
required_arguments = ['securityListId']
|
@@ -9499,7 +9499,7 @@ class VirtualNetworkClient(object):
|
|
9499
9499
|
:rtype: :class:`~oci.response.Response`
|
9500
9500
|
|
9501
9501
|
:example:
|
9502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9502
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_service_gateway.py.html>`__ to see an example of how to use delete_service_gateway API.
|
9503
9503
|
"""
|
9504
9504
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9505
9505
|
required_arguments = ['serviceGatewayId']
|
@@ -9599,7 +9599,7 @@ class VirtualNetworkClient(object):
|
|
9599
9599
|
:rtype: :class:`~oci.response.Response`
|
9600
9600
|
|
9601
9601
|
:example:
|
9602
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9602
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_subnet.py.html>`__ to see an example of how to use delete_subnet API.
|
9603
9603
|
"""
|
9604
9604
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9605
9605
|
required_arguments = ['subnetId']
|
@@ -9702,7 +9702,7 @@ class VirtualNetworkClient(object):
|
|
9702
9702
|
:rtype: :class:`~oci.response.Response`
|
9703
9703
|
|
9704
9704
|
:example:
|
9705
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9705
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_vcn.py.html>`__ to see an example of how to use delete_vcn API.
|
9706
9706
|
"""
|
9707
9707
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9708
9708
|
required_arguments = ['vcnId']
|
@@ -9804,7 +9804,7 @@ class VirtualNetworkClient(object):
|
|
9804
9804
|
:rtype: :class:`~oci.response.Response`
|
9805
9805
|
|
9806
9806
|
:example:
|
9807
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9807
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_virtual_circuit.py.html>`__ to see an example of how to use delete_virtual_circuit API.
|
9808
9808
|
"""
|
9809
9809
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9810
9810
|
required_arguments = ['virtualCircuitId']
|
@@ -9908,7 +9908,7 @@ class VirtualNetworkClient(object):
|
|
9908
9908
|
:rtype: :class:`~oci.response.Response`
|
9909
9909
|
|
9910
9910
|
:example:
|
9911
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9911
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_vlan.py.html>`__ to see an example of how to use delete_vlan API.
|
9912
9912
|
"""
|
9913
9913
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9914
9914
|
required_arguments = ['vlanId']
|
@@ -10013,7 +10013,7 @@ class VirtualNetworkClient(object):
|
|
10013
10013
|
:rtype: :class:`~oci.response.Response`
|
10014
10014
|
|
10015
10015
|
:example:
|
10016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/delete_vtap.py.html>`__ to see an example of how to use delete_vtap API.
|
10017
10017
|
"""
|
10018
10018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10019
10019
|
required_arguments = ['vtapId']
|
@@ -10127,7 +10127,7 @@ class VirtualNetworkClient(object):
|
|
10127
10127
|
:rtype: :class:`~oci.response.Response`
|
10128
10128
|
|
10129
10129
|
:example:
|
10130
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10130
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/detach_service_id.py.html>`__ to see an example of how to use detach_service_id API.
|
10131
10131
|
"""
|
10132
10132
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10133
10133
|
required_arguments = ['serviceGatewayId']
|
@@ -10252,7 +10252,7 @@ class VirtualNetworkClient(object):
|
|
10252
10252
|
:rtype: :class:`~oci.response.Response`
|
10253
10253
|
|
10254
10254
|
:example:
|
10255
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10255
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_all_drg_attachments.py.html>`__ to see an example of how to use get_all_drg_attachments API.
|
10256
10256
|
"""
|
10257
10257
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10258
10258
|
required_arguments = ['drgId']
|
@@ -10367,7 +10367,7 @@ class VirtualNetworkClient(object):
|
|
10367
10367
|
:rtype: :class:`~oci.response.Response`
|
10368
10368
|
|
10369
10369
|
:example:
|
10370
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10370
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.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.
|
10371
10371
|
"""
|
10372
10372
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10373
10373
|
required_arguments = []
|
@@ -10458,7 +10458,7 @@ class VirtualNetworkClient(object):
|
|
10458
10458
|
:rtype: :class:`~oci.response.Response`
|
10459
10459
|
|
10460
10460
|
:example:
|
10461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10461
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_byoip_range.py.html>`__ to see an example of how to use get_byoip_range API.
|
10462
10462
|
"""
|
10463
10463
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10464
10464
|
required_arguments = ['byoipRangeId']
|
@@ -10557,7 +10557,7 @@ class VirtualNetworkClient(object):
|
|
10557
10557
|
:rtype: :class:`~oci.response.Response`
|
10558
10558
|
|
10559
10559
|
:example:
|
10560
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10560
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_capture_filter.py.html>`__ to see an example of how to use get_capture_filter API.
|
10561
10561
|
"""
|
10562
10562
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10563
10563
|
required_arguments = ['captureFilterId']
|
@@ -10652,7 +10652,7 @@ class VirtualNetworkClient(object):
|
|
10652
10652
|
:rtype: :class:`~oci.response.Response`
|
10653
10653
|
|
10654
10654
|
:example:
|
10655
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10655
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_cpe.py.html>`__ to see an example of how to use get_cpe API.
|
10656
10656
|
"""
|
10657
10657
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10658
10658
|
required_arguments = ['cpeId']
|
@@ -10763,7 +10763,7 @@ class VirtualNetworkClient(object):
|
|
10763
10763
|
:rtype: :class:`~oci.response.Response`
|
10764
10764
|
|
10765
10765
|
:example:
|
10766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10766
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_cpe_device_config_content.py.html>`__ to see an example of how to use get_cpe_device_config_content API.
|
10767
10767
|
"""
|
10768
10768
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10769
10769
|
required_arguments = ['cpeId']
|
@@ -10872,7 +10872,7 @@ class VirtualNetworkClient(object):
|
|
10872
10872
|
:rtype: :class:`~oci.response.Response`
|
10873
10873
|
|
10874
10874
|
:example:
|
10875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_cpe_device_shape.py.html>`__ to see an example of how to use get_cpe_device_shape API.
|
10876
10876
|
"""
|
10877
10877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10878
10878
|
required_arguments = ['cpeDeviceShapeId']
|
@@ -10969,7 +10969,7 @@ class VirtualNetworkClient(object):
|
|
10969
10969
|
:rtype: :class:`~oci.response.Response`
|
10970
10970
|
|
10971
10971
|
:example:
|
10972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_cross_connect.py.html>`__ to see an example of how to use get_cross_connect API.
|
10973
10973
|
"""
|
10974
10974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10975
10975
|
required_arguments = ['crossConnectId']
|
@@ -11059,7 +11059,7 @@ class VirtualNetworkClient(object):
|
|
11059
11059
|
:rtype: :class:`~oci.response.Response`
|
11060
11060
|
|
11061
11061
|
:example:
|
11062
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11062
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_cross_connect_group.py.html>`__ to see an example of how to use get_cross_connect_group API.
|
11063
11063
|
"""
|
11064
11064
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11065
11065
|
required_arguments = ['crossConnectGroupId']
|
@@ -11149,7 +11149,7 @@ class VirtualNetworkClient(object):
|
|
11149
11149
|
:rtype: :class:`~oci.response.Response`
|
11150
11150
|
|
11151
11151
|
:example:
|
11152
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11152
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.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.
|
11153
11153
|
"""
|
11154
11154
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11155
11155
|
required_arguments = ['crossConnectId']
|
@@ -11239,7 +11239,7 @@ class VirtualNetworkClient(object):
|
|
11239
11239
|
:rtype: :class:`~oci.response.Response`
|
11240
11240
|
|
11241
11241
|
:example:
|
11242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_cross_connect_status.py.html>`__ to see an example of how to use get_cross_connect_status API.
|
11243
11243
|
"""
|
11244
11244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11245
11245
|
required_arguments = ['crossConnectId']
|
@@ -11329,7 +11329,7 @@ class VirtualNetworkClient(object):
|
|
11329
11329
|
:rtype: :class:`~oci.response.Response`
|
11330
11330
|
|
11331
11331
|
:example:
|
11332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11332
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_dhcp_options.py.html>`__ to see an example of how to use get_dhcp_options API.
|
11333
11333
|
"""
|
11334
11334
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11335
11335
|
required_arguments = ['dhcpId']
|
@@ -11417,7 +11417,7 @@ class VirtualNetworkClient(object):
|
|
11417
11417
|
:rtype: :class:`~oci.response.Response`
|
11418
11418
|
|
11419
11419
|
:example:
|
11420
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11420
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_drg.py.html>`__ to see an example of how to use get_drg API.
|
11421
11421
|
"""
|
11422
11422
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11423
11423
|
required_arguments = ['drgId']
|
@@ -11505,7 +11505,7 @@ class VirtualNetworkClient(object):
|
|
11505
11505
|
:rtype: :class:`~oci.response.Response`
|
11506
11506
|
|
11507
11507
|
:example:
|
11508
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_drg_attachment.py.html>`__ to see an example of how to use get_drg_attachment API.
|
11509
11509
|
"""
|
11510
11510
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11511
11511
|
required_arguments = ['drgAttachmentId']
|
@@ -11600,7 +11600,7 @@ class VirtualNetworkClient(object):
|
|
11600
11600
|
:rtype: :class:`~oci.response.Response`
|
11601
11601
|
|
11602
11602
|
:example:
|
11603
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11603
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_drg_redundancy_status.py.html>`__ to see an example of how to use get_drg_redundancy_status API.
|
11604
11604
|
"""
|
11605
11605
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11606
11606
|
required_arguments = ['drgId']
|
@@ -11697,7 +11697,7 @@ class VirtualNetworkClient(object):
|
|
11697
11697
|
:rtype: :class:`~oci.response.Response`
|
11698
11698
|
|
11699
11699
|
:example:
|
11700
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11700
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_drg_route_distribution.py.html>`__ to see an example of how to use get_drg_route_distribution API.
|
11701
11701
|
"""
|
11702
11702
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11703
11703
|
required_arguments = ['drgRouteDistributionId']
|
@@ -11785,7 +11785,7 @@ class VirtualNetworkClient(object):
|
|
11785
11785
|
:rtype: :class:`~oci.response.Response`
|
11786
11786
|
|
11787
11787
|
:example:
|
11788
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11788
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_drg_route_table.py.html>`__ to see an example of how to use get_drg_route_table API.
|
11789
11789
|
"""
|
11790
11790
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11791
11791
|
required_arguments = ['drgRouteTableId']
|
@@ -11876,7 +11876,7 @@ class VirtualNetworkClient(object):
|
|
11876
11876
|
:rtype: :class:`~oci.response.Response`
|
11877
11877
|
|
11878
11878
|
:example:
|
11879
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11879
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_fast_connect_provider_service.py.html>`__ to see an example of how to use get_fast_connect_provider_service API.
|
11880
11880
|
"""
|
11881
11881
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11882
11882
|
required_arguments = ['providerServiceId']
|
@@ -11973,7 +11973,7 @@ class VirtualNetworkClient(object):
|
|
11973
11973
|
:rtype: :class:`~oci.response.Response`
|
11974
11974
|
|
11975
11975
|
:example:
|
11976
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11976
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.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.
|
11977
11977
|
"""
|
11978
11978
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11979
11979
|
required_arguments = ['providerServiceId', 'providerServiceKeyName']
|
@@ -12064,7 +12064,7 @@ class VirtualNetworkClient(object):
|
|
12064
12064
|
:rtype: :class:`~oci.response.Response`
|
12065
12065
|
|
12066
12066
|
:example:
|
12067
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12067
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_internet_gateway.py.html>`__ to see an example of how to use get_internet_gateway API.
|
12068
12068
|
"""
|
12069
12069
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12070
12070
|
required_arguments = ['igId']
|
@@ -12154,7 +12154,7 @@ class VirtualNetworkClient(object):
|
|
12154
12154
|
:rtype: :class:`~oci.response.Response`
|
12155
12155
|
|
12156
12156
|
:example:
|
12157
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_ip_sec_connection.py.html>`__ to see an example of how to use get_ip_sec_connection API.
|
12158
12158
|
"""
|
12159
12159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12160
12160
|
required_arguments = ['ipscId']
|
@@ -12247,7 +12247,7 @@ class VirtualNetworkClient(object):
|
|
12247
12247
|
:rtype: :class:`~oci.response.Response`
|
12248
12248
|
|
12249
12249
|
:example:
|
12250
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12250
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.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.
|
12251
12251
|
"""
|
12252
12252
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12253
12253
|
required_arguments = ['ipscId']
|
@@ -12338,7 +12338,7 @@ class VirtualNetworkClient(object):
|
|
12338
12338
|
:rtype: :class:`~oci.response.Response`
|
12339
12339
|
|
12340
12340
|
:example:
|
12341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.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.
|
12342
12342
|
"""
|
12343
12343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12344
12344
|
required_arguments = ['ipscId']
|
@@ -12435,7 +12435,7 @@ class VirtualNetworkClient(object):
|
|
12435
12435
|
:rtype: :class:`~oci.response.Response`
|
12436
12436
|
|
12437
12437
|
:example:
|
12438
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12438
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_ip_sec_connection_tunnel.py.html>`__ to see an example of how to use get_ip_sec_connection_tunnel API.
|
12439
12439
|
"""
|
12440
12440
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12441
12441
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -12531,7 +12531,7 @@ class VirtualNetworkClient(object):
|
|
12531
12531
|
:rtype: :class:`~oci.response.Response`
|
12532
12532
|
|
12533
12533
|
:example:
|
12534
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12534
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.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.
|
12535
12535
|
"""
|
12536
12536
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12537
12537
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -12628,7 +12628,7 @@ class VirtualNetworkClient(object):
|
|
12628
12628
|
:rtype: :class:`~oci.response.Response`
|
12629
12629
|
|
12630
12630
|
:example:
|
12631
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12631
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.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.
|
12632
12632
|
"""
|
12633
12633
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12634
12634
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -12741,7 +12741,7 @@ class VirtualNetworkClient(object):
|
|
12741
12741
|
:rtype: :class:`~oci.response.Response`
|
12742
12742
|
|
12743
12743
|
:example:
|
12744
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12744
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.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.
|
12745
12745
|
"""
|
12746
12746
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12747
12747
|
required_arguments = ['ipscId']
|
@@ -12848,7 +12848,7 @@ class VirtualNetworkClient(object):
|
|
12848
12848
|
:rtype: :class:`~oci.response.Response`
|
12849
12849
|
|
12850
12850
|
:example:
|
12851
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12851
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_ipv6.py.html>`__ to see an example of how to use get_ipv6 API.
|
12852
12852
|
"""
|
12853
12853
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12854
12854
|
required_arguments = ['ipv6Id']
|
@@ -12943,7 +12943,7 @@ class VirtualNetworkClient(object):
|
|
12943
12943
|
:rtype: :class:`~oci.response.Response`
|
12944
12944
|
|
12945
12945
|
:example:
|
12946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_local_peering_gateway.py.html>`__ to see an example of how to use get_local_peering_gateway API.
|
12947
12947
|
"""
|
12948
12948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12949
12949
|
required_arguments = ['localPeeringGatewayId']
|
@@ -13031,7 +13031,7 @@ class VirtualNetworkClient(object):
|
|
13031
13031
|
:rtype: :class:`~oci.response.Response`
|
13032
13032
|
|
13033
13033
|
:example:
|
13034
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13034
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_nat_gateway.py.html>`__ to see an example of how to use get_nat_gateway API.
|
13035
13035
|
"""
|
13036
13036
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13037
13037
|
required_arguments = ['natGatewayId']
|
@@ -13125,7 +13125,7 @@ class VirtualNetworkClient(object):
|
|
13125
13125
|
:rtype: :class:`~oci.response.Response`
|
13126
13126
|
|
13127
13127
|
:example:
|
13128
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13128
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_network_security_group.py.html>`__ to see an example of how to use get_network_security_group API.
|
13129
13129
|
"""
|
13130
13130
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13131
13131
|
required_arguments = ['networkSecurityGroupId']
|
@@ -13245,7 +13245,7 @@ class VirtualNetworkClient(object):
|
|
13245
13245
|
:rtype: :class:`~oci.response.Response`
|
13246
13246
|
|
13247
13247
|
:example:
|
13248
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13248
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_networking_topology.py.html>`__ to see an example of how to use get_networking_topology API.
|
13249
13249
|
"""
|
13250
13250
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13251
13251
|
required_arguments = ['compartmentId']
|
@@ -13356,7 +13356,7 @@ class VirtualNetworkClient(object):
|
|
13356
13356
|
:rtype: :class:`~oci.response.Response`
|
13357
13357
|
|
13358
13358
|
:example:
|
13359
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13359
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_private_ip.py.html>`__ to see an example of how to use get_private_ip API.
|
13360
13360
|
"""
|
13361
13361
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13362
13362
|
required_arguments = ['privateIpId']
|
@@ -13458,7 +13458,7 @@ class VirtualNetworkClient(object):
|
|
13458
13458
|
:rtype: :class:`~oci.response.Response`
|
13459
13459
|
|
13460
13460
|
:example:
|
13461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13461
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_public_ip.py.html>`__ to see an example of how to use get_public_ip API.
|
13462
13462
|
"""
|
13463
13463
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13464
13464
|
required_arguments = ['publicIpId']
|
@@ -13550,7 +13550,7 @@ class VirtualNetworkClient(object):
|
|
13550
13550
|
:rtype: :class:`~oci.response.Response`
|
13551
13551
|
|
13552
13552
|
:example:
|
13553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13553
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.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.
|
13554
13554
|
"""
|
13555
13555
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13556
13556
|
required_arguments = []
|
@@ -13640,7 +13640,7 @@ class VirtualNetworkClient(object):
|
|
13640
13640
|
:rtype: :class:`~oci.response.Response`
|
13641
13641
|
|
13642
13642
|
:example:
|
13643
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13643
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.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.
|
13644
13644
|
"""
|
13645
13645
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13646
13646
|
required_arguments = []
|
@@ -13724,7 +13724,7 @@ class VirtualNetworkClient(object):
|
|
13724
13724
|
:rtype: :class:`~oci.response.Response`
|
13725
13725
|
|
13726
13726
|
:example:
|
13727
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13727
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_public_ip_pool.py.html>`__ to see an example of how to use get_public_ip_pool API.
|
13728
13728
|
"""
|
13729
13729
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13730
13730
|
required_arguments = ['publicIpPoolId']
|
@@ -13819,7 +13819,7 @@ class VirtualNetworkClient(object):
|
|
13819
13819
|
:rtype: :class:`~oci.response.Response`
|
13820
13820
|
|
13821
13821
|
:example:
|
13822
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13822
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_remote_peering_connection.py.html>`__ to see an example of how to use get_remote_peering_connection API.
|
13823
13823
|
"""
|
13824
13824
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13825
13825
|
required_arguments = ['remotePeeringConnectionId']
|
@@ -13911,7 +13911,7 @@ class VirtualNetworkClient(object):
|
|
13911
13911
|
:rtype: :class:`~oci.response.Response`
|
13912
13912
|
|
13913
13913
|
:example:
|
13914
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13914
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_resource_ip_inventory.py.html>`__ to see an example of how to use get_resource_ip_inventory API.
|
13915
13915
|
"""
|
13916
13916
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13917
13917
|
required_arguments = ['dataRequestId']
|
@@ -14006,7 +14006,7 @@ class VirtualNetworkClient(object):
|
|
14006
14006
|
:rtype: :class:`~oci.response.Response`
|
14007
14007
|
|
14008
14008
|
:example:
|
14009
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14009
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_route_table.py.html>`__ to see an example of how to use get_route_table API.
|
14010
14010
|
"""
|
14011
14011
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14012
14012
|
required_arguments = ['rtId']
|
@@ -14094,7 +14094,7 @@ class VirtualNetworkClient(object):
|
|
14094
14094
|
:rtype: :class:`~oci.response.Response`
|
14095
14095
|
|
14096
14096
|
:example:
|
14097
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14097
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_security_list.py.html>`__ to see an example of how to use get_security_list API.
|
14098
14098
|
"""
|
14099
14099
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14100
14100
|
required_arguments = ['securityListId']
|
@@ -14182,7 +14182,7 @@ class VirtualNetworkClient(object):
|
|
14182
14182
|
:rtype: :class:`~oci.response.Response`
|
14183
14183
|
|
14184
14184
|
:example:
|
14185
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14185
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_service.py.html>`__ to see an example of how to use get_service API.
|
14186
14186
|
"""
|
14187
14187
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14188
14188
|
required_arguments = ['serviceId']
|
@@ -14270,7 +14270,7 @@ class VirtualNetworkClient(object):
|
|
14270
14270
|
:rtype: :class:`~oci.response.Response`
|
14271
14271
|
|
14272
14272
|
:example:
|
14273
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14273
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_service_gateway.py.html>`__ to see an example of how to use get_service_gateway API.
|
14274
14274
|
"""
|
14275
14275
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14276
14276
|
required_arguments = ['serviceGatewayId']
|
@@ -14358,7 +14358,7 @@ class VirtualNetworkClient(object):
|
|
14358
14358
|
:rtype: :class:`~oci.response.Response`
|
14359
14359
|
|
14360
14360
|
:example:
|
14361
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14361
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_subnet.py.html>`__ to see an example of how to use get_subnet API.
|
14362
14362
|
"""
|
14363
14363
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14364
14364
|
required_arguments = ['subnetId']
|
@@ -14452,7 +14452,7 @@ class VirtualNetworkClient(object):
|
|
14452
14452
|
:rtype: :class:`~oci.response.Response`
|
14453
14453
|
|
14454
14454
|
:example:
|
14455
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14455
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_subnet_cidr_utilization.py.html>`__ to see an example of how to use get_subnet_cidr_utilization API.
|
14456
14456
|
"""
|
14457
14457
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14458
14458
|
required_arguments = ['subnetId']
|
@@ -14553,7 +14553,7 @@ class VirtualNetworkClient(object):
|
|
14553
14553
|
:rtype: :class:`~oci.response.Response`
|
14554
14554
|
|
14555
14555
|
:example:
|
14556
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14556
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_subnet_ip_inventory.py.html>`__ to see an example of how to use get_subnet_ip_inventory API.
|
14557
14557
|
"""
|
14558
14558
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14559
14559
|
required_arguments = ['subnetId']
|
@@ -14685,7 +14685,7 @@ class VirtualNetworkClient(object):
|
|
14685
14685
|
:rtype: :class:`~oci.response.Response`
|
14686
14686
|
|
14687
14687
|
:example:
|
14688
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14688
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_subnet_topology.py.html>`__ to see an example of how to use get_subnet_topology API.
|
14689
14689
|
"""
|
14690
14690
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14691
14691
|
required_arguments = ['compartmentId', 'subnetId']
|
@@ -14804,7 +14804,7 @@ class VirtualNetworkClient(object):
|
|
14804
14804
|
:rtype: :class:`~oci.response.Response`
|
14805
14805
|
|
14806
14806
|
:example:
|
14807
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14807
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_tunnel_cpe_device_config.py.html>`__ to see an example of how to use get_tunnel_cpe_device_config API.
|
14808
14808
|
"""
|
14809
14809
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14810
14810
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -14928,7 +14928,7 @@ class VirtualNetworkClient(object):
|
|
14928
14928
|
:rtype: :class:`~oci.response.Response`
|
14929
14929
|
|
14930
14930
|
:example:
|
14931
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14931
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.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.
|
14932
14932
|
"""
|
14933
14933
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14934
14934
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -15030,7 +15030,7 @@ class VirtualNetworkClient(object):
|
|
15030
15030
|
:rtype: :class:`~oci.response.Response`
|
15031
15031
|
|
15032
15032
|
:example:
|
15033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_upgrade_status.py.html>`__ to see an example of how to use get_upgrade_status API.
|
15034
15034
|
"""
|
15035
15035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15036
15036
|
required_arguments = ['drgId']
|
@@ -15125,7 +15125,7 @@ class VirtualNetworkClient(object):
|
|
15125
15125
|
:rtype: :class:`~oci.response.Response`
|
15126
15126
|
|
15127
15127
|
:example:
|
15128
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15128
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_vcn.py.html>`__ to see an example of how to use get_vcn API.
|
15129
15129
|
"""
|
15130
15130
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15131
15131
|
required_arguments = ['vcnId']
|
@@ -15217,7 +15217,7 @@ class VirtualNetworkClient(object):
|
|
15217
15217
|
:rtype: :class:`~oci.response.Response`
|
15218
15218
|
|
15219
15219
|
:example:
|
15220
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15220
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_vcn_dns_resolver_association.py.html>`__ to see an example of how to use get_vcn_dns_resolver_association API.
|
15221
15221
|
"""
|
15222
15222
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15223
15223
|
required_arguments = ['vcnId']
|
@@ -15328,7 +15328,7 @@ class VirtualNetworkClient(object):
|
|
15328
15328
|
:rtype: :class:`~oci.response.Response`
|
15329
15329
|
|
15330
15330
|
:example:
|
15331
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15331
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_vcn_overlap.py.html>`__ to see an example of how to use get_vcn_overlap API.
|
15332
15332
|
"""
|
15333
15333
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15334
15334
|
required_arguments = ['vcnId']
|
@@ -15465,7 +15465,7 @@ class VirtualNetworkClient(object):
|
|
15465
15465
|
:rtype: :class:`~oci.response.Response`
|
15466
15466
|
|
15467
15467
|
:example:
|
15468
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15468
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_vcn_topology.py.html>`__ to see an example of how to use get_vcn_topology API.
|
15469
15469
|
"""
|
15470
15470
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15471
15471
|
required_arguments = ['compartmentId', 'vcnId']
|
@@ -15571,7 +15571,7 @@ class VirtualNetworkClient(object):
|
|
15571
15571
|
:rtype: :class:`~oci.response.Response`
|
15572
15572
|
|
15573
15573
|
:example:
|
15574
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15574
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_virtual_circuit.py.html>`__ to see an example of how to use get_virtual_circuit API.
|
15575
15575
|
"""
|
15576
15576
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15577
15577
|
required_arguments = ['virtualCircuitId']
|
@@ -15665,7 +15665,7 @@ class VirtualNetworkClient(object):
|
|
15665
15665
|
:rtype: :class:`~oci.response.Response`
|
15666
15666
|
|
15667
15667
|
:example:
|
15668
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15668
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_vlan.py.html>`__ to see an example of how to use get_vlan API.
|
15669
15669
|
"""
|
15670
15670
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15671
15671
|
required_arguments = ['vlanId']
|
@@ -15765,7 +15765,7 @@ class VirtualNetworkClient(object):
|
|
15765
15765
|
:rtype: :class:`~oci.response.Response`
|
15766
15766
|
|
15767
15767
|
:example:
|
15768
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15768
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_vnic.py.html>`__ to see an example of how to use get_vnic API.
|
15769
15769
|
"""
|
15770
15770
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15771
15771
|
required_arguments = ['vnicId']
|
@@ -15857,7 +15857,7 @@ class VirtualNetworkClient(object):
|
|
15857
15857
|
:rtype: :class:`~oci.response.Response`
|
15858
15858
|
|
15859
15859
|
:example:
|
15860
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/get_vtap.py.html>`__ to see an example of how to use get_vtap API.
|
15861
15861
|
"""
|
15862
15862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15863
15863
|
required_arguments = ['vtapId']
|
@@ -15950,7 +15950,7 @@ class VirtualNetworkClient(object):
|
|
15950
15950
|
:rtype: :class:`~oci.response.Response`
|
15951
15951
|
|
15952
15952
|
:example:
|
15953
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15953
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.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.
|
15954
15954
|
"""
|
15955
15955
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15956
15956
|
required_arguments = []
|
@@ -16049,7 +16049,7 @@ class VirtualNetworkClient(object):
|
|
16049
16049
|
:rtype: :class:`~oci.response.Response`
|
16050
16050
|
|
16051
16051
|
:example:
|
16052
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16052
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_byoip_allocated_ranges.py.html>`__ to see an example of how to use list_byoip_allocated_ranges API.
|
16053
16053
|
"""
|
16054
16054
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16055
16055
|
required_arguments = ['byoipRangeId']
|
@@ -16199,7 +16199,7 @@ class VirtualNetworkClient(object):
|
|
16199
16199
|
:rtype: :class:`~oci.response.Response`
|
16200
16200
|
|
16201
16201
|
:example:
|
16202
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16202
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_byoip_ranges.py.html>`__ to see an example of how to use list_byoip_ranges API.
|
16203
16203
|
"""
|
16204
16204
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16205
16205
|
required_arguments = ['compartmentId']
|
@@ -16367,7 +16367,7 @@ class VirtualNetworkClient(object):
|
|
16367
16367
|
:rtype: :class:`~oci.response.Response`
|
16368
16368
|
|
16369
16369
|
:example:
|
16370
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16370
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_capture_filters.py.html>`__ to see an example of how to use list_capture_filters API.
|
16371
16371
|
"""
|
16372
16372
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16373
16373
|
required_arguments = ['compartmentId']
|
@@ -16528,7 +16528,7 @@ class VirtualNetworkClient(object):
|
|
16528
16528
|
:rtype: :class:`~oci.response.Response`
|
16529
16529
|
|
16530
16530
|
:example:
|
16531
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16531
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_cpe_device_shapes.py.html>`__ to see an example of how to use list_cpe_device_shapes API.
|
16532
16532
|
"""
|
16533
16533
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16534
16534
|
required_arguments = []
|
@@ -16639,7 +16639,7 @@ class VirtualNetworkClient(object):
|
|
16639
16639
|
:rtype: :class:`~oci.response.Response`
|
16640
16640
|
|
16641
16641
|
:example:
|
16642
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16642
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_cpes.py.html>`__ to see an example of how to use list_cpes API.
|
16643
16643
|
"""
|
16644
16644
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16645
16645
|
required_arguments = ['compartmentId']
|
@@ -16775,7 +16775,7 @@ class VirtualNetworkClient(object):
|
|
16775
16775
|
:rtype: :class:`~oci.response.Response`
|
16776
16776
|
|
16777
16777
|
:example:
|
16778
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16778
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_cross_connect_groups.py.html>`__ to see an example of how to use list_cross_connect_groups API.
|
16779
16779
|
"""
|
16780
16780
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16781
16781
|
required_arguments = ['compartmentId']
|
@@ -16914,7 +16914,7 @@ class VirtualNetworkClient(object):
|
|
16914
16914
|
:rtype: :class:`~oci.response.Response`
|
16915
16915
|
|
16916
16916
|
:example:
|
16917
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16917
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_cross_connect_locations.py.html>`__ to see an example of how to use list_cross_connect_locations API.
|
16918
16918
|
"""
|
16919
16919
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16920
16920
|
required_arguments = ['compartmentId']
|
@@ -17012,7 +17012,7 @@ class VirtualNetworkClient(object):
|
|
17012
17012
|
:rtype: :class:`~oci.response.Response`
|
17013
17013
|
|
17014
17014
|
:example:
|
17015
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17015
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_cross_connect_mappings.py.html>`__ to see an example of how to use list_cross_connect_mappings API.
|
17016
17016
|
"""
|
17017
17017
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17018
17018
|
required_arguments = ['virtualCircuitId']
|
@@ -17160,7 +17160,7 @@ class VirtualNetworkClient(object):
|
|
17160
17160
|
:rtype: :class:`~oci.response.Response`
|
17161
17161
|
|
17162
17162
|
:example:
|
17163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_cross_connects.py.html>`__ to see an example of how to use list_cross_connects API.
|
17164
17164
|
"""
|
17165
17165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17166
17166
|
required_arguments = ['compartmentId']
|
@@ -17302,7 +17302,7 @@ class VirtualNetworkClient(object):
|
|
17302
17302
|
:rtype: :class:`~oci.response.Response`
|
17303
17303
|
|
17304
17304
|
:example:
|
17305
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_crossconnect_port_speed_shapes.py.html>`__ to see an example of how to use list_crossconnect_port_speed_shapes API.
|
17306
17306
|
"""
|
17307
17307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17308
17308
|
required_arguments = ['compartmentId']
|
@@ -17446,7 +17446,7 @@ class VirtualNetworkClient(object):
|
|
17446
17446
|
:rtype: :class:`~oci.response.Response`
|
17447
17447
|
|
17448
17448
|
:example:
|
17449
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17449
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_dhcp_options.py.html>`__ to see an example of how to use list_dhcp_options API.
|
17450
17450
|
"""
|
17451
17451
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17452
17452
|
required_arguments = ['compartmentId']
|
@@ -17641,7 +17641,7 @@ class VirtualNetworkClient(object):
|
|
17641
17641
|
:rtype: :class:`~oci.response.Response`
|
17642
17642
|
|
17643
17643
|
:example:
|
17644
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17644
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_drg_attachments.py.html>`__ to see an example of how to use list_drg_attachments API.
|
17645
17645
|
"""
|
17646
17646
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17647
17647
|
required_arguments = ['compartmentId']
|
@@ -17805,7 +17805,7 @@ class VirtualNetworkClient(object):
|
|
17805
17805
|
:rtype: :class:`~oci.response.Response`
|
17806
17806
|
|
17807
17807
|
:example:
|
17808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17808
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_drg_route_distribution_statements.py.html>`__ to see an example of how to use list_drg_route_distribution_statements API.
|
17809
17809
|
"""
|
17810
17810
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17811
17811
|
required_arguments = ['drgRouteDistributionId']
|
@@ -17971,7 +17971,7 @@ class VirtualNetworkClient(object):
|
|
17971
17971
|
:rtype: :class:`~oci.response.Response`
|
17972
17972
|
|
17973
17973
|
:example:
|
17974
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17974
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_drg_route_distributions.py.html>`__ to see an example of how to use list_drg_route_distributions API.
|
17975
17975
|
"""
|
17976
17976
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17977
17977
|
required_arguments = ['drgId']
|
@@ -18113,7 +18113,7 @@ class VirtualNetworkClient(object):
|
|
18113
18113
|
:rtype: :class:`~oci.response.Response`
|
18114
18114
|
|
18115
18115
|
:example:
|
18116
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18116
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_drg_route_rules.py.html>`__ to see an example of how to use list_drg_route_rules API.
|
18117
18117
|
"""
|
18118
18118
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18119
18119
|
required_arguments = ['drgRouteTableId']
|
@@ -18274,7 +18274,7 @@ class VirtualNetworkClient(object):
|
|
18274
18274
|
:rtype: :class:`~oci.response.Response`
|
18275
18275
|
|
18276
18276
|
:example:
|
18277
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18277
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_drg_route_tables.py.html>`__ to see an example of how to use list_drg_route_tables API.
|
18278
18278
|
"""
|
18279
18279
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18280
18280
|
required_arguments = ['drgId']
|
@@ -18412,7 +18412,7 @@ class VirtualNetworkClient(object):
|
|
18412
18412
|
:rtype: :class:`~oci.response.Response`
|
18413
18413
|
|
18414
18414
|
:example:
|
18415
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18415
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_drgs.py.html>`__ to see an example of how to use list_drgs API.
|
18416
18416
|
"""
|
18417
18417
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18418
18418
|
required_arguments = ['compartmentId']
|
@@ -18528,7 +18528,7 @@ class VirtualNetworkClient(object):
|
|
18528
18528
|
:rtype: :class:`~oci.response.Response`
|
18529
18529
|
|
18530
18530
|
:example:
|
18531
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18531
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_fast_connect_provider_services.py.html>`__ to see an example of how to use list_fast_connect_provider_services API.
|
18532
18532
|
"""
|
18533
18533
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18534
18534
|
required_arguments = ['compartmentId']
|
@@ -18642,7 +18642,7 @@ class VirtualNetworkClient(object):
|
|
18642
18642
|
:rtype: :class:`~oci.response.Response`
|
18643
18643
|
|
18644
18644
|
:example:
|
18645
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18645
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.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.
|
18646
18646
|
"""
|
18647
18647
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18648
18648
|
required_arguments = ['providerServiceId']
|
@@ -18795,7 +18795,7 @@ class VirtualNetworkClient(object):
|
|
18795
18795
|
:rtype: :class:`~oci.response.Response`
|
18796
18796
|
|
18797
18797
|
:example:
|
18798
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18798
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_internet_gateways.py.html>`__ to see an example of how to use list_internet_gateways API.
|
18799
18799
|
"""
|
18800
18800
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18801
18801
|
required_arguments = ['compartmentId']
|
@@ -18919,7 +18919,7 @@ class VirtualNetworkClient(object):
|
|
18919
18919
|
:rtype: :class:`~oci.response.Response`
|
18920
18920
|
|
18921
18921
|
:example:
|
18922
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18922
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_ip_inventory.py.html>`__ to see an example of how to use list_ip_inventory API.
|
18923
18923
|
"""
|
18924
18924
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18925
18925
|
required_arguments = []
|
@@ -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.133.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.
|
19036
19036
|
"""
|
19037
19037
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19038
19038
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -19167,7 +19167,7 @@ class VirtualNetworkClient(object):
|
|
19167
19167
|
:rtype: :class:`~oci.response.Response`
|
19168
19168
|
|
19169
19169
|
:example:
|
19170
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19170
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.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.
|
19171
19171
|
"""
|
19172
19172
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19173
19173
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -19288,7 +19288,7 @@ class VirtualNetworkClient(object):
|
|
19288
19288
|
:rtype: :class:`~oci.response.Response`
|
19289
19289
|
|
19290
19290
|
:example:
|
19291
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_ip_sec_connection_tunnels.py.html>`__ to see an example of how to use list_ip_sec_connection_tunnels API.
|
19292
19292
|
"""
|
19293
19293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19294
19294
|
required_arguments = ['ipscId']
|
@@ -19419,7 +19419,7 @@ class VirtualNetworkClient(object):
|
|
19419
19419
|
:rtype: :class:`~oci.response.Response`
|
19420
19420
|
|
19421
19421
|
:example:
|
19422
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19422
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_ip_sec_connections.py.html>`__ to see an example of how to use list_ip_sec_connections API.
|
19423
19423
|
"""
|
19424
19424
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19425
19425
|
required_arguments = ['compartmentId']
|
@@ -19555,7 +19555,7 @@ class VirtualNetworkClient(object):
|
|
19555
19555
|
:rtype: :class:`~oci.response.Response`
|
19556
19556
|
|
19557
19557
|
:example:
|
19558
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19558
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_ipv6s.py.html>`__ to see an example of how to use list_ipv6s API.
|
19559
19559
|
"""
|
19560
19560
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19561
19561
|
required_arguments = []
|
@@ -19676,7 +19676,7 @@ class VirtualNetworkClient(object):
|
|
19676
19676
|
:rtype: :class:`~oci.response.Response`
|
19677
19677
|
|
19678
19678
|
:example:
|
19679
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19679
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_local_peering_gateways.py.html>`__ to see an example of how to use list_local_peering_gateways API.
|
19680
19680
|
"""
|
19681
19681
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19682
19682
|
required_arguments = ['compartmentId']
|
@@ -19818,7 +19818,7 @@ class VirtualNetworkClient(object):
|
|
19818
19818
|
:rtype: :class:`~oci.response.Response`
|
19819
19819
|
|
19820
19820
|
:example:
|
19821
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19821
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_nat_gateways.py.html>`__ to see an example of how to use list_nat_gateways API.
|
19822
19822
|
"""
|
19823
19823
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19824
19824
|
required_arguments = ['compartmentId']
|
@@ -19973,7 +19973,7 @@ class VirtualNetworkClient(object):
|
|
19973
19973
|
:rtype: :class:`~oci.response.Response`
|
19974
19974
|
|
19975
19975
|
:example:
|
19976
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19976
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.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.
|
19977
19977
|
"""
|
19978
19978
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19979
19979
|
required_arguments = ['networkSecurityGroupId']
|
@@ -20129,7 +20129,7 @@ class VirtualNetworkClient(object):
|
|
20129
20129
|
:rtype: :class:`~oci.response.Response`
|
20130
20130
|
|
20131
20131
|
:example:
|
20132
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20132
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_network_security_group_vnics.py.html>`__ to see an example of how to use list_network_security_group_vnics API.
|
20133
20133
|
"""
|
20134
20134
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20135
20135
|
required_arguments = ['networkSecurityGroupId']
|
@@ -20303,7 +20303,7 @@ class VirtualNetworkClient(object):
|
|
20303
20303
|
:rtype: :class:`~oci.response.Response`
|
20304
20304
|
|
20305
20305
|
:example:
|
20306
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20306
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_network_security_groups.py.html>`__ to see an example of how to use list_network_security_groups API.
|
20307
20307
|
"""
|
20308
20308
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20309
20309
|
required_arguments = []
|
@@ -20477,7 +20477,7 @@ class VirtualNetworkClient(object):
|
|
20477
20477
|
:rtype: :class:`~oci.response.Response`
|
20478
20478
|
|
20479
20479
|
:example:
|
20480
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20480
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_private_ips.py.html>`__ to see an example of how to use list_private_ips API.
|
20481
20481
|
"""
|
20482
20482
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20483
20483
|
required_arguments = []
|
@@ -20620,7 +20620,7 @@ class VirtualNetworkClient(object):
|
|
20620
20620
|
:rtype: :class:`~oci.response.Response`
|
20621
20621
|
|
20622
20622
|
:example:
|
20623
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20623
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_public_ip_pools.py.html>`__ to see an example of how to use list_public_ip_pools API.
|
20624
20624
|
"""
|
20625
20625
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20626
20626
|
required_arguments = ['compartmentId']
|
@@ -20798,7 +20798,7 @@ class VirtualNetworkClient(object):
|
|
20798
20798
|
:rtype: :class:`~oci.response.Response`
|
20799
20799
|
|
20800
20800
|
:example:
|
20801
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20801
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_public_ips.py.html>`__ to see an example of how to use list_public_ips API.
|
20802
20802
|
"""
|
20803
20803
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20804
20804
|
required_arguments = ['scope', 'compartmentId']
|
@@ -20931,7 +20931,7 @@ class VirtualNetworkClient(object):
|
|
20931
20931
|
:rtype: :class:`~oci.response.Response`
|
20932
20932
|
|
20933
20933
|
:example:
|
20934
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20934
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_remote_peering_connections.py.html>`__ to see an example of how to use list_remote_peering_connections API.
|
20935
20935
|
"""
|
20936
20936
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20937
20937
|
required_arguments = ['compartmentId']
|
@@ -21077,7 +21077,7 @@ class VirtualNetworkClient(object):
|
|
21077
21077
|
:rtype: :class:`~oci.response.Response`
|
21078
21078
|
|
21079
21079
|
:example:
|
21080
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21080
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_route_tables.py.html>`__ to see an example of how to use list_route_tables API.
|
21081
21081
|
"""
|
21082
21082
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21083
21083
|
required_arguments = ['compartmentId']
|
@@ -21248,7 +21248,7 @@ class VirtualNetworkClient(object):
|
|
21248
21248
|
:rtype: :class:`~oci.response.Response`
|
21249
21249
|
|
21250
21250
|
:example:
|
21251
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21251
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_security_lists.py.html>`__ to see an example of how to use list_security_lists API.
|
21252
21252
|
"""
|
21253
21253
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21254
21254
|
required_arguments = ['compartmentId']
|
@@ -21416,7 +21416,7 @@ class VirtualNetworkClient(object):
|
|
21416
21416
|
:rtype: :class:`~oci.response.Response`
|
21417
21417
|
|
21418
21418
|
:example:
|
21419
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21419
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_service_gateways.py.html>`__ to see an example of how to use list_service_gateways API.
|
21420
21420
|
"""
|
21421
21421
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21422
21422
|
required_arguments = ['compartmentId']
|
@@ -21548,7 +21548,7 @@ class VirtualNetworkClient(object):
|
|
21548
21548
|
:rtype: :class:`~oci.response.Response`
|
21549
21549
|
|
21550
21550
|
:example:
|
21551
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21551
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_services.py.html>`__ to see an example of how to use list_services API.
|
21552
21552
|
"""
|
21553
21553
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21554
21554
|
required_arguments = []
|
@@ -21687,7 +21687,7 @@ class VirtualNetworkClient(object):
|
|
21687
21687
|
:rtype: :class:`~oci.response.Response`
|
21688
21688
|
|
21689
21689
|
:example:
|
21690
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21690
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_subnets.py.html>`__ to see an example of how to use list_subnets API.
|
21691
21691
|
"""
|
21692
21692
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21693
21693
|
required_arguments = ['compartmentId']
|
@@ -21852,7 +21852,7 @@ class VirtualNetworkClient(object):
|
|
21852
21852
|
:rtype: :class:`~oci.response.Response`
|
21853
21853
|
|
21854
21854
|
:example:
|
21855
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21855
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_vcns.py.html>`__ to see an example of how to use list_vcns API.
|
21856
21856
|
"""
|
21857
21857
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21858
21858
|
required_arguments = ['compartmentId']
|
@@ -21988,7 +21988,7 @@ class VirtualNetworkClient(object):
|
|
21988
21988
|
:rtype: :class:`~oci.response.Response`
|
21989
21989
|
|
21990
21990
|
:example:
|
21991
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_virtual_circuit_associated_tunnels.py.html>`__ to see an example of how to use list_virtual_circuit_associated_tunnels API.
|
21992
21992
|
"""
|
21993
21993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21994
21994
|
required_arguments = ['virtualCircuitId']
|
@@ -22110,7 +22110,7 @@ class VirtualNetworkClient(object):
|
|
22110
22110
|
:rtype: :class:`~oci.response.Response`
|
22111
22111
|
|
22112
22112
|
:example:
|
22113
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22113
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_virtual_circuit_bandwidth_shapes.py.html>`__ to see an example of how to use list_virtual_circuit_bandwidth_shapes API.
|
22114
22114
|
"""
|
22115
22115
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22116
22116
|
required_arguments = ['compartmentId']
|
@@ -22212,7 +22212,7 @@ class VirtualNetworkClient(object):
|
|
22212
22212
|
:rtype: :class:`~oci.response.Response`
|
22213
22213
|
|
22214
22214
|
:example:
|
22215
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22215
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_virtual_circuit_public_prefixes.py.html>`__ to see an example of how to use list_virtual_circuit_public_prefixes API.
|
22216
22216
|
"""
|
22217
22217
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22218
22218
|
required_arguments = ['virtualCircuitId']
|
@@ -22364,7 +22364,7 @@ class VirtualNetworkClient(object):
|
|
22364
22364
|
:rtype: :class:`~oci.response.Response`
|
22365
22365
|
|
22366
22366
|
:example:
|
22367
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22367
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_virtual_circuits.py.html>`__ to see an example of how to use list_virtual_circuits API.
|
22368
22368
|
"""
|
22369
22369
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22370
22370
|
required_arguments = ['compartmentId']
|
@@ -22538,7 +22538,7 @@ class VirtualNetworkClient(object):
|
|
22538
22538
|
:rtype: :class:`~oci.response.Response`
|
22539
22539
|
|
22540
22540
|
:example:
|
22541
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22541
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_vlans.py.html>`__ to see an example of how to use list_vlans API.
|
22542
22542
|
"""
|
22543
22543
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22544
22544
|
required_arguments = ['compartmentId']
|
@@ -22734,7 +22734,7 @@ class VirtualNetworkClient(object):
|
|
22734
22734
|
:rtype: :class:`~oci.response.Response`
|
22735
22735
|
|
22736
22736
|
:example:
|
22737
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/list_vtaps.py.html>`__ to see an example of how to use list_vtaps API.
|
22738
22738
|
"""
|
22739
22739
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22740
22740
|
required_arguments = ['compartmentId']
|
@@ -22894,7 +22894,7 @@ class VirtualNetworkClient(object):
|
|
22894
22894
|
:rtype: :class:`~oci.response.Response`
|
22895
22895
|
|
22896
22896
|
:example:
|
22897
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22897
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/modify_vcn_cidr.py.html>`__ to see an example of how to use modify_vcn_cidr API.
|
22898
22898
|
"""
|
22899
22899
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22900
22900
|
required_arguments = ['vcnId']
|
@@ -22997,7 +22997,7 @@ class VirtualNetworkClient(object):
|
|
22997
22997
|
:rtype: :class:`~oci.response.Response`
|
22998
22998
|
|
22999
22999
|
:example:
|
23000
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23000
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/remove_drg_route_distribution_statements.py.html>`__ to see an example of how to use remove_drg_route_distribution_statements API.
|
23001
23001
|
"""
|
23002
23002
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23003
23003
|
required_arguments = ['drgRouteDistributionId']
|
@@ -23088,7 +23088,7 @@ class VirtualNetworkClient(object):
|
|
23088
23088
|
:rtype: :class:`~oci.response.Response`
|
23089
23089
|
|
23090
23090
|
:example:
|
23091
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23091
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/remove_drg_route_rules.py.html>`__ to see an example of how to use remove_drg_route_rules API.
|
23092
23092
|
"""
|
23093
23093
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23094
23094
|
required_arguments = ['drgRouteTableId']
|
@@ -23185,7 +23185,7 @@ class VirtualNetworkClient(object):
|
|
23185
23185
|
:rtype: :class:`~oci.response.Response`
|
23186
23186
|
|
23187
23187
|
:example:
|
23188
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23188
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/remove_export_drg_route_distribution.py.html>`__ to see an example of how to use remove_export_drg_route_distribution API.
|
23189
23189
|
"""
|
23190
23190
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23191
23191
|
required_arguments = ['drgAttachmentId']
|
@@ -23292,7 +23292,7 @@ class VirtualNetworkClient(object):
|
|
23292
23292
|
:rtype: :class:`~oci.response.Response`
|
23293
23293
|
|
23294
23294
|
:example:
|
23295
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23295
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/remove_import_drg_route_distribution.py.html>`__ to see an example of how to use remove_import_drg_route_distribution API.
|
23296
23296
|
"""
|
23297
23297
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23298
23298
|
required_arguments = ['drgRouteTableId']
|
@@ -23408,7 +23408,7 @@ class VirtualNetworkClient(object):
|
|
23408
23408
|
:rtype: :class:`~oci.response.Response`
|
23409
23409
|
|
23410
23410
|
:example:
|
23411
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/remove_ipv6_subnet_cidr.py.html>`__ to see an example of how to use remove_ipv6_subnet_cidr API.
|
23412
23412
|
"""
|
23413
23413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23414
23414
|
required_arguments = ['subnetId']
|
@@ -23527,7 +23527,7 @@ class VirtualNetworkClient(object):
|
|
23527
23527
|
:rtype: :class:`~oci.response.Response`
|
23528
23528
|
|
23529
23529
|
:example:
|
23530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23530
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/remove_ipv6_vcn_cidr.py.html>`__ to see an example of how to use remove_ipv6_vcn_cidr API.
|
23531
23531
|
"""
|
23532
23532
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23533
23533
|
required_arguments = ['vcnId']
|
@@ -23632,7 +23632,7 @@ class VirtualNetworkClient(object):
|
|
23632
23632
|
:rtype: :class:`~oci.response.Response`
|
23633
23633
|
|
23634
23634
|
:example:
|
23635
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23635
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.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.
|
23636
23636
|
"""
|
23637
23637
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23638
23638
|
required_arguments = ['networkSecurityGroupId']
|
@@ -23734,7 +23734,7 @@ class VirtualNetworkClient(object):
|
|
23734
23734
|
:rtype: :class:`~oci.response.Response`
|
23735
23735
|
|
23736
23736
|
:example:
|
23737
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/remove_public_ip_pool_capacity.py.html>`__ to see an example of how to use remove_public_ip_pool_capacity API.
|
23738
23738
|
"""
|
23739
23739
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23740
23740
|
required_arguments = ['publicIpPoolId']
|
@@ -23857,7 +23857,7 @@ class VirtualNetworkClient(object):
|
|
23857
23857
|
:rtype: :class:`~oci.response.Response`
|
23858
23858
|
|
23859
23859
|
:example:
|
23860
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/remove_vcn_cidr.py.html>`__ to see an example of how to use remove_vcn_cidr API.
|
23861
23861
|
"""
|
23862
23862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23863
23863
|
required_arguments = ['vcnId']
|
@@ -23969,7 +23969,7 @@ class VirtualNetworkClient(object):
|
|
23969
23969
|
:rtype: :class:`~oci.response.Response`
|
23970
23970
|
|
23971
23971
|
:example:
|
23972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_byoip_range.py.html>`__ to see an example of how to use update_byoip_range API.
|
23973
23973
|
"""
|
23974
23974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23975
23975
|
required_arguments = ['byoipRangeId']
|
@@ -24080,7 +24080,7 @@ class VirtualNetworkClient(object):
|
|
24080
24080
|
:rtype: :class:`~oci.response.Response`
|
24081
24081
|
|
24082
24082
|
:example:
|
24083
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24083
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_capture_filter.py.html>`__ to see an example of how to use update_capture_filter API.
|
24084
24084
|
"""
|
24085
24085
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24086
24086
|
required_arguments = ['captureFilterId']
|
@@ -24188,7 +24188,7 @@ class VirtualNetworkClient(object):
|
|
24188
24188
|
:rtype: :class:`~oci.response.Response`
|
24189
24189
|
|
24190
24190
|
:example:
|
24191
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24191
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_cpe.py.html>`__ to see an example of how to use update_cpe API.
|
24192
24192
|
"""
|
24193
24193
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24194
24194
|
required_arguments = ['cpeId']
|
@@ -24295,7 +24295,7 @@ class VirtualNetworkClient(object):
|
|
24295
24295
|
:rtype: :class:`~oci.response.Response`
|
24296
24296
|
|
24297
24297
|
:example:
|
24298
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24298
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_cross_connect.py.html>`__ to see an example of how to use update_cross_connect API.
|
24299
24299
|
"""
|
24300
24300
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24301
24301
|
required_arguments = ['crossConnectId']
|
@@ -24403,7 +24403,7 @@ class VirtualNetworkClient(object):
|
|
24403
24403
|
:rtype: :class:`~oci.response.Response`
|
24404
24404
|
|
24405
24405
|
:example:
|
24406
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24406
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_cross_connect_group.py.html>`__ to see an example of how to use update_cross_connect_group API.
|
24407
24407
|
"""
|
24408
24408
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24409
24409
|
required_arguments = ['crossConnectGroupId']
|
@@ -24513,7 +24513,7 @@ class VirtualNetworkClient(object):
|
|
24513
24513
|
:rtype: :class:`~oci.response.Response`
|
24514
24514
|
|
24515
24515
|
:example:
|
24516
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_dhcp_options.py.html>`__ to see an example of how to use update_dhcp_options API.
|
24517
24517
|
"""
|
24518
24518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24519
24519
|
required_arguments = ['dhcpId']
|
@@ -24618,7 +24618,7 @@ class VirtualNetworkClient(object):
|
|
24618
24618
|
:rtype: :class:`~oci.response.Response`
|
24619
24619
|
|
24620
24620
|
:example:
|
24621
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24621
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_drg.py.html>`__ to see an example of how to use update_drg API.
|
24622
24622
|
"""
|
24623
24623
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24624
24624
|
required_arguments = ['drgId']
|
@@ -24724,7 +24724,7 @@ class VirtualNetworkClient(object):
|
|
24724
24724
|
:rtype: :class:`~oci.response.Response`
|
24725
24725
|
|
24726
24726
|
:example:
|
24727
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24727
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_drg_attachment.py.html>`__ to see an example of how to use update_drg_attachment API.
|
24728
24728
|
"""
|
24729
24729
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24730
24730
|
required_arguments = ['drgAttachmentId']
|
@@ -24829,7 +24829,7 @@ class VirtualNetworkClient(object):
|
|
24829
24829
|
:rtype: :class:`~oci.response.Response`
|
24830
24830
|
|
24831
24831
|
:example:
|
24832
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24832
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_drg_route_distribution.py.html>`__ to see an example of how to use update_drg_route_distribution API.
|
24833
24833
|
"""
|
24834
24834
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24835
24835
|
required_arguments = ['drgRouteDistributionId']
|
@@ -24929,7 +24929,7 @@ class VirtualNetworkClient(object):
|
|
24929
24929
|
:rtype: :class:`~oci.response.Response`
|
24930
24930
|
|
24931
24931
|
:example:
|
24932
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24932
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_drg_route_distribution_statements.py.html>`__ to see an example of how to use update_drg_route_distribution_statements API.
|
24933
24933
|
"""
|
24934
24934
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24935
24935
|
required_arguments = ['drgRouteDistributionId']
|
@@ -25022,7 +25022,7 @@ class VirtualNetworkClient(object):
|
|
25022
25022
|
:rtype: :class:`~oci.response.Response`
|
25023
25023
|
|
25024
25024
|
:example:
|
25025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_drg_route_rules.py.html>`__ to see an example of how to use update_drg_route_rules API.
|
25026
25026
|
"""
|
25027
25027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25028
25028
|
required_arguments = ['drgRouteTableId']
|
@@ -25120,7 +25120,7 @@ class VirtualNetworkClient(object):
|
|
25120
25120
|
:rtype: :class:`~oci.response.Response`
|
25121
25121
|
|
25122
25122
|
:example:
|
25123
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25123
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_drg_route_table.py.html>`__ to see an example of how to use update_drg_route_table API.
|
25124
25124
|
"""
|
25125
25125
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25126
25126
|
required_arguments = ['drgRouteTableId']
|
@@ -25229,7 +25229,7 @@ class VirtualNetworkClient(object):
|
|
25229
25229
|
:rtype: :class:`~oci.response.Response`
|
25230
25230
|
|
25231
25231
|
:example:
|
25232
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25232
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_internet_gateway.py.html>`__ to see an example of how to use update_internet_gateway API.
|
25233
25233
|
"""
|
25234
25234
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25235
25235
|
required_arguments = ['igId']
|
@@ -25337,7 +25337,7 @@ class VirtualNetworkClient(object):
|
|
25337
25337
|
:rtype: :class:`~oci.response.Response`
|
25338
25338
|
|
25339
25339
|
:example:
|
25340
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25340
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_ip_sec_connection.py.html>`__ to see an example of how to use update_ip_sec_connection API.
|
25341
25341
|
"""
|
25342
25342
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25343
25343
|
required_arguments = ['ipscId']
|
@@ -25464,7 +25464,7 @@ class VirtualNetworkClient(object):
|
|
25464
25464
|
:rtype: :class:`~oci.response.Response`
|
25465
25465
|
|
25466
25466
|
:example:
|
25467
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25467
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_ip_sec_connection_tunnel.py.html>`__ to see an example of how to use update_ip_sec_connection_tunnel API.
|
25468
25468
|
"""
|
25469
25469
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25470
25470
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -25581,7 +25581,7 @@ class VirtualNetworkClient(object):
|
|
25581
25581
|
:rtype: :class:`~oci.response.Response`
|
25582
25582
|
|
25583
25583
|
:example:
|
25584
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25584
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.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.
|
25585
25585
|
"""
|
25586
25586
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25587
25587
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -25701,7 +25701,7 @@ class VirtualNetworkClient(object):
|
|
25701
25701
|
:rtype: :class:`~oci.response.Response`
|
25702
25702
|
|
25703
25703
|
:example:
|
25704
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25704
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_ipv6.py.html>`__ to see an example of how to use update_ipv6 API.
|
25705
25705
|
"""
|
25706
25706
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25707
25707
|
required_arguments = ['ipv6Id']
|
@@ -25808,7 +25808,7 @@ class VirtualNetworkClient(object):
|
|
25808
25808
|
:rtype: :class:`~oci.response.Response`
|
25809
25809
|
|
25810
25810
|
:example:
|
25811
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25811
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_local_peering_gateway.py.html>`__ to see an example of how to use update_local_peering_gateway API.
|
25812
25812
|
"""
|
25813
25813
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25814
25814
|
required_arguments = ['localPeeringGatewayId']
|
@@ -25913,7 +25913,7 @@ class VirtualNetworkClient(object):
|
|
25913
25913
|
:rtype: :class:`~oci.response.Response`
|
25914
25914
|
|
25915
25915
|
:example:
|
25916
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25916
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_nat_gateway.py.html>`__ to see an example of how to use update_nat_gateway API.
|
25917
25917
|
"""
|
25918
25918
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25919
25919
|
required_arguments = ['natGatewayId']
|
@@ -26034,7 +26034,7 @@ class VirtualNetworkClient(object):
|
|
26034
26034
|
:rtype: :class:`~oci.response.Response`
|
26035
26035
|
|
26036
26036
|
:example:
|
26037
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26037
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_network_security_group.py.html>`__ to see an example of how to use update_network_security_group API.
|
26038
26038
|
"""
|
26039
26039
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26040
26040
|
required_arguments = ['networkSecurityGroupId']
|
@@ -26135,7 +26135,7 @@ class VirtualNetworkClient(object):
|
|
26135
26135
|
:rtype: :class:`~oci.response.Response`
|
26136
26136
|
|
26137
26137
|
:example:
|
26138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26138
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.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.
|
26139
26139
|
"""
|
26140
26140
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26141
26141
|
required_arguments = ['networkSecurityGroupId']
|
@@ -26244,7 +26244,7 @@ class VirtualNetworkClient(object):
|
|
26244
26244
|
:rtype: :class:`~oci.response.Response`
|
26245
26245
|
|
26246
26246
|
:example:
|
26247
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26247
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_private_ip.py.html>`__ to see an example of how to use update_private_ip API.
|
26248
26248
|
"""
|
26249
26249
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26250
26250
|
required_arguments = ['privateIpId']
|
@@ -26390,7 +26390,7 @@ class VirtualNetworkClient(object):
|
|
26390
26390
|
:rtype: :class:`~oci.response.Response`
|
26391
26391
|
|
26392
26392
|
:example:
|
26393
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26393
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_public_ip.py.html>`__ to see an example of how to use update_public_ip API.
|
26394
26394
|
"""
|
26395
26395
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26396
26396
|
required_arguments = ['publicIpId']
|
@@ -26499,7 +26499,7 @@ class VirtualNetworkClient(object):
|
|
26499
26499
|
:rtype: :class:`~oci.response.Response`
|
26500
26500
|
|
26501
26501
|
:example:
|
26502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26502
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_public_ip_pool.py.html>`__ to see an example of how to use update_public_ip_pool API.
|
26503
26503
|
"""
|
26504
26504
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26505
26505
|
required_arguments = ['publicIpPoolId']
|
@@ -26606,7 +26606,7 @@ class VirtualNetworkClient(object):
|
|
26606
26606
|
:rtype: :class:`~oci.response.Response`
|
26607
26607
|
|
26608
26608
|
:example:
|
26609
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26609
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_remote_peering_connection.py.html>`__ to see an example of how to use update_remote_peering_connection API.
|
26610
26610
|
"""
|
26611
26611
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26612
26612
|
required_arguments = ['remotePeeringConnectionId']
|
@@ -26716,7 +26716,7 @@ class VirtualNetworkClient(object):
|
|
26716
26716
|
:rtype: :class:`~oci.response.Response`
|
26717
26717
|
|
26718
26718
|
:example:
|
26719
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26719
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_route_table.py.html>`__ to see an example of how to use update_route_table API.
|
26720
26720
|
"""
|
26721
26721
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26722
26722
|
required_arguments = ['rtId']
|
@@ -26825,7 +26825,7 @@ class VirtualNetworkClient(object):
|
|
26825
26825
|
:rtype: :class:`~oci.response.Response`
|
26826
26826
|
|
26827
26827
|
:example:
|
26828
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26828
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_security_list.py.html>`__ to see an example of how to use update_security_list API.
|
26829
26829
|
"""
|
26830
26830
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26831
26831
|
required_arguments = ['securityListId']
|
@@ -26931,7 +26931,7 @@ class VirtualNetworkClient(object):
|
|
26931
26931
|
:rtype: :class:`~oci.response.Response`
|
26932
26932
|
|
26933
26933
|
:example:
|
26934
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26934
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_service_gateway.py.html>`__ to see an example of how to use update_service_gateway API.
|
26935
26935
|
"""
|
26936
26936
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26937
26937
|
required_arguments = ['serviceGatewayId']
|
@@ -27036,7 +27036,7 @@ class VirtualNetworkClient(object):
|
|
27036
27036
|
:rtype: :class:`~oci.response.Response`
|
27037
27037
|
|
27038
27038
|
:example:
|
27039
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27039
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_subnet.py.html>`__ to see an example of how to use update_subnet API.
|
27040
27040
|
"""
|
27041
27041
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27042
27042
|
required_arguments = ['subnetId']
|
@@ -27159,7 +27159,7 @@ class VirtualNetworkClient(object):
|
|
27159
27159
|
:rtype: :class:`~oci.response.Response`
|
27160
27160
|
|
27161
27161
|
:example:
|
27162
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27162
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_tunnel_cpe_device_config.py.html>`__ to see an example of how to use update_tunnel_cpe_device_config API.
|
27163
27163
|
"""
|
27164
27164
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27165
27165
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -27272,7 +27272,7 @@ class VirtualNetworkClient(object):
|
|
27272
27272
|
:rtype: :class:`~oci.response.Response`
|
27273
27273
|
|
27274
27274
|
:example:
|
27275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_vcn.py.html>`__ to see an example of how to use update_vcn API.
|
27276
27276
|
"""
|
27277
27277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27278
27278
|
required_arguments = ['vcnId']
|
@@ -27402,7 +27402,7 @@ class VirtualNetworkClient(object):
|
|
27402
27402
|
:rtype: :class:`~oci.response.Response`
|
27403
27403
|
|
27404
27404
|
:example:
|
27405
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27405
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_virtual_circuit.py.html>`__ to see an example of how to use update_virtual_circuit API.
|
27406
27406
|
"""
|
27407
27407
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27408
27408
|
required_arguments = ['virtualCircuitId']
|
@@ -27514,7 +27514,7 @@ class VirtualNetworkClient(object):
|
|
27514
27514
|
:rtype: :class:`~oci.response.Response`
|
27515
27515
|
|
27516
27516
|
:example:
|
27517
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27517
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_vlan.py.html>`__ to see an example of how to use update_vlan API.
|
27518
27518
|
"""
|
27519
27519
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27520
27520
|
required_arguments = ['vlanId']
|
@@ -27621,7 +27621,7 @@ class VirtualNetworkClient(object):
|
|
27621
27621
|
:rtype: :class:`~oci.response.Response`
|
27622
27622
|
|
27623
27623
|
:example:
|
27624
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_vnic.py.html>`__ to see an example of how to use update_vnic API.
|
27625
27625
|
"""
|
27626
27626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27627
27627
|
required_arguments = ['vnicId']
|
@@ -27730,7 +27730,7 @@ class VirtualNetworkClient(object):
|
|
27730
27730
|
:rtype: :class:`~oci.response.Response`
|
27731
27731
|
|
27732
27732
|
:example:
|
27733
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27733
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/update_vtap.py.html>`__ to see an example of how to use update_vtap API.
|
27734
27734
|
"""
|
27735
27735
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27736
27736
|
required_arguments = ['vtapId']
|
@@ -27841,7 +27841,7 @@ class VirtualNetworkClient(object):
|
|
27841
27841
|
:rtype: :class:`~oci.response.Response`
|
27842
27842
|
|
27843
27843
|
:example:
|
27844
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27844
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/upgrade_drg.py.html>`__ to see an example of how to use upgrade_drg API.
|
27845
27845
|
"""
|
27846
27846
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27847
27847
|
required_arguments = ['drgId']
|
@@ -27944,7 +27944,7 @@ class VirtualNetworkClient(object):
|
|
27944
27944
|
:rtype: :class:`~oci.response.Response`
|
27945
27945
|
|
27946
27946
|
:example:
|
27947
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27947
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/validate_byoip_range.py.html>`__ to see an example of how to use validate_byoip_range API.
|
27948
27948
|
"""
|
27949
27949
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27950
27950
|
required_arguments = ['byoipRangeId']
|
@@ -28041,7 +28041,7 @@ class VirtualNetworkClient(object):
|
|
28041
28041
|
:rtype: :class:`~oci.response.Response`
|
28042
28042
|
|
28043
28043
|
:example:
|
28044
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28044
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/core/withdraw_byoip_range.py.html>`__ to see an example of how to use withdraw_byoip_range API.
|
28045
28045
|
"""
|
28046
28046
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28047
28047
|
required_arguments = ['byoipRangeId']
|