oci 2.144.0__py3-none-any.whl → 2.145.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +26 -26
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +19 -19
- oci/ai_speech/models/realtime_parameters.py +61 -4
- oci/ai_vision/ai_service_vision_client.py +28 -28
- oci/analytics/analytics_client.py +24 -24
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/service_client.py +1 -1
- 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/auth/signers/ephemeral_resource_principals_v21_signer.py +3 -3
- oci/auth/signers/key_pair_signer.py +6 -5
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/base_client.py +2 -2
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +84 -84
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +6 -6
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +15 -15
- 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_engine/models/cluster_create_options.py +47 -0
- oci/container_engine/models/cluster_endpoints.py +33 -2
- 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 +256 -256
- 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 +45 -45
- 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 +306 -306
- oci/data_science/data_science_client.py +101 -101
- oci/database/database_client.py +409 -404
- oci/database/models/__init__.py +8 -0
- oci/database/models/autonomous_container_database.py +89 -0
- oci/database/models/autonomous_container_database_summary.py +89 -0
- oci/database/models/autonomous_database.py +64 -2
- oci/database/models/autonomous_database_backup.py +15 -3
- oci/database/models/autonomous_database_backup_summary.py +15 -3
- oci/database/models/autonomous_database_standby_summary.py +93 -0
- oci/database/models/autonomous_database_summary.py +64 -2
- oci/database/models/autonomous_dw_database.py +64 -2
- oci/database/models/backup_destination.py +95 -2
- oci/database/models/backup_destination_configuration_summary.py +387 -0
- oci/database/models/backup_destination_details_summary.py +356 -0
- oci/database/models/backup_destination_properties.py +134 -0
- oci/database/models/backup_destination_summary.py +95 -2
- oci/database/models/create_autonomous_database_clone_details.py +7 -3
- oci/database/models/create_autonomous_database_from_backup_details.py +40 -5
- oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +40 -5
- oci/database/models/create_data_guard_association_with_new_db_system_details.py +33 -0
- oci/database/models/db_system.py +96 -10
- oci/database/models/db_system_summary.py +96 -10
- oci/database/models/launch_db_system_base.py +33 -0
- oci/database/models/launch_db_system_details.py +7 -0
- oci/database/models/launch_db_system_from_backup_details.py +7 -0
- oci/database/models/launch_db_system_from_database_details.py +7 -0
- oci/database/models/launch_db_system_from_db_system_details.py +7 -0
- oci/database/models/recovery_appliance_details.py +134 -0
- oci/database/models/restore_autonomous_database_details.py +1 -1
- oci/database_management/db_management_client.py +228 -228
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +9 -9
- 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/delegate_access_control_client.py +26 -26
- oci/delegate_access_control/work_request_client.py +4 -4
- 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 +31 -31
- oci/dns/dns_client.py +54 -54
- 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_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 +68 -68
- oci/file_storage/models/file_system.py +33 -0
- oci/file_storage/models/file_system_summary.py +33 -0
- oci/file_storage/models/filesystem_snapshot_policy.py +35 -2
- oci/file_storage/models/filesystem_snapshot_policy_summary.py +35 -2
- oci/file_storage/models/ldap_bind_account.py +7 -0
- oci/file_storage/models/ldap_bind_account_summary.py +7 -0
- oci/file_storage/models/mount_target.py +35 -2
- oci/file_storage/models/mount_target_summary.py +35 -2
- oci/file_storage/models/outbound_connector.py +35 -2
- oci/file_storage/models/outbound_connector_summary.py +35 -2
- oci/file_storage/models/replication.py +35 -2
- oci/file_storage/models/replication_summary.py +33 -0
- oci/file_storage/models/replication_target.py +33 -0
- oci/file_storage/models/replication_target_summary.py +33 -0
- oci/file_storage/models/snapshot.py +33 -0
- oci/file_storage/models/snapshot_summary.py +35 -2
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
- 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 +26 -26
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
- 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/fusion_applications_client.py +41 -41
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
- oci/generative_ai_inference/generative_ai_inference_client.py +5 -5
- 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 +90 -90
- oci/golden_gate/models/__init__.py +24 -0
- oci/golden_gate/models/amazon_kinesis_connection.py +1 -1
- oci/golden_gate/models/amazon_kinesis_connection_summary.py +1 -1
- oci/golden_gate/models/amazon_redshift_connection.py +1 -1
- oci/golden_gate/models/amazon_redshift_connection_summary.py +1 -1
- oci/golden_gate/models/amazon_s3_connection.py +1 -1
- oci/golden_gate/models/amazon_s3_connection_summary.py +1 -1
- oci/golden_gate/models/azure_data_lake_storage_connection.py +1 -1
- oci/golden_gate/models/azure_data_lake_storage_connection_summary.py +1 -1
- oci/golden_gate/models/azure_synapse_connection.py +1 -1
- oci/golden_gate/models/azure_synapse_connection_summary.py +1 -1
- oci/golden_gate/models/connection.py +59 -35
- oci/golden_gate/models/connection_summary.py +62 -38
- oci/golden_gate/models/create_amazon_kinesis_connection_details.py +3 -1
- oci/golden_gate/models/create_amazon_redshift_connection_details.py +3 -1
- oci/golden_gate/models/create_amazon_s3_connection_details.py +3 -1
- oci/golden_gate/models/create_azure_data_lake_storage_connection_details.py +7 -1
- oci/golden_gate/models/create_azure_synapse_connection_details.py +3 -1
- oci/golden_gate/models/create_connection_details.py +58 -34
- oci/golden_gate/models/create_database_registration_details.py +4 -0
- oci/golden_gate/models/create_databricks_connection_details.py +437 -0
- oci/golden_gate/models/create_db2_connection_details.py +7 -1
- oci/golden_gate/models/create_elasticsearch_connection_details.py +3 -1
- oci/golden_gate/models/create_generic_connection_details.py +1 -1
- oci/golden_gate/models/create_golden_gate_connection_details.py +3 -1
- oci/golden_gate/models/create_google_big_query_connection_details.py +3 -1
- oci/golden_gate/models/create_google_cloud_storage_connection_details.py +3 -1
- oci/golden_gate/models/create_google_pub_sub_connection_details.py +241 -0
- oci/golden_gate/models/create_hdfs_connection_details.py +1 -1
- oci/golden_gate/models/create_java_message_service_connection_details.py +15 -1
- oci/golden_gate/models/create_kafka_connection_details.py +13 -1
- oci/golden_gate/models/create_kafka_schema_registry_connection_details.py +13 -1
- oci/golden_gate/models/create_microsoft_fabric_connection_details.py +336 -0
- oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +3 -1
- oci/golden_gate/models/create_mongo_db_connection_details.py +209 -3
- oci/golden_gate/models/create_mysql_connection_details.py +5 -1
- oci/golden_gate/models/create_oci_object_storage_connection_details.py +43 -4
- oci/golden_gate/models/create_oracle_connection_details.py +5 -1
- oci/golden_gate/models/create_oracle_nosql_connection_details.py +43 -4
- oci/golden_gate/models/create_postgresql_connection_details.py +5 -1
- oci/golden_gate/models/create_redis_connection_details.py +11 -1
- oci/golden_gate/models/create_snowflake_connection_details.py +7 -1
- oci/golden_gate/models/databricks_connection.py +456 -0
- oci/golden_gate/models/databricks_connection_summary.py +418 -0
- oci/golden_gate/models/db2_connection.py +1 -1
- oci/golden_gate/models/db2_connection_summary.py +1 -1
- oci/golden_gate/models/deployment_type_summary.py +15 -3
- oci/golden_gate/models/elasticsearch_connection.py +1 -1
- oci/golden_gate/models/elasticsearch_connection_summary.py +1 -1
- oci/golden_gate/models/generic_connection.py +1 -1
- oci/golden_gate/models/generic_connection_summary.py +1 -1
- oci/golden_gate/models/golden_gate_connection.py +1 -1
- oci/golden_gate/models/golden_gate_connection_summary.py +1 -1
- oci/golden_gate/models/google_big_query_connection.py +1 -1
- oci/golden_gate/models/google_big_query_connection_summary.py +1 -1
- oci/golden_gate/models/google_cloud_storage_connection.py +1 -1
- oci/golden_gate/models/google_cloud_storage_connection_summary.py +1 -1
- oci/golden_gate/models/google_pub_sub_connection.py +271 -0
- oci/golden_gate/models/google_pub_sub_connection_summary.py +255 -0
- oci/golden_gate/models/hdfs_connection.py +1 -1
- oci/golden_gate/models/hdfs_connection_summary.py +1 -1
- oci/golden_gate/models/java_message_service_connection.py +1 -1
- oci/golden_gate/models/java_message_service_connection_summary.py +1 -1
- oci/golden_gate/models/kafka_connection.py +1 -1
- oci/golden_gate/models/kafka_connection_summary.py +1 -1
- oci/golden_gate/models/kafka_schema_registry_connection.py +1 -1
- oci/golden_gate/models/kafka_schema_registry_connection_summary.py +1 -1
- oci/golden_gate/models/microsoft_fabric_connection.py +372 -0
- oci/golden_gate/models/microsoft_fabric_connection_summary.py +352 -0
- oci/golden_gate/models/microsoft_sqlserver_connection.py +1 -1
- oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +1 -1
- oci/golden_gate/models/mongo_db_connection.py +141 -6
- oci/golden_gate/models/mongo_db_connection_summary.py +110 -3
- oci/golden_gate/models/mysql_connection.py +1 -1
- oci/golden_gate/models/mysql_connection_summary.py +1 -1
- oci/golden_gate/models/oci_object_storage_connection.py +38 -3
- oci/golden_gate/models/oci_object_storage_connection_summary.py +38 -3
- oci/golden_gate/models/oracle_connection.py +24 -4
- oci/golden_gate/models/oracle_connection_summary.py +1 -1
- oci/golden_gate/models/oracle_nosql_connection.py +38 -3
- oci/golden_gate/models/oracle_nosql_connection_summary.py +38 -3
- oci/golden_gate/models/postgresql_connection.py +8 -4
- oci/golden_gate/models/postgresql_connection_summary.py +1 -1
- oci/golden_gate/models/redis_connection.py +1 -1
- oci/golden_gate/models/redis_connection_summary.py +1 -1
- oci/golden_gate/models/snowflake_connection.py +1 -1
- oci/golden_gate/models/snowflake_connection_summary.py +1 -1
- oci/golden_gate/models/update_amazon_kinesis_connection_details.py +3 -1
- oci/golden_gate/models/update_amazon_redshift_connection_details.py +3 -1
- oci/golden_gate/models/update_amazon_s3_connection_details.py +3 -1
- oci/golden_gate/models/update_azure_data_lake_storage_connection_details.py +7 -1
- oci/golden_gate/models/update_azure_synapse_connection_details.py +3 -1
- oci/golden_gate/models/update_connection_details.py +46 -22
- oci/golden_gate/models/update_database_registration_details.py +4 -0
- oci/golden_gate/models/update_databricks_connection_details.py +392 -0
- oci/golden_gate/models/update_db2_connection_details.py +7 -1
- oci/golden_gate/models/update_elasticsearch_connection_details.py +3 -1
- oci/golden_gate/models/update_generic_connection_details.py +1 -1
- oci/golden_gate/models/update_golden_gate_connection_details.py +3 -1
- oci/golden_gate/models/update_google_big_query_connection_details.py +3 -1
- oci/golden_gate/models/update_google_cloud_storage_connection_details.py +3 -1
- oci/golden_gate/models/update_google_pub_sub_connection_details.py +196 -0
- oci/golden_gate/models/update_hdfs_connection_details.py +1 -1
- oci/golden_gate/models/update_java_message_service_connection_details.py +15 -1
- oci/golden_gate/models/update_kafka_connection_details.py +13 -1
- oci/golden_gate/models/update_kafka_schema_registry_connection_details.py +13 -1
- oci/golden_gate/models/update_microsoft_fabric_connection_details.py +291 -0
- oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +3 -1
- oci/golden_gate/models/update_mongo_db_connection_details.py +209 -3
- oci/golden_gate/models/update_mysql_connection_details.py +5 -1
- oci/golden_gate/models/update_oci_object_storage_connection_details.py +42 -3
- oci/golden_gate/models/update_oracle_connection_details.py +5 -1
- oci/golden_gate/models/update_oracle_nosql_connection_details.py +42 -3
- oci/golden_gate/models/update_postgresql_connection_details.py +5 -1
- oci/golden_gate/models/update_redis_connection_details.py +11 -1
- oci/golden_gate/models/update_snowflake_connection_details.py +7 -1
- 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 +311 -311
- oci/integration/integration_instance_client.py +19 -19
- oci/jms/java_management_service_client.py +653 -75
- oci/jms/models/__init__.py +24 -0
- oci/jms/models/fleet_error_aggregation.py +119 -0
- oci/jms/models/fleet_error_aggregation_collection.py +72 -0
- oci/jms/models/fleet_error_aggregation_summary.py +103 -0
- oci/jms/models/fleet_error_collection.py +72 -0
- oci/jms/models/fleet_error_details.py +156 -0
- oci/jms/models/fleet_error_summary.py +235 -0
- oci/jms/models/generate_agent_installer_configuration_details.py +2 -2
- oci/jms/models/operating_system.py +31 -0
- oci/jms/models/plugin_error_aggregation.py +123 -0
- oci/jms/models/plugin_error_aggregation_collection.py +72 -0
- oci/jms/models/plugin_error_aggregation_summary.py +103 -0
- oci/jms/models/plugin_error_collection.py +72 -0
- oci/jms/models/plugin_error_details.py +160 -0
- oci/jms/models/plugin_error_summary.py +282 -0
- 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 +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +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/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 +35 -35
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +55 -55
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- 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 +16 -16
- 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 +181 -181
- 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 +26 -26
- 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/security_attribute/security_attribute_client.py +18 -18
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/models/__init__.py +42 -0
- oci/stack_monitoring/models/alarm_condition.py +588 -0
- oci/stack_monitoring/models/alarm_condition_collection.py +72 -0
- oci/stack_monitoring/models/alarm_condition_summary.py +588 -0
- oci/stack_monitoring/models/associated_monitored_resource.py +7 -3
- oci/stack_monitoring/models/associated_resources_summary.py +7 -3
- oci/stack_monitoring/models/condition.py +243 -0
- oci/stack_monitoring/models/create_alarm_condition_details.py +309 -0
- oci/stack_monitoring/models/create_license_auto_assign_config_details.py +7 -3
- oci/stack_monitoring/models/create_monitored_resource_details.py +7 -3
- oci/stack_monitoring/models/create_monitoring_template_details.py +406 -0
- oci/stack_monitoring/models/defined_alarm_condition.py +150 -0
- oci/stack_monitoring/models/defined_monitoring_template_collection.py +72 -0
- oci/stack_monitoring/models/defined_monitoring_template_summary.py +326 -0
- oci/stack_monitoring/models/discovery_details.py +7 -3
- oci/stack_monitoring/models/discovery_job_summary.py +7 -3
- oci/stack_monitoring/models/license_auto_assign_config_details.py +7 -3
- oci/stack_monitoring/models/license_auto_assign_config_summary.py +7 -3
- oci/stack_monitoring/models/manage_license_details.py +7 -3
- oci/stack_monitoring/models/member_reference.py +154 -0
- oci/stack_monitoring/models/metric_extension.py +2 -2
- oci/stack_monitoring/models/metric_extension_metric_aggregation_collection.py +72 -0
- oci/stack_monitoring/models/metric_extension_resource_aggregation.py +105 -0
- oci/stack_monitoring/models/metric_extension_resource_aggregation_collection.py +72 -0
- oci/stack_monitoring/models/metric_extensions_metric_aggregation.py +105 -0
- oci/stack_monitoring/models/monitored_resource.py +7 -3
- oci/stack_monitoring/models/monitored_resource_member_summary.py +7 -3
- oci/stack_monitoring/models/monitored_resource_summary.py +7 -3
- oci/stack_monitoring/models/monitored_resource_type.py +31 -0
- oci/stack_monitoring/models/monitored_resource_type_summary.py +31 -0
- oci/stack_monitoring/models/monitoring_template.py +743 -0
- oci/stack_monitoring/models/monitoring_template_collection.py +72 -0
- oci/stack_monitoring/models/monitoring_template_summary.py +599 -0
- oci/stack_monitoring/models/request_summarized_metric_extensions_metrics_details.py +263 -0
- oci/stack_monitoring/models/request_summarized_metric_extensions_resources_details.py +357 -0
- oci/stack_monitoring/models/search_monitored_resources_details.py +7 -3
- oci/stack_monitoring/models/system_format_resource_type_metadata_details.py +37 -2
- oci/stack_monitoring/models/update_alarm_condition_details.py +309 -0
- oci/stack_monitoring/models/update_license_auto_assign_config_details.py +7 -3
- oci/stack_monitoring/models/update_monitoring_template_details.py +375 -0
- oci/stack_monitoring/models/work_request.py +18 -6
- oci/stack_monitoring/models/work_request_summary.py +18 -6
- oci/stack_monitoring/stack_monitoring_client.py +2446 -446
- oci/stack_monitoring/stack_monitoring_client_composite_operations.py +331 -0
- 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 +14 -14
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- oci/zpr/zpr_client.py +15 -15
- {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/METADATA +1 -1
- {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/RECORD +481 -432
- {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/WHEEL +0 -0
- {oci-2.144.0.dist-info → oci-2.145.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.145.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.145.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.145.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.145.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.145.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.145.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.145.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.145.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.145.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.145.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.145.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']
|
@@ -1352,7 +1352,7 @@ class VirtualNetworkClient(object):
|
|
1352
1352
|
:rtype: :class:`~oci.response.Response`
|
1353
1353
|
|
1354
1354
|
:example:
|
1355
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1355
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_byoasn_compartment.py.html>`__ to see an example of how to use change_byoasn_compartment API.
|
1356
1356
|
"""
|
1357
1357
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1358
1358
|
required_arguments = ['byoasnId']
|
@@ -1472,7 +1472,7 @@ class VirtualNetworkClient(object):
|
|
1472
1472
|
:rtype: :class:`~oci.response.Response`
|
1473
1473
|
|
1474
1474
|
:example:
|
1475
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1475
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_byoip_range_compartment.py.html>`__ to see an example of how to use change_byoip_range_compartment API.
|
1476
1476
|
"""
|
1477
1477
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1478
1478
|
required_arguments = ['byoipRangeId']
|
@@ -1593,7 +1593,7 @@ class VirtualNetworkClient(object):
|
|
1593
1593
|
:rtype: :class:`~oci.response.Response`
|
1594
1594
|
|
1595
1595
|
:example:
|
1596
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1596
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_capture_filter_compartment.py.html>`__ to see an example of how to use change_capture_filter_compartment API.
|
1597
1597
|
"""
|
1598
1598
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1599
1599
|
required_arguments = ['captureFilterId']
|
@@ -1711,7 +1711,7 @@ class VirtualNetworkClient(object):
|
|
1711
1711
|
:rtype: :class:`~oci.response.Response`
|
1712
1712
|
|
1713
1713
|
:example:
|
1714
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1714
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_cpe_compartment.py.html>`__ to see an example of how to use change_cpe_compartment API.
|
1715
1715
|
"""
|
1716
1716
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1717
1717
|
required_arguments = ['cpeId']
|
@@ -1829,7 +1829,7 @@ class VirtualNetworkClient(object):
|
|
1829
1829
|
:rtype: :class:`~oci.response.Response`
|
1830
1830
|
|
1831
1831
|
:example:
|
1832
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1832
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_cross_connect_compartment.py.html>`__ to see an example of how to use change_cross_connect_compartment API.
|
1833
1833
|
"""
|
1834
1834
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1835
1835
|
required_arguments = ['crossConnectId']
|
@@ -1947,7 +1947,7 @@ class VirtualNetworkClient(object):
|
|
1947
1947
|
:rtype: :class:`~oci.response.Response`
|
1948
1948
|
|
1949
1949
|
:example:
|
1950
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1950
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_cross_connect_group_compartment.py.html>`__ to see an example of how to use change_cross_connect_group_compartment API.
|
1951
1951
|
"""
|
1952
1952
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1953
1953
|
required_arguments = ['crossConnectGroupId']
|
@@ -2065,7 +2065,7 @@ class VirtualNetworkClient(object):
|
|
2065
2065
|
:rtype: :class:`~oci.response.Response`
|
2066
2066
|
|
2067
2067
|
:example:
|
2068
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2068
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_dhcp_options_compartment.py.html>`__ to see an example of how to use change_dhcp_options_compartment API.
|
2069
2069
|
"""
|
2070
2070
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2071
2071
|
required_arguments = ['dhcpId']
|
@@ -2181,7 +2181,7 @@ class VirtualNetworkClient(object):
|
|
2181
2181
|
:rtype: :class:`~oci.response.Response`
|
2182
2182
|
|
2183
2183
|
:example:
|
2184
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2184
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_drg_compartment.py.html>`__ to see an example of how to use change_drg_compartment API.
|
2185
2185
|
"""
|
2186
2186
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2187
2187
|
required_arguments = ['drgId']
|
@@ -2297,7 +2297,7 @@ class VirtualNetworkClient(object):
|
|
2297
2297
|
:rtype: :class:`~oci.response.Response`
|
2298
2298
|
|
2299
2299
|
:example:
|
2300
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2300
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_internet_gateway_compartment.py.html>`__ to see an example of how to use change_internet_gateway_compartment API.
|
2301
2301
|
"""
|
2302
2302
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2303
2303
|
required_arguments = ['igId']
|
@@ -2413,7 +2413,7 @@ class VirtualNetworkClient(object):
|
|
2413
2413
|
:rtype: :class:`~oci.response.Response`
|
2414
2414
|
|
2415
2415
|
:example:
|
2416
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2416
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_ip_sec_connection_compartment.py.html>`__ to see an example of how to use change_ip_sec_connection_compartment API.
|
2417
2417
|
"""
|
2418
2418
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2419
2419
|
required_arguments = ['ipscId']
|
@@ -2531,7 +2531,7 @@ class VirtualNetworkClient(object):
|
|
2531
2531
|
:rtype: :class:`~oci.response.Response`
|
2532
2532
|
|
2533
2533
|
:example:
|
2534
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2534
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_local_peering_gateway_compartment.py.html>`__ to see an example of how to use change_local_peering_gateway_compartment API.
|
2535
2535
|
"""
|
2536
2536
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2537
2537
|
required_arguments = ['localPeeringGatewayId']
|
@@ -2647,7 +2647,7 @@ class VirtualNetworkClient(object):
|
|
2647
2647
|
:rtype: :class:`~oci.response.Response`
|
2648
2648
|
|
2649
2649
|
:example:
|
2650
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2650
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_nat_gateway_compartment.py.html>`__ to see an example of how to use change_nat_gateway_compartment API.
|
2651
2651
|
"""
|
2652
2652
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2653
2653
|
required_arguments = ['natGatewayId']
|
@@ -2762,7 +2762,7 @@ class VirtualNetworkClient(object):
|
|
2762
2762
|
:rtype: :class:`~oci.response.Response`
|
2763
2763
|
|
2764
2764
|
:example:
|
2765
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2765
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_network_security_group_compartment.py.html>`__ to see an example of how to use change_network_security_group_compartment API.
|
2766
2766
|
"""
|
2767
2767
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2768
2768
|
required_arguments = ['networkSecurityGroupId']
|
@@ -2881,7 +2881,7 @@ class VirtualNetworkClient(object):
|
|
2881
2881
|
:rtype: :class:`~oci.response.Response`
|
2882
2882
|
|
2883
2883
|
:example:
|
2884
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2884
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_public_ip_compartment.py.html>`__ to see an example of how to use change_public_ip_compartment API.
|
2885
2885
|
"""
|
2886
2886
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2887
2887
|
required_arguments = ['publicIpId']
|
@@ -2997,7 +2997,7 @@ class VirtualNetworkClient(object):
|
|
2997
2997
|
:rtype: :class:`~oci.response.Response`
|
2998
2998
|
|
2999
2999
|
:example:
|
3000
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3000
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_public_ip_pool_compartment.py.html>`__ to see an example of how to use change_public_ip_pool_compartment API.
|
3001
3001
|
"""
|
3002
3002
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3003
3003
|
required_arguments = ['publicIpPoolId']
|
@@ -3113,7 +3113,7 @@ class VirtualNetworkClient(object):
|
|
3113
3113
|
:rtype: :class:`~oci.response.Response`
|
3114
3114
|
|
3115
3115
|
:example:
|
3116
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3116
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_remote_peering_connection_compartment.py.html>`__ to see an example of how to use change_remote_peering_connection_compartment API.
|
3117
3117
|
"""
|
3118
3118
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3119
3119
|
required_arguments = ['remotePeeringConnectionId']
|
@@ -3231,7 +3231,7 @@ class VirtualNetworkClient(object):
|
|
3231
3231
|
:rtype: :class:`~oci.response.Response`
|
3232
3232
|
|
3233
3233
|
:example:
|
3234
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3234
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_route_table_compartment.py.html>`__ to see an example of how to use change_route_table_compartment API.
|
3235
3235
|
"""
|
3236
3236
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3237
3237
|
required_arguments = ['rtId']
|
@@ -3347,7 +3347,7 @@ class VirtualNetworkClient(object):
|
|
3347
3347
|
:rtype: :class:`~oci.response.Response`
|
3348
3348
|
|
3349
3349
|
:example:
|
3350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3350
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_security_list_compartment.py.html>`__ to see an example of how to use change_security_list_compartment API.
|
3351
3351
|
"""
|
3352
3352
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3353
3353
|
required_arguments = ['securityListId']
|
@@ -3463,7 +3463,7 @@ class VirtualNetworkClient(object):
|
|
3463
3463
|
:rtype: :class:`~oci.response.Response`
|
3464
3464
|
|
3465
3465
|
:example:
|
3466
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3466
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_service_gateway_compartment.py.html>`__ to see an example of how to use change_service_gateway_compartment API.
|
3467
3467
|
"""
|
3468
3468
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3469
3469
|
required_arguments = ['serviceGatewayId']
|
@@ -3579,7 +3579,7 @@ class VirtualNetworkClient(object):
|
|
3579
3579
|
:rtype: :class:`~oci.response.Response`
|
3580
3580
|
|
3581
3581
|
:example:
|
3582
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3582
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_subnet_compartment.py.html>`__ to see an example of how to use change_subnet_compartment API.
|
3583
3583
|
"""
|
3584
3584
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3585
3585
|
required_arguments = ['subnetId']
|
@@ -3695,7 +3695,7 @@ class VirtualNetworkClient(object):
|
|
3695
3695
|
:rtype: :class:`~oci.response.Response`
|
3696
3696
|
|
3697
3697
|
:example:
|
3698
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3698
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_vcn_compartment.py.html>`__ to see an example of how to use change_vcn_compartment API.
|
3699
3699
|
"""
|
3700
3700
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3701
3701
|
required_arguments = ['vcnId']
|
@@ -3811,7 +3811,7 @@ class VirtualNetworkClient(object):
|
|
3811
3811
|
:rtype: :class:`~oci.response.Response`
|
3812
3812
|
|
3813
3813
|
:example:
|
3814
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3814
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_virtual_circuit_compartment.py.html>`__ to see an example of how to use change_virtual_circuit_compartment API.
|
3815
3815
|
"""
|
3816
3816
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3817
3817
|
required_arguments = ['virtualCircuitId']
|
@@ -3934,7 +3934,7 @@ class VirtualNetworkClient(object):
|
|
3934
3934
|
:rtype: :class:`~oci.response.Response`
|
3935
3935
|
|
3936
3936
|
:example:
|
3937
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3937
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_vlan_compartment.py.html>`__ to see an example of how to use change_vlan_compartment API.
|
3938
3938
|
"""
|
3939
3939
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3940
3940
|
required_arguments = ['vlanId']
|
@@ -4057,7 +4057,7 @@ class VirtualNetworkClient(object):
|
|
4057
4057
|
:rtype: :class:`~oci.response.Response`
|
4058
4058
|
|
4059
4059
|
:example:
|
4060
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4060
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/change_vtap_compartment.py.html>`__ to see an example of how to use change_vtap_compartment API.
|
4061
4061
|
"""
|
4062
4062
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4063
4063
|
required_arguments = ['vtapId']
|
@@ -4169,7 +4169,7 @@ class VirtualNetworkClient(object):
|
|
4169
4169
|
:rtype: :class:`~oci.response.Response`
|
4170
4170
|
|
4171
4171
|
:example:
|
4172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4172
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/connect_local_peering_gateways.py.html>`__ to see an example of how to use connect_local_peering_gateways API.
|
4173
4173
|
"""
|
4174
4174
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4175
4175
|
required_arguments = ['localPeeringGatewayId']
|
@@ -4269,7 +4269,7 @@ class VirtualNetworkClient(object):
|
|
4269
4269
|
:rtype: :class:`~oci.response.Response`
|
4270
4270
|
|
4271
4271
|
:example:
|
4272
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4272
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/connect_remote_peering_connections.py.html>`__ to see an example of how to use connect_remote_peering_connections API.
|
4273
4273
|
"""
|
4274
4274
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4275
4275
|
required_arguments = ['remotePeeringConnectionId']
|
@@ -4368,7 +4368,7 @@ class VirtualNetworkClient(object):
|
|
4368
4368
|
:rtype: :class:`~oci.response.Response`
|
4369
4369
|
|
4370
4370
|
:example:
|
4371
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4371
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_byoasn.py.html>`__ to see an example of how to use create_byoasn API.
|
4372
4372
|
"""
|
4373
4373
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4374
4374
|
required_arguments = []
|
@@ -4467,7 +4467,7 @@ class VirtualNetworkClient(object):
|
|
4467
4467
|
:rtype: :class:`~oci.response.Response`
|
4468
4468
|
|
4469
4469
|
:example:
|
4470
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4470
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_byoip_range.py.html>`__ to see an example of how to use create_byoip_range API.
|
4471
4471
|
"""
|
4472
4472
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4473
4473
|
required_arguments = []
|
@@ -4576,7 +4576,7 @@ class VirtualNetworkClient(object):
|
|
4576
4576
|
:rtype: :class:`~oci.response.Response`
|
4577
4577
|
|
4578
4578
|
:example:
|
4579
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_capture_filter.py.html>`__ to see an example of how to use create_capture_filter API.
|
4580
4580
|
"""
|
4581
4581
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4582
4582
|
required_arguments = []
|
@@ -4689,7 +4689,7 @@ class VirtualNetworkClient(object):
|
|
4689
4689
|
:rtype: :class:`~oci.response.Response`
|
4690
4690
|
|
4691
4691
|
:example:
|
4692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4692
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_cpe.py.html>`__ to see an example of how to use create_cpe API.
|
4693
4693
|
"""
|
4694
4694
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4695
4695
|
required_arguments = []
|
@@ -4805,7 +4805,7 @@ class VirtualNetworkClient(object):
|
|
4805
4805
|
:rtype: :class:`~oci.response.Response`
|
4806
4806
|
|
4807
4807
|
:example:
|
4808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4808
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_cross_connect.py.html>`__ to see an example of how to use create_cross_connect API.
|
4809
4809
|
"""
|
4810
4810
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4811
4811
|
required_arguments = []
|
@@ -4917,7 +4917,7 @@ class VirtualNetworkClient(object):
|
|
4917
4917
|
:rtype: :class:`~oci.response.Response`
|
4918
4918
|
|
4919
4919
|
:example:
|
4920
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4920
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_cross_connect_group.py.html>`__ to see an example of how to use create_cross_connect_group API.
|
4921
4921
|
"""
|
4922
4922
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4923
4923
|
required_arguments = []
|
@@ -5025,7 +5025,7 @@ class VirtualNetworkClient(object):
|
|
5025
5025
|
:rtype: :class:`~oci.response.Response`
|
5026
5026
|
|
5027
5027
|
:example:
|
5028
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5028
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_dhcp_options.py.html>`__ to see an example of how to use create_dhcp_options API.
|
5029
5029
|
"""
|
5030
5030
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5031
5031
|
required_arguments = []
|
@@ -5132,7 +5132,7 @@ class VirtualNetworkClient(object):
|
|
5132
5132
|
:rtype: :class:`~oci.response.Response`
|
5133
5133
|
|
5134
5134
|
:example:
|
5135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_drg.py.html>`__ to see an example of how to use create_drg API.
|
5136
5136
|
"""
|
5137
5137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5138
5138
|
required_arguments = []
|
@@ -5237,7 +5237,7 @@ class VirtualNetworkClient(object):
|
|
5237
5237
|
:rtype: :class:`~oci.response.Response`
|
5238
5238
|
|
5239
5239
|
:example:
|
5240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5240
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_drg_attachment.py.html>`__ to see an example of how to use create_drg_attachment API.
|
5241
5241
|
"""
|
5242
5242
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5243
5243
|
required_arguments = []
|
@@ -5331,7 +5331,7 @@ class VirtualNetworkClient(object):
|
|
5331
5331
|
:rtype: :class:`~oci.response.Response`
|
5332
5332
|
|
5333
5333
|
:example:
|
5334
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5334
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_drg_route_distribution.py.html>`__ to see an example of how to use create_drg_route_distribution API.
|
5335
5335
|
"""
|
5336
5336
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5337
5337
|
required_arguments = []
|
@@ -5423,7 +5423,7 @@ class VirtualNetworkClient(object):
|
|
5423
5423
|
:rtype: :class:`~oci.response.Response`
|
5424
5424
|
|
5425
5425
|
:example:
|
5426
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5426
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_drg_route_table.py.html>`__ to see an example of how to use create_drg_route_table API.
|
5427
5427
|
"""
|
5428
5428
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5429
5429
|
required_arguments = []
|
@@ -5537,7 +5537,7 @@ class VirtualNetworkClient(object):
|
|
5537
5537
|
:rtype: :class:`~oci.response.Response`
|
5538
5538
|
|
5539
5539
|
:example:
|
5540
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5540
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_internet_gateway.py.html>`__ to see an example of how to use create_internet_gateway API.
|
5541
5541
|
"""
|
5542
5542
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5543
5543
|
required_arguments = []
|
@@ -5660,7 +5660,7 @@ class VirtualNetworkClient(object):
|
|
5660
5660
|
:rtype: :class:`~oci.response.Response`
|
5661
5661
|
|
5662
5662
|
:example:
|
5663
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5663
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_ip_sec_connection.py.html>`__ to see an example of how to use create_ip_sec_connection API.
|
5664
5664
|
"""
|
5665
5665
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5666
5666
|
required_arguments = []
|
@@ -5757,7 +5757,7 @@ class VirtualNetworkClient(object):
|
|
5757
5757
|
:rtype: :class:`~oci.response.Response`
|
5758
5758
|
|
5759
5759
|
:example:
|
5760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5760
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_ipv6.py.html>`__ to see an example of how to use create_ipv6 API.
|
5761
5761
|
"""
|
5762
5762
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5763
5763
|
required_arguments = []
|
@@ -5850,7 +5850,7 @@ class VirtualNetworkClient(object):
|
|
5850
5850
|
:rtype: :class:`~oci.response.Response`
|
5851
5851
|
|
5852
5852
|
:example:
|
5853
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5853
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_local_peering_gateway.py.html>`__ to see an example of how to use create_local_peering_gateway API.
|
5854
5854
|
"""
|
5855
5855
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5856
5856
|
required_arguments = []
|
@@ -5942,7 +5942,7 @@ class VirtualNetworkClient(object):
|
|
5942
5942
|
:rtype: :class:`~oci.response.Response`
|
5943
5943
|
|
5944
5944
|
:example:
|
5945
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5945
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_nat_gateway.py.html>`__ to see an example of how to use create_nat_gateway API.
|
5946
5946
|
"""
|
5947
5947
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5948
5948
|
required_arguments = []
|
@@ -6033,7 +6033,7 @@ class VirtualNetworkClient(object):
|
|
6033
6033
|
:rtype: :class:`~oci.response.Response`
|
6034
6034
|
|
6035
6035
|
:example:
|
6036
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6036
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_network_security_group.py.html>`__ to see an example of how to use create_network_security_group API.
|
6037
6037
|
"""
|
6038
6038
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6039
6039
|
required_arguments = []
|
@@ -6128,7 +6128,7 @@ class VirtualNetworkClient(object):
|
|
6128
6128
|
:rtype: :class:`~oci.response.Response`
|
6129
6129
|
|
6130
6130
|
:example:
|
6131
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6131
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_private_ip.py.html>`__ to see an example of how to use create_private_ip API.
|
6132
6132
|
"""
|
6133
6133
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6134
6134
|
required_arguments = []
|
@@ -6242,7 +6242,7 @@ class VirtualNetworkClient(object):
|
|
6242
6242
|
:rtype: :class:`~oci.response.Response`
|
6243
6243
|
|
6244
6244
|
:example:
|
6245
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6245
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_public_ip.py.html>`__ to see an example of how to use create_public_ip API.
|
6246
6246
|
"""
|
6247
6247
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6248
6248
|
required_arguments = []
|
@@ -6337,7 +6337,7 @@ class VirtualNetworkClient(object):
|
|
6337
6337
|
:rtype: :class:`~oci.response.Response`
|
6338
6338
|
|
6339
6339
|
:example:
|
6340
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6340
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_public_ip_pool.py.html>`__ to see an example of how to use create_public_ip_pool API.
|
6341
6341
|
"""
|
6342
6342
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6343
6343
|
required_arguments = []
|
@@ -6430,7 +6430,7 @@ class VirtualNetworkClient(object):
|
|
6430
6430
|
:rtype: :class:`~oci.response.Response`
|
6431
6431
|
|
6432
6432
|
:example:
|
6433
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6433
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_remote_peering_connection.py.html>`__ to see an example of how to use create_remote_peering_connection API.
|
6434
6434
|
"""
|
6435
6435
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6436
6436
|
required_arguments = []
|
@@ -6543,7 +6543,7 @@ class VirtualNetworkClient(object):
|
|
6543
6543
|
:rtype: :class:`~oci.response.Response`
|
6544
6544
|
|
6545
6545
|
:example:
|
6546
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6546
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_route_table.py.html>`__ to see an example of how to use create_route_table API.
|
6547
6547
|
"""
|
6548
6548
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6549
6549
|
required_arguments = []
|
@@ -6653,7 +6653,7 @@ class VirtualNetworkClient(object):
|
|
6653
6653
|
:rtype: :class:`~oci.response.Response`
|
6654
6654
|
|
6655
6655
|
:example:
|
6656
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6656
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_security_list.py.html>`__ to see an example of how to use create_security_list API.
|
6657
6657
|
"""
|
6658
6658
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6659
6659
|
required_arguments = []
|
@@ -6759,7 +6759,7 @@ class VirtualNetworkClient(object):
|
|
6759
6759
|
:rtype: :class:`~oci.response.Response`
|
6760
6760
|
|
6761
6761
|
:example:
|
6762
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6762
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_service_gateway.py.html>`__ to see an example of how to use create_service_gateway API.
|
6763
6763
|
"""
|
6764
6764
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6765
6765
|
required_arguments = []
|
@@ -6890,7 +6890,7 @@ class VirtualNetworkClient(object):
|
|
6890
6890
|
:rtype: :class:`~oci.response.Response`
|
6891
6891
|
|
6892
6892
|
:example:
|
6893
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6893
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_subnet.py.html>`__ to see an example of how to use create_subnet API.
|
6894
6894
|
"""
|
6895
6895
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6896
6896
|
required_arguments = []
|
@@ -7022,7 +7022,7 @@ class VirtualNetworkClient(object):
|
|
7022
7022
|
:rtype: :class:`~oci.response.Response`
|
7023
7023
|
|
7024
7024
|
:example:
|
7025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_vcn.py.html>`__ to see an example of how to use create_vcn API.
|
7026
7026
|
"""
|
7027
7027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7028
7028
|
required_arguments = []
|
@@ -7139,7 +7139,7 @@ class VirtualNetworkClient(object):
|
|
7139
7139
|
:rtype: :class:`~oci.response.Response`
|
7140
7140
|
|
7141
7141
|
:example:
|
7142
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7142
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_virtual_circuit.py.html>`__ to see an example of how to use create_virtual_circuit API.
|
7143
7143
|
"""
|
7144
7144
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7145
7145
|
required_arguments = []
|
@@ -7236,7 +7236,7 @@ class VirtualNetworkClient(object):
|
|
7236
7236
|
:rtype: :class:`~oci.response.Response`
|
7237
7237
|
|
7238
7238
|
:example:
|
7239
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7239
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_vlan.py.html>`__ to see an example of how to use create_vlan API.
|
7240
7240
|
"""
|
7241
7241
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7242
7242
|
required_arguments = []
|
@@ -7345,7 +7345,7 @@ class VirtualNetworkClient(object):
|
|
7345
7345
|
:rtype: :class:`~oci.response.Response`
|
7346
7346
|
|
7347
7347
|
:example:
|
7348
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7348
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/create_vtap.py.html>`__ to see an example of how to use create_vtap API.
|
7349
7349
|
"""
|
7350
7350
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7351
7351
|
required_arguments = []
|
@@ -7447,7 +7447,7 @@ class VirtualNetworkClient(object):
|
|
7447
7447
|
:rtype: :class:`~oci.response.Response`
|
7448
7448
|
|
7449
7449
|
:example:
|
7450
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7450
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_byoasn.py.html>`__ to see an example of how to use delete_byoasn API.
|
7451
7451
|
"""
|
7452
7452
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7453
7453
|
required_arguments = ['byoasnId']
|
@@ -7557,7 +7557,7 @@ class VirtualNetworkClient(object):
|
|
7557
7557
|
:rtype: :class:`~oci.response.Response`
|
7558
7558
|
|
7559
7559
|
:example:
|
7560
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7560
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_byoip_range.py.html>`__ to see an example of how to use delete_byoip_range API.
|
7561
7561
|
"""
|
7562
7562
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7563
7563
|
required_arguments = ['byoipRangeId']
|
@@ -7662,7 +7662,7 @@ class VirtualNetworkClient(object):
|
|
7662
7662
|
:rtype: :class:`~oci.response.Response`
|
7663
7663
|
|
7664
7664
|
:example:
|
7665
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7665
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_capture_filter.py.html>`__ to see an example of how to use delete_capture_filter API.
|
7666
7666
|
"""
|
7667
7667
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7668
7668
|
required_arguments = ['captureFilterId']
|
@@ -7764,7 +7764,7 @@ class VirtualNetworkClient(object):
|
|
7764
7764
|
:rtype: :class:`~oci.response.Response`
|
7765
7765
|
|
7766
7766
|
:example:
|
7767
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7767
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_cpe.py.html>`__ to see an example of how to use delete_cpe API.
|
7768
7768
|
"""
|
7769
7769
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7770
7770
|
required_arguments = ['cpeId']
|
@@ -7865,7 +7865,7 @@ class VirtualNetworkClient(object):
|
|
7865
7865
|
:rtype: :class:`~oci.response.Response`
|
7866
7866
|
|
7867
7867
|
:example:
|
7868
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7868
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_cross_connect.py.html>`__ to see an example of how to use delete_cross_connect API.
|
7869
7869
|
"""
|
7870
7870
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7871
7871
|
required_arguments = ['crossConnectId']
|
@@ -7967,7 +7967,7 @@ class VirtualNetworkClient(object):
|
|
7967
7967
|
:rtype: :class:`~oci.response.Response`
|
7968
7968
|
|
7969
7969
|
:example:
|
7970
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7970
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_cross_connect_group.py.html>`__ to see an example of how to use delete_cross_connect_group API.
|
7971
7971
|
"""
|
7972
7972
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7973
7973
|
required_arguments = ['crossConnectGroupId']
|
@@ -8071,7 +8071,7 @@ class VirtualNetworkClient(object):
|
|
8071
8071
|
:rtype: :class:`~oci.response.Response`
|
8072
8072
|
|
8073
8073
|
:example:
|
8074
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8074
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_dhcp_options.py.html>`__ to see an example of how to use delete_dhcp_options API.
|
8075
8075
|
"""
|
8076
8076
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8077
8077
|
required_arguments = ['dhcpId']
|
@@ -8172,7 +8172,7 @@ class VirtualNetworkClient(object):
|
|
8172
8172
|
:rtype: :class:`~oci.response.Response`
|
8173
8173
|
|
8174
8174
|
:example:
|
8175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_drg.py.html>`__ to see an example of how to use delete_drg API.
|
8176
8176
|
"""
|
8177
8177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8178
8178
|
required_arguments = ['drgId']
|
@@ -8272,7 +8272,7 @@ class VirtualNetworkClient(object):
|
|
8272
8272
|
:rtype: :class:`~oci.response.Response`
|
8273
8273
|
|
8274
8274
|
:example:
|
8275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_drg_attachment.py.html>`__ to see an example of how to use delete_drg_attachment API.
|
8276
8276
|
"""
|
8277
8277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8278
8278
|
required_arguments = ['drgAttachmentId']
|
@@ -8372,7 +8372,7 @@ class VirtualNetworkClient(object):
|
|
8372
8372
|
:rtype: :class:`~oci.response.Response`
|
8373
8373
|
|
8374
8374
|
:example:
|
8375
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8375
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_drg_route_distribution.py.html>`__ to see an example of how to use delete_drg_route_distribution API.
|
8376
8376
|
"""
|
8377
8377
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8378
8378
|
required_arguments = ['drgRouteDistributionId']
|
@@ -8470,7 +8470,7 @@ class VirtualNetworkClient(object):
|
|
8470
8470
|
:rtype: :class:`~oci.response.Response`
|
8471
8471
|
|
8472
8472
|
:example:
|
8473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_drg_route_table.py.html>`__ to see an example of how to use delete_drg_route_table API.
|
8474
8474
|
"""
|
8475
8475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8476
8476
|
required_arguments = ['drgRouteTableId']
|
@@ -8572,7 +8572,7 @@ class VirtualNetworkClient(object):
|
|
8572
8572
|
:rtype: :class:`~oci.response.Response`
|
8573
8573
|
|
8574
8574
|
:example:
|
8575
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8575
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_internet_gateway.py.html>`__ to see an example of how to use delete_internet_gateway API.
|
8576
8576
|
"""
|
8577
8577
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8578
8578
|
required_arguments = ['igId']
|
@@ -8677,7 +8677,7 @@ class VirtualNetworkClient(object):
|
|
8677
8677
|
:rtype: :class:`~oci.response.Response`
|
8678
8678
|
|
8679
8679
|
:example:
|
8680
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8680
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_ip_sec_connection.py.html>`__ to see an example of how to use delete_ip_sec_connection API.
|
8681
8681
|
"""
|
8682
8682
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8683
8683
|
required_arguments = ['ipscId']
|
@@ -8784,7 +8784,7 @@ class VirtualNetworkClient(object):
|
|
8784
8784
|
:rtype: :class:`~oci.response.Response`
|
8785
8785
|
|
8786
8786
|
:example:
|
8787
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8787
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_ipv6.py.html>`__ to see an example of how to use delete_ipv6 API.
|
8788
8788
|
"""
|
8789
8789
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8790
8790
|
required_arguments = ['ipv6Id']
|
@@ -8887,7 +8887,7 @@ class VirtualNetworkClient(object):
|
|
8887
8887
|
:rtype: :class:`~oci.response.Response`
|
8888
8888
|
|
8889
8889
|
:example:
|
8890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_local_peering_gateway.py.html>`__ to see an example of how to use delete_local_peering_gateway API.
|
8891
8891
|
"""
|
8892
8892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8893
8893
|
required_arguments = ['localPeeringGatewayId']
|
@@ -8989,7 +8989,7 @@ class VirtualNetworkClient(object):
|
|
8989
8989
|
:rtype: :class:`~oci.response.Response`
|
8990
8990
|
|
8991
8991
|
:example:
|
8992
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8992
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_nat_gateway.py.html>`__ to see an example of how to use delete_nat_gateway API.
|
8993
8993
|
"""
|
8994
8994
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8995
8995
|
required_arguments = ['natGatewayId']
|
@@ -9096,7 +9096,7 @@ class VirtualNetworkClient(object):
|
|
9096
9096
|
:rtype: :class:`~oci.response.Response`
|
9097
9097
|
|
9098
9098
|
:example:
|
9099
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9099
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_network_security_group.py.html>`__ to see an example of how to use delete_network_security_group API.
|
9100
9100
|
"""
|
9101
9101
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9102
9102
|
required_arguments = ['networkSecurityGroupId']
|
@@ -9207,7 +9207,7 @@ class VirtualNetworkClient(object):
|
|
9207
9207
|
:rtype: :class:`~oci.response.Response`
|
9208
9208
|
|
9209
9209
|
:example:
|
9210
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9210
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_private_ip.py.html>`__ to see an example of how to use delete_private_ip API.
|
9211
9211
|
"""
|
9212
9212
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9213
9213
|
required_arguments = ['privateIpId']
|
@@ -9321,7 +9321,7 @@ class VirtualNetworkClient(object):
|
|
9321
9321
|
:rtype: :class:`~oci.response.Response`
|
9322
9322
|
|
9323
9323
|
:example:
|
9324
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9324
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_public_ip.py.html>`__ to see an example of how to use delete_public_ip API.
|
9325
9325
|
"""
|
9326
9326
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9327
9327
|
required_arguments = ['publicIpId']
|
@@ -9427,7 +9427,7 @@ class VirtualNetworkClient(object):
|
|
9427
9427
|
:rtype: :class:`~oci.response.Response`
|
9428
9428
|
|
9429
9429
|
:example:
|
9430
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_public_ip_pool.py.html>`__ to see an example of how to use delete_public_ip_pool API.
|
9431
9431
|
"""
|
9432
9432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9433
9433
|
required_arguments = ['publicIpPoolId']
|
@@ -9530,7 +9530,7 @@ class VirtualNetworkClient(object):
|
|
9530
9530
|
:rtype: :class:`~oci.response.Response`
|
9531
9531
|
|
9532
9532
|
:example:
|
9533
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9533
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_remote_peering_connection.py.html>`__ to see an example of how to use delete_remote_peering_connection API.
|
9534
9534
|
"""
|
9535
9535
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9536
9536
|
required_arguments = ['remotePeeringConnectionId']
|
@@ -9634,7 +9634,7 @@ class VirtualNetworkClient(object):
|
|
9634
9634
|
:rtype: :class:`~oci.response.Response`
|
9635
9635
|
|
9636
9636
|
:example:
|
9637
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9637
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_route_table.py.html>`__ to see an example of how to use delete_route_table API.
|
9638
9638
|
"""
|
9639
9639
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9640
9640
|
required_arguments = ['rtId']
|
@@ -9736,7 +9736,7 @@ class VirtualNetworkClient(object):
|
|
9736
9736
|
:rtype: :class:`~oci.response.Response`
|
9737
9737
|
|
9738
9738
|
:example:
|
9739
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9739
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_security_list.py.html>`__ to see an example of how to use delete_security_list API.
|
9740
9740
|
"""
|
9741
9741
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9742
9742
|
required_arguments = ['securityListId']
|
@@ -9835,7 +9835,7 @@ class VirtualNetworkClient(object):
|
|
9835
9835
|
:rtype: :class:`~oci.response.Response`
|
9836
9836
|
|
9837
9837
|
:example:
|
9838
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9838
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_service_gateway.py.html>`__ to see an example of how to use delete_service_gateway API.
|
9839
9839
|
"""
|
9840
9840
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9841
9841
|
required_arguments = ['serviceGatewayId']
|
@@ -9935,7 +9935,7 @@ class VirtualNetworkClient(object):
|
|
9935
9935
|
:rtype: :class:`~oci.response.Response`
|
9936
9936
|
|
9937
9937
|
:example:
|
9938
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9938
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_subnet.py.html>`__ to see an example of how to use delete_subnet API.
|
9939
9939
|
"""
|
9940
9940
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9941
9941
|
required_arguments = ['subnetId']
|
@@ -10038,7 +10038,7 @@ class VirtualNetworkClient(object):
|
|
10038
10038
|
:rtype: :class:`~oci.response.Response`
|
10039
10039
|
|
10040
10040
|
:example:
|
10041
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10041
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_vcn.py.html>`__ to see an example of how to use delete_vcn API.
|
10042
10042
|
"""
|
10043
10043
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10044
10044
|
required_arguments = ['vcnId']
|
@@ -10140,7 +10140,7 @@ class VirtualNetworkClient(object):
|
|
10140
10140
|
:rtype: :class:`~oci.response.Response`
|
10141
10141
|
|
10142
10142
|
:example:
|
10143
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_virtual_circuit.py.html>`__ to see an example of how to use delete_virtual_circuit API.
|
10144
10144
|
"""
|
10145
10145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10146
10146
|
required_arguments = ['virtualCircuitId']
|
@@ -10244,7 +10244,7 @@ class VirtualNetworkClient(object):
|
|
10244
10244
|
:rtype: :class:`~oci.response.Response`
|
10245
10245
|
|
10246
10246
|
:example:
|
10247
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10247
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_vlan.py.html>`__ to see an example of how to use delete_vlan API.
|
10248
10248
|
"""
|
10249
10249
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10250
10250
|
required_arguments = ['vlanId']
|
@@ -10349,7 +10349,7 @@ class VirtualNetworkClient(object):
|
|
10349
10349
|
:rtype: :class:`~oci.response.Response`
|
10350
10350
|
|
10351
10351
|
:example:
|
10352
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10352
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/delete_vtap.py.html>`__ to see an example of how to use delete_vtap API.
|
10353
10353
|
"""
|
10354
10354
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10355
10355
|
required_arguments = ['vtapId']
|
@@ -10463,7 +10463,7 @@ class VirtualNetworkClient(object):
|
|
10463
10463
|
:rtype: :class:`~oci.response.Response`
|
10464
10464
|
|
10465
10465
|
:example:
|
10466
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10466
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/detach_service_id.py.html>`__ to see an example of how to use detach_service_id API.
|
10467
10467
|
"""
|
10468
10468
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10469
10469
|
required_arguments = ['serviceGatewayId']
|
@@ -10588,7 +10588,7 @@ class VirtualNetworkClient(object):
|
|
10588
10588
|
:rtype: :class:`~oci.response.Response`
|
10589
10589
|
|
10590
10590
|
:example:
|
10591
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10591
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_all_drg_attachments.py.html>`__ to see an example of how to use get_all_drg_attachments API.
|
10592
10592
|
"""
|
10593
10593
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10594
10594
|
required_arguments = ['drgId']
|
@@ -10703,7 +10703,7 @@ class VirtualNetworkClient(object):
|
|
10703
10703
|
:rtype: :class:`~oci.response.Response`
|
10704
10704
|
|
10705
10705
|
:example:
|
10706
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10706
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
10707
10707
|
"""
|
10708
10708
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10709
10709
|
required_arguments = []
|
@@ -10794,7 +10794,7 @@ class VirtualNetworkClient(object):
|
|
10794
10794
|
:rtype: :class:`~oci.response.Response`
|
10795
10795
|
|
10796
10796
|
:example:
|
10797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10797
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_byoasn.py.html>`__ to see an example of how to use get_byoasn API.
|
10798
10798
|
"""
|
10799
10799
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10800
10800
|
required_arguments = ['byoasnId']
|
@@ -10897,7 +10897,7 @@ class VirtualNetworkClient(object):
|
|
10897
10897
|
:rtype: :class:`~oci.response.Response`
|
10898
10898
|
|
10899
10899
|
:example:
|
10900
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10900
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_byoip_range.py.html>`__ to see an example of how to use get_byoip_range API.
|
10901
10901
|
"""
|
10902
10902
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10903
10903
|
required_arguments = ['byoipRangeId']
|
@@ -10996,7 +10996,7 @@ class VirtualNetworkClient(object):
|
|
10996
10996
|
:rtype: :class:`~oci.response.Response`
|
10997
10997
|
|
10998
10998
|
:example:
|
10999
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10999
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_capture_filter.py.html>`__ to see an example of how to use get_capture_filter API.
|
11000
11000
|
"""
|
11001
11001
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11002
11002
|
required_arguments = ['captureFilterId']
|
@@ -11091,7 +11091,7 @@ class VirtualNetworkClient(object):
|
|
11091
11091
|
:rtype: :class:`~oci.response.Response`
|
11092
11092
|
|
11093
11093
|
:example:
|
11094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11094
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_cpe.py.html>`__ to see an example of how to use get_cpe API.
|
11095
11095
|
"""
|
11096
11096
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11097
11097
|
required_arguments = ['cpeId']
|
@@ -11202,7 +11202,7 @@ class VirtualNetworkClient(object):
|
|
11202
11202
|
:rtype: :class:`~oci.response.Response`
|
11203
11203
|
|
11204
11204
|
:example:
|
11205
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11205
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_cpe_device_config_content.py.html>`__ to see an example of how to use get_cpe_device_config_content API.
|
11206
11206
|
"""
|
11207
11207
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11208
11208
|
required_arguments = ['cpeId']
|
@@ -11311,7 +11311,7 @@ class VirtualNetworkClient(object):
|
|
11311
11311
|
:rtype: :class:`~oci.response.Response`
|
11312
11312
|
|
11313
11313
|
:example:
|
11314
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11314
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_cpe_device_shape.py.html>`__ to see an example of how to use get_cpe_device_shape API.
|
11315
11315
|
"""
|
11316
11316
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11317
11317
|
required_arguments = ['cpeDeviceShapeId']
|
@@ -11408,7 +11408,7 @@ class VirtualNetworkClient(object):
|
|
11408
11408
|
:rtype: :class:`~oci.response.Response`
|
11409
11409
|
|
11410
11410
|
:example:
|
11411
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_cross_connect.py.html>`__ to see an example of how to use get_cross_connect API.
|
11412
11412
|
"""
|
11413
11413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11414
11414
|
required_arguments = ['crossConnectId']
|
@@ -11498,7 +11498,7 @@ class VirtualNetworkClient(object):
|
|
11498
11498
|
:rtype: :class:`~oci.response.Response`
|
11499
11499
|
|
11500
11500
|
:example:
|
11501
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11501
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_cross_connect_group.py.html>`__ to see an example of how to use get_cross_connect_group API.
|
11502
11502
|
"""
|
11503
11503
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11504
11504
|
required_arguments = ['crossConnectGroupId']
|
@@ -11588,7 +11588,7 @@ class VirtualNetworkClient(object):
|
|
11588
11588
|
:rtype: :class:`~oci.response.Response`
|
11589
11589
|
|
11590
11590
|
:example:
|
11591
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11591
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
11592
11592
|
"""
|
11593
11593
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11594
11594
|
required_arguments = ['crossConnectId']
|
@@ -11678,7 +11678,7 @@ class VirtualNetworkClient(object):
|
|
11678
11678
|
:rtype: :class:`~oci.response.Response`
|
11679
11679
|
|
11680
11680
|
:example:
|
11681
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11681
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_cross_connect_status.py.html>`__ to see an example of how to use get_cross_connect_status API.
|
11682
11682
|
"""
|
11683
11683
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11684
11684
|
required_arguments = ['crossConnectId']
|
@@ -11768,7 +11768,7 @@ class VirtualNetworkClient(object):
|
|
11768
11768
|
:rtype: :class:`~oci.response.Response`
|
11769
11769
|
|
11770
11770
|
:example:
|
11771
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11771
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_dhcp_options.py.html>`__ to see an example of how to use get_dhcp_options API.
|
11772
11772
|
"""
|
11773
11773
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11774
11774
|
required_arguments = ['dhcpId']
|
@@ -11856,7 +11856,7 @@ class VirtualNetworkClient(object):
|
|
11856
11856
|
:rtype: :class:`~oci.response.Response`
|
11857
11857
|
|
11858
11858
|
:example:
|
11859
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11859
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_drg.py.html>`__ to see an example of how to use get_drg API.
|
11860
11860
|
"""
|
11861
11861
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11862
11862
|
required_arguments = ['drgId']
|
@@ -11944,7 +11944,7 @@ class VirtualNetworkClient(object):
|
|
11944
11944
|
:rtype: :class:`~oci.response.Response`
|
11945
11945
|
|
11946
11946
|
:example:
|
11947
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11947
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_drg_attachment.py.html>`__ to see an example of how to use get_drg_attachment API.
|
11948
11948
|
"""
|
11949
11949
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11950
11950
|
required_arguments = ['drgAttachmentId']
|
@@ -12039,7 +12039,7 @@ class VirtualNetworkClient(object):
|
|
12039
12039
|
:rtype: :class:`~oci.response.Response`
|
12040
12040
|
|
12041
12041
|
:example:
|
12042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_drg_redundancy_status.py.html>`__ to see an example of how to use get_drg_redundancy_status API.
|
12043
12043
|
"""
|
12044
12044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12045
12045
|
required_arguments = ['drgId']
|
@@ -12136,7 +12136,7 @@ class VirtualNetworkClient(object):
|
|
12136
12136
|
:rtype: :class:`~oci.response.Response`
|
12137
12137
|
|
12138
12138
|
:example:
|
12139
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12139
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_drg_route_distribution.py.html>`__ to see an example of how to use get_drg_route_distribution API.
|
12140
12140
|
"""
|
12141
12141
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12142
12142
|
required_arguments = ['drgRouteDistributionId']
|
@@ -12224,7 +12224,7 @@ class VirtualNetworkClient(object):
|
|
12224
12224
|
:rtype: :class:`~oci.response.Response`
|
12225
12225
|
|
12226
12226
|
:example:
|
12227
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12227
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_drg_route_table.py.html>`__ to see an example of how to use get_drg_route_table API.
|
12228
12228
|
"""
|
12229
12229
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12230
12230
|
required_arguments = ['drgRouteTableId']
|
@@ -12315,7 +12315,7 @@ class VirtualNetworkClient(object):
|
|
12315
12315
|
:rtype: :class:`~oci.response.Response`
|
12316
12316
|
|
12317
12317
|
:example:
|
12318
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12318
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_fast_connect_provider_service.py.html>`__ to see an example of how to use get_fast_connect_provider_service API.
|
12319
12319
|
"""
|
12320
12320
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12321
12321
|
required_arguments = ['providerServiceId']
|
@@ -12412,7 +12412,7 @@ class VirtualNetworkClient(object):
|
|
12412
12412
|
:rtype: :class:`~oci.response.Response`
|
12413
12413
|
|
12414
12414
|
:example:
|
12415
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12415
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
12416
12416
|
"""
|
12417
12417
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12418
12418
|
required_arguments = ['providerServiceId', 'providerServiceKeyName']
|
@@ -12503,7 +12503,7 @@ class VirtualNetworkClient(object):
|
|
12503
12503
|
:rtype: :class:`~oci.response.Response`
|
12504
12504
|
|
12505
12505
|
:example:
|
12506
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12506
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_internet_gateway.py.html>`__ to see an example of how to use get_internet_gateway API.
|
12507
12507
|
"""
|
12508
12508
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12509
12509
|
required_arguments = ['igId']
|
@@ -12593,7 +12593,7 @@ class VirtualNetworkClient(object):
|
|
12593
12593
|
:rtype: :class:`~oci.response.Response`
|
12594
12594
|
|
12595
12595
|
:example:
|
12596
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12596
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_ip_sec_connection.py.html>`__ to see an example of how to use get_ip_sec_connection API.
|
12597
12597
|
"""
|
12598
12598
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12599
12599
|
required_arguments = ['ipscId']
|
@@ -12686,7 +12686,7 @@ class VirtualNetworkClient(object):
|
|
12686
12686
|
:rtype: :class:`~oci.response.Response`
|
12687
12687
|
|
12688
12688
|
:example:
|
12689
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12689
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
12690
12690
|
"""
|
12691
12691
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12692
12692
|
required_arguments = ['ipscId']
|
@@ -12777,7 +12777,7 @@ class VirtualNetworkClient(object):
|
|
12777
12777
|
:rtype: :class:`~oci.response.Response`
|
12778
12778
|
|
12779
12779
|
:example:
|
12780
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12780
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
12781
12781
|
"""
|
12782
12782
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12783
12783
|
required_arguments = ['ipscId']
|
@@ -12874,7 +12874,7 @@ class VirtualNetworkClient(object):
|
|
12874
12874
|
:rtype: :class:`~oci.response.Response`
|
12875
12875
|
|
12876
12876
|
:example:
|
12877
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12877
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_ip_sec_connection_tunnel.py.html>`__ to see an example of how to use get_ip_sec_connection_tunnel API.
|
12878
12878
|
"""
|
12879
12879
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12880
12880
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -12970,7 +12970,7 @@ class VirtualNetworkClient(object):
|
|
12970
12970
|
:rtype: :class:`~oci.response.Response`
|
12971
12971
|
|
12972
12972
|
:example:
|
12973
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12973
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
12974
12974
|
"""
|
12975
12975
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12976
12976
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -13067,7 +13067,7 @@ class VirtualNetworkClient(object):
|
|
13067
13067
|
:rtype: :class:`~oci.response.Response`
|
13068
13068
|
|
13069
13069
|
:example:
|
13070
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13070
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
13071
13071
|
"""
|
13072
13072
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13073
13073
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -13180,7 +13180,7 @@ class VirtualNetworkClient(object):
|
|
13180
13180
|
:rtype: :class:`~oci.response.Response`
|
13181
13181
|
|
13182
13182
|
:example:
|
13183
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13183
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
13184
13184
|
"""
|
13185
13185
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13186
13186
|
required_arguments = ['ipscId']
|
@@ -13287,7 +13287,7 @@ class VirtualNetworkClient(object):
|
|
13287
13287
|
:rtype: :class:`~oci.response.Response`
|
13288
13288
|
|
13289
13289
|
:example:
|
13290
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13290
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_ipv6.py.html>`__ to see an example of how to use get_ipv6 API.
|
13291
13291
|
"""
|
13292
13292
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13293
13293
|
required_arguments = ['ipv6Id']
|
@@ -13382,7 +13382,7 @@ class VirtualNetworkClient(object):
|
|
13382
13382
|
:rtype: :class:`~oci.response.Response`
|
13383
13383
|
|
13384
13384
|
:example:
|
13385
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13385
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_local_peering_gateway.py.html>`__ to see an example of how to use get_local_peering_gateway API.
|
13386
13386
|
"""
|
13387
13387
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13388
13388
|
required_arguments = ['localPeeringGatewayId']
|
@@ -13470,7 +13470,7 @@ class VirtualNetworkClient(object):
|
|
13470
13470
|
:rtype: :class:`~oci.response.Response`
|
13471
13471
|
|
13472
13472
|
:example:
|
13473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_nat_gateway.py.html>`__ to see an example of how to use get_nat_gateway API.
|
13474
13474
|
"""
|
13475
13475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13476
13476
|
required_arguments = ['natGatewayId']
|
@@ -13564,7 +13564,7 @@ class VirtualNetworkClient(object):
|
|
13564
13564
|
:rtype: :class:`~oci.response.Response`
|
13565
13565
|
|
13566
13566
|
:example:
|
13567
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13567
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_network_security_group.py.html>`__ to see an example of how to use get_network_security_group API.
|
13568
13568
|
"""
|
13569
13569
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13570
13570
|
required_arguments = ['networkSecurityGroupId']
|
@@ -13684,7 +13684,7 @@ class VirtualNetworkClient(object):
|
|
13684
13684
|
:rtype: :class:`~oci.response.Response`
|
13685
13685
|
|
13686
13686
|
:example:
|
13687
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13687
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_networking_topology.py.html>`__ to see an example of how to use get_networking_topology API.
|
13688
13688
|
"""
|
13689
13689
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13690
13690
|
required_arguments = ['compartmentId']
|
@@ -13795,7 +13795,7 @@ class VirtualNetworkClient(object):
|
|
13795
13795
|
:rtype: :class:`~oci.response.Response`
|
13796
13796
|
|
13797
13797
|
:example:
|
13798
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13798
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_private_ip.py.html>`__ to see an example of how to use get_private_ip API.
|
13799
13799
|
"""
|
13800
13800
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13801
13801
|
required_arguments = ['privateIpId']
|
@@ -13897,7 +13897,7 @@ class VirtualNetworkClient(object):
|
|
13897
13897
|
:rtype: :class:`~oci.response.Response`
|
13898
13898
|
|
13899
13899
|
:example:
|
13900
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13900
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_public_ip.py.html>`__ to see an example of how to use get_public_ip API.
|
13901
13901
|
"""
|
13902
13902
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13903
13903
|
required_arguments = ['publicIpId']
|
@@ -13989,7 +13989,7 @@ class VirtualNetworkClient(object):
|
|
13989
13989
|
:rtype: :class:`~oci.response.Response`
|
13990
13990
|
|
13991
13991
|
:example:
|
13992
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13992
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
13993
13993
|
"""
|
13994
13994
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13995
13995
|
required_arguments = []
|
@@ -14079,7 +14079,7 @@ class VirtualNetworkClient(object):
|
|
14079
14079
|
:rtype: :class:`~oci.response.Response`
|
14080
14080
|
|
14081
14081
|
:example:
|
14082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
14083
14083
|
"""
|
14084
14084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14085
14085
|
required_arguments = []
|
@@ -14163,7 +14163,7 @@ class VirtualNetworkClient(object):
|
|
14163
14163
|
:rtype: :class:`~oci.response.Response`
|
14164
14164
|
|
14165
14165
|
:example:
|
14166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_public_ip_pool.py.html>`__ to see an example of how to use get_public_ip_pool API.
|
14167
14167
|
"""
|
14168
14168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14169
14169
|
required_arguments = ['publicIpPoolId']
|
@@ -14258,7 +14258,7 @@ class VirtualNetworkClient(object):
|
|
14258
14258
|
:rtype: :class:`~oci.response.Response`
|
14259
14259
|
|
14260
14260
|
:example:
|
14261
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14261
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_remote_peering_connection.py.html>`__ to see an example of how to use get_remote_peering_connection API.
|
14262
14262
|
"""
|
14263
14263
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14264
14264
|
required_arguments = ['remotePeeringConnectionId']
|
@@ -14350,7 +14350,7 @@ class VirtualNetworkClient(object):
|
|
14350
14350
|
:rtype: :class:`~oci.response.Response`
|
14351
14351
|
|
14352
14352
|
:example:
|
14353
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14353
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_resource_ip_inventory.py.html>`__ to see an example of how to use get_resource_ip_inventory API.
|
14354
14354
|
"""
|
14355
14355
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14356
14356
|
required_arguments = ['dataRequestId']
|
@@ -14445,7 +14445,7 @@ class VirtualNetworkClient(object):
|
|
14445
14445
|
:rtype: :class:`~oci.response.Response`
|
14446
14446
|
|
14447
14447
|
:example:
|
14448
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14448
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_route_table.py.html>`__ to see an example of how to use get_route_table API.
|
14449
14449
|
"""
|
14450
14450
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14451
14451
|
required_arguments = ['rtId']
|
@@ -14533,7 +14533,7 @@ class VirtualNetworkClient(object):
|
|
14533
14533
|
:rtype: :class:`~oci.response.Response`
|
14534
14534
|
|
14535
14535
|
:example:
|
14536
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14536
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_security_list.py.html>`__ to see an example of how to use get_security_list API.
|
14537
14537
|
"""
|
14538
14538
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14539
14539
|
required_arguments = ['securityListId']
|
@@ -14621,7 +14621,7 @@ class VirtualNetworkClient(object):
|
|
14621
14621
|
:rtype: :class:`~oci.response.Response`
|
14622
14622
|
|
14623
14623
|
:example:
|
14624
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_service.py.html>`__ to see an example of how to use get_service API.
|
14625
14625
|
"""
|
14626
14626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14627
14627
|
required_arguments = ['serviceId']
|
@@ -14709,7 +14709,7 @@ class VirtualNetworkClient(object):
|
|
14709
14709
|
:rtype: :class:`~oci.response.Response`
|
14710
14710
|
|
14711
14711
|
:example:
|
14712
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14712
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_service_gateway.py.html>`__ to see an example of how to use get_service_gateway API.
|
14713
14713
|
"""
|
14714
14714
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14715
14715
|
required_arguments = ['serviceGatewayId']
|
@@ -14797,7 +14797,7 @@ class VirtualNetworkClient(object):
|
|
14797
14797
|
:rtype: :class:`~oci.response.Response`
|
14798
14798
|
|
14799
14799
|
:example:
|
14800
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14800
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_subnet.py.html>`__ to see an example of how to use get_subnet API.
|
14801
14801
|
"""
|
14802
14802
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14803
14803
|
required_arguments = ['subnetId']
|
@@ -14891,7 +14891,7 @@ class VirtualNetworkClient(object):
|
|
14891
14891
|
:rtype: :class:`~oci.response.Response`
|
14892
14892
|
|
14893
14893
|
:example:
|
14894
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14894
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_subnet_cidr_utilization.py.html>`__ to see an example of how to use get_subnet_cidr_utilization API.
|
14895
14895
|
"""
|
14896
14896
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14897
14897
|
required_arguments = ['subnetId']
|
@@ -14992,7 +14992,7 @@ class VirtualNetworkClient(object):
|
|
14992
14992
|
:rtype: :class:`~oci.response.Response`
|
14993
14993
|
|
14994
14994
|
:example:
|
14995
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14995
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_subnet_ip_inventory.py.html>`__ to see an example of how to use get_subnet_ip_inventory API.
|
14996
14996
|
"""
|
14997
14997
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14998
14998
|
required_arguments = ['subnetId']
|
@@ -15124,7 +15124,7 @@ class VirtualNetworkClient(object):
|
|
15124
15124
|
:rtype: :class:`~oci.response.Response`
|
15125
15125
|
|
15126
15126
|
:example:
|
15127
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15127
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_subnet_topology.py.html>`__ to see an example of how to use get_subnet_topology API.
|
15128
15128
|
"""
|
15129
15129
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15130
15130
|
required_arguments = ['compartmentId', 'subnetId']
|
@@ -15243,7 +15243,7 @@ class VirtualNetworkClient(object):
|
|
15243
15243
|
:rtype: :class:`~oci.response.Response`
|
15244
15244
|
|
15245
15245
|
:example:
|
15246
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15246
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_tunnel_cpe_device_config.py.html>`__ to see an example of how to use get_tunnel_cpe_device_config API.
|
15247
15247
|
"""
|
15248
15248
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15249
15249
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -15367,7 +15367,7 @@ class VirtualNetworkClient(object):
|
|
15367
15367
|
:rtype: :class:`~oci.response.Response`
|
15368
15368
|
|
15369
15369
|
:example:
|
15370
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15370
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
15371
15371
|
"""
|
15372
15372
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15373
15373
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -15469,7 +15469,7 @@ class VirtualNetworkClient(object):
|
|
15469
15469
|
:rtype: :class:`~oci.response.Response`
|
15470
15470
|
|
15471
15471
|
:example:
|
15472
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15472
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_upgrade_status.py.html>`__ to see an example of how to use get_upgrade_status API.
|
15473
15473
|
"""
|
15474
15474
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15475
15475
|
required_arguments = ['drgId']
|
@@ -15564,7 +15564,7 @@ class VirtualNetworkClient(object):
|
|
15564
15564
|
:rtype: :class:`~oci.response.Response`
|
15565
15565
|
|
15566
15566
|
:example:
|
15567
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15567
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_vcn.py.html>`__ to see an example of how to use get_vcn API.
|
15568
15568
|
"""
|
15569
15569
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15570
15570
|
required_arguments = ['vcnId']
|
@@ -15656,7 +15656,7 @@ class VirtualNetworkClient(object):
|
|
15656
15656
|
:rtype: :class:`~oci.response.Response`
|
15657
15657
|
|
15658
15658
|
:example:
|
15659
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15659
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_vcn_dns_resolver_association.py.html>`__ to see an example of how to use get_vcn_dns_resolver_association API.
|
15660
15660
|
"""
|
15661
15661
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15662
15662
|
required_arguments = ['vcnId']
|
@@ -15767,7 +15767,7 @@ class VirtualNetworkClient(object):
|
|
15767
15767
|
:rtype: :class:`~oci.response.Response`
|
15768
15768
|
|
15769
15769
|
:example:
|
15770
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15770
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_vcn_overlap.py.html>`__ to see an example of how to use get_vcn_overlap API.
|
15771
15771
|
"""
|
15772
15772
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15773
15773
|
required_arguments = ['vcnId']
|
@@ -15904,7 +15904,7 @@ class VirtualNetworkClient(object):
|
|
15904
15904
|
:rtype: :class:`~oci.response.Response`
|
15905
15905
|
|
15906
15906
|
:example:
|
15907
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15907
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_vcn_topology.py.html>`__ to see an example of how to use get_vcn_topology API.
|
15908
15908
|
"""
|
15909
15909
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15910
15910
|
required_arguments = ['compartmentId', 'vcnId']
|
@@ -16010,7 +16010,7 @@ class VirtualNetworkClient(object):
|
|
16010
16010
|
:rtype: :class:`~oci.response.Response`
|
16011
16011
|
|
16012
16012
|
:example:
|
16013
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16013
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_virtual_circuit.py.html>`__ to see an example of how to use get_virtual_circuit API.
|
16014
16014
|
"""
|
16015
16015
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16016
16016
|
required_arguments = ['virtualCircuitId']
|
@@ -16104,7 +16104,7 @@ class VirtualNetworkClient(object):
|
|
16104
16104
|
:rtype: :class:`~oci.response.Response`
|
16105
16105
|
|
16106
16106
|
:example:
|
16107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_vlan.py.html>`__ to see an example of how to use get_vlan API.
|
16108
16108
|
"""
|
16109
16109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16110
16110
|
required_arguments = ['vlanId']
|
@@ -16204,7 +16204,7 @@ class VirtualNetworkClient(object):
|
|
16204
16204
|
:rtype: :class:`~oci.response.Response`
|
16205
16205
|
|
16206
16206
|
:example:
|
16207
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16207
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_vnic.py.html>`__ to see an example of how to use get_vnic API.
|
16208
16208
|
"""
|
16209
16209
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16210
16210
|
required_arguments = ['vnicId']
|
@@ -16296,7 +16296,7 @@ class VirtualNetworkClient(object):
|
|
16296
16296
|
:rtype: :class:`~oci.response.Response`
|
16297
16297
|
|
16298
16298
|
:example:
|
16299
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16299
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/get_vtap.py.html>`__ to see an example of how to use get_vtap API.
|
16300
16300
|
"""
|
16301
16301
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16302
16302
|
required_arguments = ['vtapId']
|
@@ -16389,7 +16389,7 @@ class VirtualNetworkClient(object):
|
|
16389
16389
|
:rtype: :class:`~oci.response.Response`
|
16390
16390
|
|
16391
16391
|
:example:
|
16392
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16392
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
16393
16393
|
"""
|
16394
16394
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16395
16395
|
required_arguments = []
|
@@ -16505,7 +16505,7 @@ class VirtualNetworkClient(object):
|
|
16505
16505
|
:rtype: :class:`~oci.response.Response`
|
16506
16506
|
|
16507
16507
|
:example:
|
16508
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_byoasns.py.html>`__ to see an example of how to use list_byoasns API.
|
16509
16509
|
"""
|
16510
16510
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16511
16511
|
required_arguments = ['compartmentId']
|
@@ -16644,7 +16644,7 @@ class VirtualNetworkClient(object):
|
|
16644
16644
|
:rtype: :class:`~oci.response.Response`
|
16645
16645
|
|
16646
16646
|
:example:
|
16647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16647
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_byoip_allocated_ranges.py.html>`__ to see an example of how to use list_byoip_allocated_ranges API.
|
16648
16648
|
"""
|
16649
16649
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16650
16650
|
required_arguments = ['byoipRangeId']
|
@@ -16794,7 +16794,7 @@ class VirtualNetworkClient(object):
|
|
16794
16794
|
:rtype: :class:`~oci.response.Response`
|
16795
16795
|
|
16796
16796
|
:example:
|
16797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16797
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_byoip_ranges.py.html>`__ to see an example of how to use list_byoip_ranges API.
|
16798
16798
|
"""
|
16799
16799
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16800
16800
|
required_arguments = ['compartmentId']
|
@@ -16962,7 +16962,7 @@ class VirtualNetworkClient(object):
|
|
16962
16962
|
:rtype: :class:`~oci.response.Response`
|
16963
16963
|
|
16964
16964
|
:example:
|
16965
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16965
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_capture_filters.py.html>`__ to see an example of how to use list_capture_filters API.
|
16966
16966
|
"""
|
16967
16967
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16968
16968
|
required_arguments = ['compartmentId']
|
@@ -17123,7 +17123,7 @@ class VirtualNetworkClient(object):
|
|
17123
17123
|
:rtype: :class:`~oci.response.Response`
|
17124
17124
|
|
17125
17125
|
:example:
|
17126
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17126
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_cpe_device_shapes.py.html>`__ to see an example of how to use list_cpe_device_shapes API.
|
17127
17127
|
"""
|
17128
17128
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17129
17129
|
required_arguments = []
|
@@ -17234,7 +17234,7 @@ class VirtualNetworkClient(object):
|
|
17234
17234
|
:rtype: :class:`~oci.response.Response`
|
17235
17235
|
|
17236
17236
|
:example:
|
17237
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17237
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_cpes.py.html>`__ to see an example of how to use list_cpes API.
|
17238
17238
|
"""
|
17239
17239
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17240
17240
|
required_arguments = ['compartmentId']
|
@@ -17370,7 +17370,7 @@ class VirtualNetworkClient(object):
|
|
17370
17370
|
:rtype: :class:`~oci.response.Response`
|
17371
17371
|
|
17372
17372
|
:example:
|
17373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_cross_connect_groups.py.html>`__ to see an example of how to use list_cross_connect_groups API.
|
17374
17374
|
"""
|
17375
17375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17376
17376
|
required_arguments = ['compartmentId']
|
@@ -17509,7 +17509,7 @@ class VirtualNetworkClient(object):
|
|
17509
17509
|
:rtype: :class:`~oci.response.Response`
|
17510
17510
|
|
17511
17511
|
:example:
|
17512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17512
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_cross_connect_locations.py.html>`__ to see an example of how to use list_cross_connect_locations API.
|
17513
17513
|
"""
|
17514
17514
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17515
17515
|
required_arguments = ['compartmentId']
|
@@ -17607,7 +17607,7 @@ class VirtualNetworkClient(object):
|
|
17607
17607
|
:rtype: :class:`~oci.response.Response`
|
17608
17608
|
|
17609
17609
|
:example:
|
17610
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17610
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_cross_connect_mappings.py.html>`__ to see an example of how to use list_cross_connect_mappings API.
|
17611
17611
|
"""
|
17612
17612
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17613
17613
|
required_arguments = ['virtualCircuitId']
|
@@ -17755,7 +17755,7 @@ class VirtualNetworkClient(object):
|
|
17755
17755
|
:rtype: :class:`~oci.response.Response`
|
17756
17756
|
|
17757
17757
|
:example:
|
17758
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17758
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_cross_connects.py.html>`__ to see an example of how to use list_cross_connects API.
|
17759
17759
|
"""
|
17760
17760
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17761
17761
|
required_arguments = ['compartmentId']
|
@@ -17897,7 +17897,7 @@ class VirtualNetworkClient(object):
|
|
17897
17897
|
:rtype: :class:`~oci.response.Response`
|
17898
17898
|
|
17899
17899
|
:example:
|
17900
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17900
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_crossconnect_port_speed_shapes.py.html>`__ to see an example of how to use list_crossconnect_port_speed_shapes API.
|
17901
17901
|
"""
|
17902
17902
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17903
17903
|
required_arguments = ['compartmentId']
|
@@ -18041,7 +18041,7 @@ class VirtualNetworkClient(object):
|
|
18041
18041
|
:rtype: :class:`~oci.response.Response`
|
18042
18042
|
|
18043
18043
|
:example:
|
18044
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18044
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_dhcp_options.py.html>`__ to see an example of how to use list_dhcp_options API.
|
18045
18045
|
"""
|
18046
18046
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18047
18047
|
required_arguments = ['compartmentId']
|
@@ -18236,7 +18236,7 @@ class VirtualNetworkClient(object):
|
|
18236
18236
|
:rtype: :class:`~oci.response.Response`
|
18237
18237
|
|
18238
18238
|
:example:
|
18239
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18239
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_drg_attachments.py.html>`__ to see an example of how to use list_drg_attachments API.
|
18240
18240
|
"""
|
18241
18241
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18242
18242
|
required_arguments = ['compartmentId']
|
@@ -18400,7 +18400,7 @@ class VirtualNetworkClient(object):
|
|
18400
18400
|
:rtype: :class:`~oci.response.Response`
|
18401
18401
|
|
18402
18402
|
:example:
|
18403
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_drg_route_distribution_statements.py.html>`__ to see an example of how to use list_drg_route_distribution_statements API.
|
18404
18404
|
"""
|
18405
18405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18406
18406
|
required_arguments = ['drgRouteDistributionId']
|
@@ -18566,7 +18566,7 @@ class VirtualNetworkClient(object):
|
|
18566
18566
|
:rtype: :class:`~oci.response.Response`
|
18567
18567
|
|
18568
18568
|
:example:
|
18569
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18569
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_drg_route_distributions.py.html>`__ to see an example of how to use list_drg_route_distributions API.
|
18570
18570
|
"""
|
18571
18571
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18572
18572
|
required_arguments = ['drgId']
|
@@ -18708,7 +18708,7 @@ class VirtualNetworkClient(object):
|
|
18708
18708
|
:rtype: :class:`~oci.response.Response`
|
18709
18709
|
|
18710
18710
|
:example:
|
18711
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_drg_route_rules.py.html>`__ to see an example of how to use list_drg_route_rules API.
|
18712
18712
|
"""
|
18713
18713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18714
18714
|
required_arguments = ['drgRouteTableId']
|
@@ -18869,7 +18869,7 @@ class VirtualNetworkClient(object):
|
|
18869
18869
|
:rtype: :class:`~oci.response.Response`
|
18870
18870
|
|
18871
18871
|
:example:
|
18872
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18872
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_drg_route_tables.py.html>`__ to see an example of how to use list_drg_route_tables API.
|
18873
18873
|
"""
|
18874
18874
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18875
18875
|
required_arguments = ['drgId']
|
@@ -19007,7 +19007,7 @@ class VirtualNetworkClient(object):
|
|
19007
19007
|
:rtype: :class:`~oci.response.Response`
|
19008
19008
|
|
19009
19009
|
:example:
|
19010
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19010
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_drgs.py.html>`__ to see an example of how to use list_drgs API.
|
19011
19011
|
"""
|
19012
19012
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19013
19013
|
required_arguments = ['compartmentId']
|
@@ -19123,7 +19123,7 @@ class VirtualNetworkClient(object):
|
|
19123
19123
|
:rtype: :class:`~oci.response.Response`
|
19124
19124
|
|
19125
19125
|
:example:
|
19126
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19126
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_fast_connect_provider_services.py.html>`__ to see an example of how to use list_fast_connect_provider_services API.
|
19127
19127
|
"""
|
19128
19128
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19129
19129
|
required_arguments = ['compartmentId']
|
@@ -19237,7 +19237,7 @@ class VirtualNetworkClient(object):
|
|
19237
19237
|
:rtype: :class:`~oci.response.Response`
|
19238
19238
|
|
19239
19239
|
:example:
|
19240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19240
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
19241
19241
|
"""
|
19242
19242
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19243
19243
|
required_arguments = ['providerServiceId']
|
@@ -19390,7 +19390,7 @@ class VirtualNetworkClient(object):
|
|
19390
19390
|
:rtype: :class:`~oci.response.Response`
|
19391
19391
|
|
19392
19392
|
:example:
|
19393
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19393
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_internet_gateways.py.html>`__ to see an example of how to use list_internet_gateways API.
|
19394
19394
|
"""
|
19395
19395
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19396
19396
|
required_arguments = ['compartmentId']
|
@@ -19514,7 +19514,7 @@ class VirtualNetworkClient(object):
|
|
19514
19514
|
:rtype: :class:`~oci.response.Response`
|
19515
19515
|
|
19516
19516
|
:example:
|
19517
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19517
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_ip_inventory.py.html>`__ to see an example of how to use list_ip_inventory API.
|
19518
19518
|
"""
|
19519
19519
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19520
19520
|
required_arguments = []
|
@@ -19627,7 +19627,7 @@ class VirtualNetworkClient(object):
|
|
19627
19627
|
:rtype: :class:`~oci.response.Response`
|
19628
19628
|
|
19629
19629
|
:example:
|
19630
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19630
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
19631
19631
|
"""
|
19632
19632
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19633
19633
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -19762,7 +19762,7 @@ class VirtualNetworkClient(object):
|
|
19762
19762
|
:rtype: :class:`~oci.response.Response`
|
19763
19763
|
|
19764
19764
|
:example:
|
19765
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19765
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
19766
19766
|
"""
|
19767
19767
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19768
19768
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -19883,7 +19883,7 @@ class VirtualNetworkClient(object):
|
|
19883
19883
|
:rtype: :class:`~oci.response.Response`
|
19884
19884
|
|
19885
19885
|
:example:
|
19886
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19886
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_ip_sec_connection_tunnels.py.html>`__ to see an example of how to use list_ip_sec_connection_tunnels API.
|
19887
19887
|
"""
|
19888
19888
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19889
19889
|
required_arguments = ['ipscId']
|
@@ -20014,7 +20014,7 @@ class VirtualNetworkClient(object):
|
|
20014
20014
|
:rtype: :class:`~oci.response.Response`
|
20015
20015
|
|
20016
20016
|
:example:
|
20017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_ip_sec_connections.py.html>`__ to see an example of how to use list_ip_sec_connections API.
|
20018
20018
|
"""
|
20019
20019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20020
20020
|
required_arguments = ['compartmentId']
|
@@ -20150,7 +20150,7 @@ class VirtualNetworkClient(object):
|
|
20150
20150
|
:rtype: :class:`~oci.response.Response`
|
20151
20151
|
|
20152
20152
|
:example:
|
20153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_ipv6s.py.html>`__ to see an example of how to use list_ipv6s API.
|
20154
20154
|
"""
|
20155
20155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20156
20156
|
required_arguments = []
|
@@ -20271,7 +20271,7 @@ class VirtualNetworkClient(object):
|
|
20271
20271
|
:rtype: :class:`~oci.response.Response`
|
20272
20272
|
|
20273
20273
|
:example:
|
20274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20274
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_local_peering_gateways.py.html>`__ to see an example of how to use list_local_peering_gateways API.
|
20275
20275
|
"""
|
20276
20276
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20277
20277
|
required_arguments = ['compartmentId']
|
@@ -20413,7 +20413,7 @@ class VirtualNetworkClient(object):
|
|
20413
20413
|
:rtype: :class:`~oci.response.Response`
|
20414
20414
|
|
20415
20415
|
:example:
|
20416
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20416
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_nat_gateways.py.html>`__ to see an example of how to use list_nat_gateways API.
|
20417
20417
|
"""
|
20418
20418
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20419
20419
|
required_arguments = ['compartmentId']
|
@@ -20568,7 +20568,7 @@ class VirtualNetworkClient(object):
|
|
20568
20568
|
:rtype: :class:`~oci.response.Response`
|
20569
20569
|
|
20570
20570
|
:example:
|
20571
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20571
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
20572
20572
|
"""
|
20573
20573
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20574
20574
|
required_arguments = ['networkSecurityGroupId']
|
@@ -20724,7 +20724,7 @@ class VirtualNetworkClient(object):
|
|
20724
20724
|
:rtype: :class:`~oci.response.Response`
|
20725
20725
|
|
20726
20726
|
:example:
|
20727
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20727
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_network_security_group_vnics.py.html>`__ to see an example of how to use list_network_security_group_vnics API.
|
20728
20728
|
"""
|
20729
20729
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20730
20730
|
required_arguments = ['networkSecurityGroupId']
|
@@ -20898,7 +20898,7 @@ class VirtualNetworkClient(object):
|
|
20898
20898
|
:rtype: :class:`~oci.response.Response`
|
20899
20899
|
|
20900
20900
|
:example:
|
20901
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20901
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_network_security_groups.py.html>`__ to see an example of how to use list_network_security_groups API.
|
20902
20902
|
"""
|
20903
20903
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20904
20904
|
required_arguments = []
|
@@ -21072,7 +21072,7 @@ class VirtualNetworkClient(object):
|
|
21072
21072
|
:rtype: :class:`~oci.response.Response`
|
21073
21073
|
|
21074
21074
|
:example:
|
21075
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21075
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_private_ips.py.html>`__ to see an example of how to use list_private_ips API.
|
21076
21076
|
"""
|
21077
21077
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21078
21078
|
required_arguments = []
|
@@ -21215,7 +21215,7 @@ class VirtualNetworkClient(object):
|
|
21215
21215
|
:rtype: :class:`~oci.response.Response`
|
21216
21216
|
|
21217
21217
|
:example:
|
21218
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21218
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_public_ip_pools.py.html>`__ to see an example of how to use list_public_ip_pools API.
|
21219
21219
|
"""
|
21220
21220
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21221
21221
|
required_arguments = ['compartmentId']
|
@@ -21393,7 +21393,7 @@ class VirtualNetworkClient(object):
|
|
21393
21393
|
:rtype: :class:`~oci.response.Response`
|
21394
21394
|
|
21395
21395
|
:example:
|
21396
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21396
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_public_ips.py.html>`__ to see an example of how to use list_public_ips API.
|
21397
21397
|
"""
|
21398
21398
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21399
21399
|
required_arguments = ['scope', 'compartmentId']
|
@@ -21526,7 +21526,7 @@ class VirtualNetworkClient(object):
|
|
21526
21526
|
:rtype: :class:`~oci.response.Response`
|
21527
21527
|
|
21528
21528
|
:example:
|
21529
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21529
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_remote_peering_connections.py.html>`__ to see an example of how to use list_remote_peering_connections API.
|
21530
21530
|
"""
|
21531
21531
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21532
21532
|
required_arguments = ['compartmentId']
|
@@ -21672,7 +21672,7 @@ class VirtualNetworkClient(object):
|
|
21672
21672
|
:rtype: :class:`~oci.response.Response`
|
21673
21673
|
|
21674
21674
|
:example:
|
21675
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21675
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_route_tables.py.html>`__ to see an example of how to use list_route_tables API.
|
21676
21676
|
"""
|
21677
21677
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21678
21678
|
required_arguments = ['compartmentId']
|
@@ -21843,7 +21843,7 @@ class VirtualNetworkClient(object):
|
|
21843
21843
|
:rtype: :class:`~oci.response.Response`
|
21844
21844
|
|
21845
21845
|
:example:
|
21846
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21846
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_security_lists.py.html>`__ to see an example of how to use list_security_lists API.
|
21847
21847
|
"""
|
21848
21848
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21849
21849
|
required_arguments = ['compartmentId']
|
@@ -22011,7 +22011,7 @@ class VirtualNetworkClient(object):
|
|
22011
22011
|
:rtype: :class:`~oci.response.Response`
|
22012
22012
|
|
22013
22013
|
:example:
|
22014
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22014
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_service_gateways.py.html>`__ to see an example of how to use list_service_gateways API.
|
22015
22015
|
"""
|
22016
22016
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22017
22017
|
required_arguments = ['compartmentId']
|
@@ -22143,7 +22143,7 @@ class VirtualNetworkClient(object):
|
|
22143
22143
|
:rtype: :class:`~oci.response.Response`
|
22144
22144
|
|
22145
22145
|
:example:
|
22146
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22146
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_services.py.html>`__ to see an example of how to use list_services API.
|
22147
22147
|
"""
|
22148
22148
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22149
22149
|
required_arguments = []
|
@@ -22282,7 +22282,7 @@ class VirtualNetworkClient(object):
|
|
22282
22282
|
:rtype: :class:`~oci.response.Response`
|
22283
22283
|
|
22284
22284
|
:example:
|
22285
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22285
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_subnets.py.html>`__ to see an example of how to use list_subnets API.
|
22286
22286
|
"""
|
22287
22287
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22288
22288
|
required_arguments = ['compartmentId']
|
@@ -22447,7 +22447,7 @@ class VirtualNetworkClient(object):
|
|
22447
22447
|
:rtype: :class:`~oci.response.Response`
|
22448
22448
|
|
22449
22449
|
:example:
|
22450
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22450
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_vcns.py.html>`__ to see an example of how to use list_vcns API.
|
22451
22451
|
"""
|
22452
22452
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22453
22453
|
required_arguments = ['compartmentId']
|
@@ -22583,7 +22583,7 @@ class VirtualNetworkClient(object):
|
|
22583
22583
|
:rtype: :class:`~oci.response.Response`
|
22584
22584
|
|
22585
22585
|
:example:
|
22586
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22586
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_virtual_circuit_associated_tunnels.py.html>`__ to see an example of how to use list_virtual_circuit_associated_tunnels API.
|
22587
22587
|
"""
|
22588
22588
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22589
22589
|
required_arguments = ['virtualCircuitId']
|
@@ -22705,7 +22705,7 @@ class VirtualNetworkClient(object):
|
|
22705
22705
|
:rtype: :class:`~oci.response.Response`
|
22706
22706
|
|
22707
22707
|
:example:
|
22708
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22708
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_virtual_circuit_bandwidth_shapes.py.html>`__ to see an example of how to use list_virtual_circuit_bandwidth_shapes API.
|
22709
22709
|
"""
|
22710
22710
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22711
22711
|
required_arguments = ['compartmentId']
|
@@ -22807,7 +22807,7 @@ class VirtualNetworkClient(object):
|
|
22807
22807
|
:rtype: :class:`~oci.response.Response`
|
22808
22808
|
|
22809
22809
|
:example:
|
22810
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22810
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_virtual_circuit_public_prefixes.py.html>`__ to see an example of how to use list_virtual_circuit_public_prefixes API.
|
22811
22811
|
"""
|
22812
22812
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22813
22813
|
required_arguments = ['virtualCircuitId']
|
@@ -22959,7 +22959,7 @@ class VirtualNetworkClient(object):
|
|
22959
22959
|
:rtype: :class:`~oci.response.Response`
|
22960
22960
|
|
22961
22961
|
:example:
|
22962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22962
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_virtual_circuits.py.html>`__ to see an example of how to use list_virtual_circuits API.
|
22963
22963
|
"""
|
22964
22964
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22965
22965
|
required_arguments = ['compartmentId']
|
@@ -23133,7 +23133,7 @@ class VirtualNetworkClient(object):
|
|
23133
23133
|
:rtype: :class:`~oci.response.Response`
|
23134
23134
|
|
23135
23135
|
:example:
|
23136
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23136
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_vlans.py.html>`__ to see an example of how to use list_vlans API.
|
23137
23137
|
"""
|
23138
23138
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23139
23139
|
required_arguments = ['compartmentId']
|
@@ -23329,7 +23329,7 @@ class VirtualNetworkClient(object):
|
|
23329
23329
|
:rtype: :class:`~oci.response.Response`
|
23330
23330
|
|
23331
23331
|
:example:
|
23332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23332
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/list_vtaps.py.html>`__ to see an example of how to use list_vtaps API.
|
23333
23333
|
"""
|
23334
23334
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23335
23335
|
required_arguments = ['compartmentId']
|
@@ -23489,7 +23489,7 @@ class VirtualNetworkClient(object):
|
|
23489
23489
|
:rtype: :class:`~oci.response.Response`
|
23490
23490
|
|
23491
23491
|
:example:
|
23492
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23492
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/modify_vcn_cidr.py.html>`__ to see an example of how to use modify_vcn_cidr API.
|
23493
23493
|
"""
|
23494
23494
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23495
23495
|
required_arguments = ['vcnId']
|
@@ -23592,7 +23592,7 @@ class VirtualNetworkClient(object):
|
|
23592
23592
|
:rtype: :class:`~oci.response.Response`
|
23593
23593
|
|
23594
23594
|
:example:
|
23595
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23595
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/remove_drg_route_distribution_statements.py.html>`__ to see an example of how to use remove_drg_route_distribution_statements API.
|
23596
23596
|
"""
|
23597
23597
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23598
23598
|
required_arguments = ['drgRouteDistributionId']
|
@@ -23683,7 +23683,7 @@ class VirtualNetworkClient(object):
|
|
23683
23683
|
:rtype: :class:`~oci.response.Response`
|
23684
23684
|
|
23685
23685
|
:example:
|
23686
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23686
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/remove_drg_route_rules.py.html>`__ to see an example of how to use remove_drg_route_rules API.
|
23687
23687
|
"""
|
23688
23688
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23689
23689
|
required_arguments = ['drgRouteTableId']
|
@@ -23780,7 +23780,7 @@ class VirtualNetworkClient(object):
|
|
23780
23780
|
:rtype: :class:`~oci.response.Response`
|
23781
23781
|
|
23782
23782
|
:example:
|
23783
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23783
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/remove_export_drg_route_distribution.py.html>`__ to see an example of how to use remove_export_drg_route_distribution API.
|
23784
23784
|
"""
|
23785
23785
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23786
23786
|
required_arguments = ['drgAttachmentId']
|
@@ -23887,7 +23887,7 @@ class VirtualNetworkClient(object):
|
|
23887
23887
|
:rtype: :class:`~oci.response.Response`
|
23888
23888
|
|
23889
23889
|
:example:
|
23890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/remove_import_drg_route_distribution.py.html>`__ to see an example of how to use remove_import_drg_route_distribution API.
|
23891
23891
|
"""
|
23892
23892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23893
23893
|
required_arguments = ['drgRouteTableId']
|
@@ -24003,7 +24003,7 @@ class VirtualNetworkClient(object):
|
|
24003
24003
|
:rtype: :class:`~oci.response.Response`
|
24004
24004
|
|
24005
24005
|
:example:
|
24006
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24006
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/remove_ipv6_subnet_cidr.py.html>`__ to see an example of how to use remove_ipv6_subnet_cidr API.
|
24007
24007
|
"""
|
24008
24008
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24009
24009
|
required_arguments = ['subnetId']
|
@@ -24122,7 +24122,7 @@ class VirtualNetworkClient(object):
|
|
24122
24122
|
:rtype: :class:`~oci.response.Response`
|
24123
24123
|
|
24124
24124
|
:example:
|
24125
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24125
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/remove_ipv6_vcn_cidr.py.html>`__ to see an example of how to use remove_ipv6_vcn_cidr API.
|
24126
24126
|
"""
|
24127
24127
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24128
24128
|
required_arguments = ['vcnId']
|
@@ -24227,7 +24227,7 @@ class VirtualNetworkClient(object):
|
|
24227
24227
|
:rtype: :class:`~oci.response.Response`
|
24228
24228
|
|
24229
24229
|
:example:
|
24230
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24230
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
24231
24231
|
"""
|
24232
24232
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24233
24233
|
required_arguments = ['networkSecurityGroupId']
|
@@ -24329,7 +24329,7 @@ class VirtualNetworkClient(object):
|
|
24329
24329
|
:rtype: :class:`~oci.response.Response`
|
24330
24330
|
|
24331
24331
|
:example:
|
24332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24332
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/remove_public_ip_pool_capacity.py.html>`__ to see an example of how to use remove_public_ip_pool_capacity API.
|
24333
24333
|
"""
|
24334
24334
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24335
24335
|
required_arguments = ['publicIpPoolId']
|
@@ -24452,7 +24452,7 @@ class VirtualNetworkClient(object):
|
|
24452
24452
|
:rtype: :class:`~oci.response.Response`
|
24453
24453
|
|
24454
24454
|
:example:
|
24455
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24455
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/remove_vcn_cidr.py.html>`__ to see an example of how to use remove_vcn_cidr API.
|
24456
24456
|
"""
|
24457
24457
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24458
24458
|
required_arguments = ['vcnId']
|
@@ -24571,7 +24571,7 @@ class VirtualNetworkClient(object):
|
|
24571
24571
|
:rtype: :class:`~oci.response.Response`
|
24572
24572
|
|
24573
24573
|
:example:
|
24574
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24574
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/set_origin_asn.py.html>`__ to see an example of how to use set_origin_asn API.
|
24575
24575
|
"""
|
24576
24576
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24577
24577
|
required_arguments = ['byoipRangeId']
|
@@ -24682,7 +24682,7 @@ class VirtualNetworkClient(object):
|
|
24682
24682
|
:rtype: :class:`~oci.response.Response`
|
24683
24683
|
|
24684
24684
|
:example:
|
24685
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24685
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/set_origin_asn_to_oracle.py.html>`__ to see an example of how to use set_origin_asn_to_oracle API.
|
24686
24686
|
"""
|
24687
24687
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24688
24688
|
required_arguments = ['byoipRangeId']
|
@@ -24789,7 +24789,7 @@ class VirtualNetworkClient(object):
|
|
24789
24789
|
:rtype: :class:`~oci.response.Response`
|
24790
24790
|
|
24791
24791
|
:example:
|
24792
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24792
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_byoasn.py.html>`__ to see an example of how to use update_byoasn API.
|
24793
24793
|
"""
|
24794
24794
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24795
24795
|
required_arguments = ['byoasnId']
|
@@ -24900,7 +24900,7 @@ class VirtualNetworkClient(object):
|
|
24900
24900
|
:rtype: :class:`~oci.response.Response`
|
24901
24901
|
|
24902
24902
|
:example:
|
24903
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24903
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_byoip_range.py.html>`__ to see an example of how to use update_byoip_range API.
|
24904
24904
|
"""
|
24905
24905
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24906
24906
|
required_arguments = ['byoipRangeId']
|
@@ -25011,7 +25011,7 @@ class VirtualNetworkClient(object):
|
|
25011
25011
|
:rtype: :class:`~oci.response.Response`
|
25012
25012
|
|
25013
25013
|
:example:
|
25014
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25014
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_capture_filter.py.html>`__ to see an example of how to use update_capture_filter API.
|
25015
25015
|
"""
|
25016
25016
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25017
25017
|
required_arguments = ['captureFilterId']
|
@@ -25119,7 +25119,7 @@ class VirtualNetworkClient(object):
|
|
25119
25119
|
:rtype: :class:`~oci.response.Response`
|
25120
25120
|
|
25121
25121
|
:example:
|
25122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_cpe.py.html>`__ to see an example of how to use update_cpe API.
|
25123
25123
|
"""
|
25124
25124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25125
25125
|
required_arguments = ['cpeId']
|
@@ -25226,7 +25226,7 @@ class VirtualNetworkClient(object):
|
|
25226
25226
|
:rtype: :class:`~oci.response.Response`
|
25227
25227
|
|
25228
25228
|
:example:
|
25229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25229
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_cross_connect.py.html>`__ to see an example of how to use update_cross_connect API.
|
25230
25230
|
"""
|
25231
25231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25232
25232
|
required_arguments = ['crossConnectId']
|
@@ -25334,7 +25334,7 @@ class VirtualNetworkClient(object):
|
|
25334
25334
|
:rtype: :class:`~oci.response.Response`
|
25335
25335
|
|
25336
25336
|
:example:
|
25337
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25337
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_cross_connect_group.py.html>`__ to see an example of how to use update_cross_connect_group API.
|
25338
25338
|
"""
|
25339
25339
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25340
25340
|
required_arguments = ['crossConnectGroupId']
|
@@ -25444,7 +25444,7 @@ class VirtualNetworkClient(object):
|
|
25444
25444
|
:rtype: :class:`~oci.response.Response`
|
25445
25445
|
|
25446
25446
|
:example:
|
25447
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25447
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_dhcp_options.py.html>`__ to see an example of how to use update_dhcp_options API.
|
25448
25448
|
"""
|
25449
25449
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25450
25450
|
required_arguments = ['dhcpId']
|
@@ -25549,7 +25549,7 @@ class VirtualNetworkClient(object):
|
|
25549
25549
|
:rtype: :class:`~oci.response.Response`
|
25550
25550
|
|
25551
25551
|
:example:
|
25552
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25552
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_drg.py.html>`__ to see an example of how to use update_drg API.
|
25553
25553
|
"""
|
25554
25554
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25555
25555
|
required_arguments = ['drgId']
|
@@ -25655,7 +25655,7 @@ class VirtualNetworkClient(object):
|
|
25655
25655
|
:rtype: :class:`~oci.response.Response`
|
25656
25656
|
|
25657
25657
|
:example:
|
25658
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25658
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_drg_attachment.py.html>`__ to see an example of how to use update_drg_attachment API.
|
25659
25659
|
"""
|
25660
25660
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25661
25661
|
required_arguments = ['drgAttachmentId']
|
@@ -25760,7 +25760,7 @@ class VirtualNetworkClient(object):
|
|
25760
25760
|
:rtype: :class:`~oci.response.Response`
|
25761
25761
|
|
25762
25762
|
:example:
|
25763
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25763
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_drg_route_distribution.py.html>`__ to see an example of how to use update_drg_route_distribution API.
|
25764
25764
|
"""
|
25765
25765
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25766
25766
|
required_arguments = ['drgRouteDistributionId']
|
@@ -25860,7 +25860,7 @@ class VirtualNetworkClient(object):
|
|
25860
25860
|
:rtype: :class:`~oci.response.Response`
|
25861
25861
|
|
25862
25862
|
:example:
|
25863
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25863
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_drg_route_distribution_statements.py.html>`__ to see an example of how to use update_drg_route_distribution_statements API.
|
25864
25864
|
"""
|
25865
25865
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25866
25866
|
required_arguments = ['drgRouteDistributionId']
|
@@ -25953,7 +25953,7 @@ class VirtualNetworkClient(object):
|
|
25953
25953
|
:rtype: :class:`~oci.response.Response`
|
25954
25954
|
|
25955
25955
|
:example:
|
25956
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25956
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_drg_route_rules.py.html>`__ to see an example of how to use update_drg_route_rules API.
|
25957
25957
|
"""
|
25958
25958
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25959
25959
|
required_arguments = ['drgRouteTableId']
|
@@ -26051,7 +26051,7 @@ class VirtualNetworkClient(object):
|
|
26051
26051
|
:rtype: :class:`~oci.response.Response`
|
26052
26052
|
|
26053
26053
|
:example:
|
26054
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26054
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_drg_route_table.py.html>`__ to see an example of how to use update_drg_route_table API.
|
26055
26055
|
"""
|
26056
26056
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26057
26057
|
required_arguments = ['drgRouteTableId']
|
@@ -26160,7 +26160,7 @@ class VirtualNetworkClient(object):
|
|
26160
26160
|
:rtype: :class:`~oci.response.Response`
|
26161
26161
|
|
26162
26162
|
:example:
|
26163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_internet_gateway.py.html>`__ to see an example of how to use update_internet_gateway API.
|
26164
26164
|
"""
|
26165
26165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26166
26166
|
required_arguments = ['igId']
|
@@ -26268,7 +26268,7 @@ class VirtualNetworkClient(object):
|
|
26268
26268
|
:rtype: :class:`~oci.response.Response`
|
26269
26269
|
|
26270
26270
|
:example:
|
26271
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26271
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_ip_sec_connection.py.html>`__ to see an example of how to use update_ip_sec_connection API.
|
26272
26272
|
"""
|
26273
26273
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26274
26274
|
required_arguments = ['ipscId']
|
@@ -26395,7 +26395,7 @@ class VirtualNetworkClient(object):
|
|
26395
26395
|
:rtype: :class:`~oci.response.Response`
|
26396
26396
|
|
26397
26397
|
:example:
|
26398
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26398
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_ip_sec_connection_tunnel.py.html>`__ to see an example of how to use update_ip_sec_connection_tunnel API.
|
26399
26399
|
"""
|
26400
26400
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26401
26401
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -26512,7 +26512,7 @@ class VirtualNetworkClient(object):
|
|
26512
26512
|
:rtype: :class:`~oci.response.Response`
|
26513
26513
|
|
26514
26514
|
:example:
|
26515
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26515
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
26516
26516
|
"""
|
26517
26517
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26518
26518
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -26632,7 +26632,7 @@ class VirtualNetworkClient(object):
|
|
26632
26632
|
:rtype: :class:`~oci.response.Response`
|
26633
26633
|
|
26634
26634
|
:example:
|
26635
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26635
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_ipv6.py.html>`__ to see an example of how to use update_ipv6 API.
|
26636
26636
|
"""
|
26637
26637
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26638
26638
|
required_arguments = ['ipv6Id']
|
@@ -26739,7 +26739,7 @@ class VirtualNetworkClient(object):
|
|
26739
26739
|
:rtype: :class:`~oci.response.Response`
|
26740
26740
|
|
26741
26741
|
:example:
|
26742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_local_peering_gateway.py.html>`__ to see an example of how to use update_local_peering_gateway API.
|
26743
26743
|
"""
|
26744
26744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26745
26745
|
required_arguments = ['localPeeringGatewayId']
|
@@ -26844,7 +26844,7 @@ class VirtualNetworkClient(object):
|
|
26844
26844
|
:rtype: :class:`~oci.response.Response`
|
26845
26845
|
|
26846
26846
|
:example:
|
26847
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26847
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_nat_gateway.py.html>`__ to see an example of how to use update_nat_gateway API.
|
26848
26848
|
"""
|
26849
26849
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26850
26850
|
required_arguments = ['natGatewayId']
|
@@ -26965,7 +26965,7 @@ class VirtualNetworkClient(object):
|
|
26965
26965
|
:rtype: :class:`~oci.response.Response`
|
26966
26966
|
|
26967
26967
|
:example:
|
26968
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26968
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_network_security_group.py.html>`__ to see an example of how to use update_network_security_group API.
|
26969
26969
|
"""
|
26970
26970
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26971
26971
|
required_arguments = ['networkSecurityGroupId']
|
@@ -27066,7 +27066,7 @@ class VirtualNetworkClient(object):
|
|
27066
27066
|
:rtype: :class:`~oci.response.Response`
|
27067
27067
|
|
27068
27068
|
:example:
|
27069
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27069
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
|
27070
27070
|
"""
|
27071
27071
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27072
27072
|
required_arguments = ['networkSecurityGroupId']
|
@@ -27175,7 +27175,7 @@ class VirtualNetworkClient(object):
|
|
27175
27175
|
:rtype: :class:`~oci.response.Response`
|
27176
27176
|
|
27177
27177
|
:example:
|
27178
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27178
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_private_ip.py.html>`__ to see an example of how to use update_private_ip API.
|
27179
27179
|
"""
|
27180
27180
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27181
27181
|
required_arguments = ['privateIpId']
|
@@ -27321,7 +27321,7 @@ class VirtualNetworkClient(object):
|
|
27321
27321
|
:rtype: :class:`~oci.response.Response`
|
27322
27322
|
|
27323
27323
|
:example:
|
27324
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27324
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_public_ip.py.html>`__ to see an example of how to use update_public_ip API.
|
27325
27325
|
"""
|
27326
27326
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27327
27327
|
required_arguments = ['publicIpId']
|
@@ -27430,7 +27430,7 @@ class VirtualNetworkClient(object):
|
|
27430
27430
|
:rtype: :class:`~oci.response.Response`
|
27431
27431
|
|
27432
27432
|
:example:
|
27433
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27433
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_public_ip_pool.py.html>`__ to see an example of how to use update_public_ip_pool API.
|
27434
27434
|
"""
|
27435
27435
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27436
27436
|
required_arguments = ['publicIpPoolId']
|
@@ -27537,7 +27537,7 @@ class VirtualNetworkClient(object):
|
|
27537
27537
|
:rtype: :class:`~oci.response.Response`
|
27538
27538
|
|
27539
27539
|
:example:
|
27540
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27540
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_remote_peering_connection.py.html>`__ to see an example of how to use update_remote_peering_connection API.
|
27541
27541
|
"""
|
27542
27542
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27543
27543
|
required_arguments = ['remotePeeringConnectionId']
|
@@ -27647,7 +27647,7 @@ class VirtualNetworkClient(object):
|
|
27647
27647
|
:rtype: :class:`~oci.response.Response`
|
27648
27648
|
|
27649
27649
|
:example:
|
27650
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27650
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_route_table.py.html>`__ to see an example of how to use update_route_table API.
|
27651
27651
|
"""
|
27652
27652
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27653
27653
|
required_arguments = ['rtId']
|
@@ -27756,7 +27756,7 @@ class VirtualNetworkClient(object):
|
|
27756
27756
|
:rtype: :class:`~oci.response.Response`
|
27757
27757
|
|
27758
27758
|
:example:
|
27759
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27759
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_security_list.py.html>`__ to see an example of how to use update_security_list API.
|
27760
27760
|
"""
|
27761
27761
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27762
27762
|
required_arguments = ['securityListId']
|
@@ -27862,7 +27862,7 @@ class VirtualNetworkClient(object):
|
|
27862
27862
|
:rtype: :class:`~oci.response.Response`
|
27863
27863
|
|
27864
27864
|
:example:
|
27865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_service_gateway.py.html>`__ to see an example of how to use update_service_gateway API.
|
27866
27866
|
"""
|
27867
27867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27868
27868
|
required_arguments = ['serviceGatewayId']
|
@@ -27967,7 +27967,7 @@ class VirtualNetworkClient(object):
|
|
27967
27967
|
:rtype: :class:`~oci.response.Response`
|
27968
27968
|
|
27969
27969
|
:example:
|
27970
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27970
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_subnet.py.html>`__ to see an example of how to use update_subnet API.
|
27971
27971
|
"""
|
27972
27972
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27973
27973
|
required_arguments = ['subnetId']
|
@@ -28090,7 +28090,7 @@ class VirtualNetworkClient(object):
|
|
28090
28090
|
:rtype: :class:`~oci.response.Response`
|
28091
28091
|
|
28092
28092
|
:example:
|
28093
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28093
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_tunnel_cpe_device_config.py.html>`__ to see an example of how to use update_tunnel_cpe_device_config API.
|
28094
28094
|
"""
|
28095
28095
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28096
28096
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -28203,7 +28203,7 @@ class VirtualNetworkClient(object):
|
|
28203
28203
|
:rtype: :class:`~oci.response.Response`
|
28204
28204
|
|
28205
28205
|
:example:
|
28206
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28206
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_vcn.py.html>`__ to see an example of how to use update_vcn API.
|
28207
28207
|
"""
|
28208
28208
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28209
28209
|
required_arguments = ['vcnId']
|
@@ -28333,7 +28333,7 @@ class VirtualNetworkClient(object):
|
|
28333
28333
|
:rtype: :class:`~oci.response.Response`
|
28334
28334
|
|
28335
28335
|
:example:
|
28336
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28336
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_virtual_circuit.py.html>`__ to see an example of how to use update_virtual_circuit API.
|
28337
28337
|
"""
|
28338
28338
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28339
28339
|
required_arguments = ['virtualCircuitId']
|
@@ -28445,7 +28445,7 @@ class VirtualNetworkClient(object):
|
|
28445
28445
|
:rtype: :class:`~oci.response.Response`
|
28446
28446
|
|
28447
28447
|
:example:
|
28448
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28448
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_vlan.py.html>`__ to see an example of how to use update_vlan API.
|
28449
28449
|
"""
|
28450
28450
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28451
28451
|
required_arguments = ['vlanId']
|
@@ -28552,7 +28552,7 @@ class VirtualNetworkClient(object):
|
|
28552
28552
|
:rtype: :class:`~oci.response.Response`
|
28553
28553
|
|
28554
28554
|
:example:
|
28555
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28555
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_vnic.py.html>`__ to see an example of how to use update_vnic API.
|
28556
28556
|
"""
|
28557
28557
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28558
28558
|
required_arguments = ['vnicId']
|
@@ -28661,7 +28661,7 @@ class VirtualNetworkClient(object):
|
|
28661
28661
|
:rtype: :class:`~oci.response.Response`
|
28662
28662
|
|
28663
28663
|
:example:
|
28664
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28664
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/update_vtap.py.html>`__ to see an example of how to use update_vtap API.
|
28665
28665
|
"""
|
28666
28666
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28667
28667
|
required_arguments = ['vtapId']
|
@@ -28772,7 +28772,7 @@ class VirtualNetworkClient(object):
|
|
28772
28772
|
:rtype: :class:`~oci.response.Response`
|
28773
28773
|
|
28774
28774
|
:example:
|
28775
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28775
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/upgrade_drg.py.html>`__ to see an example of how to use upgrade_drg API.
|
28776
28776
|
"""
|
28777
28777
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28778
28778
|
required_arguments = ['drgId']
|
@@ -28887,7 +28887,7 @@ class VirtualNetworkClient(object):
|
|
28887
28887
|
:rtype: :class:`~oci.response.Response`
|
28888
28888
|
|
28889
28889
|
:example:
|
28890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/validate_byoasn.py.html>`__ to see an example of how to use validate_byoasn API.
|
28891
28891
|
"""
|
28892
28892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28893
28893
|
required_arguments = ['byoasnId']
|
@@ -28994,7 +28994,7 @@ class VirtualNetworkClient(object):
|
|
28994
28994
|
:rtype: :class:`~oci.response.Response`
|
28995
28995
|
|
28996
28996
|
:example:
|
28997
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28997
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/validate_byoip_range.py.html>`__ to see an example of how to use validate_byoip_range API.
|
28998
28998
|
"""
|
28999
28999
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29000
29000
|
required_arguments = ['byoipRangeId']
|
@@ -29091,7 +29091,7 @@ class VirtualNetworkClient(object):
|
|
29091
29091
|
:rtype: :class:`~oci.response.Response`
|
29092
29092
|
|
29093
29093
|
:example:
|
29094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29094
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/core/withdraw_byoip_range.py.html>`__ to see an example of how to use withdraw_byoip_range API.
|
29095
29095
|
"""
|
29096
29096
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29097
29097
|
required_arguments = ['byoipRangeId']
|