oci 2.155.0__py3-none-any.whl → 2.155.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +140 -26
- oci/ai_document/models/__init__.py +50 -0
- oci/ai_document/models/analyze_document_result.py +62 -0
- oci/ai_document/models/bar_code.py +159 -0
- oci/ai_document/models/capabilities.py +70 -0
- oci/ai_document/models/capability.py +70 -0
- oci/ai_document/models/create_model_details.py +93 -0
- oci/ai_document/models/detected_document_type.py +35 -0
- oci/ai_document/models/document_classification_feature.py +36 -5
- oci/ai_document/models/document_classification_model_metrics.py +1 -1
- oci/ai_document/models/document_elements_extraction_feature.py +80 -0
- oci/ai_document/models/document_elements_sub_type.py +103 -0
- oci/ai_document/models/document_feature.py +13 -3
- oci/ai_document/models/document_key_value_extraction_feature.py +36 -5
- oci/ai_document/models/document_language_classification_feature.py +1 -1
- oci/ai_document/models/document_table_extraction_feature.py +34 -3
- oci/ai_document/models/document_text_extraction_feature.py +65 -3
- oci/ai_document/models/driving_license_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/field_value.py +64 -2
- oci/ai_document/models/general_processor_config.py +1 -1
- oci/ai_document/models/health_insurance_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/inline_document_content.py +33 -2
- oci/ai_document/models/inline_document_details.py +33 -2
- oci/ai_document/models/invoice_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/invoice_processor_config.py +107 -0
- oci/ai_document/models/key_value_detection_model_metrics.py +1 -1
- oci/ai_document/models/kv_model_sub_type.py +121 -0
- oci/ai_document/models/model.py +116 -3
- oci/ai_document/models/model_metrics.py +43 -3
- oci/ai_document/models/model_sub_type.py +113 -0
- oci/ai_document/models/model_summary.py +31 -0
- oci/ai_document/models/model_type_info.py +101 -0
- oci/ai_document/models/normalization_fields.py +70 -0
- oci/ai_document/models/normalization_fields_map_value.py +70 -0
- oci/ai_document/models/object_location.py +33 -2
- oci/ai_document/models/object_storage_document_details.py +33 -2
- oci/ai_document/models/output_location.py +1 -1
- oci/ai_document/models/page.py +95 -2
- oci/ai_document/models/passport_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/pre_trained_document_elements_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_document_classification_model_details.py +56 -0
- oci/ai_document/models/pretrained_key_value_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_table_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_text_extraction_model_details.py +56 -0
- oci/ai_document/models/processor_config.py +11 -3
- oci/ai_document/models/qr_bar_code_sub_type_details.py +92 -0
- oci/ai_document/models/receipt_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/selection_mark.py +144 -0
- oci/ai_document/models/signature.py +97 -0
- oci/ai_document/models/signature_sub_type_details.py +92 -0
- oci/ai_document/models/update_model_details.py +31 -0
- oci/ai_document/models/value_array.py +14 -0
- oci/ai_document/models/value_date.py +14 -0
- oci/ai_document/models/value_integer.py +14 -0
- oci/ai_document/models/value_number.py +14 -0
- oci/ai_document/models/value_phone_number.py +14 -0
- oci/ai_document/models/value_string.py +14 -0
- oci/ai_document/models/value_time.py +14 -0
- 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 +28 -28
- oci/analytics/analytics_client.py +24 -24
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/service_client.py +1 -1
- oci/apiaccesscontrol/api_metadata_client.py +3 -3
- oci/apiaccesscontrol/privileged_api_control_client.py +6 -6
- oci/apiaccesscontrol/privileged_api_requests_client.py +7 -7
- oci/apiaccesscontrol/privileged_api_work_request_client.py +5 -5
- 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 +12 -12
- 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/scheduled_query_client.py +5 -5
- oci/apm_traces/trace_client.py +5 -5
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +88 -88
- 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/capacity_management/demand_signal_client.py +13 -13
- oci/capacity_management/internal_demand_signal_client.py +12 -12
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +6 -6
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +15 -15
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +46 -46
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +125 -125
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +258 -258
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +45 -45
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +317 -317
- oci/data_science/data_science_client.py +145 -145
- oci/database/database_client.py +421 -421
- oci/database_management/db_management_client.py +229 -229
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +15 -15
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +43 -43
- oci/database_tools/database_tools_client.py +23 -23
- oci/dblm/db_life_cycle_management_client.py +28 -28
- oci/dbmulticloud/multi_cloud_resource_discovery_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_blob_container_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_blob_mount_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_connector_client.py +7 -7
- oci/dbmulticloud/oracle_db_azure_key_client.py +2 -2
- oci/dbmulticloud/oracle_db_azure_vault_association_client.py +7 -7
- oci/dbmulticloud/oracle_db_azure_vault_client.py +7 -7
- oci/dbmulticloud/work_request_client.py +5 -5
- oci/delegate_access_control/delegate_access_control_client.py +26 -26
- oci/delegate_access_control/work_request_client.py +4 -4
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/disaster_recovery/disaster_recovery_client.py +31 -31
- oci/distributed_database/distributed_autonomous_db_service_client.py +18 -18
- oci/distributed_database/distributed_db_private_endpoint_service_client.py +7 -7
- oci/distributed_database/distributed_db_service_client.py +19 -19
- oci/distributed_database/distributed_db_work_request_service_client.py +4 -4
- oci/dns/dns_client.py +54 -54
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +74 -74
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +27 -27
- oci/fleet_apps_management/fleet_apps_management_catalog_client.py +7 -7
- oci/fleet_apps_management/fleet_apps_management_client.py +32 -32
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +29 -29
- oci/fleet_apps_management/fleet_apps_management_provision_client.py +6 -6
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +19 -19
- oci/fleet_apps_management/fleet_apps_management_work_request_client.py +4 -4
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/generative_ai_agent_client.py +38 -38
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +6 -6
- oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
- 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 +89 -89
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +311 -311
- oci/integration/integration_instance_client.py +19 -19
- oci/jms/java_management_service_client.py +79 -79
- 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 +200 -200
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/lustre_file_storage/lustre_file_storage_client.py +11 -11
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +18 -18
- 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/mngdmac/mac_device_client.py +3 -3
- oci/mngdmac/mac_order_client.py +11 -11
- oci/model_deployment/model_deployment_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +8 -8
- 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 +92 -92
- oci/network_load_balancer/network_load_balancer_client.py +35 -35
- oci/nosql/nosql_client.py +27 -27
- 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 +17 -17
- oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
- 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 +20 -0
- oci/opsi/models/autonomous_database_configuration_summary.py +1 -1
- oci/opsi/models/autonomous_database_insight.py +1 -1
- oci/opsi/models/autonomous_database_insight_summary.py +1 -1
- oci/opsi/models/change_macs_managed_autonomous_database_insight_connection_details.py +128 -0
- oci/opsi/models/create_autonomous_database_insight_details.py +1 -1
- oci/opsi/models/create_database_insight_details.py +11 -3
- oci/opsi/models/create_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/create_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/create_macs_managed_autonomous_database_insight_details.py +301 -0
- oci/opsi/models/create_macs_managed_cloud_database_insight_details.py +1 -1
- oci/opsi/models/create_macs_managed_cloud_exadata_cluster_details.py +7 -3
- oci/opsi/models/create_macs_managed_cloud_exadata_vmcluster_details.py +34 -3
- oci/opsi/models/create_mds_my_sql_database_insight_details.py +1 -1
- oci/opsi/models/create_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/create_pe_comanaged_exadata_vmcluster_details.py +78 -0
- oci/opsi/models/credential_by_iam.py +1 -1
- oci/opsi/models/credential_by_named_credentials.py +91 -0
- oci/opsi/models/credential_by_vault.py +1 -1
- oci/opsi/models/credential_details.py +14 -6
- oci/opsi/models/credentials_by_source.py +1 -1
- oci/opsi/models/database_configuration_summary.py +11 -3
- oci/opsi/models/database_insight.py +11 -3
- oci/opsi/models/database_insight_summary.py +11 -3
- oci/opsi/models/em_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/em_managed_external_database_insight.py +1 -1
- oci/opsi/models/em_managed_external_database_insight_summary.py +1 -1
- oci/opsi/models/em_managed_external_exadata_insight.py +1 -1
- oci/opsi/models/em_managed_external_exadata_insight_summary.py +1 -1
- oci/opsi/models/enable_autonomous_database_insight_details.py +1 -1
- oci/opsi/models/enable_database_insight_details.py +11 -3
- oci/opsi/models/enable_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/enable_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/enable_macs_managed_autonomous_database_insight_details.py +272 -0
- oci/opsi/models/enable_macs_managed_cloud_database_insight_details.py +1 -1
- oci/opsi/models/enable_mds_my_sql_database_insight_details.py +1 -1
- oci/opsi/models/enable_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/exadata_configuration_summary.py +7 -3
- oci/opsi/models/exadata_database_machine_configuration_summary.py +69 -3
- oci/opsi/models/exadata_exacc_configuration_summary.py +1 -1
- oci/opsi/models/exadata_exacs_configuration_summary.py +1 -1
- oci/opsi/models/exadata_insight.py +7 -3
- oci/opsi/models/exadata_insight_summary.py +7 -3
- oci/opsi/models/exadata_member_collection.py +7 -3
- oci/opsi/models/external_mysql_database_configuration_summary.py +1 -1
- oci/opsi/models/external_mysql_database_insight.py +1 -1
- oci/opsi/models/external_mysql_database_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_autonomous_database_configuration_summary.py +251 -0
- oci/opsi/models/macs_managed_autonomous_database_insight.py +467 -0
- oci/opsi/models/macs_managed_autonomous_database_insight_summary.py +313 -0
- oci/opsi/models/macs_managed_cloud_database_configuration_summary.py +1 -1
- oci/opsi/models/macs_managed_cloud_database_insight.py +1 -1
- oci/opsi/models/macs_managed_cloud_database_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_cloud_exadata_insight.py +1 -1
- oci/opsi/models/macs_managed_cloud_exadata_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/macs_managed_external_database_insight.py +1 -1
- oci/opsi/models/macs_managed_external_database_insight_summary.py +1 -1
- oci/opsi/models/mds_my_sql_database_insight.py +1 -1
- oci/opsi/models/mds_my_sql_database_insight_summary.py +1 -1
- oci/opsi/models/mds_mysql_database_configuration_summary.py +1 -1
- oci/opsi/models/pe_comanaged_database_insight.py +1 -1
- oci/opsi/models/pe_comanaged_database_insight_summary.py +1 -1
- oci/opsi/models/pe_comanaged_exadata_insight.py +1 -1
- oci/opsi/models/pe_comanaged_exadata_insight_summary.py +1 -1
- oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/synchronize_autonomous_database_to_exadata_details.py +110 -0
- oci/opsi/models/test_macs_managed_autonomous_database_insight_connection_details.py +128 -0
- oci/opsi/models/update_autonomous_database_insight_details.py +1 -1
- oci/opsi/models/update_database_insight_details.py +11 -3
- oci/opsi/models/update_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/update_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_autonomous_database_insight_details.py +63 -0
- oci/opsi/models/update_macs_managed_cloud_database_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/update_mds_my_sql_database_insight.py +1 -1
- oci/opsi/models/update_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/vm_cluster_summary.py +64 -2
- oci/opsi/models/work_request.py +15 -3
- oci/opsi/operations_insights_client.py +580 -202
- oci/opsi/operations_insights_client_composite_operations.py +125 -0
- 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 +13 -13
- oci/os_management_hub/managed_instance_client.py +33 -33
- oci/os_management_hub/managed_instance_group_client.py +26 -26
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +13 -13
- 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 +33 -33
- oci/os_management_hub/work_request_client.py +5 -5
- 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/models/subscription.py +38 -3
- oci/osp_gateway/models/subscription_summary.py +38 -3
- 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 +34 -34
- 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/oci_cache_user_client.py +7 -7
- oci/redis/redis_cluster_client.py +15 -15
- oci/redis/redis_identity_client.py +1 -1
- oci/regions_definitions.py +9 -4
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +14 -14
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/security_attribute/security_attribute_client.py +18 -18
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +87 -87
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +14 -14
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/wlms/weblogic_management_service_client.py +41 -41
- oci/wlms/weblogic_management_service_configuration_client.py +2 -2
- oci/work_requests/work_request_client.py +4 -4
- oci/zpr/zpr_client.py +15 -15
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/METADATA +1 -1
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/RECORD +430 -395
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/WHEEL +0 -0
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/top_level.txt +0 -0
@@ -161,7 +161,7 @@ class NetworkFirewallClient(object):
|
|
161
161
|
:rtype: :class:`~oci.response.Response`
|
162
162
|
|
163
163
|
:example:
|
164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/apply_network_firewall_policy.py.html>`__ to see an example of how to use apply_network_firewall_policy API.
|
165
165
|
"""
|
166
166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
167
167
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -290,7 +290,7 @@ class NetworkFirewallClient(object):
|
|
290
290
|
:rtype: :class:`~oci.response.Response`
|
291
291
|
|
292
292
|
:example:
|
293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/bulk_upload_address_lists.py.html>`__ to see an example of how to use bulk_upload_address_lists API.
|
294
294
|
"""
|
295
295
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
296
296
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -438,7 +438,7 @@ class NetworkFirewallClient(object):
|
|
438
438
|
:rtype: :class:`~oci.response.Response`
|
439
439
|
|
440
440
|
:example:
|
441
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/bulk_upload_application_groups.py.html>`__ to see an example of how to use bulk_upload_application_groups API.
|
442
442
|
"""
|
443
443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
444
444
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -586,7 +586,7 @@ class NetworkFirewallClient(object):
|
|
586
586
|
:rtype: :class:`~oci.response.Response`
|
587
587
|
|
588
588
|
:example:
|
589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/bulk_upload_applications.py.html>`__ to see an example of how to use bulk_upload_applications API.
|
590
590
|
"""
|
591
591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
592
592
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -734,7 +734,7 @@ class NetworkFirewallClient(object):
|
|
734
734
|
:rtype: :class:`~oci.response.Response`
|
735
735
|
|
736
736
|
:example:
|
737
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/bulk_upload_decryption_profiles.py.html>`__ to see an example of how to use bulk_upload_decryption_profiles API.
|
738
738
|
"""
|
739
739
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
740
740
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -882,7 +882,7 @@ class NetworkFirewallClient(object):
|
|
882
882
|
:rtype: :class:`~oci.response.Response`
|
883
883
|
|
884
884
|
:example:
|
885
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
885
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/bulk_upload_decryption_rules.py.html>`__ to see an example of how to use bulk_upload_decryption_rules API.
|
886
886
|
"""
|
887
887
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
888
888
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -1030,7 +1030,7 @@ class NetworkFirewallClient(object):
|
|
1030
1030
|
:rtype: :class:`~oci.response.Response`
|
1031
1031
|
|
1032
1032
|
:example:
|
1033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/bulk_upload_mapped_secrets.py.html>`__ to see an example of how to use bulk_upload_mapped_secrets API.
|
1034
1034
|
"""
|
1035
1035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1036
1036
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -1178,7 +1178,7 @@ class NetworkFirewallClient(object):
|
|
1178
1178
|
:rtype: :class:`~oci.response.Response`
|
1179
1179
|
|
1180
1180
|
:example:
|
1181
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/bulk_upload_nat_rules.py.html>`__ to see an example of how to use bulk_upload_nat_rules API.
|
1182
1182
|
"""
|
1183
1183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1184
1184
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -1326,7 +1326,7 @@ class NetworkFirewallClient(object):
|
|
1326
1326
|
:rtype: :class:`~oci.response.Response`
|
1327
1327
|
|
1328
1328
|
:example:
|
1329
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/bulk_upload_security_rules.py.html>`__ to see an example of how to use bulk_upload_security_rules API.
|
1330
1330
|
"""
|
1331
1331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1332
1332
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -1474,7 +1474,7 @@ class NetworkFirewallClient(object):
|
|
1474
1474
|
:rtype: :class:`~oci.response.Response`
|
1475
1475
|
|
1476
1476
|
:example:
|
1477
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1477
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/bulk_upload_service_lists.py.html>`__ to see an example of how to use bulk_upload_service_lists API.
|
1478
1478
|
"""
|
1479
1479
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1480
1480
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -1622,7 +1622,7 @@ class NetworkFirewallClient(object):
|
|
1622
1622
|
:rtype: :class:`~oci.response.Response`
|
1623
1623
|
|
1624
1624
|
:example:
|
1625
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1625
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/bulk_upload_services.py.html>`__ to see an example of how to use bulk_upload_services API.
|
1626
1626
|
"""
|
1627
1627
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1628
1628
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -1770,7 +1770,7 @@ class NetworkFirewallClient(object):
|
|
1770
1770
|
:rtype: :class:`~oci.response.Response`
|
1771
1771
|
|
1772
1772
|
:example:
|
1773
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1773
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/bulk_upload_tunnel_inspection_rules.py.html>`__ to see an example of how to use bulk_upload_tunnel_inspection_rules API.
|
1774
1774
|
"""
|
1775
1775
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1776
1776
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -1918,7 +1918,7 @@ class NetworkFirewallClient(object):
|
|
1918
1918
|
:rtype: :class:`~oci.response.Response`
|
1919
1919
|
|
1920
1920
|
:example:
|
1921
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1921
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/bulk_upload_url_lists.py.html>`__ to see an example of how to use bulk_upload_url_lists API.
|
1922
1922
|
"""
|
1923
1923
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1924
1924
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -2049,7 +2049,7 @@ class NetworkFirewallClient(object):
|
|
2049
2049
|
:rtype: :class:`~oci.response.Response`
|
2050
2050
|
|
2051
2051
|
:example:
|
2052
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2052
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
2053
2053
|
"""
|
2054
2054
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2055
2055
|
required_arguments = ['workRequestId']
|
@@ -2166,7 +2166,7 @@ class NetworkFirewallClient(object):
|
|
2166
2166
|
:rtype: :class:`~oci.response.Response`
|
2167
2167
|
|
2168
2168
|
:example:
|
2169
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2169
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/change_network_firewall_compartment.py.html>`__ to see an example of how to use change_network_firewall_compartment API.
|
2170
2170
|
"""
|
2171
2171
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2172
2172
|
required_arguments = ['networkFirewallId']
|
@@ -2286,7 +2286,7 @@ class NetworkFirewallClient(object):
|
|
2286
2286
|
:rtype: :class:`~oci.response.Response`
|
2287
2287
|
|
2288
2288
|
:example:
|
2289
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2289
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/change_network_firewall_policy_compartment.py.html>`__ to see an example of how to use change_network_firewall_policy_compartment API.
|
2290
2290
|
"""
|
2291
2291
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2292
2292
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -2406,7 +2406,7 @@ class NetworkFirewallClient(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.155.
|
2409
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/clone_network_firewall_policy.py.html>`__ to see an example of how to use clone_network_firewall_policy API.
|
2410
2410
|
"""
|
2411
2411
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2412
2412
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -2521,7 +2521,7 @@ class NetworkFirewallClient(object):
|
|
2521
2521
|
:rtype: :class:`~oci.response.Response`
|
2522
2522
|
|
2523
2523
|
:example:
|
2524
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2524
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/create_address_list.py.html>`__ to see an example of how to use create_address_list API.
|
2525
2525
|
"""
|
2526
2526
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2527
2527
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -2634,7 +2634,7 @@ class NetworkFirewallClient(object):
|
|
2634
2634
|
:rtype: :class:`~oci.response.Response`
|
2635
2635
|
|
2636
2636
|
:example:
|
2637
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2637
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/create_application.py.html>`__ to see an example of how to use create_application API.
|
2638
2638
|
"""
|
2639
2639
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2640
2640
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -2747,7 +2747,7 @@ class NetworkFirewallClient(object):
|
|
2747
2747
|
:rtype: :class:`~oci.response.Response`
|
2748
2748
|
|
2749
2749
|
:example:
|
2750
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2750
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/create_application_group.py.html>`__ to see an example of how to use create_application_group API.
|
2751
2751
|
"""
|
2752
2752
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2753
2753
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -2860,7 +2860,7 @@ class NetworkFirewallClient(object):
|
|
2860
2860
|
:rtype: :class:`~oci.response.Response`
|
2861
2861
|
|
2862
2862
|
:example:
|
2863
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2863
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/create_decryption_profile.py.html>`__ to see an example of how to use create_decryption_profile API.
|
2864
2864
|
"""
|
2865
2865
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2866
2866
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -2973,7 +2973,7 @@ class NetworkFirewallClient(object):
|
|
2973
2973
|
:rtype: :class:`~oci.response.Response`
|
2974
2974
|
|
2975
2975
|
:example:
|
2976
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2976
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/create_decryption_rule.py.html>`__ to see an example of how to use create_decryption_rule API.
|
2977
2977
|
"""
|
2978
2978
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2979
2979
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -3086,7 +3086,7 @@ class NetworkFirewallClient(object):
|
|
3086
3086
|
:rtype: :class:`~oci.response.Response`
|
3087
3087
|
|
3088
3088
|
:example:
|
3089
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3089
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/create_mapped_secret.py.html>`__ to see an example of how to use create_mapped_secret API.
|
3090
3090
|
"""
|
3091
3091
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3092
3092
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -3199,7 +3199,7 @@ class NetworkFirewallClient(object):
|
|
3199
3199
|
:rtype: :class:`~oci.response.Response`
|
3200
3200
|
|
3201
3201
|
:example:
|
3202
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3202
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/create_nat_rule.py.html>`__ to see an example of how to use create_nat_rule API.
|
3203
3203
|
"""
|
3204
3204
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3205
3205
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -3309,7 +3309,7 @@ class NetworkFirewallClient(object):
|
|
3309
3309
|
:rtype: :class:`~oci.response.Response`
|
3310
3310
|
|
3311
3311
|
:example:
|
3312
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3312
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/create_network_firewall.py.html>`__ to see an example of how to use create_network_firewall API.
|
3313
3313
|
"""
|
3314
3314
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3315
3315
|
required_arguments = []
|
@@ -3407,7 +3407,7 @@ class NetworkFirewallClient(object):
|
|
3407
3407
|
:rtype: :class:`~oci.response.Response`
|
3408
3408
|
|
3409
3409
|
:example:
|
3410
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3410
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/create_network_firewall_policy.py.html>`__ to see an example of how to use create_network_firewall_policy API.
|
3411
3411
|
"""
|
3412
3412
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3413
3413
|
required_arguments = []
|
@@ -3508,7 +3508,7 @@ class NetworkFirewallClient(object):
|
|
3508
3508
|
:rtype: :class:`~oci.response.Response`
|
3509
3509
|
|
3510
3510
|
:example:
|
3511
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3511
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/create_security_rule.py.html>`__ to see an example of how to use create_security_rule API.
|
3512
3512
|
"""
|
3513
3513
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3514
3514
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -3621,7 +3621,7 @@ class NetworkFirewallClient(object):
|
|
3621
3621
|
:rtype: :class:`~oci.response.Response`
|
3622
3622
|
|
3623
3623
|
:example:
|
3624
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/create_service.py.html>`__ to see an example of how to use create_service API.
|
3625
3625
|
"""
|
3626
3626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3627
3627
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -3734,7 +3734,7 @@ class NetworkFirewallClient(object):
|
|
3734
3734
|
:rtype: :class:`~oci.response.Response`
|
3735
3735
|
|
3736
3736
|
:example:
|
3737
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/create_service_list.py.html>`__ to see an example of how to use create_service_list API.
|
3738
3738
|
"""
|
3739
3739
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3740
3740
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -3847,7 +3847,7 @@ class NetworkFirewallClient(object):
|
|
3847
3847
|
:rtype: :class:`~oci.response.Response`
|
3848
3848
|
|
3849
3849
|
:example:
|
3850
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3850
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/create_tunnel_inspection_rule.py.html>`__ to see an example of how to use create_tunnel_inspection_rule API.
|
3851
3851
|
"""
|
3852
3852
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3853
3853
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -3960,7 +3960,7 @@ class NetworkFirewallClient(object):
|
|
3960
3960
|
:rtype: :class:`~oci.response.Response`
|
3961
3961
|
|
3962
3962
|
:example:
|
3963
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3963
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/create_url_list.py.html>`__ to see an example of how to use create_url_list API.
|
3964
3964
|
"""
|
3965
3965
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3966
3966
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -4073,7 +4073,7 @@ class NetworkFirewallClient(object):
|
|
4073
4073
|
:rtype: :class:`~oci.response.Response`
|
4074
4074
|
|
4075
4075
|
:example:
|
4076
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4076
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/delete_address_list.py.html>`__ to see an example of how to use delete_address_list API.
|
4077
4077
|
"""
|
4078
4078
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4079
4079
|
required_arguments = ['networkFirewallPolicyId', 'addressListName']
|
@@ -4182,7 +4182,7 @@ class NetworkFirewallClient(object):
|
|
4182
4182
|
:rtype: :class:`~oci.response.Response`
|
4183
4183
|
|
4184
4184
|
:example:
|
4185
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4185
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/delete_application.py.html>`__ to see an example of how to use delete_application API.
|
4186
4186
|
"""
|
4187
4187
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4188
4188
|
required_arguments = ['networkFirewallPolicyId', 'applicationName']
|
@@ -4291,7 +4291,7 @@ class NetworkFirewallClient(object):
|
|
4291
4291
|
:rtype: :class:`~oci.response.Response`
|
4292
4292
|
|
4293
4293
|
:example:
|
4294
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4294
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/delete_application_group.py.html>`__ to see an example of how to use delete_application_group API.
|
4295
4295
|
"""
|
4296
4296
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4297
4297
|
required_arguments = ['networkFirewallPolicyId', 'applicationGroupName']
|
@@ -4400,7 +4400,7 @@ class NetworkFirewallClient(object):
|
|
4400
4400
|
:rtype: :class:`~oci.response.Response`
|
4401
4401
|
|
4402
4402
|
:example:
|
4403
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/delete_decryption_profile.py.html>`__ to see an example of how to use delete_decryption_profile API.
|
4404
4404
|
"""
|
4405
4405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4406
4406
|
required_arguments = ['networkFirewallPolicyId', 'decryptionProfileName']
|
@@ -4509,7 +4509,7 @@ class NetworkFirewallClient(object):
|
|
4509
4509
|
:rtype: :class:`~oci.response.Response`
|
4510
4510
|
|
4511
4511
|
:example:
|
4512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4512
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/delete_decryption_rule.py.html>`__ to see an example of how to use delete_decryption_rule API.
|
4513
4513
|
"""
|
4514
4514
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4515
4515
|
required_arguments = ['networkFirewallPolicyId', 'decryptionRuleName']
|
@@ -4618,7 +4618,7 @@ class NetworkFirewallClient(object):
|
|
4618
4618
|
:rtype: :class:`~oci.response.Response`
|
4619
4619
|
|
4620
4620
|
:example:
|
4621
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4621
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/delete_mapped_secret.py.html>`__ to see an example of how to use delete_mapped_secret API.
|
4622
4622
|
"""
|
4623
4623
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4624
4624
|
required_arguments = ['networkFirewallPolicyId', 'mappedSecretName']
|
@@ -4727,7 +4727,7 @@ class NetworkFirewallClient(object):
|
|
4727
4727
|
:rtype: :class:`~oci.response.Response`
|
4728
4728
|
|
4729
4729
|
:example:
|
4730
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4730
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/delete_nat_rule.py.html>`__ to see an example of how to use delete_nat_rule API.
|
4731
4731
|
"""
|
4732
4732
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4733
4733
|
required_arguments = ['networkFirewallPolicyId', 'natRuleName']
|
@@ -4835,7 +4835,7 @@ class NetworkFirewallClient(object):
|
|
4835
4835
|
:rtype: :class:`~oci.response.Response`
|
4836
4836
|
|
4837
4837
|
:example:
|
4838
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4838
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/delete_network_firewall.py.html>`__ to see an example of how to use delete_network_firewall API.
|
4839
4839
|
"""
|
4840
4840
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4841
4841
|
required_arguments = ['networkFirewallId']
|
@@ -4940,7 +4940,7 @@ class NetworkFirewallClient(object):
|
|
4940
4940
|
:rtype: :class:`~oci.response.Response`
|
4941
4941
|
|
4942
4942
|
:example:
|
4943
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4943
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/delete_network_firewall_policy.py.html>`__ to see an example of how to use delete_network_firewall_policy API.
|
4944
4944
|
"""
|
4945
4945
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4946
4946
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -5048,7 +5048,7 @@ class NetworkFirewallClient(object):
|
|
5048
5048
|
:rtype: :class:`~oci.response.Response`
|
5049
5049
|
|
5050
5050
|
:example:
|
5051
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/delete_security_rule.py.html>`__ to see an example of how to use delete_security_rule API.
|
5052
5052
|
"""
|
5053
5053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5054
5054
|
required_arguments = ['networkFirewallPolicyId', 'securityRuleName']
|
@@ -5157,7 +5157,7 @@ class NetworkFirewallClient(object):
|
|
5157
5157
|
:rtype: :class:`~oci.response.Response`
|
5158
5158
|
|
5159
5159
|
:example:
|
5160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/delete_service.py.html>`__ to see an example of how to use delete_service API.
|
5161
5161
|
"""
|
5162
5162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5163
5163
|
required_arguments = ['networkFirewallPolicyId', 'serviceName']
|
@@ -5266,7 +5266,7 @@ class NetworkFirewallClient(object):
|
|
5266
5266
|
:rtype: :class:`~oci.response.Response`
|
5267
5267
|
|
5268
5268
|
:example:
|
5269
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5269
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/delete_service_list.py.html>`__ to see an example of how to use delete_service_list API.
|
5270
5270
|
"""
|
5271
5271
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5272
5272
|
required_arguments = ['networkFirewallPolicyId', 'serviceListName']
|
@@ -5375,7 +5375,7 @@ class NetworkFirewallClient(object):
|
|
5375
5375
|
:rtype: :class:`~oci.response.Response`
|
5376
5376
|
|
5377
5377
|
:example:
|
5378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/delete_tunnel_inspection_rule.py.html>`__ to see an example of how to use delete_tunnel_inspection_rule API.
|
5379
5379
|
"""
|
5380
5380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5381
5381
|
required_arguments = ['networkFirewallPolicyId', 'tunnelInspectionRuleName']
|
@@ -5484,7 +5484,7 @@ class NetworkFirewallClient(object):
|
|
5484
5484
|
:rtype: :class:`~oci.response.Response`
|
5485
5485
|
|
5486
5486
|
:example:
|
5487
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5487
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/delete_url_list.py.html>`__ to see an example of how to use delete_url_list API.
|
5488
5488
|
"""
|
5489
5489
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5490
5490
|
required_arguments = ['networkFirewallPolicyId', 'urlListName']
|
@@ -5586,7 +5586,7 @@ class NetworkFirewallClient(object):
|
|
5586
5586
|
:rtype: :class:`~oci.response.Response`
|
5587
5587
|
|
5588
5588
|
:example:
|
5589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/get_address_list.py.html>`__ to see an example of how to use get_address_list API.
|
5590
5590
|
"""
|
5591
5591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5592
5592
|
required_arguments = ['networkFirewallPolicyId', 'addressListName']
|
@@ -5694,7 +5694,7 @@ class NetworkFirewallClient(object):
|
|
5694
5694
|
:rtype: :class:`~oci.response.Response`
|
5695
5695
|
|
5696
5696
|
:example:
|
5697
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5697
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/get_application.py.html>`__ to see an example of how to use get_application API.
|
5698
5698
|
"""
|
5699
5699
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5700
5700
|
required_arguments = ['networkFirewallPolicyId', 'applicationName']
|
@@ -5806,7 +5806,7 @@ class NetworkFirewallClient(object):
|
|
5806
5806
|
:rtype: :class:`~oci.response.Response`
|
5807
5807
|
|
5808
5808
|
:example:
|
5809
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5809
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/get_application_group.py.html>`__ to see an example of how to use get_application_group API.
|
5810
5810
|
"""
|
5811
5811
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5812
5812
|
required_arguments = ['networkFirewallPolicyId', 'applicationGroupName']
|
@@ -5908,7 +5908,7 @@ class NetworkFirewallClient(object):
|
|
5908
5908
|
:rtype: :class:`~oci.response.Response`
|
5909
5909
|
|
5910
5910
|
:example:
|
5911
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5911
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/get_decryption_profile.py.html>`__ to see an example of how to use get_decryption_profile API.
|
5912
5912
|
"""
|
5913
5913
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5914
5914
|
required_arguments = ['networkFirewallPolicyId', 'decryptionProfileName']
|
@@ -6016,7 +6016,7 @@ class NetworkFirewallClient(object):
|
|
6016
6016
|
:rtype: :class:`~oci.response.Response`
|
6017
6017
|
|
6018
6018
|
:example:
|
6019
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6019
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/get_decryption_rule.py.html>`__ to see an example of how to use get_decryption_rule API.
|
6020
6020
|
"""
|
6021
6021
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6022
6022
|
required_arguments = ['networkFirewallPolicyId', 'decryptionRuleName']
|
@@ -6134,7 +6134,7 @@ class NetworkFirewallClient(object):
|
|
6134
6134
|
:rtype: :class:`~oci.response.Response`
|
6135
6135
|
|
6136
6136
|
:example:
|
6137
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/get_mapped_secret.py.html>`__ to see an example of how to use get_mapped_secret API.
|
6138
6138
|
"""
|
6139
6139
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6140
6140
|
required_arguments = ['networkFirewallPolicyId', 'mappedSecretName']
|
@@ -6246,7 +6246,7 @@ class NetworkFirewallClient(object):
|
|
6246
6246
|
:rtype: :class:`~oci.response.Response`
|
6247
6247
|
|
6248
6248
|
:example:
|
6249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/get_nat_rule.py.html>`__ to see an example of how to use get_nat_rule API.
|
6250
6250
|
"""
|
6251
6251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6252
6252
|
required_arguments = ['networkFirewallPolicyId', 'natRuleName']
|
@@ -6347,7 +6347,7 @@ class NetworkFirewallClient(object):
|
|
6347
6347
|
:rtype: :class:`~oci.response.Response`
|
6348
6348
|
|
6349
6349
|
:example:
|
6350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6350
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/get_network_firewall.py.html>`__ to see an example of how to use get_network_firewall API.
|
6351
6351
|
"""
|
6352
6352
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6353
6353
|
required_arguments = ['networkFirewallId']
|
@@ -6445,7 +6445,7 @@ class NetworkFirewallClient(object):
|
|
6445
6445
|
:rtype: :class:`~oci.response.Response`
|
6446
6446
|
|
6447
6447
|
:example:
|
6448
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6448
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/get_network_firewall_policy.py.html>`__ to see an example of how to use get_network_firewall_policy API.
|
6449
6449
|
"""
|
6450
6450
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6451
6451
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -6546,7 +6546,7 @@ class NetworkFirewallClient(object):
|
|
6546
6546
|
:rtype: :class:`~oci.response.Response`
|
6547
6547
|
|
6548
6548
|
:example:
|
6549
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/get_security_rule.py.html>`__ to see an example of how to use get_security_rule API.
|
6550
6550
|
"""
|
6551
6551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6552
6552
|
required_arguments = ['networkFirewallPolicyId', 'securityRuleName']
|
@@ -6654,7 +6654,7 @@ class NetworkFirewallClient(object):
|
|
6654
6654
|
:rtype: :class:`~oci.response.Response`
|
6655
6655
|
|
6656
6656
|
:example:
|
6657
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6657
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/get_service.py.html>`__ to see an example of how to use get_service API.
|
6658
6658
|
"""
|
6659
6659
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6660
6660
|
required_arguments = ['networkFirewallPolicyId', 'serviceName']
|
@@ -6766,7 +6766,7 @@ class NetworkFirewallClient(object):
|
|
6766
6766
|
:rtype: :class:`~oci.response.Response`
|
6767
6767
|
|
6768
6768
|
:example:
|
6769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/get_service_list.py.html>`__ to see an example of how to use get_service_list API.
|
6770
6770
|
"""
|
6771
6771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6772
6772
|
required_arguments = ['networkFirewallPolicyId', 'serviceListName']
|
@@ -6868,7 +6868,7 @@ class NetworkFirewallClient(object):
|
|
6868
6868
|
:rtype: :class:`~oci.response.Response`
|
6869
6869
|
|
6870
6870
|
:example:
|
6871
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6871
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/get_tunnel_inspection_rule.py.html>`__ to see an example of how to use get_tunnel_inspection_rule API.
|
6872
6872
|
"""
|
6873
6873
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6874
6874
|
required_arguments = ['networkFirewallPolicyId', 'tunnelInspectionRuleName']
|
@@ -6970,7 +6970,7 @@ class NetworkFirewallClient(object):
|
|
6970
6970
|
:rtype: :class:`~oci.response.Response`
|
6971
6971
|
|
6972
6972
|
:example:
|
6973
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6973
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/get_url_list.py.html>`__ to see an example of how to use get_url_list API.
|
6974
6974
|
"""
|
6975
6975
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6976
6976
|
required_arguments = ['networkFirewallPolicyId', 'urlListName']
|
@@ -7069,7 +7069,7 @@ class NetworkFirewallClient(object):
|
|
7069
7069
|
:rtype: :class:`~oci.response.Response`
|
7070
7070
|
|
7071
7071
|
:example:
|
7072
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7072
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
7073
7073
|
"""
|
7074
7074
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7075
7075
|
required_arguments = ['workRequestId']
|
@@ -7186,7 +7186,7 @@ class NetworkFirewallClient(object):
|
|
7186
7186
|
:rtype: :class:`~oci.response.Response`
|
7187
7187
|
|
7188
7188
|
:example:
|
7189
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7189
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/list_address_lists.py.html>`__ to see an example of how to use list_address_lists API.
|
7190
7190
|
"""
|
7191
7191
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7192
7192
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -7333,7 +7333,7 @@ class NetworkFirewallClient(object):
|
|
7333
7333
|
:rtype: :class:`~oci.response.Response`
|
7334
7334
|
|
7335
7335
|
:example:
|
7336
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7336
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/list_application_groups.py.html>`__ to see an example of how to use list_application_groups API.
|
7337
7337
|
"""
|
7338
7338
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7339
7339
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -7480,7 +7480,7 @@ class NetworkFirewallClient(object):
|
|
7480
7480
|
:rtype: :class:`~oci.response.Response`
|
7481
7481
|
|
7482
7482
|
:example:
|
7483
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7483
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/list_applications.py.html>`__ to see an example of how to use list_applications API.
|
7484
7484
|
"""
|
7485
7485
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7486
7486
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -7627,7 +7627,7 @@ class NetworkFirewallClient(object):
|
|
7627
7627
|
:rtype: :class:`~oci.response.Response`
|
7628
7628
|
|
7629
7629
|
:example:
|
7630
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7630
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/list_decryption_profiles.py.html>`__ to see an example of how to use list_decryption_profiles API.
|
7631
7631
|
"""
|
7632
7632
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7633
7633
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -7777,7 +7777,7 @@ class NetworkFirewallClient(object):
|
|
7777
7777
|
:rtype: :class:`~oci.response.Response`
|
7778
7778
|
|
7779
7779
|
:example:
|
7780
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7780
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/list_decryption_rules.py.html>`__ to see an example of how to use list_decryption_rules API.
|
7781
7781
|
"""
|
7782
7782
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7783
7783
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -7926,7 +7926,7 @@ class NetworkFirewallClient(object):
|
|
7926
7926
|
:rtype: :class:`~oci.response.Response`
|
7927
7927
|
|
7928
7928
|
:example:
|
7929
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7929
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/list_mapped_secrets.py.html>`__ to see an example of how to use list_mapped_secrets API.
|
7930
7930
|
"""
|
7931
7931
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7932
7932
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -8076,7 +8076,7 @@ class NetworkFirewallClient(object):
|
|
8076
8076
|
:rtype: :class:`~oci.response.Response`
|
8077
8077
|
|
8078
8078
|
:example:
|
8079
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8079
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/list_nat_rules.py.html>`__ to see an example of how to use list_nat_rules API.
|
8080
8080
|
"""
|
8081
8081
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8082
8082
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -8233,7 +8233,7 @@ class NetworkFirewallClient(object):
|
|
8233
8233
|
:rtype: :class:`~oci.response.Response`
|
8234
8234
|
|
8235
8235
|
:example:
|
8236
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8236
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/list_network_firewall_policies.py.html>`__ to see an example of how to use list_network_firewall_policies API.
|
8237
8237
|
"""
|
8238
8238
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8239
8239
|
required_arguments = ['compartmentId']
|
@@ -8398,7 +8398,7 @@ class NetworkFirewallClient(object):
|
|
8398
8398
|
:rtype: :class:`~oci.response.Response`
|
8399
8399
|
|
8400
8400
|
:example:
|
8401
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8401
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/list_network_firewalls.py.html>`__ to see an example of how to use list_network_firewalls API.
|
8402
8402
|
"""
|
8403
8403
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8404
8404
|
required_arguments = ['compartmentId']
|
@@ -8552,7 +8552,7 @@ class NetworkFirewallClient(object):
|
|
8552
8552
|
:rtype: :class:`~oci.response.Response`
|
8553
8553
|
|
8554
8554
|
:example:
|
8555
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8555
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/list_security_rules.py.html>`__ to see an example of how to use list_security_rules API.
|
8556
8556
|
"""
|
8557
8557
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8558
8558
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -8701,7 +8701,7 @@ class NetworkFirewallClient(object):
|
|
8701
8701
|
:rtype: :class:`~oci.response.Response`
|
8702
8702
|
|
8703
8703
|
:example:
|
8704
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8704
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/list_service_lists.py.html>`__ to see an example of how to use list_service_lists API.
|
8705
8705
|
"""
|
8706
8706
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8707
8707
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -8848,7 +8848,7 @@ class NetworkFirewallClient(object):
|
|
8848
8848
|
:rtype: :class:`~oci.response.Response`
|
8849
8849
|
|
8850
8850
|
:example:
|
8851
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8851
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/list_services.py.html>`__ to see an example of how to use list_services API.
|
8852
8852
|
"""
|
8853
8853
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8854
8854
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -8998,7 +8998,7 @@ class NetworkFirewallClient(object):
|
|
8998
8998
|
:rtype: :class:`~oci.response.Response`
|
8999
8999
|
|
9000
9000
|
:example:
|
9001
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9001
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/list_tunnel_inspection_rules.py.html>`__ to see an example of how to use list_tunnel_inspection_rules API.
|
9002
9002
|
"""
|
9003
9003
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9004
9004
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -9147,7 +9147,7 @@ class NetworkFirewallClient(object):
|
|
9147
9147
|
:rtype: :class:`~oci.response.Response`
|
9148
9148
|
|
9149
9149
|
:example:
|
9150
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/list_url_lists.py.html>`__ to see an example of how to use list_url_lists API.
|
9151
9151
|
"""
|
9152
9152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9153
9153
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -9291,7 +9291,7 @@ class NetworkFirewallClient(object):
|
|
9291
9291
|
:rtype: :class:`~oci.response.Response`
|
9292
9292
|
|
9293
9293
|
:example:
|
9294
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9294
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
9295
9295
|
"""
|
9296
9296
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9297
9297
|
required_arguments = ['workRequestId']
|
@@ -9433,7 +9433,7 @@ class NetworkFirewallClient(object):
|
|
9433
9433
|
:rtype: :class:`~oci.response.Response`
|
9434
9434
|
|
9435
9435
|
:example:
|
9436
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9436
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
9437
9437
|
"""
|
9438
9438
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9439
9439
|
required_arguments = ['workRequestId']
|
@@ -9586,7 +9586,7 @@ class NetworkFirewallClient(object):
|
|
9586
9586
|
:rtype: :class:`~oci.response.Response`
|
9587
9587
|
|
9588
9588
|
:example:
|
9589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
9590
9590
|
"""
|
9591
9591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9592
9592
|
required_arguments = ['compartmentId']
|
@@ -9728,7 +9728,7 @@ class NetworkFirewallClient(object):
|
|
9728
9728
|
:rtype: :class:`~oci.response.Response`
|
9729
9729
|
|
9730
9730
|
:example:
|
9731
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9731
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/migrate_network_firewall_policy.py.html>`__ to see an example of how to use migrate_network_firewall_policy API.
|
9732
9732
|
"""
|
9733
9733
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9734
9734
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -9842,7 +9842,7 @@ class NetworkFirewallClient(object):
|
|
9842
9842
|
:rtype: :class:`~oci.response.Response`
|
9843
9843
|
|
9844
9844
|
:example:
|
9845
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9845
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/update_address_list.py.html>`__ to see an example of how to use update_address_list API.
|
9846
9846
|
"""
|
9847
9847
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9848
9848
|
required_arguments = ['networkFirewallPolicyId', 'addressListName']
|
@@ -9958,7 +9958,7 @@ class NetworkFirewallClient(object):
|
|
9958
9958
|
:rtype: :class:`~oci.response.Response`
|
9959
9959
|
|
9960
9960
|
:example:
|
9961
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9961
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/update_application.py.html>`__ to see an example of how to use update_application API.
|
9962
9962
|
"""
|
9963
9963
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9964
9964
|
required_arguments = ['networkFirewallPolicyId', 'applicationName']
|
@@ -10074,7 +10074,7 @@ class NetworkFirewallClient(object):
|
|
10074
10074
|
:rtype: :class:`~oci.response.Response`
|
10075
10075
|
|
10076
10076
|
:example:
|
10077
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10077
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/update_application_group.py.html>`__ to see an example of how to use update_application_group API.
|
10078
10078
|
"""
|
10079
10079
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10080
10080
|
required_arguments = ['networkFirewallPolicyId', 'applicationGroupName']
|
@@ -10190,7 +10190,7 @@ class NetworkFirewallClient(object):
|
|
10190
10190
|
:rtype: :class:`~oci.response.Response`
|
10191
10191
|
|
10192
10192
|
:example:
|
10193
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10193
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/update_decryption_profile.py.html>`__ to see an example of how to use update_decryption_profile API.
|
10194
10194
|
"""
|
10195
10195
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10196
10196
|
required_arguments = ['networkFirewallPolicyId', 'decryptionProfileName']
|
@@ -10306,7 +10306,7 @@ class NetworkFirewallClient(object):
|
|
10306
10306
|
:rtype: :class:`~oci.response.Response`
|
10307
10307
|
|
10308
10308
|
:example:
|
10309
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10309
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/update_decryption_rule.py.html>`__ to see an example of how to use update_decryption_rule API.
|
10310
10310
|
"""
|
10311
10311
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10312
10312
|
required_arguments = ['networkFirewallPolicyId', 'decryptionRuleName']
|
@@ -10422,7 +10422,7 @@ class NetworkFirewallClient(object):
|
|
10422
10422
|
:rtype: :class:`~oci.response.Response`
|
10423
10423
|
|
10424
10424
|
:example:
|
10425
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10425
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/update_mapped_secret.py.html>`__ to see an example of how to use update_mapped_secret API.
|
10426
10426
|
"""
|
10427
10427
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10428
10428
|
required_arguments = ['networkFirewallPolicyId', 'mappedSecretName']
|
@@ -10538,7 +10538,7 @@ class NetworkFirewallClient(object):
|
|
10538
10538
|
:rtype: :class:`~oci.response.Response`
|
10539
10539
|
|
10540
10540
|
:example:
|
10541
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10541
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/update_nat_rule.py.html>`__ to see an example of how to use update_nat_rule API.
|
10542
10542
|
"""
|
10543
10543
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10544
10544
|
required_arguments = ['networkFirewallPolicyId', 'natRuleName']
|
@@ -10653,7 +10653,7 @@ class NetworkFirewallClient(object):
|
|
10653
10653
|
:rtype: :class:`~oci.response.Response`
|
10654
10654
|
|
10655
10655
|
:example:
|
10656
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10656
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/update_network_firewall.py.html>`__ to see an example of how to use update_network_firewall API.
|
10657
10657
|
"""
|
10658
10658
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10659
10659
|
required_arguments = ['networkFirewallId']
|
@@ -10763,7 +10763,7 @@ class NetworkFirewallClient(object):
|
|
10763
10763
|
:rtype: :class:`~oci.response.Response`
|
10764
10764
|
|
10765
10765
|
:example:
|
10766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10766
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/update_network_firewall_policy.py.html>`__ to see an example of how to use update_network_firewall_policy API.
|
10767
10767
|
"""
|
10768
10768
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10769
10769
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -10876,7 +10876,7 @@ class NetworkFirewallClient(object):
|
|
10876
10876
|
:rtype: :class:`~oci.response.Response`
|
10877
10877
|
|
10878
10878
|
:example:
|
10879
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10879
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/update_security_rule.py.html>`__ to see an example of how to use update_security_rule API.
|
10880
10880
|
"""
|
10881
10881
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10882
10882
|
required_arguments = ['networkFirewallPolicyId', 'securityRuleName']
|
@@ -10992,7 +10992,7 @@ class NetworkFirewallClient(object):
|
|
10992
10992
|
:rtype: :class:`~oci.response.Response`
|
10993
10993
|
|
10994
10994
|
:example:
|
10995
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10995
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/update_service.py.html>`__ to see an example of how to use update_service API.
|
10996
10996
|
"""
|
10997
10997
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10998
10998
|
required_arguments = ['networkFirewallPolicyId', 'serviceName']
|
@@ -11108,7 +11108,7 @@ class NetworkFirewallClient(object):
|
|
11108
11108
|
:rtype: :class:`~oci.response.Response`
|
11109
11109
|
|
11110
11110
|
:example:
|
11111
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11111
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/update_service_list.py.html>`__ to see an example of how to use update_service_list API.
|
11112
11112
|
"""
|
11113
11113
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11114
11114
|
required_arguments = ['networkFirewallPolicyId', 'serviceListName']
|
@@ -11224,7 +11224,7 @@ class NetworkFirewallClient(object):
|
|
11224
11224
|
:rtype: :class:`~oci.response.Response`
|
11225
11225
|
|
11226
11226
|
:example:
|
11227
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11227
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/update_tunnel_inspection_rule.py.html>`__ to see an example of how to use update_tunnel_inspection_rule API.
|
11228
11228
|
"""
|
11229
11229
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11230
11230
|
required_arguments = ['networkFirewallPolicyId', 'tunnelInspectionRuleName']
|
@@ -11340,7 +11340,7 @@ class NetworkFirewallClient(object):
|
|
11340
11340
|
:rtype: :class:`~oci.response.Response`
|
11341
11341
|
|
11342
11342
|
:example:
|
11343
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11343
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/networkfirewall/update_url_list.py.html>`__ to see an example of how to use update_url_list API.
|
11344
11344
|
"""
|
11345
11345
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11346
11346
|
required_arguments = ['networkFirewallPolicyId', 'urlListName']
|