oci 2.135.2__py3-none-any.whl → 2.137.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/_vendor/jwt/__init__.py +65 -26
- oci/_vendor/jwt/algorithms.py +404 -130
- oci/_vendor/jwt/api_jwk.py +108 -0
- oci/_vendor/jwt/api_jws.py +153 -106
- oci/_vendor/jwt/api_jwt.py +146 -137
- oci/_vendor/jwt/exceptions.py +13 -6
- oci/_vendor/jwt/help.py +16 -15
- oci/_vendor/jwt/jwks_client.py +64 -0
- oci/_vendor/jwt/utils.py +101 -54
- 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_vision/ai_service_vision_client.py +25 -25
- 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/security_token_container.py +1 -1
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +72 -72
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +160 -14
- oci/cloud_bridge/inventory_client.py +20 -20
- oci/cloud_bridge/models/__init__.py +48 -2
- oci/cloud_bridge/models/asset.py +19 -3
- oci/cloud_bridge/models/asset_source.py +11 -3
- oci/cloud_bridge/models/asset_source_credentials.py +17 -7
- oci/cloud_bridge/models/asset_source_summary.py +11 -3
- oci/cloud_bridge/models/asset_summary.py +11 -3
- oci/cloud_bridge/models/aws_asset_source.py +359 -0
- oci/cloud_bridge/models/aws_asset_source_summary.py +205 -0
- oci/cloud_bridge/models/aws_ebs_asset.py +170 -0
- oci/cloud_bridge/models/aws_ebs_properties.py +382 -0
- oci/cloud_bridge/models/aws_ec2_asset.py +278 -0
- oci/cloud_bridge/models/aws_ec2_properties.py +1056 -0
- oci/cloud_bridge/models/create_asset_details.py +19 -3
- oci/cloud_bridge/models/create_asset_source_details.py +11 -3
- oci/cloud_bridge/models/create_aws_asset_source_details.py +323 -0
- oci/cloud_bridge/models/create_aws_ebs_asset_details.py +134 -0
- oci/cloud_bridge/models/create_aws_ec2_asset_details.py +242 -0
- oci/cloud_bridge/models/create_vm_ware_asset_source_details.py +2 -2
- oci/cloud_bridge/models/create_vmware_vm_asset_details.py +5 -5
- oci/cloud_bridge/models/group_identifier.py +103 -0
- oci/cloud_bridge/models/import_inventory_via_assets_details.py +13 -5
- oci/cloud_bridge/models/instance_network_interface.py +498 -0
- oci/cloud_bridge/models/instance_network_interface_association.py +196 -0
- oci/cloud_bridge/models/instance_network_interface_attachment.py +227 -0
- oci/cloud_bridge/models/instance_private_ip_address.py +161 -0
- oci/cloud_bridge/models/instance_state.py +103 -0
- oci/cloud_bridge/models/monthly_cost_summary.py +103 -0
- oci/cloud_bridge/models/placement.py +289 -0
- oci/{ocvp/models/supported_sku_summary_collection.py → cloud_bridge/models/supported_cloud_region_collection.py} +15 -15
- oci/cloud_bridge/models/supported_cloud_region_summary.py +244 -0
- oci/cloud_bridge/models/tag.py +103 -0
- oci/cloud_bridge/models/update_asset_details.py +19 -3
- oci/cloud_bridge/models/update_asset_source_details.py +47 -4
- oci/cloud_bridge/models/update_aws_asset_source_details.py +240 -0
- oci/cloud_bridge/models/update_aws_ebs_asset_details.py +106 -0
- oci/cloud_bridge/models/update_aws_ec2_asset_details.py +214 -0
- oci/cloud_bridge/models/update_vm_asset_details.py +1 -1
- oci/cloud_bridge/models/update_vm_ware_asset_source_details.py +11 -39
- oci/cloud_bridge/models/update_vmware_vm_asset_details.py +1 -1
- oci/cloud_bridge/models/vm_asset.py +3 -3
- oci/cloud_bridge/models/vm_ware_asset_source.py +2 -2
- oci/cloud_bridge/models/vm_ware_asset_source_summary.py +2 -2
- oci/cloud_bridge/models/vmware_vm_asset.py +5 -5
- oci/cloud_bridge/models/volume_attachment.py +196 -0
- oci/cloud_bridge/models/work_request.py +15 -3
- oci/cloud_bridge/models/work_request_summary.py +15 -3
- oci/cloud_bridge/ocb_agent_svc_client.py +22 -138
- oci/cloud_bridge/ocb_agent_svc_client_composite_operations.py +0 -48
- 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 +88 -88
- oci/container_engine/models/__init__.py +4 -0
- oci/container_engine/models/cluster.py +33 -2
- oci/container_engine/models/cluster_create_options.py +56 -2
- oci/container_engine/models/open_id_connect_discovery.py +72 -0
- oci/container_engine/models/open_id_connect_token_authentication_config.py +370 -0
- oci/container_engine/models/update_cluster_options_details.py +56 -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/models/__init__.py +6 -0
- oci/core/models/block_volume_replica.py +43 -2
- oci/core/models/block_volume_replica_details.py +45 -2
- oci/core/models/block_volume_replica_info.py +43 -2
- oci/core/models/boot_volume_replica.py +43 -2
- oci/core/models/boot_volume_replica_details.py +45 -2
- oci/core/models/boot_volume_replica_info.py +43 -2
- oci/core/models/boot_volume_source_details.py +4 -0
- oci/core/models/boot_volume_source_from_boot_volume_backup_delta_details.py +143 -0
- oci/core/models/create_boot_volume_details.py +45 -2
- oci/core/models/create_volume_backup_policy_assignment_details.py +45 -2
- oci/core/models/create_volume_details.py +45 -2
- oci/core/models/create_volume_group_details.py +45 -2
- oci/core/models/instance_configuration_create_volume_details.py +45 -2
- oci/core/models/virtual_circuit.py +29 -2
- oci/core/models/virtual_circuit_redundancy_metadata.py +202 -0
- oci/core/models/volume_backup_policy_assignment.py +45 -2
- oci/core/models/volume_group_replica_details.py +45 -2
- oci/core/models/volume_group_replica_info.py +43 -2
- oci/core/models/volume_source_details.py +4 -0
- oci/core/models/volume_source_from_volume_backup_delta_details.py +143 -0
- oci/core/virtual_network_client.py +247 -247
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +292 -292
- oci/data_science/data_science_client.py +217 -93
- oci/data_science/data_science_client_composite_operations.py +41 -0
- oci/data_science/models/__init__.py +8 -0
- oci/data_science/models/backup_operation_details.py +154 -0
- oci/data_science/models/backup_setting.py +158 -0
- oci/data_science/models/create_model_details.py +56 -2
- oci/data_science/models/model.py +141 -2
- oci/data_science/models/model_summary.py +31 -0
- oci/data_science/models/retention_operation_details.py +267 -0
- oci/data_science/models/retention_setting.py +158 -0
- oci/data_science/models/update_model_details.py +56 -2
- oci/data_science/models/work_request.py +7 -3
- oci/data_science/models/work_request_summary.py +7 -3
- oci/database/database_client.py +396 -396
- oci/database/models/__init__.py +14 -0
- oci/database/models/autonomous_database.py +58 -0
- oci/database/models/autonomous_database_encryption_key_details.py +133 -0
- oci/database/models/autonomous_database_encryption_key_history_entry.py +99 -0
- oci/database/models/autonomous_database_summary.py +58 -0
- oci/database/models/aws_key_details.py +175 -0
- oci/database/models/azure_key_details.py +113 -0
- oci/database/models/create_autonomous_database_base.py +27 -0
- oci/database/models/create_autonomous_database_clone_details.py +7 -0
- oci/database/models/create_autonomous_database_details.py +7 -0
- oci/database/models/create_autonomous_database_from_backup_details.py +7 -0
- oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +7 -0
- oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +7 -0
- oci/database/models/create_cross_region_disaster_recovery_details.py +7 -0
- oci/database/models/create_cross_tenancy_disaster_recovery_details.py +7 -0
- oci/database/models/create_refreshable_autonomous_database_clone_details.py +7 -0
- oci/database/models/oci_key_details.py +119 -0
- oci/database/models/okv_key_details.py +206 -0
- oci/{log_analytics/models/agent_upload.py → database/models/oracle_managed_key_details.py} +14 -33
- oci/database/models/undelete_autonomous_database_details.py +7 -0
- oci/database/models/update_autonomous_database_details.py +29 -2
- oci/database_management/db_management_client.py +211 -211
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- 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 +29 -29
- oci/dns/dns_client.py +389 -54
- oci/dns/dns_client_composite_operations.py +886 -193
- oci/dns/models/__init__.py +13 -1
- oci/dns/models/create_zone_details.py +101 -2
- oci/dns/models/dnssec_config.py +105 -0
- oci/dns/models/dnssec_key_version_ds_data.py +121 -0
- oci/dns/models/ksk_dnssec_key_version.py +550 -0
- oci/dns/models/promote_zone_dnssec_key_version_details.py +72 -0
- oci/dns/models/stage_zone_dnssec_key_version_details.py +72 -0
- oci/dns/models/update_zone_details.py +99 -0
- oci/dns/models/zone.py +126 -0
- oci/dns/models/zone_summary.py +128 -2
- oci/dns/models/zsk_dnssec_key_version.py +517 -0
- 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 +3599 -1776
- oci/file_storage/file_storage_client_composite_operations.py +881 -223
- oci/file_storage/models/__init__.py +2 -0
- oci/file_storage/models/create_export_details.py +31 -0
- oci/file_storage/models/create_file_system_details.py +31 -0
- oci/file_storage/models/create_filesystem_snapshot_policy_details.py +33 -2
- oci/file_storage/models/create_ldap_bind_account_details.py +7 -0
- oci/file_storage/models/create_mount_target_details.py +31 -0
- oci/file_storage/models/create_outbound_connector_details.py +33 -2
- oci/file_storage/models/create_replication_details.py +33 -2
- oci/file_storage/models/create_snapshot_details.py +33 -2
- oci/file_storage/models/export.py +33 -2
- oci/file_storage/models/export_summary.py +33 -2
- oci/file_storage/models/file_system.py +31 -0
- oci/file_storage/models/file_system_summary.py +31 -0
- oci/file_storage/models/filesystem_snapshot_policy.py +31 -0
- oci/file_storage/models/filesystem_snapshot_policy_summary.py +31 -0
- 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 +31 -0
- oci/file_storage/models/mount_target_summary.py +31 -0
- oci/file_storage/models/outbound_connector.py +31 -0
- oci/file_storage/models/outbound_connector_summary.py +31 -0
- oci/file_storage/models/replication.py +31 -0
- oci/file_storage/models/replication_summary.py +31 -0
- oci/file_storage/models/resource_lock.py +185 -0
- oci/file_storage/models/snapshot.py +31 -0
- oci/file_storage/models/snapshot_summary.py +31 -0
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +2261 -294
- oci/fleet_apps_management/fleet_apps_management_admin_client_composite_operations.py +349 -1
- oci/fleet_apps_management/fleet_apps_management_client.py +141 -127
- oci/fleet_apps_management/fleet_apps_management_client_composite_operations.py +19 -19
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +19 -15
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client_composite_operations.py +1 -1
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +2058 -363
- oci/fleet_apps_management/fleet_apps_management_operations_client_composite_operations.py +173 -0
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +1097 -260
- oci/fleet_apps_management/fleet_apps_management_runbooks_client_composite_operations.py +298 -0
- oci/fleet_apps_management/models/__init__.py +168 -0
- oci/fleet_apps_management/models/action_group.py +2 -2
- oci/fleet_apps_management/models/action_group_based_user_action_details.py +90 -0
- oci/fleet_apps_management/models/action_group_details.py +20 -16
- oci/fleet_apps_management/models/activity_resource_target.py +44 -7
- oci/fleet_apps_management/models/announcement_collection.py +1 -1
- oci/fleet_apps_management/models/announcement_summary.py +13 -13
- oci/fleet_apps_management/models/api_based_execution_details.py +1 -1
- oci/fleet_apps_management/models/artifact_details.py +109 -0
- oci/fleet_apps_management/models/associated_fleet_credential_details.py +1 -1
- oci/fleet_apps_management/models/associated_fleet_property_details.py +5 -5
- oci/fleet_apps_management/models/associated_fleet_resource_details.py +6 -6
- oci/fleet_apps_management/models/associated_local_task_details.py +64 -1
- oci/fleet_apps_management/models/associated_scheduler_definition.py +3 -3
- oci/fleet_apps_management/models/associated_shared_task_details.py +2 -1
- oci/fleet_apps_management/models/associations.py +32 -5
- oci/fleet_apps_management/models/check_resource_tagging_details.py +5 -5
- oci/fleet_apps_management/models/compliance_detail_policy.py +223 -0
- oci/fleet_apps_management/models/compliance_detail_product.py +134 -0
- oci/fleet_apps_management/models/compliance_detail_resource.py +196 -0
- oci/fleet_apps_management/models/compliance_detail_target.py +134 -0
- oci/fleet_apps_management/models/compliance_patch_detail.py +278 -0
- oci/{database_migration/models/agent.py → fleet_apps_management/models/compliance_policy.py} +120 -167
- oci/fleet_apps_management/models/compliance_policy_collection.py +72 -0
- oci/fleet_apps_management/models/compliance_policy_rule.py +618 -0
- oci/{media_services/models/media_workflow_job_fact_collection.py → fleet_apps_management/models/compliance_policy_rule_collection.py} +15 -15
- oci/fleet_apps_management/models/compliance_policy_rule_summary.py +585 -0
- oci/{database_migration/models/agent_summary.py → fleet_apps_management/models/compliance_policy_summary.py} +110 -159
- oci/fleet_apps_management/models/compliance_record.py +457 -0
- oci/fleet_apps_management/models/compliance_record_aggregation.py +99 -0
- oci/fleet_apps_management/models/compliance_record_aggregation_collection.py +72 -0
- oci/fleet_apps_management/models/compliance_record_collection.py +72 -0
- oci/fleet_apps_management/models/compliance_record_dimension.py +143 -0
- oci/fleet_apps_management/models/compliance_record_summary.py +437 -0
- oci/fleet_apps_management/models/compliance_report.py +5 -5
- oci/fleet_apps_management/models/compliance_report_patch_detail.py +9 -9
- oci/fleet_apps_management/models/compliance_report_product.py +3 -3
- oci/fleet_apps_management/models/compliance_report_resource.py +8 -6
- oci/fleet_apps_management/models/compliance_report_target.py +7 -7
- oci/fleet_apps_management/models/component_properties.py +69 -9
- oci/fleet_apps_management/models/condition.py +12 -6
- oci/{os_management/models/managed_instance_update_details.py → fleet_apps_management/models/config_association_details.py} +43 -35
- oci/fleet_apps_management/models/config_category_details.py +133 -0
- oci/fleet_apps_management/models/confirm_targets_details.py +1 -1
- oci/fleet_apps_management/models/content_details.py +3 -3
- oci/fleet_apps_management/models/create_compliance_policy_rule_details.py +382 -0
- oci/fleet_apps_management/models/create_fleet_details.py +63 -16
- oci/fleet_apps_management/models/create_fleet_property_details.py +5 -5
- oci/fleet_apps_management/models/create_fleet_resource_details.py +1 -1
- oci/fleet_apps_management/models/create_maintenance_window_details.py +19 -11
- oci/fleet_apps_management/models/create_onboarding_details.py +8 -4
- oci/fleet_apps_management/models/create_patch_details.py +402 -0
- oci/fleet_apps_management/models/create_platform_configuration_details.py +169 -0
- oci/fleet_apps_management/models/create_property_details.py +6 -6
- oci/fleet_apps_management/models/create_runbook_details.py +441 -0
- oci/{database_migration/models/create_agent_details.py → fleet_apps_management/models/create_task_record_details.py} +81 -106
- oci/fleet_apps_management/models/credential_config_category_details.py +52 -0
- oci/fleet_apps_management/models/credential_details.py +3 -3
- oci/fleet_apps_management/models/credential_entity_specific_details.py +22 -6
- oci/{log_analytics/models/log_analytics_collection_warning.py → fleet_apps_management/models/dependent_patch_details.py} +12 -10
- oci/fleet_apps_management/models/details.py +67 -3
- oci/fleet_apps_management/models/discovered_target.py +6 -6
- oci/fleet_apps_management/models/enable_latest_policy_details.py +72 -0
- oci/fleet_apps_management/models/entity_execution_details.py +22 -16
- oci/fleet_apps_management/models/environment_config_category_details.py +53 -0
- oci/fleet_apps_management/models/execution.py +122 -21
- oci/fleet_apps_management/models/execution_collection.py +1 -1
- oci/fleet_apps_management/models/execution_details.py +1 -1
- oci/fleet_apps_management/models/execution_summary.py +123 -22
- oci/fleet_apps_management/models/execution_workflow_details.py +1 -1
- oci/fleet_apps_management/models/export_compliance_report_details.py +251 -0
- oci/fleet_apps_management/models/fleet.py +37 -19
- oci/fleet_apps_management/models/fleet_credential.py +1 -1
- oci/fleet_apps_management/models/fleet_credential_entity_specific_details.py +82 -0
- oci/fleet_apps_management/models/fleet_product_summary.py +3 -3
- oci/fleet_apps_management/models/fleet_property.py +11 -11
- oci/fleet_apps_management/models/fleet_property_collection.py +3 -3
- oci/fleet_apps_management/models/fleet_property_summary.py +6 -6
- oci/fleet_apps_management/models/fleet_resource.py +21 -15
- oci/fleet_apps_management/models/fleet_resource_collection.py +1 -1
- oci/fleet_apps_management/models/fleet_resource_summary.py +20 -14
- oci/fleet_apps_management/models/fleet_summary.py +15 -5
- oci/fleet_apps_management/models/fleet_target.py +98 -5
- oci/fleet_apps_management/models/fleet_target_summary.py +98 -5
- oci/fleet_apps_management/models/generate_compliance_report_details.py +5 -3
- oci/fleet_apps_management/models/generic_artifact.py +68 -0
- oci/fleet_apps_management/models/generic_artifact_details.py +78 -0
- oci/fleet_apps_management/models/group.py +11 -5
- oci/fleet_apps_management/models/input_argument.py +2 -2
- oci/fleet_apps_management/models/inventory_resource_summary.py +6 -6
- oci/fleet_apps_management/models/job_activity.py +57 -18
- oci/fleet_apps_management/models/key_encryption_credential_details.py +5 -5
- oci/fleet_apps_management/models/maintenance_window.py +19 -11
- oci/fleet_apps_management/models/maintenance_window_collection.py +1 -1
- oci/fleet_apps_management/models/maintenance_window_summary.py +18 -10
- oci/fleet_apps_management/models/manage_job_execution_details.py +68 -0
- oci/{database_migration/models/change_agent_compartment_details.py → fleet_apps_management/models/manage_settings_details.py} +21 -21
- oci/fleet_apps_management/models/managed_entity_aggregation.py +99 -0
- oci/fleet_apps_management/models/managed_entity_aggregation_collection.py +72 -0
- oci/fleet_apps_management/models/managed_entity_dimension.py +88 -0
- oci/fleet_apps_management/models/model_property.py +9 -9
- oci/fleet_apps_management/models/notification_preferences.py +7 -5
- oci/fleet_apps_management/models/object_storage_bucket_content_details.py +3 -3
- oci/fleet_apps_management/models/onboarding.py +70 -7
- oci/fleet_apps_management/models/onboarding_collection.py +3 -3
- oci/fleet_apps_management/models/onboarding_policy_collection.py +3 -3
- oci/fleet_apps_management/models/onboarding_policy_summary.py +1 -1
- oci/fleet_apps_management/models/onboarding_summary.py +69 -7
- oci/fleet_apps_management/models/outcome.py +7 -7
- oci/fleet_apps_management/models/output_variable_details.py +2 -2
- oci/fleet_apps_management/models/output_variable_input_argument.py +1 -1
- oci/fleet_apps_management/models/output_variable_mapping.py +4 -3
- oci/fleet_apps_management/models/patch.py +704 -0
- oci/{logging/models/log_included_search_summary_collection.py → fleet_apps_management/models/patch_collection.py} +16 -14
- oci/fleet_apps_management/models/patch_level_selection_details.py +106 -0
- oci/fleet_apps_management/models/patch_name_selection_details.py +83 -0
- oci/{database_migration/models/agent_image_summary.py → fleet_apps_management/models/patch_product.py} +36 -36
- oci/fleet_apps_management/models/patch_release_date_selection_details.py +83 -0
- oci/fleet_apps_management/models/patch_selection_details.py +117 -0
- oci/fleet_apps_management/models/patch_summary.py +625 -0
- oci/fleet_apps_management/models/patch_type.py +72 -0
- oci/fleet_apps_management/models/patch_type_config_category_details.py +52 -0
- oci/fleet_apps_management/models/pause_details.py +109 -0
- oci/fleet_apps_management/models/plain_text_credential_details.py +2 -2
- oci/fleet_apps_management/models/platform_configuration.py +529 -0
- oci/fleet_apps_management/models/platform_configuration_collection.py +72 -0
- oci/fleet_apps_management/models/platform_configuration_summary.py +485 -0
- oci/fleet_apps_management/models/platform_specific_artifact.py +162 -0
- oci/fleet_apps_management/models/platform_specific_artifact_details.py +82 -0
- oci/fleet_apps_management/models/preferences.py +3 -3
- oci/fleet_apps_management/models/product_config_category_details.py +215 -0
- oci/fleet_apps_management/models/product_stack_as_product_sub_category_details.py +182 -0
- oci/fleet_apps_management/models/product_stack_config_category_details.py +112 -0
- oci/{database_migration/models/par_link.py → fleet_apps_management/models/product_stack_generic_sub_category_details.py} +14 -33
- oci/fleet_apps_management/models/product_stack_sub_category_details.py +109 -0
- oci/fleet_apps_management/models/product_version_details.py +105 -0
- oci/fleet_apps_management/models/property_collection.py +3 -3
- oci/fleet_apps_management/models/property_summary.py +8 -8
- oci/{cloud_bridge/models/update_plugin_details.py → fleet_apps_management/models/publish_runbook_details.py} +21 -21
- oci/fleet_apps_management/models/request_resource_validation_details.py +5 -5
- oci/fleet_apps_management/models/request_target_discovery_details.py +5 -5
- oci/{database_migration/models/agent_image_collection.py → fleet_apps_management/models/resource_collection.py} +15 -15
- oci/fleet_apps_management/models/resource_credential_entity_specific_details.py +82 -0
- oci/fleet_apps_management/models/resource_summary.py +347 -0
- oci/fleet_apps_management/models/resource_tag_check_details.py +3 -3
- oci/fleet_apps_management/models/resource_tag_enablement_info.py +3 -3
- oci/fleet_apps_management/models/rollback_workflow_details.py +119 -0
- oci/fleet_apps_management/models/rule.py +15 -7
- oci/fleet_apps_management/models/runbook.py +28 -9
- oci/fleet_apps_management/models/runbook_collection.py +1 -1
- oci/fleet_apps_management/models/runbook_summary.py +6 -4
- oci/fleet_apps_management/models/scheduler_definition.py +16 -16
- oci/fleet_apps_management/models/scheduler_job.py +24 -20
- oci/fleet_apps_management/models/scheduler_job_aggregation.py +99 -0
- oci/{usage_api/models/schedule_report_collection.py → fleet_apps_management/models/scheduler_job_aggregation_collection.py} +16 -14
- oci/fleet_apps_management/models/scheduler_job_collection.py +1 -1
- oci/fleet_apps_management/models/scheduler_job_dimension.py +72 -0
- oci/fleet_apps_management/models/scheduler_job_summary.py +20 -16
- oci/fleet_apps_management/models/script_based_execution_details.py +38 -5
- oci/fleet_apps_management/models/selection_criteria.py +6 -3
- oci/{log_analytics/models/query_work_request_resource.py → fleet_apps_management/models/set_default_runbook_details.py} +22 -20
- oci/fleet_apps_management/models/step_based_user_action_details.py +183 -0
- oci/{database_migration/models/agent_collection.py → fleet_apps_management/models/step_collection.py} +15 -15
- oci/fleet_apps_management/models/step_summary.py +378 -0
- oci/fleet_apps_management/models/target_credential_entity_specific_details.py +6 -6
- oci/fleet_apps_management/models/target_resource.py +1 -1
- oci/fleet_apps_management/models/task_notification_preferences.py +134 -0
- oci/fleet_apps_management/models/task_record.py +1 -1
- oci/fleet_apps_management/models/task_variable.py +2 -1
- oci/fleet_apps_management/models/time_based_pause_details.py +82 -0
- oci/fleet_apps_management/models/update_compliance_policy_rule_details.py +283 -0
- oci/fleet_apps_management/models/update_fleet_details.py +4 -2
- oci/fleet_apps_management/models/update_fleet_property_details.py +3 -3
- oci/fleet_apps_management/models/update_fleet_resource_details.py +1 -1
- oci/fleet_apps_management/models/update_maintenance_window_details.py +18 -10
- oci/fleet_apps_management/models/update_onboarding_details.py +103 -0
- oci/fleet_apps_management/models/update_patch_details.py +369 -0
- oci/fleet_apps_management/models/update_platform_configuration_details.py +138 -0
- oci/fleet_apps_management/models/update_property_details.py +6 -6
- oci/fleet_apps_management/models/update_runbook_details.py +410 -0
- oci/fleet_apps_management/models/update_scheduler_job_details.py +3 -3
- oci/{database_migration/models/update_agent_details.py → fleet_apps_management/models/update_task_record_details.py} +63 -90
- oci/{log_analytics/models/string_list_details.py → fleet_apps_management/models/user_action_based_pause_details.py} +14 -33
- oci/fleet_apps_management/models/user_action_details.py +157 -0
- oci/{os_management/models/errata_id.py → fleet_apps_management/models/variable.py} +29 -27
- oci/fleet_apps_management/models/work_request.py +67 -3
- oci/fleet_apps_management/models/work_request_summary.py +67 -3
- oci/fleet_apps_management/models/workflow_group.py +2 -2
- oci/fleet_apps_management/models/workflow_group_component.py +4 -4
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/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 +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +211 -70
- oci/golden_gate/models/__init__.py +8 -0
- oci/golden_gate/models/create_database_registration_details.py +4 -4
- oci/golden_gate/models/create_deployment_details.py +47 -0
- oci/golden_gate/models/create_ogg_deployment_details.py +29 -2
- oci/golden_gate/models/create_oracle_connection_details.py +4 -4
- oci/golden_gate/models/deployment.py +102 -0
- oci/golden_gate/models/deployment_environment_collection.py +72 -0
- oci/golden_gate/models/deployment_environment_summary.py +389 -0
- oci/golden_gate/models/deployment_summary.py +103 -1
- oci/golden_gate/models/deployment_type_summary.py +3 -0
- oci/golden_gate/models/group_to_roles_mapping_details.py +197 -0
- oci/golden_gate/models/ogg_deployment.py +29 -2
- oci/golden_gate/models/test_connection_assignment_result.py +34 -2
- oci/golden_gate/models/update_database_registration_details.py +4 -4
- oci/golden_gate/models/update_deployment_details.py +47 -0
- oci/golden_gate/models/update_group_to_roles_mapping_details.py +197 -0
- oci/golden_gate/models/update_ogg_deployment_details.py +29 -2
- oci/golden_gate/models/update_oracle_connection_details.py +4 -4
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +307 -307
- oci/identity_domains/models/auth_token.py +51 -0
- oci/identity_domains/models/customer_secret_key.py +45 -0
- oci/identity_domains/models/o_auth2_client_credential.py +49 -0
- oci/identity_domains/models/smtp_credential.py +47 -0
- oci/integration/integration_instance_client.py +19 -19
- oci/jms/java_management_service_client.py +75 -75
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +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 +34 -34
- 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 +14 -14
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/models/__init__.py +8 -0
- oci/opsi/models/host_configuration_metric_group.py +11 -3
- oci/opsi/models/host_containers.py +65 -3
- oci/opsi/models/host_cpu_hardware_configuration.py +1 -1
- oci/opsi/models/host_cpu_statistics.py +1 -1
- oci/opsi/models/host_cpu_usage.py +1 -1
- oci/opsi/models/host_entities.py +1 -1
- oci/opsi/models/host_filesystem_configuration.py +1 -1
- oci/opsi/models/host_filesystem_usage.py +1 -1
- oci/opsi/models/host_gpu_configuration.py +1 -1
- oci/opsi/models/host_gpu_processes.py +1 -1
- oci/opsi/models/host_gpu_usage.py +1 -1
- oci/opsi/models/host_hardware_configuration.py +1 -1
- oci/opsi/models/host_io_statistics.py +160 -0
- oci/opsi/models/host_io_usage.py +1 -1
- oci/opsi/models/host_memory_configuration.py +1 -1
- oci/opsi/models/host_memory_statistics.py +1 -1
- oci/opsi/models/host_memory_usage.py +1 -1
- oci/opsi/models/host_network_activity_summary.py +1 -1
- oci/opsi/models/host_network_configuration.py +1 -1
- oci/opsi/models/host_network_statistics.py +1 -1
- oci/opsi/models/host_performance_metric_group.py +3 -11
- oci/opsi/models/host_product.py +1 -1
- oci/opsi/models/host_resource_allocation.py +1 -1
- oci/opsi/models/host_resource_statistics.py +11 -3
- oci/opsi/models/host_storage_statistics.py +1 -1
- oci/opsi/models/host_top_processes.py +1 -1
- oci/opsi/models/io_usage_trend.py +227 -0
- oci/opsi/models/io_usage_trend_aggregation.py +103 -0
- oci/opsi/models/summarize_host_insight_host_recommendation_aggregation.py +7 -3
- oci/opsi/models/summarize_host_insight_io_usage_trend_aggregation_collection.py +165 -0
- oci/opsi/models/summarize_host_insight_resource_capacity_trend_aggregation_collection.py +7 -3
- oci/opsi/models/summarize_host_insight_resource_forecast_trend_aggregation.py +7 -3
- oci/opsi/models/summarize_host_insight_resource_statistics_aggregation_collection.py +7 -3
- oci/opsi/models/summarize_host_insight_resource_usage_aggregation.py +7 -3
- oci/opsi/models/summarize_host_insight_resource_usage_trend_aggregation_collection.py +7 -3
- oci/opsi/models/summarize_host_insight_resource_utilization_insight_aggregation.py +7 -3
- oci/opsi/operations_insights_client.py +362 -179
- 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 +36 -36
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +71 -71
- 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/util.py +2 -1
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- oci/zpr/zpr_client.py +30 -30
- {oci-2.135.2.dist-info → oci-2.137.0.dist-info}/METADATA +1 -1
- {oci-2.135.2.dist-info → oci-2.137.0.dist-info}/RECORD +668 -686
- oci/_vendor/jwt/__main__.py +0 -173
- oci/_vendor/jwt/compat.py +0 -73
- oci/_vendor/jwt/contrib/__init__.py +0 -0
- oci/_vendor/jwt/contrib/algorithms/__init__.py +0 -0
- oci/_vendor/jwt/contrib/algorithms/py_ecdsa.py +0 -60
- oci/_vendor/jwt/contrib/algorithms/pycrypto.py +0 -46
- oci/ai_language/models/entity_document.py +0 -136
- oci/ai_language/models/key_phrase_document.py +0 -136
- oci/ai_language/models/pre_trained_phi_model_details.py +0 -91
- oci/ai_language/models/sentiments_document.py +0 -136
- oci/ai_language/models/text_classification_document.py +0 -136
- oci/capacity_management/models/occ_capacity_request_compute_details.py +0 -148
- oci/cims/user_client.py +0 -207
- oci/cims/user_client_composite_operations.py +0 -26
- oci/compute_instance_agent/models/instance_agent_command_content_info.py +0 -252
- oci/data_integration/models/connection_from_lakehouse.py +0 -140
- oci/data_integration/models/connection_from_lakehouse_details.py +0 -133
- oci/data_integration/models/connection_summary_from_lakehouse.py +0 -140
- oci/data_integration/models/create_connection_from_lakehouse.py +0 -112
- oci/data_integration/models/create_data_asset_from_lakehouse.py +0 -232
- oci/data_integration/models/data_asset_from_lakehouse_details.py +0 -260
- oci/data_integration/models/data_asset_summary_from_lakehouse.py +0 -253
- oci/data_integration/models/update_connection_from_lakehouse.py +0 -119
- oci/data_integration/models/update_data_asset_from_lakehouse.py +0 -239
- oci/database_migration/models/advisor_settings.py +0 -103
- oci/database_migration/models/aws_s3_data_transfer_medium_details.py +0 -211
- oci/database_migration/models/aws_s3_details.py +0 -108
- oci/database_migration/models/connect_descriptor.py +0 -165
- oci/database_migration/models/create_advisor_settings.py +0 -103
- oci/database_migration/models/create_aws_s3_details.py +0 -174
- oci/database_migration/models/create_connect_descriptor.py +0 -174
- oci/database_migration/models/create_data_pump_settings.py +0 -251
- oci/database_migration/models/create_data_transfer_medium_details.py +0 -124
- oci/database_migration/models/create_database_link_details.py +0 -99
- oci/database_migration/models/create_dump_transfer_details.py +0 -126
- oci/database_migration/models/create_golden_gate_details.py +0 -95
- oci/database_migration/models/create_golden_gate_hub.py +0 -275
- oci/database_migration/models/create_golden_gate_service_details.py +0 -149
- oci/database_migration/models/create_golden_gate_settings.py +0 -126
- oci/database_migration/models/create_private_endpoint.py +0 -151
- oci/database_migration/models/create_ssh_details.py +0 -166
- oci/database_migration/models/create_vault_details.py +0 -134
- oci/database_migration/models/data_pump_settings.py +0 -251
- oci/database_migration/models/data_transfer_medium_details.py +0 -122
- oci/database_migration/models/data_transfer_medium_details_v2.py +0 -125
- oci/database_migration/models/database_credentials.py +0 -103
- oci/database_migration/models/database_link_details.py +0 -99
- oci/database_migration/models/database_object.py +0 -167
- oci/database_migration/models/db_link_data_transfer_medium_details.py +0 -109
- oci/database_migration/models/dump_transfer_details.py +0 -126
- oci/database_migration/models/generate_token.py +0 -70
- oci/database_migration/models/golden_gate_details.py +0 -95
- oci/database_migration/models/golden_gate_hub.py +0 -275
- oci/database_migration/models/golden_gate_service_details.py +0 -95
- oci/database_migration/models/golden_gate_settings.py +0 -126
- oci/database_migration/models/migration_object_summary.py +0 -214
- oci/database_migration/models/nfs_data_transfer_medium_details.py +0 -78
- oci/database_migration/models/object_storage_data_transfer_medium_details.py +0 -78
- oci/database_migration/models/private_endpoint_details.py +0 -185
- oci/database_migration/models/ssh_details.py +0 -134
- oci/database_migration/models/update_advisor_settings.py +0 -103
- oci/database_migration/models/update_aws_s3_details.py +0 -174
- oci/database_migration/models/update_connect_descriptor.py +0 -173
- oci/database_migration/models/update_data_pump_settings.py +0 -253
- oci/database_migration/models/update_data_transfer_medium_details.py +0 -125
- oci/database_migration/models/update_database_link_details.py +0 -99
- oci/database_migration/models/update_dump_transfer_details.py +0 -126
- oci/database_migration/models/update_golden_gate_details.py +0 -95
- oci/database_migration/models/update_golden_gate_hub.py +0 -275
- oci/database_migration/models/update_golden_gate_service_details.py +0 -149
- oci/database_migration/models/update_golden_gate_settings.py +0 -127
- oci/database_migration/models/update_private_endpoint.py +0 -151
- oci/database_migration/models/update_ssh_details.py +0 -165
- oci/database_migration/models/update_vault_details.py +0 -134
- oci/database_migration/models/vault_details.py +0 -134
- oci/database_tools/models/database_tools_allowed_network_sources.py +0 -107
- oci/database_tools/models/database_tools_virtual_source.py +0 -107
- oci/devops/models/run_pipeline_deploy_stage_execution_progress.py +0 -98
- oci/devops/models/run_validation_test_on_compute_instance_deploy_stage_execution_progress.py +0 -98
- oci/em_warehouse/em_data_lake_client.py +0 -1610
- oci/em_warehouse/em_data_lake_client_composite_operations.py +0 -190
- oci/fusion_apps/data_masking_activity_client.py +0 -456
- oci/fusion_apps/data_masking_activity_client_composite_operations.py +0 -65
- oci/fusion_apps/fusion_environment_client.py +0 -1772
- oci/fusion_apps/fusion_environment_client_composite_operations.py +0 -324
- oci/fusion_apps/fusion_environment_family_client.py +0 -943
- oci/fusion_apps/fusion_environment_family_client_composite_operations.py +0 -190
- oci/fusion_apps/models/attach_existing_instance_details.py +0 -194
- oci/fusion_apps/models/create_new_instance_details.py +0 -142
- oci/fusion_apps/models/create_oax_service_instance_details.py +0 -152
- oci/fusion_apps/models/create_oic_service_instance_details.py +0 -142
- oci/fusion_apps/models/create_service_instance_details.py +0 -170
- oci/fusion_apps/models/faw_admin_info_details.py +0 -132
- oci/fusion_apps/refresh_activity_client.py +0 -607
- oci/fusion_apps/refresh_activity_client_composite_operations.py +0 -65
- oci/fusion_apps/scheduled_activity_client.py +0 -380
- oci/fusion_apps/scheduled_activity_client_composite_operations.py +0 -24
- oci/fusion_apps/service_attachment_client.py +0 -370
- oci/fusion_apps/service_attachment_client_composite_operations.py +0 -24
- oci/jms/models/request_summarized_application_usage_details.py +0 -504
- oci/jms/models/request_summarized_installation_usage_details.py +0 -448
- oci/jms/models/request_summarized_jre_usage_details.py +0 -421
- oci/jms/models/request_summarized_managed_instance_usage_details.py +0 -480
- oci/log_analytics/models/attribute.py +0 -602
- oci/log_analytics/models/create_namespace_details.py +0 -70
- oci/log_analytics/models/field_map.py +0 -101
- oci/log_analytics/models/generate_agent_object_name_details.py +0 -163
- oci/log_analytics/models/log_analytics.py +0 -370
- oci/log_analytics/models/log_analytics_summary.py +0 -304
- oci/log_analytics/models/out_of_box_entity_type_details.py +0 -211
- oci/log_analytics/models/query.py +0 -70
- oci/log_analytics/models/register_entity_types_details.py +0 -70
- oci/log_analytics/models/service_tenancy.py +0 -70
- oci/logging/models/log_included_search.py +0 -307
- oci/logging/models/log_included_search_summary.py +0 -165
- oci/media_services/models/media_workflow_job_fact.py +0 -198
- oci/media_services/models/media_workflow_job_fact_summary.py +0 -165
- oci/mysql/models/add_analytics_cluster_details.py +0 -108
- oci/mysql/models/analytics_cluster.py +0 -338
- oci/mysql/models/analytics_cluster_memory_estimate.py +0 -241
- oci/mysql/models/analytics_cluster_node.py +0 -210
- oci/mysql/models/analytics_cluster_schema_memory_estimate.py +0 -107
- oci/mysql/models/analytics_cluster_summary.py +0 -209
- oci/mysql/models/analytics_cluster_table_memory_estimate.py +0 -239
- oci/mysql/models/update_analytics_cluster_details.py +0 -120
- oci/network_firewall/models/tcp_application.py +0 -112
- oci/network_firewall/models/udp_application.py +0 -112
- oci/oce/models/delete_oce_instance_details.py +0 -70
- oci/ocvp/models/datastore_summary.py +0 -154
- oci/ocvp/models/supported_sku_summary.py +0 -96
- oci/os_management/models/updatable_package_summary.py +0 -287
- oci/osp_gateway/models/billing_address.py +0 -382
- oci/service_mesh/models/create_ingress_gateway_mutual_transport_layer_security_details.py +0 -76
- oci/service_mesh/models/create_mutual_transport_layer_security_details.py +0 -111
- oci/usage_api/models/create_schedule_report_details.py +0 -128
- oci/usage_api/models/saved_schedule_report.py +0 -145
- oci/usage_api/models/schedule_report.py +0 -159
- oci/usage_api/models/schedule_report_summary.py +0 -97
- oci/usage_api/models/update_schedule_report_details.py +0 -66
- {oci-2.135.2.dist-info → oci-2.137.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.135.2.dist-info → oci-2.137.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.135.2.dist-info → oci-2.137.0.dist-info}/WHEEL +0 -0
- {oci-2.135.2.dist-info → oci-2.137.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.137.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.137.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.137.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.137.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.137.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.137.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.137.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.137.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.137.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.137.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.137.0/core/bulk_delete_virtual_circuit_public_prefixes.py.html>`__ to see an example of how to use bulk_delete_virtual_circuit_public_prefixes API.
|
1243
1243
|
"""
|
1244
1244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1245
1245
|
required_arguments = ['virtualCircuitId']
|
@@ -1347,7 +1347,7 @@ class VirtualNetworkClient(object):
|
|
1347
1347
|
:rtype: :class:`~oci.response.Response`
|
1348
1348
|
|
1349
1349
|
:example:
|
1350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1350
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/change_byoip_range_compartment.py.html>`__ to see an example of how to use change_byoip_range_compartment API.
|
1351
1351
|
"""
|
1352
1352
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1353
1353
|
required_arguments = ['byoipRangeId']
|
@@ -1468,7 +1468,7 @@ class VirtualNetworkClient(object):
|
|
1468
1468
|
:rtype: :class:`~oci.response.Response`
|
1469
1469
|
|
1470
1470
|
:example:
|
1471
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1471
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/change_capture_filter_compartment.py.html>`__ to see an example of how to use change_capture_filter_compartment API.
|
1472
1472
|
"""
|
1473
1473
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1474
1474
|
required_arguments = ['captureFilterId']
|
@@ -1586,7 +1586,7 @@ class VirtualNetworkClient(object):
|
|
1586
1586
|
:rtype: :class:`~oci.response.Response`
|
1587
1587
|
|
1588
1588
|
:example:
|
1589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/change_cpe_compartment.py.html>`__ to see an example of how to use change_cpe_compartment API.
|
1590
1590
|
"""
|
1591
1591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1592
1592
|
required_arguments = ['cpeId']
|
@@ -1704,7 +1704,7 @@ class VirtualNetworkClient(object):
|
|
1704
1704
|
:rtype: :class:`~oci.response.Response`
|
1705
1705
|
|
1706
1706
|
:example:
|
1707
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/change_cross_connect_compartment.py.html>`__ to see an example of how to use change_cross_connect_compartment API.
|
1708
1708
|
"""
|
1709
1709
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1710
1710
|
required_arguments = ['crossConnectId']
|
@@ -1822,7 +1822,7 @@ class VirtualNetworkClient(object):
|
|
1822
1822
|
:rtype: :class:`~oci.response.Response`
|
1823
1823
|
|
1824
1824
|
:example:
|
1825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1825
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/change_cross_connect_group_compartment.py.html>`__ to see an example of how to use change_cross_connect_group_compartment API.
|
1826
1826
|
"""
|
1827
1827
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1828
1828
|
required_arguments = ['crossConnectGroupId']
|
@@ -1940,7 +1940,7 @@ class VirtualNetworkClient(object):
|
|
1940
1940
|
:rtype: :class:`~oci.response.Response`
|
1941
1941
|
|
1942
1942
|
:example:
|
1943
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1943
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/change_dhcp_options_compartment.py.html>`__ to see an example of how to use change_dhcp_options_compartment API.
|
1944
1944
|
"""
|
1945
1945
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1946
1946
|
required_arguments = ['dhcpId']
|
@@ -2056,7 +2056,7 @@ class VirtualNetworkClient(object):
|
|
2056
2056
|
:rtype: :class:`~oci.response.Response`
|
2057
2057
|
|
2058
2058
|
:example:
|
2059
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2059
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/change_drg_compartment.py.html>`__ to see an example of how to use change_drg_compartment API.
|
2060
2060
|
"""
|
2061
2061
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2062
2062
|
required_arguments = ['drgId']
|
@@ -2172,7 +2172,7 @@ class VirtualNetworkClient(object):
|
|
2172
2172
|
:rtype: :class:`~oci.response.Response`
|
2173
2173
|
|
2174
2174
|
:example:
|
2175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/change_internet_gateway_compartment.py.html>`__ to see an example of how to use change_internet_gateway_compartment API.
|
2176
2176
|
"""
|
2177
2177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2178
2178
|
required_arguments = ['igId']
|
@@ -2288,7 +2288,7 @@ class VirtualNetworkClient(object):
|
|
2288
2288
|
:rtype: :class:`~oci.response.Response`
|
2289
2289
|
|
2290
2290
|
:example:
|
2291
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/change_ip_sec_connection_compartment.py.html>`__ to see an example of how to use change_ip_sec_connection_compartment API.
|
2292
2292
|
"""
|
2293
2293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2294
2294
|
required_arguments = ['ipscId']
|
@@ -2406,7 +2406,7 @@ class VirtualNetworkClient(object):
|
|
2406
2406
|
:rtype: :class:`~oci.response.Response`
|
2407
2407
|
|
2408
2408
|
:example:
|
2409
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2409
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/change_local_peering_gateway_compartment.py.html>`__ to see an example of how to use change_local_peering_gateway_compartment API.
|
2410
2410
|
"""
|
2411
2411
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2412
2412
|
required_arguments = ['localPeeringGatewayId']
|
@@ -2522,7 +2522,7 @@ class VirtualNetworkClient(object):
|
|
2522
2522
|
:rtype: :class:`~oci.response.Response`
|
2523
2523
|
|
2524
2524
|
:example:
|
2525
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2525
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/change_nat_gateway_compartment.py.html>`__ to see an example of how to use change_nat_gateway_compartment API.
|
2526
2526
|
"""
|
2527
2527
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2528
2528
|
required_arguments = ['natGatewayId']
|
@@ -2637,7 +2637,7 @@ class VirtualNetworkClient(object):
|
|
2637
2637
|
:rtype: :class:`~oci.response.Response`
|
2638
2638
|
|
2639
2639
|
:example:
|
2640
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2640
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/change_network_security_group_compartment.py.html>`__ to see an example of how to use change_network_security_group_compartment API.
|
2641
2641
|
"""
|
2642
2642
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2643
2643
|
required_arguments = ['networkSecurityGroupId']
|
@@ -2756,7 +2756,7 @@ class VirtualNetworkClient(object):
|
|
2756
2756
|
:rtype: :class:`~oci.response.Response`
|
2757
2757
|
|
2758
2758
|
:example:
|
2759
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2759
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/change_public_ip_compartment.py.html>`__ to see an example of how to use change_public_ip_compartment API.
|
2760
2760
|
"""
|
2761
2761
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2762
2762
|
required_arguments = ['publicIpId']
|
@@ -2872,7 +2872,7 @@ class VirtualNetworkClient(object):
|
|
2872
2872
|
:rtype: :class:`~oci.response.Response`
|
2873
2873
|
|
2874
2874
|
:example:
|
2875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/change_public_ip_pool_compartment.py.html>`__ to see an example of how to use change_public_ip_pool_compartment API.
|
2876
2876
|
"""
|
2877
2877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2878
2878
|
required_arguments = ['publicIpPoolId']
|
@@ -2988,7 +2988,7 @@ class VirtualNetworkClient(object):
|
|
2988
2988
|
:rtype: :class:`~oci.response.Response`
|
2989
2989
|
|
2990
2990
|
:example:
|
2991
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/change_remote_peering_connection_compartment.py.html>`__ to see an example of how to use change_remote_peering_connection_compartment API.
|
2992
2992
|
"""
|
2993
2993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2994
2994
|
required_arguments = ['remotePeeringConnectionId']
|
@@ -3106,7 +3106,7 @@ class VirtualNetworkClient(object):
|
|
3106
3106
|
:rtype: :class:`~oci.response.Response`
|
3107
3107
|
|
3108
3108
|
:example:
|
3109
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3109
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/change_route_table_compartment.py.html>`__ to see an example of how to use change_route_table_compartment API.
|
3110
3110
|
"""
|
3111
3111
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3112
3112
|
required_arguments = ['rtId']
|
@@ -3222,7 +3222,7 @@ class VirtualNetworkClient(object):
|
|
3222
3222
|
:rtype: :class:`~oci.response.Response`
|
3223
3223
|
|
3224
3224
|
:example:
|
3225
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3225
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/change_security_list_compartment.py.html>`__ to see an example of how to use change_security_list_compartment API.
|
3226
3226
|
"""
|
3227
3227
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3228
3228
|
required_arguments = ['securityListId']
|
@@ -3338,7 +3338,7 @@ class VirtualNetworkClient(object):
|
|
3338
3338
|
:rtype: :class:`~oci.response.Response`
|
3339
3339
|
|
3340
3340
|
:example:
|
3341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/change_service_gateway_compartment.py.html>`__ to see an example of how to use change_service_gateway_compartment API.
|
3342
3342
|
"""
|
3343
3343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3344
3344
|
required_arguments = ['serviceGatewayId']
|
@@ -3454,7 +3454,7 @@ class VirtualNetworkClient(object):
|
|
3454
3454
|
:rtype: :class:`~oci.response.Response`
|
3455
3455
|
|
3456
3456
|
:example:
|
3457
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3457
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/change_subnet_compartment.py.html>`__ to see an example of how to use change_subnet_compartment API.
|
3458
3458
|
"""
|
3459
3459
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3460
3460
|
required_arguments = ['subnetId']
|
@@ -3570,7 +3570,7 @@ class VirtualNetworkClient(object):
|
|
3570
3570
|
:rtype: :class:`~oci.response.Response`
|
3571
3571
|
|
3572
3572
|
:example:
|
3573
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3573
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/change_vcn_compartment.py.html>`__ to see an example of how to use change_vcn_compartment API.
|
3574
3574
|
"""
|
3575
3575
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3576
3576
|
required_arguments = ['vcnId']
|
@@ -3686,7 +3686,7 @@ class VirtualNetworkClient(object):
|
|
3686
3686
|
:rtype: :class:`~oci.response.Response`
|
3687
3687
|
|
3688
3688
|
:example:
|
3689
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3689
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/change_virtual_circuit_compartment.py.html>`__ to see an example of how to use change_virtual_circuit_compartment API.
|
3690
3690
|
"""
|
3691
3691
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3692
3692
|
required_arguments = ['virtualCircuitId']
|
@@ -3809,7 +3809,7 @@ class VirtualNetworkClient(object):
|
|
3809
3809
|
:rtype: :class:`~oci.response.Response`
|
3810
3810
|
|
3811
3811
|
:example:
|
3812
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/change_vlan_compartment.py.html>`__ to see an example of how to use change_vlan_compartment API.
|
3813
3813
|
"""
|
3814
3814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3815
3815
|
required_arguments = ['vlanId']
|
@@ -3932,7 +3932,7 @@ class VirtualNetworkClient(object):
|
|
3932
3932
|
:rtype: :class:`~oci.response.Response`
|
3933
3933
|
|
3934
3934
|
:example:
|
3935
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3935
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/change_vtap_compartment.py.html>`__ to see an example of how to use change_vtap_compartment API.
|
3936
3936
|
"""
|
3937
3937
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3938
3938
|
required_arguments = ['vtapId']
|
@@ -4044,7 +4044,7 @@ class VirtualNetworkClient(object):
|
|
4044
4044
|
:rtype: :class:`~oci.response.Response`
|
4045
4045
|
|
4046
4046
|
:example:
|
4047
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4047
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/connect_local_peering_gateways.py.html>`__ to see an example of how to use connect_local_peering_gateways API.
|
4048
4048
|
"""
|
4049
4049
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4050
4050
|
required_arguments = ['localPeeringGatewayId']
|
@@ -4144,7 +4144,7 @@ class VirtualNetworkClient(object):
|
|
4144
4144
|
:rtype: :class:`~oci.response.Response`
|
4145
4145
|
|
4146
4146
|
:example:
|
4147
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4147
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/connect_remote_peering_connections.py.html>`__ to see an example of how to use connect_remote_peering_connections API.
|
4148
4148
|
"""
|
4149
4149
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4150
4150
|
required_arguments = ['remotePeeringConnectionId']
|
@@ -4243,7 +4243,7 @@ class VirtualNetworkClient(object):
|
|
4243
4243
|
:rtype: :class:`~oci.response.Response`
|
4244
4244
|
|
4245
4245
|
:example:
|
4246
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4246
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_byoip_range.py.html>`__ to see an example of how to use create_byoip_range API.
|
4247
4247
|
"""
|
4248
4248
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4249
4249
|
required_arguments = []
|
@@ -4352,7 +4352,7 @@ class VirtualNetworkClient(object):
|
|
4352
4352
|
:rtype: :class:`~oci.response.Response`
|
4353
4353
|
|
4354
4354
|
:example:
|
4355
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4355
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_capture_filter.py.html>`__ to see an example of how to use create_capture_filter API.
|
4356
4356
|
"""
|
4357
4357
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4358
4358
|
required_arguments = []
|
@@ -4465,7 +4465,7 @@ class VirtualNetworkClient(object):
|
|
4465
4465
|
:rtype: :class:`~oci.response.Response`
|
4466
4466
|
|
4467
4467
|
:example:
|
4468
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4468
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_cpe.py.html>`__ to see an example of how to use create_cpe API.
|
4469
4469
|
"""
|
4470
4470
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4471
4471
|
required_arguments = []
|
@@ -4581,7 +4581,7 @@ class VirtualNetworkClient(object):
|
|
4581
4581
|
:rtype: :class:`~oci.response.Response`
|
4582
4582
|
|
4583
4583
|
:example:
|
4584
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4584
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_cross_connect.py.html>`__ to see an example of how to use create_cross_connect API.
|
4585
4585
|
"""
|
4586
4586
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4587
4587
|
required_arguments = []
|
@@ -4693,7 +4693,7 @@ class VirtualNetworkClient(object):
|
|
4693
4693
|
:rtype: :class:`~oci.response.Response`
|
4694
4694
|
|
4695
4695
|
:example:
|
4696
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4696
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_cross_connect_group.py.html>`__ to see an example of how to use create_cross_connect_group API.
|
4697
4697
|
"""
|
4698
4698
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4699
4699
|
required_arguments = []
|
@@ -4801,7 +4801,7 @@ class VirtualNetworkClient(object):
|
|
4801
4801
|
:rtype: :class:`~oci.response.Response`
|
4802
4802
|
|
4803
4803
|
:example:
|
4804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_dhcp_options.py.html>`__ to see an example of how to use create_dhcp_options API.
|
4805
4805
|
"""
|
4806
4806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4807
4807
|
required_arguments = []
|
@@ -4908,7 +4908,7 @@ class VirtualNetworkClient(object):
|
|
4908
4908
|
:rtype: :class:`~oci.response.Response`
|
4909
4909
|
|
4910
4910
|
:example:
|
4911
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4911
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_drg.py.html>`__ to see an example of how to use create_drg API.
|
4912
4912
|
"""
|
4913
4913
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4914
4914
|
required_arguments = []
|
@@ -5013,7 +5013,7 @@ class VirtualNetworkClient(object):
|
|
5013
5013
|
:rtype: :class:`~oci.response.Response`
|
5014
5014
|
|
5015
5015
|
:example:
|
5016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_drg_attachment.py.html>`__ to see an example of how to use create_drg_attachment API.
|
5017
5017
|
"""
|
5018
5018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5019
5019
|
required_arguments = []
|
@@ -5107,7 +5107,7 @@ class VirtualNetworkClient(object):
|
|
5107
5107
|
:rtype: :class:`~oci.response.Response`
|
5108
5108
|
|
5109
5109
|
:example:
|
5110
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5110
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_drg_route_distribution.py.html>`__ to see an example of how to use create_drg_route_distribution API.
|
5111
5111
|
"""
|
5112
5112
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5113
5113
|
required_arguments = []
|
@@ -5199,7 +5199,7 @@ class VirtualNetworkClient(object):
|
|
5199
5199
|
:rtype: :class:`~oci.response.Response`
|
5200
5200
|
|
5201
5201
|
:example:
|
5202
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5202
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_drg_route_table.py.html>`__ to see an example of how to use create_drg_route_table API.
|
5203
5203
|
"""
|
5204
5204
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5205
5205
|
required_arguments = []
|
@@ -5313,7 +5313,7 @@ class VirtualNetworkClient(object):
|
|
5313
5313
|
:rtype: :class:`~oci.response.Response`
|
5314
5314
|
|
5315
5315
|
:example:
|
5316
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5316
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_internet_gateway.py.html>`__ to see an example of how to use create_internet_gateway API.
|
5317
5317
|
"""
|
5318
5318
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5319
5319
|
required_arguments = []
|
@@ -5436,7 +5436,7 @@ class VirtualNetworkClient(object):
|
|
5436
5436
|
:rtype: :class:`~oci.response.Response`
|
5437
5437
|
|
5438
5438
|
:example:
|
5439
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5439
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_ip_sec_connection.py.html>`__ to see an example of how to use create_ip_sec_connection API.
|
5440
5440
|
"""
|
5441
5441
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5442
5442
|
required_arguments = []
|
@@ -5533,7 +5533,7 @@ class VirtualNetworkClient(object):
|
|
5533
5533
|
:rtype: :class:`~oci.response.Response`
|
5534
5534
|
|
5535
5535
|
:example:
|
5536
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5536
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_ipv6.py.html>`__ to see an example of how to use create_ipv6 API.
|
5537
5537
|
"""
|
5538
5538
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5539
5539
|
required_arguments = []
|
@@ -5626,7 +5626,7 @@ class VirtualNetworkClient(object):
|
|
5626
5626
|
:rtype: :class:`~oci.response.Response`
|
5627
5627
|
|
5628
5628
|
:example:
|
5629
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5629
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_local_peering_gateway.py.html>`__ to see an example of how to use create_local_peering_gateway API.
|
5630
5630
|
"""
|
5631
5631
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5632
5632
|
required_arguments = []
|
@@ -5718,7 +5718,7 @@ class VirtualNetworkClient(object):
|
|
5718
5718
|
:rtype: :class:`~oci.response.Response`
|
5719
5719
|
|
5720
5720
|
:example:
|
5721
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5721
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_nat_gateway.py.html>`__ to see an example of how to use create_nat_gateway API.
|
5722
5722
|
"""
|
5723
5723
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5724
5724
|
required_arguments = []
|
@@ -5809,7 +5809,7 @@ class VirtualNetworkClient(object):
|
|
5809
5809
|
:rtype: :class:`~oci.response.Response`
|
5810
5810
|
|
5811
5811
|
:example:
|
5812
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_network_security_group.py.html>`__ to see an example of how to use create_network_security_group API.
|
5813
5813
|
"""
|
5814
5814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5815
5815
|
required_arguments = []
|
@@ -5904,7 +5904,7 @@ class VirtualNetworkClient(object):
|
|
5904
5904
|
:rtype: :class:`~oci.response.Response`
|
5905
5905
|
|
5906
5906
|
:example:
|
5907
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5907
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_private_ip.py.html>`__ to see an example of how to use create_private_ip API.
|
5908
5908
|
"""
|
5909
5909
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5910
5910
|
required_arguments = []
|
@@ -6018,7 +6018,7 @@ class VirtualNetworkClient(object):
|
|
6018
6018
|
:rtype: :class:`~oci.response.Response`
|
6019
6019
|
|
6020
6020
|
:example:
|
6021
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6021
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_public_ip.py.html>`__ to see an example of how to use create_public_ip API.
|
6022
6022
|
"""
|
6023
6023
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6024
6024
|
required_arguments = []
|
@@ -6113,7 +6113,7 @@ class VirtualNetworkClient(object):
|
|
6113
6113
|
:rtype: :class:`~oci.response.Response`
|
6114
6114
|
|
6115
6115
|
:example:
|
6116
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6116
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_public_ip_pool.py.html>`__ to see an example of how to use create_public_ip_pool API.
|
6117
6117
|
"""
|
6118
6118
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6119
6119
|
required_arguments = []
|
@@ -6206,7 +6206,7 @@ class VirtualNetworkClient(object):
|
|
6206
6206
|
:rtype: :class:`~oci.response.Response`
|
6207
6207
|
|
6208
6208
|
:example:
|
6209
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6209
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_remote_peering_connection.py.html>`__ to see an example of how to use create_remote_peering_connection API.
|
6210
6210
|
"""
|
6211
6211
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6212
6212
|
required_arguments = []
|
@@ -6319,7 +6319,7 @@ class VirtualNetworkClient(object):
|
|
6319
6319
|
:rtype: :class:`~oci.response.Response`
|
6320
6320
|
|
6321
6321
|
:example:
|
6322
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6322
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_route_table.py.html>`__ to see an example of how to use create_route_table API.
|
6323
6323
|
"""
|
6324
6324
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6325
6325
|
required_arguments = []
|
@@ -6429,7 +6429,7 @@ class VirtualNetworkClient(object):
|
|
6429
6429
|
:rtype: :class:`~oci.response.Response`
|
6430
6430
|
|
6431
6431
|
:example:
|
6432
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6432
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_security_list.py.html>`__ to see an example of how to use create_security_list API.
|
6433
6433
|
"""
|
6434
6434
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6435
6435
|
required_arguments = []
|
@@ -6535,7 +6535,7 @@ class VirtualNetworkClient(object):
|
|
6535
6535
|
:rtype: :class:`~oci.response.Response`
|
6536
6536
|
|
6537
6537
|
:example:
|
6538
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6538
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_service_gateway.py.html>`__ to see an example of how to use create_service_gateway API.
|
6539
6539
|
"""
|
6540
6540
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6541
6541
|
required_arguments = []
|
@@ -6666,7 +6666,7 @@ class VirtualNetworkClient(object):
|
|
6666
6666
|
:rtype: :class:`~oci.response.Response`
|
6667
6667
|
|
6668
6668
|
:example:
|
6669
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6669
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_subnet.py.html>`__ to see an example of how to use create_subnet API.
|
6670
6670
|
"""
|
6671
6671
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6672
6672
|
required_arguments = []
|
@@ -6798,7 +6798,7 @@ class VirtualNetworkClient(object):
|
|
6798
6798
|
:rtype: :class:`~oci.response.Response`
|
6799
6799
|
|
6800
6800
|
:example:
|
6801
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6801
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_vcn.py.html>`__ to see an example of how to use create_vcn API.
|
6802
6802
|
"""
|
6803
6803
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6804
6804
|
required_arguments = []
|
@@ -6915,7 +6915,7 @@ class VirtualNetworkClient(object):
|
|
6915
6915
|
:rtype: :class:`~oci.response.Response`
|
6916
6916
|
|
6917
6917
|
:example:
|
6918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6918
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_virtual_circuit.py.html>`__ to see an example of how to use create_virtual_circuit API.
|
6919
6919
|
"""
|
6920
6920
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6921
6921
|
required_arguments = []
|
@@ -7012,7 +7012,7 @@ class VirtualNetworkClient(object):
|
|
7012
7012
|
:rtype: :class:`~oci.response.Response`
|
7013
7013
|
|
7014
7014
|
:example:
|
7015
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7015
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_vlan.py.html>`__ to see an example of how to use create_vlan API.
|
7016
7016
|
"""
|
7017
7017
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7018
7018
|
required_arguments = []
|
@@ -7121,7 +7121,7 @@ class VirtualNetworkClient(object):
|
|
7121
7121
|
:rtype: :class:`~oci.response.Response`
|
7122
7122
|
|
7123
7123
|
:example:
|
7124
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7124
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/create_vtap.py.html>`__ to see an example of how to use create_vtap API.
|
7125
7125
|
"""
|
7126
7126
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7127
7127
|
required_arguments = []
|
@@ -7224,7 +7224,7 @@ class VirtualNetworkClient(object):
|
|
7224
7224
|
:rtype: :class:`~oci.response.Response`
|
7225
7225
|
|
7226
7226
|
:example:
|
7227
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7227
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_byoip_range.py.html>`__ to see an example of how to use delete_byoip_range API.
|
7228
7228
|
"""
|
7229
7229
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7230
7230
|
required_arguments = ['byoipRangeId']
|
@@ -7329,7 +7329,7 @@ class VirtualNetworkClient(object):
|
|
7329
7329
|
:rtype: :class:`~oci.response.Response`
|
7330
7330
|
|
7331
7331
|
:example:
|
7332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7332
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_capture_filter.py.html>`__ to see an example of how to use delete_capture_filter API.
|
7333
7333
|
"""
|
7334
7334
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7335
7335
|
required_arguments = ['captureFilterId']
|
@@ -7431,7 +7431,7 @@ class VirtualNetworkClient(object):
|
|
7431
7431
|
:rtype: :class:`~oci.response.Response`
|
7432
7432
|
|
7433
7433
|
:example:
|
7434
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7434
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_cpe.py.html>`__ to see an example of how to use delete_cpe API.
|
7435
7435
|
"""
|
7436
7436
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7437
7437
|
required_arguments = ['cpeId']
|
@@ -7532,7 +7532,7 @@ class VirtualNetworkClient(object):
|
|
7532
7532
|
:rtype: :class:`~oci.response.Response`
|
7533
7533
|
|
7534
7534
|
:example:
|
7535
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7535
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_cross_connect.py.html>`__ to see an example of how to use delete_cross_connect API.
|
7536
7536
|
"""
|
7537
7537
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7538
7538
|
required_arguments = ['crossConnectId']
|
@@ -7634,7 +7634,7 @@ class VirtualNetworkClient(object):
|
|
7634
7634
|
:rtype: :class:`~oci.response.Response`
|
7635
7635
|
|
7636
7636
|
:example:
|
7637
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7637
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_cross_connect_group.py.html>`__ to see an example of how to use delete_cross_connect_group API.
|
7638
7638
|
"""
|
7639
7639
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7640
7640
|
required_arguments = ['crossConnectGroupId']
|
@@ -7738,7 +7738,7 @@ class VirtualNetworkClient(object):
|
|
7738
7738
|
:rtype: :class:`~oci.response.Response`
|
7739
7739
|
|
7740
7740
|
:example:
|
7741
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7741
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_dhcp_options.py.html>`__ to see an example of how to use delete_dhcp_options API.
|
7742
7742
|
"""
|
7743
7743
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7744
7744
|
required_arguments = ['dhcpId']
|
@@ -7839,7 +7839,7 @@ class VirtualNetworkClient(object):
|
|
7839
7839
|
:rtype: :class:`~oci.response.Response`
|
7840
7840
|
|
7841
7841
|
:example:
|
7842
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7842
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_drg.py.html>`__ to see an example of how to use delete_drg API.
|
7843
7843
|
"""
|
7844
7844
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7845
7845
|
required_arguments = ['drgId']
|
@@ -7939,7 +7939,7 @@ class VirtualNetworkClient(object):
|
|
7939
7939
|
:rtype: :class:`~oci.response.Response`
|
7940
7940
|
|
7941
7941
|
:example:
|
7942
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7942
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_drg_attachment.py.html>`__ to see an example of how to use delete_drg_attachment API.
|
7943
7943
|
"""
|
7944
7944
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7945
7945
|
required_arguments = ['drgAttachmentId']
|
@@ -8039,7 +8039,7 @@ class VirtualNetworkClient(object):
|
|
8039
8039
|
:rtype: :class:`~oci.response.Response`
|
8040
8040
|
|
8041
8041
|
:example:
|
8042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_drg_route_distribution.py.html>`__ to see an example of how to use delete_drg_route_distribution API.
|
8043
8043
|
"""
|
8044
8044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8045
8045
|
required_arguments = ['drgRouteDistributionId']
|
@@ -8137,7 +8137,7 @@ class VirtualNetworkClient(object):
|
|
8137
8137
|
:rtype: :class:`~oci.response.Response`
|
8138
8138
|
|
8139
8139
|
:example:
|
8140
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8140
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_drg_route_table.py.html>`__ to see an example of how to use delete_drg_route_table API.
|
8141
8141
|
"""
|
8142
8142
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8143
8143
|
required_arguments = ['drgRouteTableId']
|
@@ -8239,7 +8239,7 @@ class VirtualNetworkClient(object):
|
|
8239
8239
|
:rtype: :class:`~oci.response.Response`
|
8240
8240
|
|
8241
8241
|
:example:
|
8242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_internet_gateway.py.html>`__ to see an example of how to use delete_internet_gateway API.
|
8243
8243
|
"""
|
8244
8244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8245
8245
|
required_arguments = ['igId']
|
@@ -8344,7 +8344,7 @@ class VirtualNetworkClient(object):
|
|
8344
8344
|
:rtype: :class:`~oci.response.Response`
|
8345
8345
|
|
8346
8346
|
:example:
|
8347
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_ip_sec_connection.py.html>`__ to see an example of how to use delete_ip_sec_connection API.
|
8348
8348
|
"""
|
8349
8349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8350
8350
|
required_arguments = ['ipscId']
|
@@ -8451,7 +8451,7 @@ class VirtualNetworkClient(object):
|
|
8451
8451
|
:rtype: :class:`~oci.response.Response`
|
8452
8452
|
|
8453
8453
|
:example:
|
8454
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8454
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_ipv6.py.html>`__ to see an example of how to use delete_ipv6 API.
|
8455
8455
|
"""
|
8456
8456
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8457
8457
|
required_arguments = ['ipv6Id']
|
@@ -8554,7 +8554,7 @@ class VirtualNetworkClient(object):
|
|
8554
8554
|
:rtype: :class:`~oci.response.Response`
|
8555
8555
|
|
8556
8556
|
:example:
|
8557
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_local_peering_gateway.py.html>`__ to see an example of how to use delete_local_peering_gateway API.
|
8558
8558
|
"""
|
8559
8559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8560
8560
|
required_arguments = ['localPeeringGatewayId']
|
@@ -8656,7 +8656,7 @@ class VirtualNetworkClient(object):
|
|
8656
8656
|
:rtype: :class:`~oci.response.Response`
|
8657
8657
|
|
8658
8658
|
:example:
|
8659
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8659
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_nat_gateway.py.html>`__ to see an example of how to use delete_nat_gateway API.
|
8660
8660
|
"""
|
8661
8661
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8662
8662
|
required_arguments = ['natGatewayId']
|
@@ -8763,7 +8763,7 @@ class VirtualNetworkClient(object):
|
|
8763
8763
|
:rtype: :class:`~oci.response.Response`
|
8764
8764
|
|
8765
8765
|
:example:
|
8766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8766
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_network_security_group.py.html>`__ to see an example of how to use delete_network_security_group API.
|
8767
8767
|
"""
|
8768
8768
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8769
8769
|
required_arguments = ['networkSecurityGroupId']
|
@@ -8874,7 +8874,7 @@ class VirtualNetworkClient(object):
|
|
8874
8874
|
:rtype: :class:`~oci.response.Response`
|
8875
8875
|
|
8876
8876
|
:example:
|
8877
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8877
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_private_ip.py.html>`__ to see an example of how to use delete_private_ip API.
|
8878
8878
|
"""
|
8879
8879
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8880
8880
|
required_arguments = ['privateIpId']
|
@@ -8988,7 +8988,7 @@ class VirtualNetworkClient(object):
|
|
8988
8988
|
:rtype: :class:`~oci.response.Response`
|
8989
8989
|
|
8990
8990
|
:example:
|
8991
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_public_ip.py.html>`__ to see an example of how to use delete_public_ip API.
|
8992
8992
|
"""
|
8993
8993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8994
8994
|
required_arguments = ['publicIpId']
|
@@ -9094,7 +9094,7 @@ class VirtualNetworkClient(object):
|
|
9094
9094
|
:rtype: :class:`~oci.response.Response`
|
9095
9095
|
|
9096
9096
|
:example:
|
9097
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9097
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_public_ip_pool.py.html>`__ to see an example of how to use delete_public_ip_pool API.
|
9098
9098
|
"""
|
9099
9099
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9100
9100
|
required_arguments = ['publicIpPoolId']
|
@@ -9197,7 +9197,7 @@ class VirtualNetworkClient(object):
|
|
9197
9197
|
:rtype: :class:`~oci.response.Response`
|
9198
9198
|
|
9199
9199
|
:example:
|
9200
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9200
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_remote_peering_connection.py.html>`__ to see an example of how to use delete_remote_peering_connection API.
|
9201
9201
|
"""
|
9202
9202
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9203
9203
|
required_arguments = ['remotePeeringConnectionId']
|
@@ -9301,7 +9301,7 @@ class VirtualNetworkClient(object):
|
|
9301
9301
|
:rtype: :class:`~oci.response.Response`
|
9302
9302
|
|
9303
9303
|
:example:
|
9304
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9304
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_route_table.py.html>`__ to see an example of how to use delete_route_table API.
|
9305
9305
|
"""
|
9306
9306
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9307
9307
|
required_arguments = ['rtId']
|
@@ -9403,7 +9403,7 @@ class VirtualNetworkClient(object):
|
|
9403
9403
|
:rtype: :class:`~oci.response.Response`
|
9404
9404
|
|
9405
9405
|
:example:
|
9406
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9406
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_security_list.py.html>`__ to see an example of how to use delete_security_list API.
|
9407
9407
|
"""
|
9408
9408
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9409
9409
|
required_arguments = ['securityListId']
|
@@ -9502,7 +9502,7 @@ class VirtualNetworkClient(object):
|
|
9502
9502
|
:rtype: :class:`~oci.response.Response`
|
9503
9503
|
|
9504
9504
|
:example:
|
9505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_service_gateway.py.html>`__ to see an example of how to use delete_service_gateway API.
|
9506
9506
|
"""
|
9507
9507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9508
9508
|
required_arguments = ['serviceGatewayId']
|
@@ -9602,7 +9602,7 @@ class VirtualNetworkClient(object):
|
|
9602
9602
|
:rtype: :class:`~oci.response.Response`
|
9603
9603
|
|
9604
9604
|
:example:
|
9605
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_subnet.py.html>`__ to see an example of how to use delete_subnet API.
|
9606
9606
|
"""
|
9607
9607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9608
9608
|
required_arguments = ['subnetId']
|
@@ -9705,7 +9705,7 @@ class VirtualNetworkClient(object):
|
|
9705
9705
|
:rtype: :class:`~oci.response.Response`
|
9706
9706
|
|
9707
9707
|
:example:
|
9708
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9708
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_vcn.py.html>`__ to see an example of how to use delete_vcn API.
|
9709
9709
|
"""
|
9710
9710
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9711
9711
|
required_arguments = ['vcnId']
|
@@ -9807,7 +9807,7 @@ class VirtualNetworkClient(object):
|
|
9807
9807
|
:rtype: :class:`~oci.response.Response`
|
9808
9808
|
|
9809
9809
|
:example:
|
9810
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9810
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_virtual_circuit.py.html>`__ to see an example of how to use delete_virtual_circuit API.
|
9811
9811
|
"""
|
9812
9812
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9813
9813
|
required_arguments = ['virtualCircuitId']
|
@@ -9911,7 +9911,7 @@ class VirtualNetworkClient(object):
|
|
9911
9911
|
:rtype: :class:`~oci.response.Response`
|
9912
9912
|
|
9913
9913
|
:example:
|
9914
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9914
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_vlan.py.html>`__ to see an example of how to use delete_vlan API.
|
9915
9915
|
"""
|
9916
9916
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9917
9917
|
required_arguments = ['vlanId']
|
@@ -10016,7 +10016,7 @@ class VirtualNetworkClient(object):
|
|
10016
10016
|
:rtype: :class:`~oci.response.Response`
|
10017
10017
|
|
10018
10018
|
:example:
|
10019
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10019
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/delete_vtap.py.html>`__ to see an example of how to use delete_vtap API.
|
10020
10020
|
"""
|
10021
10021
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10022
10022
|
required_arguments = ['vtapId']
|
@@ -10130,7 +10130,7 @@ class VirtualNetworkClient(object):
|
|
10130
10130
|
:rtype: :class:`~oci.response.Response`
|
10131
10131
|
|
10132
10132
|
:example:
|
10133
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10133
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/detach_service_id.py.html>`__ to see an example of how to use detach_service_id API.
|
10134
10134
|
"""
|
10135
10135
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10136
10136
|
required_arguments = ['serviceGatewayId']
|
@@ -10255,7 +10255,7 @@ class VirtualNetworkClient(object):
|
|
10255
10255
|
:rtype: :class:`~oci.response.Response`
|
10256
10256
|
|
10257
10257
|
:example:
|
10258
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10258
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_all_drg_attachments.py.html>`__ to see an example of how to use get_all_drg_attachments API.
|
10259
10259
|
"""
|
10260
10260
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10261
10261
|
required_arguments = ['drgId']
|
@@ -10370,7 +10370,7 @@ class VirtualNetworkClient(object):
|
|
10370
10370
|
:rtype: :class:`~oci.response.Response`
|
10371
10371
|
|
10372
10372
|
:example:
|
10373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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.
|
10374
10374
|
"""
|
10375
10375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10376
10376
|
required_arguments = []
|
@@ -10461,7 +10461,7 @@ class VirtualNetworkClient(object):
|
|
10461
10461
|
:rtype: :class:`~oci.response.Response`
|
10462
10462
|
|
10463
10463
|
:example:
|
10464
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10464
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_byoip_range.py.html>`__ to see an example of how to use get_byoip_range API.
|
10465
10465
|
"""
|
10466
10466
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10467
10467
|
required_arguments = ['byoipRangeId']
|
@@ -10560,7 +10560,7 @@ class VirtualNetworkClient(object):
|
|
10560
10560
|
:rtype: :class:`~oci.response.Response`
|
10561
10561
|
|
10562
10562
|
:example:
|
10563
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10563
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_capture_filter.py.html>`__ to see an example of how to use get_capture_filter API.
|
10564
10564
|
"""
|
10565
10565
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10566
10566
|
required_arguments = ['captureFilterId']
|
@@ -10655,7 +10655,7 @@ class VirtualNetworkClient(object):
|
|
10655
10655
|
:rtype: :class:`~oci.response.Response`
|
10656
10656
|
|
10657
10657
|
:example:
|
10658
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10658
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_cpe.py.html>`__ to see an example of how to use get_cpe API.
|
10659
10659
|
"""
|
10660
10660
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10661
10661
|
required_arguments = ['cpeId']
|
@@ -10766,7 +10766,7 @@ class VirtualNetworkClient(object):
|
|
10766
10766
|
:rtype: :class:`~oci.response.Response`
|
10767
10767
|
|
10768
10768
|
:example:
|
10769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_cpe_device_config_content.py.html>`__ to see an example of how to use get_cpe_device_config_content API.
|
10770
10770
|
"""
|
10771
10771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10772
10772
|
required_arguments = ['cpeId']
|
@@ -10875,7 +10875,7 @@ class VirtualNetworkClient(object):
|
|
10875
10875
|
:rtype: :class:`~oci.response.Response`
|
10876
10876
|
|
10877
10877
|
:example:
|
10878
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10878
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_cpe_device_shape.py.html>`__ to see an example of how to use get_cpe_device_shape API.
|
10879
10879
|
"""
|
10880
10880
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10881
10881
|
required_arguments = ['cpeDeviceShapeId']
|
@@ -10972,7 +10972,7 @@ class VirtualNetworkClient(object):
|
|
10972
10972
|
:rtype: :class:`~oci.response.Response`
|
10973
10973
|
|
10974
10974
|
:example:
|
10975
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10975
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_cross_connect.py.html>`__ to see an example of how to use get_cross_connect API.
|
10976
10976
|
"""
|
10977
10977
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10978
10978
|
required_arguments = ['crossConnectId']
|
@@ -11062,7 +11062,7 @@ class VirtualNetworkClient(object):
|
|
11062
11062
|
:rtype: :class:`~oci.response.Response`
|
11063
11063
|
|
11064
11064
|
:example:
|
11065
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11065
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_cross_connect_group.py.html>`__ to see an example of how to use get_cross_connect_group API.
|
11066
11066
|
"""
|
11067
11067
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11068
11068
|
required_arguments = ['crossConnectGroupId']
|
@@ -11152,7 +11152,7 @@ class VirtualNetworkClient(object):
|
|
11152
11152
|
:rtype: :class:`~oci.response.Response`
|
11153
11153
|
|
11154
11154
|
:example:
|
11155
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11155
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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.
|
11156
11156
|
"""
|
11157
11157
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11158
11158
|
required_arguments = ['crossConnectId']
|
@@ -11242,7 +11242,7 @@ class VirtualNetworkClient(object):
|
|
11242
11242
|
:rtype: :class:`~oci.response.Response`
|
11243
11243
|
|
11244
11244
|
:example:
|
11245
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11245
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_cross_connect_status.py.html>`__ to see an example of how to use get_cross_connect_status API.
|
11246
11246
|
"""
|
11247
11247
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11248
11248
|
required_arguments = ['crossConnectId']
|
@@ -11332,7 +11332,7 @@ class VirtualNetworkClient(object):
|
|
11332
11332
|
:rtype: :class:`~oci.response.Response`
|
11333
11333
|
|
11334
11334
|
:example:
|
11335
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11335
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_dhcp_options.py.html>`__ to see an example of how to use get_dhcp_options API.
|
11336
11336
|
"""
|
11337
11337
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11338
11338
|
required_arguments = ['dhcpId']
|
@@ -11420,7 +11420,7 @@ class VirtualNetworkClient(object):
|
|
11420
11420
|
:rtype: :class:`~oci.response.Response`
|
11421
11421
|
|
11422
11422
|
:example:
|
11423
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11423
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_drg.py.html>`__ to see an example of how to use get_drg API.
|
11424
11424
|
"""
|
11425
11425
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11426
11426
|
required_arguments = ['drgId']
|
@@ -11508,7 +11508,7 @@ class VirtualNetworkClient(object):
|
|
11508
11508
|
:rtype: :class:`~oci.response.Response`
|
11509
11509
|
|
11510
11510
|
:example:
|
11511
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11511
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_drg_attachment.py.html>`__ to see an example of how to use get_drg_attachment API.
|
11512
11512
|
"""
|
11513
11513
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11514
11514
|
required_arguments = ['drgAttachmentId']
|
@@ -11603,7 +11603,7 @@ class VirtualNetworkClient(object):
|
|
11603
11603
|
:rtype: :class:`~oci.response.Response`
|
11604
11604
|
|
11605
11605
|
:example:
|
11606
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11606
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_drg_redundancy_status.py.html>`__ to see an example of how to use get_drg_redundancy_status API.
|
11607
11607
|
"""
|
11608
11608
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11609
11609
|
required_arguments = ['drgId']
|
@@ -11700,7 +11700,7 @@ class VirtualNetworkClient(object):
|
|
11700
11700
|
:rtype: :class:`~oci.response.Response`
|
11701
11701
|
|
11702
11702
|
:example:
|
11703
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11703
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_drg_route_distribution.py.html>`__ to see an example of how to use get_drg_route_distribution API.
|
11704
11704
|
"""
|
11705
11705
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11706
11706
|
required_arguments = ['drgRouteDistributionId']
|
@@ -11788,7 +11788,7 @@ class VirtualNetworkClient(object):
|
|
11788
11788
|
:rtype: :class:`~oci.response.Response`
|
11789
11789
|
|
11790
11790
|
:example:
|
11791
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11791
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_drg_route_table.py.html>`__ to see an example of how to use get_drg_route_table API.
|
11792
11792
|
"""
|
11793
11793
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11794
11794
|
required_arguments = ['drgRouteTableId']
|
@@ -11879,7 +11879,7 @@ class VirtualNetworkClient(object):
|
|
11879
11879
|
:rtype: :class:`~oci.response.Response`
|
11880
11880
|
|
11881
11881
|
:example:
|
11882
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11882
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_fast_connect_provider_service.py.html>`__ to see an example of how to use get_fast_connect_provider_service API.
|
11883
11883
|
"""
|
11884
11884
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11885
11885
|
required_arguments = ['providerServiceId']
|
@@ -11976,7 +11976,7 @@ class VirtualNetworkClient(object):
|
|
11976
11976
|
:rtype: :class:`~oci.response.Response`
|
11977
11977
|
|
11978
11978
|
:example:
|
11979
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11979
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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.
|
11980
11980
|
"""
|
11981
11981
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11982
11982
|
required_arguments = ['providerServiceId', 'providerServiceKeyName']
|
@@ -12067,7 +12067,7 @@ class VirtualNetworkClient(object):
|
|
12067
12067
|
:rtype: :class:`~oci.response.Response`
|
12068
12068
|
|
12069
12069
|
:example:
|
12070
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12070
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_internet_gateway.py.html>`__ to see an example of how to use get_internet_gateway API.
|
12071
12071
|
"""
|
12072
12072
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12073
12073
|
required_arguments = ['igId']
|
@@ -12157,7 +12157,7 @@ class VirtualNetworkClient(object):
|
|
12157
12157
|
:rtype: :class:`~oci.response.Response`
|
12158
12158
|
|
12159
12159
|
:example:
|
12160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_ip_sec_connection.py.html>`__ to see an example of how to use get_ip_sec_connection API.
|
12161
12161
|
"""
|
12162
12162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12163
12163
|
required_arguments = ['ipscId']
|
@@ -12250,7 +12250,7 @@ class VirtualNetworkClient(object):
|
|
12250
12250
|
:rtype: :class:`~oci.response.Response`
|
12251
12251
|
|
12252
12252
|
:example:
|
12253
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12253
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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.
|
12254
12254
|
"""
|
12255
12255
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12256
12256
|
required_arguments = ['ipscId']
|
@@ -12341,7 +12341,7 @@ class VirtualNetworkClient(object):
|
|
12341
12341
|
:rtype: :class:`~oci.response.Response`
|
12342
12342
|
|
12343
12343
|
:example:
|
12344
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12344
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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.
|
12345
12345
|
"""
|
12346
12346
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12347
12347
|
required_arguments = ['ipscId']
|
@@ -12438,7 +12438,7 @@ class VirtualNetworkClient(object):
|
|
12438
12438
|
:rtype: :class:`~oci.response.Response`
|
12439
12439
|
|
12440
12440
|
:example:
|
12441
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_ip_sec_connection_tunnel.py.html>`__ to see an example of how to use get_ip_sec_connection_tunnel API.
|
12442
12442
|
"""
|
12443
12443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12444
12444
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -12534,7 +12534,7 @@ class VirtualNetworkClient(object):
|
|
12534
12534
|
:rtype: :class:`~oci.response.Response`
|
12535
12535
|
|
12536
12536
|
:example:
|
12537
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12537
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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.
|
12538
12538
|
"""
|
12539
12539
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12540
12540
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -12631,7 +12631,7 @@ class VirtualNetworkClient(object):
|
|
12631
12631
|
:rtype: :class:`~oci.response.Response`
|
12632
12632
|
|
12633
12633
|
:example:
|
12634
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12634
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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.
|
12635
12635
|
"""
|
12636
12636
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12637
12637
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -12744,7 +12744,7 @@ class VirtualNetworkClient(object):
|
|
12744
12744
|
:rtype: :class:`~oci.response.Response`
|
12745
12745
|
|
12746
12746
|
:example:
|
12747
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12747
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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.
|
12748
12748
|
"""
|
12749
12749
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12750
12750
|
required_arguments = ['ipscId']
|
@@ -12851,7 +12851,7 @@ class VirtualNetworkClient(object):
|
|
12851
12851
|
:rtype: :class:`~oci.response.Response`
|
12852
12852
|
|
12853
12853
|
:example:
|
12854
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12854
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_ipv6.py.html>`__ to see an example of how to use get_ipv6 API.
|
12855
12855
|
"""
|
12856
12856
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12857
12857
|
required_arguments = ['ipv6Id']
|
@@ -12946,7 +12946,7 @@ class VirtualNetworkClient(object):
|
|
12946
12946
|
:rtype: :class:`~oci.response.Response`
|
12947
12947
|
|
12948
12948
|
:example:
|
12949
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12949
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_local_peering_gateway.py.html>`__ to see an example of how to use get_local_peering_gateway API.
|
12950
12950
|
"""
|
12951
12951
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12952
12952
|
required_arguments = ['localPeeringGatewayId']
|
@@ -13034,7 +13034,7 @@ class VirtualNetworkClient(object):
|
|
13034
13034
|
:rtype: :class:`~oci.response.Response`
|
13035
13035
|
|
13036
13036
|
:example:
|
13037
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13037
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_nat_gateway.py.html>`__ to see an example of how to use get_nat_gateway API.
|
13038
13038
|
"""
|
13039
13039
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13040
13040
|
required_arguments = ['natGatewayId']
|
@@ -13128,7 +13128,7 @@ class VirtualNetworkClient(object):
|
|
13128
13128
|
:rtype: :class:`~oci.response.Response`
|
13129
13129
|
|
13130
13130
|
:example:
|
13131
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13131
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_network_security_group.py.html>`__ to see an example of how to use get_network_security_group API.
|
13132
13132
|
"""
|
13133
13133
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13134
13134
|
required_arguments = ['networkSecurityGroupId']
|
@@ -13248,7 +13248,7 @@ class VirtualNetworkClient(object):
|
|
13248
13248
|
:rtype: :class:`~oci.response.Response`
|
13249
13249
|
|
13250
13250
|
:example:
|
13251
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13251
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_networking_topology.py.html>`__ to see an example of how to use get_networking_topology API.
|
13252
13252
|
"""
|
13253
13253
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13254
13254
|
required_arguments = ['compartmentId']
|
@@ -13359,7 +13359,7 @@ class VirtualNetworkClient(object):
|
|
13359
13359
|
:rtype: :class:`~oci.response.Response`
|
13360
13360
|
|
13361
13361
|
:example:
|
13362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13362
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_private_ip.py.html>`__ to see an example of how to use get_private_ip API.
|
13363
13363
|
"""
|
13364
13364
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13365
13365
|
required_arguments = ['privateIpId']
|
@@ -13461,7 +13461,7 @@ class VirtualNetworkClient(object):
|
|
13461
13461
|
:rtype: :class:`~oci.response.Response`
|
13462
13462
|
|
13463
13463
|
:example:
|
13464
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13464
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_public_ip.py.html>`__ to see an example of how to use get_public_ip API.
|
13465
13465
|
"""
|
13466
13466
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13467
13467
|
required_arguments = ['publicIpId']
|
@@ -13553,7 +13553,7 @@ class VirtualNetworkClient(object):
|
|
13553
13553
|
:rtype: :class:`~oci.response.Response`
|
13554
13554
|
|
13555
13555
|
:example:
|
13556
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13556
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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.
|
13557
13557
|
"""
|
13558
13558
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13559
13559
|
required_arguments = []
|
@@ -13643,7 +13643,7 @@ class VirtualNetworkClient(object):
|
|
13643
13643
|
:rtype: :class:`~oci.response.Response`
|
13644
13644
|
|
13645
13645
|
:example:
|
13646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13646
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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.
|
13647
13647
|
"""
|
13648
13648
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13649
13649
|
required_arguments = []
|
@@ -13727,7 +13727,7 @@ class VirtualNetworkClient(object):
|
|
13727
13727
|
:rtype: :class:`~oci.response.Response`
|
13728
13728
|
|
13729
13729
|
:example:
|
13730
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13730
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_public_ip_pool.py.html>`__ to see an example of how to use get_public_ip_pool API.
|
13731
13731
|
"""
|
13732
13732
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13733
13733
|
required_arguments = ['publicIpPoolId']
|
@@ -13822,7 +13822,7 @@ class VirtualNetworkClient(object):
|
|
13822
13822
|
:rtype: :class:`~oci.response.Response`
|
13823
13823
|
|
13824
13824
|
:example:
|
13825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13825
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_remote_peering_connection.py.html>`__ to see an example of how to use get_remote_peering_connection API.
|
13826
13826
|
"""
|
13827
13827
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13828
13828
|
required_arguments = ['remotePeeringConnectionId']
|
@@ -13914,7 +13914,7 @@ class VirtualNetworkClient(object):
|
|
13914
13914
|
:rtype: :class:`~oci.response.Response`
|
13915
13915
|
|
13916
13916
|
:example:
|
13917
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13917
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_resource_ip_inventory.py.html>`__ to see an example of how to use get_resource_ip_inventory API.
|
13918
13918
|
"""
|
13919
13919
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13920
13920
|
required_arguments = ['dataRequestId']
|
@@ -14009,7 +14009,7 @@ class VirtualNetworkClient(object):
|
|
14009
14009
|
:rtype: :class:`~oci.response.Response`
|
14010
14010
|
|
14011
14011
|
:example:
|
14012
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_route_table.py.html>`__ to see an example of how to use get_route_table API.
|
14013
14013
|
"""
|
14014
14014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14015
14015
|
required_arguments = ['rtId']
|
@@ -14097,7 +14097,7 @@ class VirtualNetworkClient(object):
|
|
14097
14097
|
:rtype: :class:`~oci.response.Response`
|
14098
14098
|
|
14099
14099
|
:example:
|
14100
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14100
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_security_list.py.html>`__ to see an example of how to use get_security_list API.
|
14101
14101
|
"""
|
14102
14102
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14103
14103
|
required_arguments = ['securityListId']
|
@@ -14185,7 +14185,7 @@ class VirtualNetworkClient(object):
|
|
14185
14185
|
:rtype: :class:`~oci.response.Response`
|
14186
14186
|
|
14187
14187
|
:example:
|
14188
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14188
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_service.py.html>`__ to see an example of how to use get_service API.
|
14189
14189
|
"""
|
14190
14190
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14191
14191
|
required_arguments = ['serviceId']
|
@@ -14273,7 +14273,7 @@ class VirtualNetworkClient(object):
|
|
14273
14273
|
:rtype: :class:`~oci.response.Response`
|
14274
14274
|
|
14275
14275
|
:example:
|
14276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_service_gateway.py.html>`__ to see an example of how to use get_service_gateway API.
|
14277
14277
|
"""
|
14278
14278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14279
14279
|
required_arguments = ['serviceGatewayId']
|
@@ -14361,7 +14361,7 @@ class VirtualNetworkClient(object):
|
|
14361
14361
|
:rtype: :class:`~oci.response.Response`
|
14362
14362
|
|
14363
14363
|
:example:
|
14364
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14364
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_subnet.py.html>`__ to see an example of how to use get_subnet API.
|
14365
14365
|
"""
|
14366
14366
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14367
14367
|
required_arguments = ['subnetId']
|
@@ -14455,7 +14455,7 @@ class VirtualNetworkClient(object):
|
|
14455
14455
|
:rtype: :class:`~oci.response.Response`
|
14456
14456
|
|
14457
14457
|
:example:
|
14458
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14458
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_subnet_cidr_utilization.py.html>`__ to see an example of how to use get_subnet_cidr_utilization API.
|
14459
14459
|
"""
|
14460
14460
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14461
14461
|
required_arguments = ['subnetId']
|
@@ -14556,7 +14556,7 @@ class VirtualNetworkClient(object):
|
|
14556
14556
|
:rtype: :class:`~oci.response.Response`
|
14557
14557
|
|
14558
14558
|
:example:
|
14559
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14559
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_subnet_ip_inventory.py.html>`__ to see an example of how to use get_subnet_ip_inventory API.
|
14560
14560
|
"""
|
14561
14561
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14562
14562
|
required_arguments = ['subnetId']
|
@@ -14688,7 +14688,7 @@ class VirtualNetworkClient(object):
|
|
14688
14688
|
:rtype: :class:`~oci.response.Response`
|
14689
14689
|
|
14690
14690
|
:example:
|
14691
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14691
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_subnet_topology.py.html>`__ to see an example of how to use get_subnet_topology API.
|
14692
14692
|
"""
|
14693
14693
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14694
14694
|
required_arguments = ['compartmentId', 'subnetId']
|
@@ -14807,7 +14807,7 @@ class VirtualNetworkClient(object):
|
|
14807
14807
|
:rtype: :class:`~oci.response.Response`
|
14808
14808
|
|
14809
14809
|
:example:
|
14810
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14810
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_tunnel_cpe_device_config.py.html>`__ to see an example of how to use get_tunnel_cpe_device_config API.
|
14811
14811
|
"""
|
14812
14812
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14813
14813
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -14931,7 +14931,7 @@ class VirtualNetworkClient(object):
|
|
14931
14931
|
:rtype: :class:`~oci.response.Response`
|
14932
14932
|
|
14933
14933
|
:example:
|
14934
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14934
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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.
|
14935
14935
|
"""
|
14936
14936
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14937
14937
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -15033,7 +15033,7 @@ class VirtualNetworkClient(object):
|
|
15033
15033
|
:rtype: :class:`~oci.response.Response`
|
15034
15034
|
|
15035
15035
|
:example:
|
15036
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15036
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_upgrade_status.py.html>`__ to see an example of how to use get_upgrade_status API.
|
15037
15037
|
"""
|
15038
15038
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15039
15039
|
required_arguments = ['drgId']
|
@@ -15128,7 +15128,7 @@ class VirtualNetworkClient(object):
|
|
15128
15128
|
:rtype: :class:`~oci.response.Response`
|
15129
15129
|
|
15130
15130
|
:example:
|
15131
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15131
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_vcn.py.html>`__ to see an example of how to use get_vcn API.
|
15132
15132
|
"""
|
15133
15133
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15134
15134
|
required_arguments = ['vcnId']
|
@@ -15220,7 +15220,7 @@ class VirtualNetworkClient(object):
|
|
15220
15220
|
:rtype: :class:`~oci.response.Response`
|
15221
15221
|
|
15222
15222
|
:example:
|
15223
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15223
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_vcn_dns_resolver_association.py.html>`__ to see an example of how to use get_vcn_dns_resolver_association API.
|
15224
15224
|
"""
|
15225
15225
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15226
15226
|
required_arguments = ['vcnId']
|
@@ -15331,7 +15331,7 @@ class VirtualNetworkClient(object):
|
|
15331
15331
|
:rtype: :class:`~oci.response.Response`
|
15332
15332
|
|
15333
15333
|
:example:
|
15334
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15334
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_vcn_overlap.py.html>`__ to see an example of how to use get_vcn_overlap API.
|
15335
15335
|
"""
|
15336
15336
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15337
15337
|
required_arguments = ['vcnId']
|
@@ -15468,7 +15468,7 @@ class VirtualNetworkClient(object):
|
|
15468
15468
|
:rtype: :class:`~oci.response.Response`
|
15469
15469
|
|
15470
15470
|
:example:
|
15471
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15471
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_vcn_topology.py.html>`__ to see an example of how to use get_vcn_topology API.
|
15472
15472
|
"""
|
15473
15473
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15474
15474
|
required_arguments = ['compartmentId', 'vcnId']
|
@@ -15574,7 +15574,7 @@ class VirtualNetworkClient(object):
|
|
15574
15574
|
:rtype: :class:`~oci.response.Response`
|
15575
15575
|
|
15576
15576
|
:example:
|
15577
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15577
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_virtual_circuit.py.html>`__ to see an example of how to use get_virtual_circuit API.
|
15578
15578
|
"""
|
15579
15579
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15580
15580
|
required_arguments = ['virtualCircuitId']
|
@@ -15668,7 +15668,7 @@ class VirtualNetworkClient(object):
|
|
15668
15668
|
:rtype: :class:`~oci.response.Response`
|
15669
15669
|
|
15670
15670
|
:example:
|
15671
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15671
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_vlan.py.html>`__ to see an example of how to use get_vlan API.
|
15672
15672
|
"""
|
15673
15673
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15674
15674
|
required_arguments = ['vlanId']
|
@@ -15768,7 +15768,7 @@ class VirtualNetworkClient(object):
|
|
15768
15768
|
:rtype: :class:`~oci.response.Response`
|
15769
15769
|
|
15770
15770
|
:example:
|
15771
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15771
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_vnic.py.html>`__ to see an example of how to use get_vnic API.
|
15772
15772
|
"""
|
15773
15773
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15774
15774
|
required_arguments = ['vnicId']
|
@@ -15860,7 +15860,7 @@ class VirtualNetworkClient(object):
|
|
15860
15860
|
:rtype: :class:`~oci.response.Response`
|
15861
15861
|
|
15862
15862
|
:example:
|
15863
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15863
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/get_vtap.py.html>`__ to see an example of how to use get_vtap API.
|
15864
15864
|
"""
|
15865
15865
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15866
15866
|
required_arguments = ['vtapId']
|
@@ -15953,7 +15953,7 @@ class VirtualNetworkClient(object):
|
|
15953
15953
|
:rtype: :class:`~oci.response.Response`
|
15954
15954
|
|
15955
15955
|
:example:
|
15956
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15956
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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.
|
15957
15957
|
"""
|
15958
15958
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15959
15959
|
required_arguments = []
|
@@ -16052,7 +16052,7 @@ class VirtualNetworkClient(object):
|
|
16052
16052
|
:rtype: :class:`~oci.response.Response`
|
16053
16053
|
|
16054
16054
|
:example:
|
16055
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16055
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_byoip_allocated_ranges.py.html>`__ to see an example of how to use list_byoip_allocated_ranges API.
|
16056
16056
|
"""
|
16057
16057
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16058
16058
|
required_arguments = ['byoipRangeId']
|
@@ -16202,7 +16202,7 @@ class VirtualNetworkClient(object):
|
|
16202
16202
|
:rtype: :class:`~oci.response.Response`
|
16203
16203
|
|
16204
16204
|
:example:
|
16205
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16205
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_byoip_ranges.py.html>`__ to see an example of how to use list_byoip_ranges API.
|
16206
16206
|
"""
|
16207
16207
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16208
16208
|
required_arguments = ['compartmentId']
|
@@ -16370,7 +16370,7 @@ class VirtualNetworkClient(object):
|
|
16370
16370
|
:rtype: :class:`~oci.response.Response`
|
16371
16371
|
|
16372
16372
|
:example:
|
16373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_capture_filters.py.html>`__ to see an example of how to use list_capture_filters API.
|
16374
16374
|
"""
|
16375
16375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16376
16376
|
required_arguments = ['compartmentId']
|
@@ -16531,7 +16531,7 @@ class VirtualNetworkClient(object):
|
|
16531
16531
|
:rtype: :class:`~oci.response.Response`
|
16532
16532
|
|
16533
16533
|
:example:
|
16534
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16534
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_cpe_device_shapes.py.html>`__ to see an example of how to use list_cpe_device_shapes API.
|
16535
16535
|
"""
|
16536
16536
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16537
16537
|
required_arguments = []
|
@@ -16642,7 +16642,7 @@ class VirtualNetworkClient(object):
|
|
16642
16642
|
:rtype: :class:`~oci.response.Response`
|
16643
16643
|
|
16644
16644
|
:example:
|
16645
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16645
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_cpes.py.html>`__ to see an example of how to use list_cpes API.
|
16646
16646
|
"""
|
16647
16647
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16648
16648
|
required_arguments = ['compartmentId']
|
@@ -16778,7 +16778,7 @@ class VirtualNetworkClient(object):
|
|
16778
16778
|
:rtype: :class:`~oci.response.Response`
|
16779
16779
|
|
16780
16780
|
:example:
|
16781
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16781
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_cross_connect_groups.py.html>`__ to see an example of how to use list_cross_connect_groups API.
|
16782
16782
|
"""
|
16783
16783
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16784
16784
|
required_arguments = ['compartmentId']
|
@@ -16917,7 +16917,7 @@ class VirtualNetworkClient(object):
|
|
16917
16917
|
:rtype: :class:`~oci.response.Response`
|
16918
16918
|
|
16919
16919
|
:example:
|
16920
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16920
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_cross_connect_locations.py.html>`__ to see an example of how to use list_cross_connect_locations API.
|
16921
16921
|
"""
|
16922
16922
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16923
16923
|
required_arguments = ['compartmentId']
|
@@ -17015,7 +17015,7 @@ class VirtualNetworkClient(object):
|
|
17015
17015
|
:rtype: :class:`~oci.response.Response`
|
17016
17016
|
|
17017
17017
|
:example:
|
17018
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17018
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_cross_connect_mappings.py.html>`__ to see an example of how to use list_cross_connect_mappings API.
|
17019
17019
|
"""
|
17020
17020
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17021
17021
|
required_arguments = ['virtualCircuitId']
|
@@ -17163,7 +17163,7 @@ class VirtualNetworkClient(object):
|
|
17163
17163
|
:rtype: :class:`~oci.response.Response`
|
17164
17164
|
|
17165
17165
|
:example:
|
17166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_cross_connects.py.html>`__ to see an example of how to use list_cross_connects API.
|
17167
17167
|
"""
|
17168
17168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17169
17169
|
required_arguments = ['compartmentId']
|
@@ -17305,7 +17305,7 @@ class VirtualNetworkClient(object):
|
|
17305
17305
|
:rtype: :class:`~oci.response.Response`
|
17306
17306
|
|
17307
17307
|
:example:
|
17308
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17308
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_crossconnect_port_speed_shapes.py.html>`__ to see an example of how to use list_crossconnect_port_speed_shapes API.
|
17309
17309
|
"""
|
17310
17310
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17311
17311
|
required_arguments = ['compartmentId']
|
@@ -17449,7 +17449,7 @@ class VirtualNetworkClient(object):
|
|
17449
17449
|
:rtype: :class:`~oci.response.Response`
|
17450
17450
|
|
17451
17451
|
:example:
|
17452
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17452
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_dhcp_options.py.html>`__ to see an example of how to use list_dhcp_options API.
|
17453
17453
|
"""
|
17454
17454
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17455
17455
|
required_arguments = ['compartmentId']
|
@@ -17644,7 +17644,7 @@ class VirtualNetworkClient(object):
|
|
17644
17644
|
:rtype: :class:`~oci.response.Response`
|
17645
17645
|
|
17646
17646
|
:example:
|
17647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17647
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_drg_attachments.py.html>`__ to see an example of how to use list_drg_attachments API.
|
17648
17648
|
"""
|
17649
17649
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17650
17650
|
required_arguments = ['compartmentId']
|
@@ -17808,7 +17808,7 @@ class VirtualNetworkClient(object):
|
|
17808
17808
|
:rtype: :class:`~oci.response.Response`
|
17809
17809
|
|
17810
17810
|
:example:
|
17811
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17811
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_drg_route_distribution_statements.py.html>`__ to see an example of how to use list_drg_route_distribution_statements API.
|
17812
17812
|
"""
|
17813
17813
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17814
17814
|
required_arguments = ['drgRouteDistributionId']
|
@@ -17974,7 +17974,7 @@ class VirtualNetworkClient(object):
|
|
17974
17974
|
:rtype: :class:`~oci.response.Response`
|
17975
17975
|
|
17976
17976
|
:example:
|
17977
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17977
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_drg_route_distributions.py.html>`__ to see an example of how to use list_drg_route_distributions API.
|
17978
17978
|
"""
|
17979
17979
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17980
17980
|
required_arguments = ['drgId']
|
@@ -18116,7 +18116,7 @@ class VirtualNetworkClient(object):
|
|
18116
18116
|
:rtype: :class:`~oci.response.Response`
|
18117
18117
|
|
18118
18118
|
:example:
|
18119
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18119
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_drg_route_rules.py.html>`__ to see an example of how to use list_drg_route_rules API.
|
18120
18120
|
"""
|
18121
18121
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18122
18122
|
required_arguments = ['drgRouteTableId']
|
@@ -18277,7 +18277,7 @@ class VirtualNetworkClient(object):
|
|
18277
18277
|
:rtype: :class:`~oci.response.Response`
|
18278
18278
|
|
18279
18279
|
:example:
|
18280
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_drg_route_tables.py.html>`__ to see an example of how to use list_drg_route_tables API.
|
18281
18281
|
"""
|
18282
18282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18283
18283
|
required_arguments = ['drgId']
|
@@ -18415,7 +18415,7 @@ class VirtualNetworkClient(object):
|
|
18415
18415
|
:rtype: :class:`~oci.response.Response`
|
18416
18416
|
|
18417
18417
|
:example:
|
18418
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18418
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_drgs.py.html>`__ to see an example of how to use list_drgs API.
|
18419
18419
|
"""
|
18420
18420
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18421
18421
|
required_arguments = ['compartmentId']
|
@@ -18531,7 +18531,7 @@ class VirtualNetworkClient(object):
|
|
18531
18531
|
:rtype: :class:`~oci.response.Response`
|
18532
18532
|
|
18533
18533
|
:example:
|
18534
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18534
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_fast_connect_provider_services.py.html>`__ to see an example of how to use list_fast_connect_provider_services API.
|
18535
18535
|
"""
|
18536
18536
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18537
18537
|
required_arguments = ['compartmentId']
|
@@ -18645,7 +18645,7 @@ class VirtualNetworkClient(object):
|
|
18645
18645
|
:rtype: :class:`~oci.response.Response`
|
18646
18646
|
|
18647
18647
|
:example:
|
18648
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18648
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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.
|
18649
18649
|
"""
|
18650
18650
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18651
18651
|
required_arguments = ['providerServiceId']
|
@@ -18798,7 +18798,7 @@ class VirtualNetworkClient(object):
|
|
18798
18798
|
:rtype: :class:`~oci.response.Response`
|
18799
18799
|
|
18800
18800
|
:example:
|
18801
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18801
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_internet_gateways.py.html>`__ to see an example of how to use list_internet_gateways API.
|
18802
18802
|
"""
|
18803
18803
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18804
18804
|
required_arguments = ['compartmentId']
|
@@ -18922,7 +18922,7 @@ class VirtualNetworkClient(object):
|
|
18922
18922
|
:rtype: :class:`~oci.response.Response`
|
18923
18923
|
|
18924
18924
|
:example:
|
18925
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18925
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_ip_inventory.py.html>`__ to see an example of how to use list_ip_inventory API.
|
18926
18926
|
"""
|
18927
18927
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18928
18928
|
required_arguments = []
|
@@ -19035,7 +19035,7 @@ class VirtualNetworkClient(object):
|
|
19035
19035
|
:rtype: :class:`~oci.response.Response`
|
19036
19036
|
|
19037
19037
|
:example:
|
19038
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19038
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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.
|
19039
19039
|
"""
|
19040
19040
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19041
19041
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -19170,7 +19170,7 @@ class VirtualNetworkClient(object):
|
|
19170
19170
|
:rtype: :class:`~oci.response.Response`
|
19171
19171
|
|
19172
19172
|
:example:
|
19173
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19173
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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.
|
19174
19174
|
"""
|
19175
19175
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19176
19176
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -19291,7 +19291,7 @@ class VirtualNetworkClient(object):
|
|
19291
19291
|
:rtype: :class:`~oci.response.Response`
|
19292
19292
|
|
19293
19293
|
:example:
|
19294
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19294
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_ip_sec_connection_tunnels.py.html>`__ to see an example of how to use list_ip_sec_connection_tunnels API.
|
19295
19295
|
"""
|
19296
19296
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19297
19297
|
required_arguments = ['ipscId']
|
@@ -19422,7 +19422,7 @@ class VirtualNetworkClient(object):
|
|
19422
19422
|
:rtype: :class:`~oci.response.Response`
|
19423
19423
|
|
19424
19424
|
:example:
|
19425
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19425
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_ip_sec_connections.py.html>`__ to see an example of how to use list_ip_sec_connections API.
|
19426
19426
|
"""
|
19427
19427
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19428
19428
|
required_arguments = ['compartmentId']
|
@@ -19558,7 +19558,7 @@ class VirtualNetworkClient(object):
|
|
19558
19558
|
:rtype: :class:`~oci.response.Response`
|
19559
19559
|
|
19560
19560
|
:example:
|
19561
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19561
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_ipv6s.py.html>`__ to see an example of how to use list_ipv6s API.
|
19562
19562
|
"""
|
19563
19563
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19564
19564
|
required_arguments = []
|
@@ -19679,7 +19679,7 @@ class VirtualNetworkClient(object):
|
|
19679
19679
|
:rtype: :class:`~oci.response.Response`
|
19680
19680
|
|
19681
19681
|
:example:
|
19682
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19682
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_local_peering_gateways.py.html>`__ to see an example of how to use list_local_peering_gateways API.
|
19683
19683
|
"""
|
19684
19684
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19685
19685
|
required_arguments = ['compartmentId']
|
@@ -19821,7 +19821,7 @@ class VirtualNetworkClient(object):
|
|
19821
19821
|
:rtype: :class:`~oci.response.Response`
|
19822
19822
|
|
19823
19823
|
:example:
|
19824
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19824
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_nat_gateways.py.html>`__ to see an example of how to use list_nat_gateways API.
|
19825
19825
|
"""
|
19826
19826
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19827
19827
|
required_arguments = ['compartmentId']
|
@@ -19976,7 +19976,7 @@ class VirtualNetworkClient(object):
|
|
19976
19976
|
:rtype: :class:`~oci.response.Response`
|
19977
19977
|
|
19978
19978
|
:example:
|
19979
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19979
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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.
|
19980
19980
|
"""
|
19981
19981
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19982
19982
|
required_arguments = ['networkSecurityGroupId']
|
@@ -20132,7 +20132,7 @@ class VirtualNetworkClient(object):
|
|
20132
20132
|
:rtype: :class:`~oci.response.Response`
|
20133
20133
|
|
20134
20134
|
:example:
|
20135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_network_security_group_vnics.py.html>`__ to see an example of how to use list_network_security_group_vnics API.
|
20136
20136
|
"""
|
20137
20137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20138
20138
|
required_arguments = ['networkSecurityGroupId']
|
@@ -20306,7 +20306,7 @@ class VirtualNetworkClient(object):
|
|
20306
20306
|
:rtype: :class:`~oci.response.Response`
|
20307
20307
|
|
20308
20308
|
:example:
|
20309
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20309
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_network_security_groups.py.html>`__ to see an example of how to use list_network_security_groups API.
|
20310
20310
|
"""
|
20311
20311
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20312
20312
|
required_arguments = []
|
@@ -20480,7 +20480,7 @@ class VirtualNetworkClient(object):
|
|
20480
20480
|
:rtype: :class:`~oci.response.Response`
|
20481
20481
|
|
20482
20482
|
:example:
|
20483
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20483
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_private_ips.py.html>`__ to see an example of how to use list_private_ips API.
|
20484
20484
|
"""
|
20485
20485
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20486
20486
|
required_arguments = []
|
@@ -20623,7 +20623,7 @@ class VirtualNetworkClient(object):
|
|
20623
20623
|
:rtype: :class:`~oci.response.Response`
|
20624
20624
|
|
20625
20625
|
:example:
|
20626
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20626
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_public_ip_pools.py.html>`__ to see an example of how to use list_public_ip_pools API.
|
20627
20627
|
"""
|
20628
20628
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20629
20629
|
required_arguments = ['compartmentId']
|
@@ -20801,7 +20801,7 @@ class VirtualNetworkClient(object):
|
|
20801
20801
|
:rtype: :class:`~oci.response.Response`
|
20802
20802
|
|
20803
20803
|
:example:
|
20804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_public_ips.py.html>`__ to see an example of how to use list_public_ips API.
|
20805
20805
|
"""
|
20806
20806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20807
20807
|
required_arguments = ['scope', 'compartmentId']
|
@@ -20934,7 +20934,7 @@ class VirtualNetworkClient(object):
|
|
20934
20934
|
:rtype: :class:`~oci.response.Response`
|
20935
20935
|
|
20936
20936
|
:example:
|
20937
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20937
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_remote_peering_connections.py.html>`__ to see an example of how to use list_remote_peering_connections API.
|
20938
20938
|
"""
|
20939
20939
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20940
20940
|
required_arguments = ['compartmentId']
|
@@ -21080,7 +21080,7 @@ class VirtualNetworkClient(object):
|
|
21080
21080
|
:rtype: :class:`~oci.response.Response`
|
21081
21081
|
|
21082
21082
|
:example:
|
21083
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21083
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_route_tables.py.html>`__ to see an example of how to use list_route_tables API.
|
21084
21084
|
"""
|
21085
21085
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21086
21086
|
required_arguments = ['compartmentId']
|
@@ -21251,7 +21251,7 @@ class VirtualNetworkClient(object):
|
|
21251
21251
|
:rtype: :class:`~oci.response.Response`
|
21252
21252
|
|
21253
21253
|
:example:
|
21254
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21254
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_security_lists.py.html>`__ to see an example of how to use list_security_lists API.
|
21255
21255
|
"""
|
21256
21256
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21257
21257
|
required_arguments = ['compartmentId']
|
@@ -21419,7 +21419,7 @@ class VirtualNetworkClient(object):
|
|
21419
21419
|
:rtype: :class:`~oci.response.Response`
|
21420
21420
|
|
21421
21421
|
:example:
|
21422
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21422
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_service_gateways.py.html>`__ to see an example of how to use list_service_gateways API.
|
21423
21423
|
"""
|
21424
21424
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21425
21425
|
required_arguments = ['compartmentId']
|
@@ -21551,7 +21551,7 @@ class VirtualNetworkClient(object):
|
|
21551
21551
|
:rtype: :class:`~oci.response.Response`
|
21552
21552
|
|
21553
21553
|
:example:
|
21554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_services.py.html>`__ to see an example of how to use list_services API.
|
21555
21555
|
"""
|
21556
21556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21557
21557
|
required_arguments = []
|
@@ -21690,7 +21690,7 @@ class VirtualNetworkClient(object):
|
|
21690
21690
|
:rtype: :class:`~oci.response.Response`
|
21691
21691
|
|
21692
21692
|
:example:
|
21693
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21693
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_subnets.py.html>`__ to see an example of how to use list_subnets API.
|
21694
21694
|
"""
|
21695
21695
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21696
21696
|
required_arguments = ['compartmentId']
|
@@ -21855,7 +21855,7 @@ class VirtualNetworkClient(object):
|
|
21855
21855
|
:rtype: :class:`~oci.response.Response`
|
21856
21856
|
|
21857
21857
|
:example:
|
21858
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21858
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_vcns.py.html>`__ to see an example of how to use list_vcns API.
|
21859
21859
|
"""
|
21860
21860
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21861
21861
|
required_arguments = ['compartmentId']
|
@@ -21991,7 +21991,7 @@ class VirtualNetworkClient(object):
|
|
21991
21991
|
:rtype: :class:`~oci.response.Response`
|
21992
21992
|
|
21993
21993
|
:example:
|
21994
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21994
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_virtual_circuit_associated_tunnels.py.html>`__ to see an example of how to use list_virtual_circuit_associated_tunnels API.
|
21995
21995
|
"""
|
21996
21996
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21997
21997
|
required_arguments = ['virtualCircuitId']
|
@@ -22113,7 +22113,7 @@ class VirtualNetworkClient(object):
|
|
22113
22113
|
:rtype: :class:`~oci.response.Response`
|
22114
22114
|
|
22115
22115
|
:example:
|
22116
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22116
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_virtual_circuit_bandwidth_shapes.py.html>`__ to see an example of how to use list_virtual_circuit_bandwidth_shapes API.
|
22117
22117
|
"""
|
22118
22118
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22119
22119
|
required_arguments = ['compartmentId']
|
@@ -22215,7 +22215,7 @@ class VirtualNetworkClient(object):
|
|
22215
22215
|
:rtype: :class:`~oci.response.Response`
|
22216
22216
|
|
22217
22217
|
:example:
|
22218
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22218
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_virtual_circuit_public_prefixes.py.html>`__ to see an example of how to use list_virtual_circuit_public_prefixes API.
|
22219
22219
|
"""
|
22220
22220
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22221
22221
|
required_arguments = ['virtualCircuitId']
|
@@ -22367,7 +22367,7 @@ class VirtualNetworkClient(object):
|
|
22367
22367
|
:rtype: :class:`~oci.response.Response`
|
22368
22368
|
|
22369
22369
|
:example:
|
22370
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22370
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_virtual_circuits.py.html>`__ to see an example of how to use list_virtual_circuits API.
|
22371
22371
|
"""
|
22372
22372
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22373
22373
|
required_arguments = ['compartmentId']
|
@@ -22541,7 +22541,7 @@ class VirtualNetworkClient(object):
|
|
22541
22541
|
:rtype: :class:`~oci.response.Response`
|
22542
22542
|
|
22543
22543
|
:example:
|
22544
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22544
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_vlans.py.html>`__ to see an example of how to use list_vlans API.
|
22545
22545
|
"""
|
22546
22546
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22547
22547
|
required_arguments = ['compartmentId']
|
@@ -22737,7 +22737,7 @@ class VirtualNetworkClient(object):
|
|
22737
22737
|
:rtype: :class:`~oci.response.Response`
|
22738
22738
|
|
22739
22739
|
:example:
|
22740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22740
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/list_vtaps.py.html>`__ to see an example of how to use list_vtaps API.
|
22741
22741
|
"""
|
22742
22742
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22743
22743
|
required_arguments = ['compartmentId']
|
@@ -22897,7 +22897,7 @@ class VirtualNetworkClient(object):
|
|
22897
22897
|
:rtype: :class:`~oci.response.Response`
|
22898
22898
|
|
22899
22899
|
:example:
|
22900
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22900
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/modify_vcn_cidr.py.html>`__ to see an example of how to use modify_vcn_cidr API.
|
22901
22901
|
"""
|
22902
22902
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22903
22903
|
required_arguments = ['vcnId']
|
@@ -23000,7 +23000,7 @@ class VirtualNetworkClient(object):
|
|
23000
23000
|
:rtype: :class:`~oci.response.Response`
|
23001
23001
|
|
23002
23002
|
:example:
|
23003
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23003
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/remove_drg_route_distribution_statements.py.html>`__ to see an example of how to use remove_drg_route_distribution_statements API.
|
23004
23004
|
"""
|
23005
23005
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23006
23006
|
required_arguments = ['drgRouteDistributionId']
|
@@ -23091,7 +23091,7 @@ class VirtualNetworkClient(object):
|
|
23091
23091
|
:rtype: :class:`~oci.response.Response`
|
23092
23092
|
|
23093
23093
|
:example:
|
23094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23094
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/remove_drg_route_rules.py.html>`__ to see an example of how to use remove_drg_route_rules API.
|
23095
23095
|
"""
|
23096
23096
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23097
23097
|
required_arguments = ['drgRouteTableId']
|
@@ -23188,7 +23188,7 @@ class VirtualNetworkClient(object):
|
|
23188
23188
|
:rtype: :class:`~oci.response.Response`
|
23189
23189
|
|
23190
23190
|
:example:
|
23191
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23191
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/remove_export_drg_route_distribution.py.html>`__ to see an example of how to use remove_export_drg_route_distribution API.
|
23192
23192
|
"""
|
23193
23193
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23194
23194
|
required_arguments = ['drgAttachmentId']
|
@@ -23295,7 +23295,7 @@ class VirtualNetworkClient(object):
|
|
23295
23295
|
:rtype: :class:`~oci.response.Response`
|
23296
23296
|
|
23297
23297
|
:example:
|
23298
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23298
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/remove_import_drg_route_distribution.py.html>`__ to see an example of how to use remove_import_drg_route_distribution API.
|
23299
23299
|
"""
|
23300
23300
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23301
23301
|
required_arguments = ['drgRouteTableId']
|
@@ -23411,7 +23411,7 @@ class VirtualNetworkClient(object):
|
|
23411
23411
|
:rtype: :class:`~oci.response.Response`
|
23412
23412
|
|
23413
23413
|
:example:
|
23414
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23414
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/remove_ipv6_subnet_cidr.py.html>`__ to see an example of how to use remove_ipv6_subnet_cidr API.
|
23415
23415
|
"""
|
23416
23416
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23417
23417
|
required_arguments = ['subnetId']
|
@@ -23530,7 +23530,7 @@ class VirtualNetworkClient(object):
|
|
23530
23530
|
:rtype: :class:`~oci.response.Response`
|
23531
23531
|
|
23532
23532
|
:example:
|
23533
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23533
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/remove_ipv6_vcn_cidr.py.html>`__ to see an example of how to use remove_ipv6_vcn_cidr API.
|
23534
23534
|
"""
|
23535
23535
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23536
23536
|
required_arguments = ['vcnId']
|
@@ -23635,7 +23635,7 @@ class VirtualNetworkClient(object):
|
|
23635
23635
|
:rtype: :class:`~oci.response.Response`
|
23636
23636
|
|
23637
23637
|
:example:
|
23638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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.
|
23639
23639
|
"""
|
23640
23640
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23641
23641
|
required_arguments = ['networkSecurityGroupId']
|
@@ -23737,7 +23737,7 @@ class VirtualNetworkClient(object):
|
|
23737
23737
|
:rtype: :class:`~oci.response.Response`
|
23738
23738
|
|
23739
23739
|
:example:
|
23740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23740
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/remove_public_ip_pool_capacity.py.html>`__ to see an example of how to use remove_public_ip_pool_capacity API.
|
23741
23741
|
"""
|
23742
23742
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23743
23743
|
required_arguments = ['publicIpPoolId']
|
@@ -23860,7 +23860,7 @@ class VirtualNetworkClient(object):
|
|
23860
23860
|
:rtype: :class:`~oci.response.Response`
|
23861
23861
|
|
23862
23862
|
:example:
|
23863
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23863
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/remove_vcn_cidr.py.html>`__ to see an example of how to use remove_vcn_cidr API.
|
23864
23864
|
"""
|
23865
23865
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23866
23866
|
required_arguments = ['vcnId']
|
@@ -23972,7 +23972,7 @@ class VirtualNetworkClient(object):
|
|
23972
23972
|
:rtype: :class:`~oci.response.Response`
|
23973
23973
|
|
23974
23974
|
:example:
|
23975
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23975
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_byoip_range.py.html>`__ to see an example of how to use update_byoip_range API.
|
23976
23976
|
"""
|
23977
23977
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23978
23978
|
required_arguments = ['byoipRangeId']
|
@@ -24083,7 +24083,7 @@ class VirtualNetworkClient(object):
|
|
24083
24083
|
:rtype: :class:`~oci.response.Response`
|
24084
24084
|
|
24085
24085
|
:example:
|
24086
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24086
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_capture_filter.py.html>`__ to see an example of how to use update_capture_filter API.
|
24087
24087
|
"""
|
24088
24088
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24089
24089
|
required_arguments = ['captureFilterId']
|
@@ -24191,7 +24191,7 @@ class VirtualNetworkClient(object):
|
|
24191
24191
|
:rtype: :class:`~oci.response.Response`
|
24192
24192
|
|
24193
24193
|
:example:
|
24194
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24194
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_cpe.py.html>`__ to see an example of how to use update_cpe API.
|
24195
24195
|
"""
|
24196
24196
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24197
24197
|
required_arguments = ['cpeId']
|
@@ -24298,7 +24298,7 @@ class VirtualNetworkClient(object):
|
|
24298
24298
|
:rtype: :class:`~oci.response.Response`
|
24299
24299
|
|
24300
24300
|
:example:
|
24301
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24301
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_cross_connect.py.html>`__ to see an example of how to use update_cross_connect API.
|
24302
24302
|
"""
|
24303
24303
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24304
24304
|
required_arguments = ['crossConnectId']
|
@@ -24406,7 +24406,7 @@ class VirtualNetworkClient(object):
|
|
24406
24406
|
:rtype: :class:`~oci.response.Response`
|
24407
24407
|
|
24408
24408
|
:example:
|
24409
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24409
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_cross_connect_group.py.html>`__ to see an example of how to use update_cross_connect_group API.
|
24410
24410
|
"""
|
24411
24411
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24412
24412
|
required_arguments = ['crossConnectGroupId']
|
@@ -24516,7 +24516,7 @@ class VirtualNetworkClient(object):
|
|
24516
24516
|
:rtype: :class:`~oci.response.Response`
|
24517
24517
|
|
24518
24518
|
:example:
|
24519
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24519
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_dhcp_options.py.html>`__ to see an example of how to use update_dhcp_options API.
|
24520
24520
|
"""
|
24521
24521
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24522
24522
|
required_arguments = ['dhcpId']
|
@@ -24621,7 +24621,7 @@ class VirtualNetworkClient(object):
|
|
24621
24621
|
:rtype: :class:`~oci.response.Response`
|
24622
24622
|
|
24623
24623
|
:example:
|
24624
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_drg.py.html>`__ to see an example of how to use update_drg API.
|
24625
24625
|
"""
|
24626
24626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24627
24627
|
required_arguments = ['drgId']
|
@@ -24727,7 +24727,7 @@ class VirtualNetworkClient(object):
|
|
24727
24727
|
:rtype: :class:`~oci.response.Response`
|
24728
24728
|
|
24729
24729
|
:example:
|
24730
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24730
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_drg_attachment.py.html>`__ to see an example of how to use update_drg_attachment API.
|
24731
24731
|
"""
|
24732
24732
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24733
24733
|
required_arguments = ['drgAttachmentId']
|
@@ -24832,7 +24832,7 @@ class VirtualNetworkClient(object):
|
|
24832
24832
|
:rtype: :class:`~oci.response.Response`
|
24833
24833
|
|
24834
24834
|
:example:
|
24835
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24835
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_drg_route_distribution.py.html>`__ to see an example of how to use update_drg_route_distribution API.
|
24836
24836
|
"""
|
24837
24837
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24838
24838
|
required_arguments = ['drgRouteDistributionId']
|
@@ -24932,7 +24932,7 @@ class VirtualNetworkClient(object):
|
|
24932
24932
|
:rtype: :class:`~oci.response.Response`
|
24933
24933
|
|
24934
24934
|
:example:
|
24935
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24935
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_drg_route_distribution_statements.py.html>`__ to see an example of how to use update_drg_route_distribution_statements API.
|
24936
24936
|
"""
|
24937
24937
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24938
24938
|
required_arguments = ['drgRouteDistributionId']
|
@@ -25025,7 +25025,7 @@ class VirtualNetworkClient(object):
|
|
25025
25025
|
:rtype: :class:`~oci.response.Response`
|
25026
25026
|
|
25027
25027
|
:example:
|
25028
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25028
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_drg_route_rules.py.html>`__ to see an example of how to use update_drg_route_rules API.
|
25029
25029
|
"""
|
25030
25030
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25031
25031
|
required_arguments = ['drgRouteTableId']
|
@@ -25123,7 +25123,7 @@ class VirtualNetworkClient(object):
|
|
25123
25123
|
:rtype: :class:`~oci.response.Response`
|
25124
25124
|
|
25125
25125
|
:example:
|
25126
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25126
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_drg_route_table.py.html>`__ to see an example of how to use update_drg_route_table API.
|
25127
25127
|
"""
|
25128
25128
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25129
25129
|
required_arguments = ['drgRouteTableId']
|
@@ -25232,7 +25232,7 @@ class VirtualNetworkClient(object):
|
|
25232
25232
|
:rtype: :class:`~oci.response.Response`
|
25233
25233
|
|
25234
25234
|
:example:
|
25235
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25235
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_internet_gateway.py.html>`__ to see an example of how to use update_internet_gateway API.
|
25236
25236
|
"""
|
25237
25237
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25238
25238
|
required_arguments = ['igId']
|
@@ -25340,7 +25340,7 @@ class VirtualNetworkClient(object):
|
|
25340
25340
|
:rtype: :class:`~oci.response.Response`
|
25341
25341
|
|
25342
25342
|
:example:
|
25343
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25343
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_ip_sec_connection.py.html>`__ to see an example of how to use update_ip_sec_connection API.
|
25344
25344
|
"""
|
25345
25345
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25346
25346
|
required_arguments = ['ipscId']
|
@@ -25467,7 +25467,7 @@ class VirtualNetworkClient(object):
|
|
25467
25467
|
:rtype: :class:`~oci.response.Response`
|
25468
25468
|
|
25469
25469
|
:example:
|
25470
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25470
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_ip_sec_connection_tunnel.py.html>`__ to see an example of how to use update_ip_sec_connection_tunnel API.
|
25471
25471
|
"""
|
25472
25472
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25473
25473
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -25584,7 +25584,7 @@ class VirtualNetworkClient(object):
|
|
25584
25584
|
:rtype: :class:`~oci.response.Response`
|
25585
25585
|
|
25586
25586
|
:example:
|
25587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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.
|
25588
25588
|
"""
|
25589
25589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25590
25590
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -25704,7 +25704,7 @@ class VirtualNetworkClient(object):
|
|
25704
25704
|
:rtype: :class:`~oci.response.Response`
|
25705
25705
|
|
25706
25706
|
:example:
|
25707
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_ipv6.py.html>`__ to see an example of how to use update_ipv6 API.
|
25708
25708
|
"""
|
25709
25709
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25710
25710
|
required_arguments = ['ipv6Id']
|
@@ -25811,7 +25811,7 @@ class VirtualNetworkClient(object):
|
|
25811
25811
|
:rtype: :class:`~oci.response.Response`
|
25812
25812
|
|
25813
25813
|
:example:
|
25814
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25814
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_local_peering_gateway.py.html>`__ to see an example of how to use update_local_peering_gateway API.
|
25815
25815
|
"""
|
25816
25816
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25817
25817
|
required_arguments = ['localPeeringGatewayId']
|
@@ -25916,7 +25916,7 @@ class VirtualNetworkClient(object):
|
|
25916
25916
|
:rtype: :class:`~oci.response.Response`
|
25917
25917
|
|
25918
25918
|
:example:
|
25919
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25919
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_nat_gateway.py.html>`__ to see an example of how to use update_nat_gateway API.
|
25920
25920
|
"""
|
25921
25921
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25922
25922
|
required_arguments = ['natGatewayId']
|
@@ -26037,7 +26037,7 @@ class VirtualNetworkClient(object):
|
|
26037
26037
|
:rtype: :class:`~oci.response.Response`
|
26038
26038
|
|
26039
26039
|
:example:
|
26040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_network_security_group.py.html>`__ to see an example of how to use update_network_security_group API.
|
26041
26041
|
"""
|
26042
26042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26043
26043
|
required_arguments = ['networkSecurityGroupId']
|
@@ -26138,7 +26138,7 @@ class VirtualNetworkClient(object):
|
|
26138
26138
|
:rtype: :class:`~oci.response.Response`
|
26139
26139
|
|
26140
26140
|
:example:
|
26141
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26141
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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.
|
26142
26142
|
"""
|
26143
26143
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26144
26144
|
required_arguments = ['networkSecurityGroupId']
|
@@ -26247,7 +26247,7 @@ class VirtualNetworkClient(object):
|
|
26247
26247
|
:rtype: :class:`~oci.response.Response`
|
26248
26248
|
|
26249
26249
|
:example:
|
26250
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26250
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_private_ip.py.html>`__ to see an example of how to use update_private_ip API.
|
26251
26251
|
"""
|
26252
26252
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26253
26253
|
required_arguments = ['privateIpId']
|
@@ -26393,7 +26393,7 @@ class VirtualNetworkClient(object):
|
|
26393
26393
|
:rtype: :class:`~oci.response.Response`
|
26394
26394
|
|
26395
26395
|
:example:
|
26396
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26396
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_public_ip.py.html>`__ to see an example of how to use update_public_ip API.
|
26397
26397
|
"""
|
26398
26398
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26399
26399
|
required_arguments = ['publicIpId']
|
@@ -26502,7 +26502,7 @@ class VirtualNetworkClient(object):
|
|
26502
26502
|
:rtype: :class:`~oci.response.Response`
|
26503
26503
|
|
26504
26504
|
:example:
|
26505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_public_ip_pool.py.html>`__ to see an example of how to use update_public_ip_pool API.
|
26506
26506
|
"""
|
26507
26507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26508
26508
|
required_arguments = ['publicIpPoolId']
|
@@ -26609,7 +26609,7 @@ class VirtualNetworkClient(object):
|
|
26609
26609
|
:rtype: :class:`~oci.response.Response`
|
26610
26610
|
|
26611
26611
|
:example:
|
26612
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26612
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_remote_peering_connection.py.html>`__ to see an example of how to use update_remote_peering_connection API.
|
26613
26613
|
"""
|
26614
26614
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26615
26615
|
required_arguments = ['remotePeeringConnectionId']
|
@@ -26719,7 +26719,7 @@ class VirtualNetworkClient(object):
|
|
26719
26719
|
:rtype: :class:`~oci.response.Response`
|
26720
26720
|
|
26721
26721
|
:example:
|
26722
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26722
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_route_table.py.html>`__ to see an example of how to use update_route_table API.
|
26723
26723
|
"""
|
26724
26724
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26725
26725
|
required_arguments = ['rtId']
|
@@ -26828,7 +26828,7 @@ class VirtualNetworkClient(object):
|
|
26828
26828
|
:rtype: :class:`~oci.response.Response`
|
26829
26829
|
|
26830
26830
|
:example:
|
26831
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26831
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_security_list.py.html>`__ to see an example of how to use update_security_list API.
|
26832
26832
|
"""
|
26833
26833
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26834
26834
|
required_arguments = ['securityListId']
|
@@ -26934,7 +26934,7 @@ class VirtualNetworkClient(object):
|
|
26934
26934
|
:rtype: :class:`~oci.response.Response`
|
26935
26935
|
|
26936
26936
|
:example:
|
26937
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26937
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_service_gateway.py.html>`__ to see an example of how to use update_service_gateway API.
|
26938
26938
|
"""
|
26939
26939
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26940
26940
|
required_arguments = ['serviceGatewayId']
|
@@ -27039,7 +27039,7 @@ class VirtualNetworkClient(object):
|
|
27039
27039
|
:rtype: :class:`~oci.response.Response`
|
27040
27040
|
|
27041
27041
|
:example:
|
27042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_subnet.py.html>`__ to see an example of how to use update_subnet API.
|
27043
27043
|
"""
|
27044
27044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27045
27045
|
required_arguments = ['subnetId']
|
@@ -27162,7 +27162,7 @@ class VirtualNetworkClient(object):
|
|
27162
27162
|
:rtype: :class:`~oci.response.Response`
|
27163
27163
|
|
27164
27164
|
:example:
|
27165
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27165
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_tunnel_cpe_device_config.py.html>`__ to see an example of how to use update_tunnel_cpe_device_config API.
|
27166
27166
|
"""
|
27167
27167
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27168
27168
|
required_arguments = ['ipscId', 'tunnelId']
|
@@ -27275,7 +27275,7 @@ class VirtualNetworkClient(object):
|
|
27275
27275
|
:rtype: :class:`~oci.response.Response`
|
27276
27276
|
|
27277
27277
|
:example:
|
27278
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27278
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_vcn.py.html>`__ to see an example of how to use update_vcn API.
|
27279
27279
|
"""
|
27280
27280
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27281
27281
|
required_arguments = ['vcnId']
|
@@ -27405,7 +27405,7 @@ class VirtualNetworkClient(object):
|
|
27405
27405
|
:rtype: :class:`~oci.response.Response`
|
27406
27406
|
|
27407
27407
|
:example:
|
27408
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27408
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_virtual_circuit.py.html>`__ to see an example of how to use update_virtual_circuit API.
|
27409
27409
|
"""
|
27410
27410
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27411
27411
|
required_arguments = ['virtualCircuitId']
|
@@ -27517,7 +27517,7 @@ class VirtualNetworkClient(object):
|
|
27517
27517
|
:rtype: :class:`~oci.response.Response`
|
27518
27518
|
|
27519
27519
|
:example:
|
27520
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27520
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_vlan.py.html>`__ to see an example of how to use update_vlan API.
|
27521
27521
|
"""
|
27522
27522
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27523
27523
|
required_arguments = ['vlanId']
|
@@ -27624,7 +27624,7 @@ class VirtualNetworkClient(object):
|
|
27624
27624
|
:rtype: :class:`~oci.response.Response`
|
27625
27625
|
|
27626
27626
|
:example:
|
27627
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27627
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_vnic.py.html>`__ to see an example of how to use update_vnic API.
|
27628
27628
|
"""
|
27629
27629
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27630
27630
|
required_arguments = ['vnicId']
|
@@ -27733,7 +27733,7 @@ class VirtualNetworkClient(object):
|
|
27733
27733
|
:rtype: :class:`~oci.response.Response`
|
27734
27734
|
|
27735
27735
|
:example:
|
27736
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27736
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/update_vtap.py.html>`__ to see an example of how to use update_vtap API.
|
27737
27737
|
"""
|
27738
27738
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27739
27739
|
required_arguments = ['vtapId']
|
@@ -27844,7 +27844,7 @@ class VirtualNetworkClient(object):
|
|
27844
27844
|
:rtype: :class:`~oci.response.Response`
|
27845
27845
|
|
27846
27846
|
:example:
|
27847
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27847
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/upgrade_drg.py.html>`__ to see an example of how to use upgrade_drg API.
|
27848
27848
|
"""
|
27849
27849
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27850
27850
|
required_arguments = ['drgId']
|
@@ -27947,7 +27947,7 @@ class VirtualNetworkClient(object):
|
|
27947
27947
|
:rtype: :class:`~oci.response.Response`
|
27948
27948
|
|
27949
27949
|
:example:
|
27950
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27950
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/validate_byoip_range.py.html>`__ to see an example of how to use validate_byoip_range API.
|
27951
27951
|
"""
|
27952
27952
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27953
27953
|
required_arguments = ['byoipRangeId']
|
@@ -28044,7 +28044,7 @@ class VirtualNetworkClient(object):
|
|
28044
28044
|
:rtype: :class:`~oci.response.Response`
|
28045
28045
|
|
28046
28046
|
:example:
|
28047
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28047
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/core/withdraw_byoip_range.py.html>`__ to see an example of how to use withdraw_byoip_range API.
|
28048
28048
|
"""
|
28049
28049
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28050
28050
|
required_arguments = ['byoipRangeId']
|