oci 2.128.2__py3-none-any.whl → 2.129.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 +22 -22
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +10 -10
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +9 -9
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +66 -66
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +45 -45
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +247 -247
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +278 -278
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +7970 -5829
- oci/database/database_client_composite_operations.py +582 -0
- oci/database/models/__init__.py +46 -0
- oci/database/models/autonomous_container_database.py +2 -2
- oci/database/models/autonomous_container_database_summary.py +2 -2
- oci/database/models/autonomous_database.py +14 -2
- oci/database/models/autonomous_database_summary.py +14 -2
- oci/database/models/change_exadb_vm_cluster_compartment_details.py +76 -0
- oci/database/models/change_exascale_db_storage_vault_compartment_details.py +76 -0
- oci/database/models/cloud_automation_apply_update_time_preference.py +103 -0
- oci/database/models/cloud_automation_freeze_period.py +103 -0
- oci/database/models/cloud_automation_update_details.py +157 -0
- oci/database/models/create_autonomous_database_base.py +4 -4
- oci/database/models/create_database_software_image_details.py +7 -3
- oci/database/models/create_exadb_vm_cluster_details.py +956 -0
- oci/database/models/create_exascale_db_storage_vault_details.py +340 -0
- oci/database/models/create_pluggable_database_creation_type_details.py +4 -1
- oci/database/models/create_pluggable_database_from_local_clone_details.py +33 -2
- oci/database/models/create_pluggable_database_from_remote_clone_details.py +33 -2
- oci/database/models/database_software_image.py +7 -3
- oci/database/models/database_software_image_summary.py +7 -3
- oci/database/models/db_node.py +38 -3
- oci/database/models/db_node_details.py +76 -0
- oci/database/models/db_node_summary.py +38 -3
- oci/database/models/db_server.py +3 -3
- oci/database/models/db_server_summary.py +3 -3
- oci/database/models/exadb_vm_cluster.py +1592 -0
- oci/database/models/exadb_vm_cluster_storage_details.py +72 -0
- oci/database/models/exadb_vm_cluster_summary.py +1565 -0
- oci/database/models/exadb_vm_cluster_update.py +416 -0
- oci/database/models/exadb_vm_cluster_update_history_entry.py +392 -0
- oci/database/models/exadb_vm_cluster_update_history_entry_summary.py +392 -0
- oci/database/models/exadb_vm_cluster_update_summary.py +422 -0
- oci/database/models/exascale_db_storage_details.py +103 -0
- oci/database/models/exascale_db_storage_input_details.py +72 -0
- oci/database/models/exascale_db_storage_vault.py +605 -0
- oci/database/models/exascale_db_storage_vault_summary.py +536 -0
- oci/database/models/gi_minor_version_summary.py +107 -0
- oci/database/models/maintenance_window.py +2 -4
- oci/database/models/remove_virtual_machine_from_exadb_vm_cluster_details.py +72 -0
- oci/database/models/update_exadb_vm_cluster_details.py +570 -0
- oci/database/models/update_exascale_db_storage_vault_details.py +239 -0
- oci/database_management/db_management_client.py +210 -210
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/models/child_database.py +7 -3
- oci/database_management/models/database_usage_metrics.py +7 -3
- oci/database_management/models/fleet_status_by_category.py +7 -3
- oci/database_management/models/job_database.py +7 -3
- oci/database_management/models/job_execution.py +7 -3
- oci/database_management/models/job_execution_summary.py +7 -3
- oci/database_management/models/managed_database.py +7 -3
- oci/database_management/models/managed_database_summary.py +7 -3
- oci/database_management/models/optimizer_database.py +7 -3
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/__init__.py +1 -1
- oci/database_migration/database_migration_client.py +322 -833
- oci/database_migration/database_migration_client_composite_operations.py +3 -95
- oci/database_migration/models/__init__.py +145 -115
- oci/database_migration/models/adb_dedicated_auto_create_tablespace_details.py +12 -8
- oci/database_migration/models/adb_dedicated_remap_target_tablespace_details.py +4 -4
- oci/database_migration/models/adb_serverles_tablespace_details.py +4 -4
- oci/database_migration/models/admin_credentials.py +1 -1
- oci/database_migration/models/advisor_report.py +4 -4
- oci/database_migration/models/advisor_report_bucket_details.py +6 -6
- oci/database_migration/models/advisor_report_location_details.py +4 -4
- oci/database_migration/models/change_connection_compartment_details.py +4 -4
- oci/database_migration/models/change_migration_compartment_details.py +4 -4
- oci/database_migration/models/clone_migration_details.py +87 -168
- oci/database_migration/models/connection.py +453 -420
- oci/database_migration/models/connection_collection.py +4 -4
- oci/database_migration/models/connection_summary.py +315 -280
- oci/database_migration/models/create_adb_dedicated_auto_create_tablespace_details.py +12 -8
- oci/database_migration/models/create_adb_dedicated_remap_target_tablespace_details.py +4 -4
- oci/database_migration/models/create_adb_serverles_tablespace_details.py +2 -2
- oci/database_migration/models/create_admin_credentials.py +1 -1
- oci/database_migration/models/create_connection_details.py +276 -342
- oci/database_migration/models/create_curl_transfer_details.py +1 -1
- oci/database_migration/models/create_data_pump_parameters.py +2 -4
- oci/database_migration/models/create_directory_object.py +1 -1
- oci/database_migration/models/create_extract.py +1 -1
- oci/database_migration/models/create_golden_gate_hub_details.py +277 -0
- oci/database_migration/models/create_host_dump_transfer_details.py +4 -4
- oci/database_migration/models/create_migration_details.py +143 -409
- oci/database_migration/models/create_my_sql_advisor_settings.py +103 -0
- oci/database_migration/models/create_my_sql_data_transfer_medium_details.py +101 -0
- oci/database_migration/models/create_my_sql_ggs_deployment_details.py +99 -0
- oci/database_migration/models/create_my_sql_initial_load_settings.py +316 -0
- oci/database_migration/models/create_my_sql_migration_details.py +340 -0
- oci/database_migration/models/create_my_sql_object_storage_data_transfer_medium_details.py +78 -0
- oci/database_migration/models/create_mysql_connection_details.py +524 -0
- oci/database_migration/models/create_non_adb_auto_create_tablespace_details.py +1 -1
- oci/database_migration/models/create_non_adb_remap_tablespace_details.py +1 -1
- oci/database_migration/models/create_object_store_bucket.py +1 -1
- oci/database_migration/models/create_oci_cli_dump_transfer_details.py +1 -1
- oci/database_migration/models/create_oracle_advisor_settings.py +103 -0
- oci/database_migration/models/create_oracle_aws_s3_data_transfer_medium_details.py +211 -0
- oci/database_migration/models/create_oracle_connection_details.py +392 -0
- oci/database_migration/models/create_oracle_data_transfer_medium_details.py +125 -0
- oci/database_migration/models/create_oracle_db_link_data_transfer_medium_details.py +111 -0
- oci/database_migration/models/create_oracle_ggs_deployment_details.py +126 -0
- oci/database_migration/models/create_oracle_initial_load_settings.py +239 -0
- oci/database_migration/models/create_oracle_migration_details.py +402 -0
- oci/database_migration/models/create_oracle_nfs_data_transfer_medium_details.py +163 -0
- oci/database_migration/models/create_oracle_object_storage_data_transfer_medium_details.py +132 -0
- oci/database_migration/models/create_replicat.py +3 -96
- oci/database_migration/models/create_target_type_tablespace_details.py +1 -1
- oci/database_migration/models/curl_transfer_details.py +1 -1
- oci/database_migration/models/data_pump_parameters.py +4 -6
- oci/database_migration/models/diagnostics_result.py +1 -1
- oci/database_migration/models/directory_object.py +1 -1
- oci/database_migration/models/excluded_object_summary.py +1 -1
- oci/database_migration/models/excluded_object_summary_collection.py +1 -1
- oci/database_migration/models/extract.py +1 -1
- oci/database_migration/models/ggs_deployment.py +5 -5
- oci/database_migration/models/golden_gate_hub_details.py +277 -0
- oci/database_migration/models/host_dump_transfer_details.py +2 -2
- oci/database_migration/models/ingress_ip_details.py +72 -0
- oci/database_migration/models/job.py +5 -5
- oci/database_migration/models/job_collection.py +1 -1
- oci/database_migration/models/job_output_summary.py +1 -1
- oci/database_migration/models/job_output_summary_collection.py +1 -1
- oci/database_migration/models/job_summary.py +5 -5
- oci/database_migration/models/log_location_bucket_details.py +1 -1
- oci/database_migration/models/metadata_remap.py +1 -1
- oci/database_migration/models/migration.py +154 -412
- oci/database_migration/models/migration_collection.py +1 -1
- oci/database_migration/models/migration_job_progress_resource.py +18 -10
- oci/database_migration/models/migration_job_progress_summary.py +18 -10
- oci/database_migration/models/migration_object_collection.py +54 -46
- oci/database_migration/models/migration_object_type_summary.py +1 -1
- oci/database_migration/models/migration_object_type_summary_collection.py +1 -1
- oci/database_migration/models/migration_parameter_base.py +127 -0
- oci/database_migration/models/migration_parameter_details.py +164 -0
- oci/database_migration/models/migration_parameter_summary.py +502 -0
- oci/database_migration/models/migration_parameter_summary_collection.py +72 -0
- oci/database_migration/models/migration_phase_collection.py +1 -1
- oci/database_migration/models/migration_phase_summary.py +18 -10
- oci/database_migration/models/migration_summary.py +102 -117
- oci/database_migration/models/my_sql_advisor_settings.py +103 -0
- oci/database_migration/models/my_sql_clone_migration_details.py +93 -0
- oci/database_migration/models/my_sql_data_transfer_medium_details.py +101 -0
- oci/database_migration/models/my_sql_database_object.py +136 -0
- oci/database_migration/models/my_sql_database_object_summary.py +183 -0
- oci/database_migration/models/my_sql_ggs_deployment_details.py +126 -0
- oci/database_migration/models/my_sql_initial_load_settings.py +316 -0
- oci/database_migration/models/my_sql_migration.py +309 -0
- oci/database_migration/models/my_sql_migration_object_collection.py +117 -0
- oci/database_migration/models/my_sql_migration_summary.py +159 -0
- oci/database_migration/models/my_sql_object_storage_data_transfer_medium_details.py +78 -0
- oci/database_migration/models/mysql_connection.py +538 -0
- oci/database_migration/models/mysql_connection_summary.py +413 -0
- oci/database_migration/models/name_value_pair.py +103 -0
- oci/database_migration/models/non_adb_auto_create_tablespace_details.py +1 -1
- oci/database_migration/models/non_adb_remap_tablespace_details.py +1 -1
- oci/database_migration/models/object_store_bucket.py +1 -1
- oci/database_migration/models/oci_cli_dump_transfer_details.py +1 -1
- oci/database_migration/models/oracle_advisor_settings.py +103 -0
- oci/database_migration/models/oracle_aws_s3_data_transfer_medium_details.py +211 -0
- oci/database_migration/models/oracle_clone_migration_details.py +124 -0
- oci/database_migration/models/oracle_connection.py +449 -0
- oci/database_migration/models/oracle_connection_summary.py +256 -0
- oci/database_migration/models/oracle_data_transfer_medium_details.py +125 -0
- oci/database_migration/models/oracle_database_object.py +169 -0
- oci/database_migration/models/oracle_database_object_summary.py +216 -0
- oci/database_migration/models/oracle_db_link_data_transfer_medium_details.py +111 -0
- oci/database_migration/models/oracle_ggs_deployment_details.py +153 -0
- oci/database_migration/models/oracle_initial_load_settings.py +239 -0
- oci/database_migration/models/oracle_migration.py +371 -0
- oci/database_migration/models/oracle_migration_object_collection.py +117 -0
- oci/database_migration/models/oracle_migration_summary.py +190 -0
- oci/database_migration/models/oracle_nfs_data_transfer_medium_details.py +163 -0
- oci/database_migration/models/oracle_object_storage_data_transfer_medium_details.py +132 -0
- oci/database_migration/models/phase_extract_entry.py +1 -1
- oci/database_migration/models/phase_status.py +18 -10
- oci/database_migration/models/replicat.py +3 -96
- oci/database_migration/models/result_error.py +1 -1
- oci/database_migration/models/resume_job_details.py +18 -10
- oci/database_migration/models/start_migration_details.py +18 -10
- oci/database_migration/models/target_type_tablespace_details.py +1 -1
- oci/database_migration/models/unsupported_database_object.py +1 -1
- oci/database_migration/models/update_adb_dedicated_auto_create_tablespace_details.py +12 -8
- oci/database_migration/models/update_adb_dedicated_remap_target_tablespace_details.py +4 -4
- oci/database_migration/models/update_adb_serverles_tablespace_details.py +2 -2
- oci/database_migration/models/update_admin_credentials.py +1 -1
- oci/database_migration/models/update_connection_details.py +278 -244
- oci/database_migration/models/update_curl_transfer_details.py +1 -1
- oci/database_migration/models/update_data_pump_parameters.py +6 -8
- oci/database_migration/models/update_directory_object.py +1 -1
- oci/database_migration/models/update_extract.py +1 -1
- oci/database_migration/models/update_golden_gate_hub_details.py +277 -0
- oci/database_migration/models/update_host_dump_transfer_details.py +4 -4
- oci/database_migration/models/update_job_details.py +5 -5
- oci/database_migration/models/update_migration_details.py +122 -363
- oci/database_migration/models/update_my_sql_advisor_settings.py +103 -0
- oci/database_migration/models/update_my_sql_data_transfer_medium_details.py +101 -0
- oci/database_migration/models/update_my_sql_ggs_deployment_details.py +99 -0
- oci/database_migration/models/update_my_sql_initial_load_settings.py +316 -0
- oci/database_migration/models/update_my_sql_migration_details.py +236 -0
- oci/database_migration/models/update_my_sql_object_storage_data_transfer_medium_details.py +78 -0
- oci/database_migration/models/update_mysql_connection_details.py +484 -0
- oci/database_migration/models/update_non_adb_auto_create_tablespace_details.py +1 -1
- oci/database_migration/models/update_non_adb_remap_tablespace_details.py +1 -1
- oci/database_migration/models/update_object_store_bucket.py +1 -1
- oci/database_migration/models/update_oci_cli_dump_transfer_details.py +1 -1
- oci/database_migration/models/update_oracle_advisor_settings.py +103 -0
- oci/database_migration/models/update_oracle_aws_s3_data_transfer_medium_details.py +211 -0
- oci/database_migration/models/update_oracle_connection_details.py +354 -0
- oci/database_migration/models/update_oracle_data_transfer_medium_details.py +125 -0
- oci/database_migration/models/update_oracle_db_link_data_transfer_medium_details.py +111 -0
- oci/database_migration/models/update_oracle_ggs_deployment_details.py +126 -0
- oci/database_migration/models/update_oracle_initial_load_settings.py +239 -0
- oci/database_migration/models/update_oracle_migration_details.py +298 -0
- oci/database_migration/models/update_oracle_nfs_data_transfer_medium_details.py +163 -0
- oci/database_migration/models/update_oracle_object_storage_data_transfer_medium_details.py +132 -0
- oci/database_migration/models/update_replicat.py +3 -96
- oci/database_migration/models/update_target_defaults_auto_create_tablespace_details.py +1 -1
- oci/database_migration/models/update_target_defaults_remap_tablespace_details.py +1 -1
- oci/database_migration/models/update_target_type_tablespace_details.py +1 -1
- oci/database_migration/models/work_request.py +4 -12
- oci/database_migration/models/work_request_collection.py +1 -1
- oci/database_migration/models/work_request_error.py +1 -1
- oci/database_migration/models/work_request_error_collection.py +1 -1
- oci/database_migration/models/work_request_log_entry.py +1 -1
- oci/database_migration/models/work_request_log_entry_collection.py +1 -1
- oci/database_migration/models/work_request_resource.py +1 -1
- oci/database_migration/models/work_request_summary.py +1 -1
- oci/database_tools/database_tools_client.py +23 -23
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +185 -67
- oci/file_storage/models/create_export_details.py +14 -4
- oci/file_storage/models/create_file_system_details.py +51 -0
- oci/file_storage/models/file_system.py +89 -3
- oci/file_storage/models/file_system_summary.py +60 -5
- oci/file_storage/models/snapshot_schedule.py +8 -2
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +68 -68
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- 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 +116 -6
- oci/mysql/db_backups_client_composite_operations.py +39 -0
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/models/__init__.py +4 -0
- oci/mysql/models/backup.py +99 -2
- oci/mysql/models/backup_summary.py +126 -2
- oci/mysql/models/copy_backup_details.py +210 -0
- oci/mysql/models/db_system_snapshot.py +39 -2
- oci/mysql/models/db_system_snapshot_summary.py +140 -0
- oci/mysql/models/work_request.py +7 -3
- oci/mysql/models/work_request_summary.py +7 -3
- 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 +80 -80
- 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 +50 -50
- 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 +12 -0
- oci/opsi/models/basic_configuration_item_summary.py +3 -3
- oci/opsi/models/create_operations_insights_private_endpoint_details.py +4 -2
- oci/opsi/models/create_operations_insights_warehouse_details.py +2 -2
- oci/opsi/models/create_operations_insights_warehouse_user_details.py +4 -4
- oci/opsi/models/credential_details.py +1 -1
- oci/opsi/models/database_configuration_summary.py +2 -2
- oci/opsi/models/database_details.py +2 -2
- oci/opsi/models/database_insight.py +2 -2
- oci/opsi/models/database_insight_summary.py +2 -2
- oci/opsi/models/download_operations_insights_warehouse_wallet_details.py +2 -2
- oci/opsi/models/enterprise_manager_bridges.py +1 -1
- oci/opsi/models/host_configuration_metric_group.py +11 -3
- oci/opsi/models/host_cpu_hardware_configuration.py +1 -1
- oci/opsi/models/host_cpu_recommendations.py +118 -5
- 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 +492 -0
- oci/opsi/models/host_gpu_processes.py +213 -0
- oci/opsi/models/host_gpu_usage.py +678 -0
- oci/opsi/models/host_hardware_configuration.py +1 -1
- oci/opsi/models/host_insight.py +2 -2
- oci/opsi/models/host_insight_host_recommendations.py +27 -3
- oci/opsi/models/host_insight_summary.py +4 -4
- oci/opsi/models/host_memory_configuration.py +1 -1
- oci/opsi/models/host_memory_recommendations.py +165 -0
- 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_recommendations.py +134 -0
- oci/opsi/models/host_performance_metric_group.py +19 -3
- oci/opsi/models/host_product.py +1 -1
- oci/opsi/models/host_resource_allocation.py +1 -1
- oci/opsi/models/host_storage_recommendations.py +134 -0
- oci/opsi/models/host_top_processes.py +34 -3
- oci/opsi/models/importable_enterprise_manager_entity.py +2 -2
- oci/opsi/models/news_report.py +2 -2
- oci/opsi/models/news_report_summary.py +2 -2
- oci/opsi/models/operations_insights_private_endpoint.py +2 -2
- oci/opsi/models/operations_insights_private_endpoint_summary.py +2 -2
- oci/opsi/models/operations_insights_warehouse.py +6 -6
- oci/opsi/models/operations_insights_warehouse_summary.py +6 -6
- oci/opsi/models/operations_insights_warehouse_user.py +4 -4
- oci/opsi/models/operations_insights_warehouse_user_summary.py +4 -4
- oci/opsi/models/operations_insights_warehouses.py +3 -3
- oci/opsi/models/opsi_configuration_basic_configuration_item_summary.py +1 -1
- oci/opsi/models/resource_filters.py +56 -2
- oci/opsi/models/sql_bucket.py +2 -2
- oci/opsi/models/sql_search_summary.py +2 -2
- oci/opsi/models/top_processes_usage.py +31 -0
- oci/opsi/models/top_processes_usage_trend.py +31 -0
- oci/opsi/models/update_operations_insights_warehouse_details.py +2 -2
- oci/opsi/models/update_operations_insights_warehouse_user_details.py +2 -2
- oci/opsi/models/work_requests.py +1 -1
- oci/opsi/operations_insights_client.py +604 -409
- oci/opsi/operations_insights_client_composite_operations.py +8 -8
- 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 +25 -25
- oci/redis/redis_cluster_client.py +11 -11
- oci/regions_definitions.py +3 -0
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +13 -13
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.128.2.dist-info → oci-2.129.1.dist-info}/METADATA +1 -1
- {oci-2.128.2.dist-info → oci-2.129.1.dist-info}/RECORD +547 -444
- {oci-2.128.2.dist-info → oci-2.129.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.128.2.dist-info → oci-2.129.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.128.2.dist-info → oci-2.129.1.dist-info}/WHEEL +0 -0
- {oci-2.128.2.dist-info → oci-2.129.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.
|
164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.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.
|
293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.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.
|
441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.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.
|
589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.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.
|
737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.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.
|
885
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.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.
|
1033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.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.
|
1181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/bulk_upload_security_rules.py.html>`__ to see an example of how to use bulk_upload_security_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.
|
1329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/bulk_upload_service_lists.py.html>`__ to see an example of how to use bulk_upload_service_lists 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.
|
1477
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/bulk_upload_services.py.html>`__ to see an example of how to use bulk_upload_services 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.
|
1625
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/bulk_upload_url_lists.py.html>`__ to see an example of how to use bulk_upload_url_lists 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']
|
@@ -1753,7 +1753,7 @@ class NetworkFirewallClient(object):
|
|
1753
1753
|
:rtype: :class:`~oci.response.Response`
|
1754
1754
|
|
1755
1755
|
:example:
|
1756
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1756
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
1757
1757
|
"""
|
1758
1758
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1759
1759
|
required_arguments = ['workRequestId']
|
@@ -1870,7 +1870,7 @@ class NetworkFirewallClient(object):
|
|
1870
1870
|
:rtype: :class:`~oci.response.Response`
|
1871
1871
|
|
1872
1872
|
:example:
|
1873
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1873
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/change_network_firewall_compartment.py.html>`__ to see an example of how to use change_network_firewall_compartment API.
|
1874
1874
|
"""
|
1875
1875
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1876
1876
|
required_arguments = ['networkFirewallId']
|
@@ -1990,7 +1990,7 @@ class NetworkFirewallClient(object):
|
|
1990
1990
|
:rtype: :class:`~oci.response.Response`
|
1991
1991
|
|
1992
1992
|
:example:
|
1993
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1993
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/change_network_firewall_policy_compartment.py.html>`__ to see an example of how to use change_network_firewall_policy_compartment API.
|
1994
1994
|
"""
|
1995
1995
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1996
1996
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -2110,7 +2110,7 @@ class NetworkFirewallClient(object):
|
|
2110
2110
|
:rtype: :class:`~oci.response.Response`
|
2111
2111
|
|
2112
2112
|
:example:
|
2113
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2113
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/clone_network_firewall_policy.py.html>`__ to see an example of how to use clone_network_firewall_policy API.
|
2114
2114
|
"""
|
2115
2115
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2116
2116
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -2225,7 +2225,7 @@ class NetworkFirewallClient(object):
|
|
2225
2225
|
:rtype: :class:`~oci.response.Response`
|
2226
2226
|
|
2227
2227
|
:example:
|
2228
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2228
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/create_address_list.py.html>`__ to see an example of how to use create_address_list API.
|
2229
2229
|
"""
|
2230
2230
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2231
2231
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -2338,7 +2338,7 @@ class NetworkFirewallClient(object):
|
|
2338
2338
|
:rtype: :class:`~oci.response.Response`
|
2339
2339
|
|
2340
2340
|
:example:
|
2341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/create_application.py.html>`__ to see an example of how to use create_application API.
|
2342
2342
|
"""
|
2343
2343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2344
2344
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -2451,7 +2451,7 @@ class NetworkFirewallClient(object):
|
|
2451
2451
|
:rtype: :class:`~oci.response.Response`
|
2452
2452
|
|
2453
2453
|
:example:
|
2454
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2454
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/create_application_group.py.html>`__ to see an example of how to use create_application_group API.
|
2455
2455
|
"""
|
2456
2456
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2457
2457
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -2564,7 +2564,7 @@ class NetworkFirewallClient(object):
|
|
2564
2564
|
:rtype: :class:`~oci.response.Response`
|
2565
2565
|
|
2566
2566
|
:example:
|
2567
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2567
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/create_decryption_profile.py.html>`__ to see an example of how to use create_decryption_profile API.
|
2568
2568
|
"""
|
2569
2569
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2570
2570
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -2677,7 +2677,7 @@ class NetworkFirewallClient(object):
|
|
2677
2677
|
:rtype: :class:`~oci.response.Response`
|
2678
2678
|
|
2679
2679
|
:example:
|
2680
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2680
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/create_decryption_rule.py.html>`__ to see an example of how to use create_decryption_rule API.
|
2681
2681
|
"""
|
2682
2682
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2683
2683
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -2790,7 +2790,7 @@ class NetworkFirewallClient(object):
|
|
2790
2790
|
:rtype: :class:`~oci.response.Response`
|
2791
2791
|
|
2792
2792
|
:example:
|
2793
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2793
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/create_mapped_secret.py.html>`__ to see an example of how to use create_mapped_secret API.
|
2794
2794
|
"""
|
2795
2795
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2796
2796
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -2900,7 +2900,7 @@ class NetworkFirewallClient(object):
|
|
2900
2900
|
:rtype: :class:`~oci.response.Response`
|
2901
2901
|
|
2902
2902
|
:example:
|
2903
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2903
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/create_network_firewall.py.html>`__ to see an example of how to use create_network_firewall API.
|
2904
2904
|
"""
|
2905
2905
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2906
2906
|
required_arguments = []
|
@@ -2998,7 +2998,7 @@ class NetworkFirewallClient(object):
|
|
2998
2998
|
:rtype: :class:`~oci.response.Response`
|
2999
2999
|
|
3000
3000
|
:example:
|
3001
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3001
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/create_network_firewall_policy.py.html>`__ to see an example of how to use create_network_firewall_policy API.
|
3002
3002
|
"""
|
3003
3003
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3004
3004
|
required_arguments = []
|
@@ -3099,7 +3099,7 @@ class NetworkFirewallClient(object):
|
|
3099
3099
|
:rtype: :class:`~oci.response.Response`
|
3100
3100
|
|
3101
3101
|
:example:
|
3102
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3102
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/create_security_rule.py.html>`__ to see an example of how to use create_security_rule API.
|
3103
3103
|
"""
|
3104
3104
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3105
3105
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -3212,7 +3212,7 @@ class NetworkFirewallClient(object):
|
|
3212
3212
|
:rtype: :class:`~oci.response.Response`
|
3213
3213
|
|
3214
3214
|
:example:
|
3215
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3215
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/create_service.py.html>`__ to see an example of how to use create_service API.
|
3216
3216
|
"""
|
3217
3217
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3218
3218
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -3325,7 +3325,7 @@ class NetworkFirewallClient(object):
|
|
3325
3325
|
:rtype: :class:`~oci.response.Response`
|
3326
3326
|
|
3327
3327
|
:example:
|
3328
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3328
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/create_service_list.py.html>`__ to see an example of how to use create_service_list API.
|
3329
3329
|
"""
|
3330
3330
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3331
3331
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -3438,7 +3438,7 @@ class NetworkFirewallClient(object):
|
|
3438
3438
|
:rtype: :class:`~oci.response.Response`
|
3439
3439
|
|
3440
3440
|
:example:
|
3441
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/create_url_list.py.html>`__ to see an example of how to use create_url_list API.
|
3442
3442
|
"""
|
3443
3443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3444
3444
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -3551,7 +3551,7 @@ class NetworkFirewallClient(object):
|
|
3551
3551
|
:rtype: :class:`~oci.response.Response`
|
3552
3552
|
|
3553
3553
|
:example:
|
3554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/delete_address_list.py.html>`__ to see an example of how to use delete_address_list API.
|
3555
3555
|
"""
|
3556
3556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3557
3557
|
required_arguments = ['networkFirewallPolicyId', 'addressListName']
|
@@ -3660,7 +3660,7 @@ class NetworkFirewallClient(object):
|
|
3660
3660
|
:rtype: :class:`~oci.response.Response`
|
3661
3661
|
|
3662
3662
|
:example:
|
3663
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3663
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/delete_application.py.html>`__ to see an example of how to use delete_application API.
|
3664
3664
|
"""
|
3665
3665
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3666
3666
|
required_arguments = ['networkFirewallPolicyId', 'applicationName']
|
@@ -3769,7 +3769,7 @@ class NetworkFirewallClient(object):
|
|
3769
3769
|
:rtype: :class:`~oci.response.Response`
|
3770
3770
|
|
3771
3771
|
:example:
|
3772
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3772
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/delete_application_group.py.html>`__ to see an example of how to use delete_application_group API.
|
3773
3773
|
"""
|
3774
3774
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3775
3775
|
required_arguments = ['networkFirewallPolicyId', 'applicationGroupName']
|
@@ -3878,7 +3878,7 @@ class NetworkFirewallClient(object):
|
|
3878
3878
|
:rtype: :class:`~oci.response.Response`
|
3879
3879
|
|
3880
3880
|
:example:
|
3881
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3881
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/delete_decryption_profile.py.html>`__ to see an example of how to use delete_decryption_profile API.
|
3882
3882
|
"""
|
3883
3883
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3884
3884
|
required_arguments = ['networkFirewallPolicyId', 'decryptionProfileName']
|
@@ -3987,7 +3987,7 @@ class NetworkFirewallClient(object):
|
|
3987
3987
|
:rtype: :class:`~oci.response.Response`
|
3988
3988
|
|
3989
3989
|
:example:
|
3990
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3990
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/delete_decryption_rule.py.html>`__ to see an example of how to use delete_decryption_rule API.
|
3991
3991
|
"""
|
3992
3992
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3993
3993
|
required_arguments = ['networkFirewallPolicyId', 'decryptionRuleName']
|
@@ -4096,7 +4096,7 @@ class NetworkFirewallClient(object):
|
|
4096
4096
|
:rtype: :class:`~oci.response.Response`
|
4097
4097
|
|
4098
4098
|
:example:
|
4099
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4099
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/delete_mapped_secret.py.html>`__ to see an example of how to use delete_mapped_secret API.
|
4100
4100
|
"""
|
4101
4101
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4102
4102
|
required_arguments = ['networkFirewallPolicyId', 'mappedSecretName']
|
@@ -4204,7 +4204,7 @@ class NetworkFirewallClient(object):
|
|
4204
4204
|
:rtype: :class:`~oci.response.Response`
|
4205
4205
|
|
4206
4206
|
:example:
|
4207
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4207
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/delete_network_firewall.py.html>`__ to see an example of how to use delete_network_firewall API.
|
4208
4208
|
"""
|
4209
4209
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4210
4210
|
required_arguments = ['networkFirewallId']
|
@@ -4309,7 +4309,7 @@ class NetworkFirewallClient(object):
|
|
4309
4309
|
:rtype: :class:`~oci.response.Response`
|
4310
4310
|
|
4311
4311
|
:example:
|
4312
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4312
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/delete_network_firewall_policy.py.html>`__ to see an example of how to use delete_network_firewall_policy API.
|
4313
4313
|
"""
|
4314
4314
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4315
4315
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -4417,7 +4417,7 @@ class NetworkFirewallClient(object):
|
|
4417
4417
|
:rtype: :class:`~oci.response.Response`
|
4418
4418
|
|
4419
4419
|
:example:
|
4420
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4420
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/delete_security_rule.py.html>`__ to see an example of how to use delete_security_rule API.
|
4421
4421
|
"""
|
4422
4422
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4423
4423
|
required_arguments = ['networkFirewallPolicyId', 'securityRuleName']
|
@@ -4526,7 +4526,7 @@ class NetworkFirewallClient(object):
|
|
4526
4526
|
:rtype: :class:`~oci.response.Response`
|
4527
4527
|
|
4528
4528
|
:example:
|
4529
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4529
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/delete_service.py.html>`__ to see an example of how to use delete_service API.
|
4530
4530
|
"""
|
4531
4531
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4532
4532
|
required_arguments = ['networkFirewallPolicyId', 'serviceName']
|
@@ -4635,7 +4635,7 @@ class NetworkFirewallClient(object):
|
|
4635
4635
|
:rtype: :class:`~oci.response.Response`
|
4636
4636
|
|
4637
4637
|
:example:
|
4638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/delete_service_list.py.html>`__ to see an example of how to use delete_service_list API.
|
4639
4639
|
"""
|
4640
4640
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4641
4641
|
required_arguments = ['networkFirewallPolicyId', 'serviceListName']
|
@@ -4744,7 +4744,7 @@ class NetworkFirewallClient(object):
|
|
4744
4744
|
:rtype: :class:`~oci.response.Response`
|
4745
4745
|
|
4746
4746
|
:example:
|
4747
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4747
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/delete_url_list.py.html>`__ to see an example of how to use delete_url_list API.
|
4748
4748
|
"""
|
4749
4749
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4750
4750
|
required_arguments = ['networkFirewallPolicyId', 'urlListName']
|
@@ -4846,7 +4846,7 @@ class NetworkFirewallClient(object):
|
|
4846
4846
|
:rtype: :class:`~oci.response.Response`
|
4847
4847
|
|
4848
4848
|
:example:
|
4849
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4849
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/get_address_list.py.html>`__ to see an example of how to use get_address_list API.
|
4850
4850
|
"""
|
4851
4851
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4852
4852
|
required_arguments = ['networkFirewallPolicyId', 'addressListName']
|
@@ -4954,7 +4954,7 @@ class NetworkFirewallClient(object):
|
|
4954
4954
|
:rtype: :class:`~oci.response.Response`
|
4955
4955
|
|
4956
4956
|
:example:
|
4957
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4957
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/get_application.py.html>`__ to see an example of how to use get_application API.
|
4958
4958
|
"""
|
4959
4959
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4960
4960
|
required_arguments = ['networkFirewallPolicyId', 'applicationName']
|
@@ -5066,7 +5066,7 @@ class NetworkFirewallClient(object):
|
|
5066
5066
|
:rtype: :class:`~oci.response.Response`
|
5067
5067
|
|
5068
5068
|
:example:
|
5069
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5069
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/get_application_group.py.html>`__ to see an example of how to use get_application_group API.
|
5070
5070
|
"""
|
5071
5071
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5072
5072
|
required_arguments = ['networkFirewallPolicyId', 'applicationGroupName']
|
@@ -5168,7 +5168,7 @@ class NetworkFirewallClient(object):
|
|
5168
5168
|
:rtype: :class:`~oci.response.Response`
|
5169
5169
|
|
5170
5170
|
:example:
|
5171
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5171
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/get_decryption_profile.py.html>`__ to see an example of how to use get_decryption_profile API.
|
5172
5172
|
"""
|
5173
5173
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5174
5174
|
required_arguments = ['networkFirewallPolicyId', 'decryptionProfileName']
|
@@ -5276,7 +5276,7 @@ class NetworkFirewallClient(object):
|
|
5276
5276
|
:rtype: :class:`~oci.response.Response`
|
5277
5277
|
|
5278
5278
|
:example:
|
5279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/get_decryption_rule.py.html>`__ to see an example of how to use get_decryption_rule API.
|
5280
5280
|
"""
|
5281
5281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5282
5282
|
required_arguments = ['networkFirewallPolicyId', 'decryptionRuleName']
|
@@ -5394,7 +5394,7 @@ class NetworkFirewallClient(object):
|
|
5394
5394
|
:rtype: :class:`~oci.response.Response`
|
5395
5395
|
|
5396
5396
|
:example:
|
5397
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5397
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/get_mapped_secret.py.html>`__ to see an example of how to use get_mapped_secret API.
|
5398
5398
|
"""
|
5399
5399
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5400
5400
|
required_arguments = ['networkFirewallPolicyId', 'mappedSecretName']
|
@@ -5505,7 +5505,7 @@ class NetworkFirewallClient(object):
|
|
5505
5505
|
:rtype: :class:`~oci.response.Response`
|
5506
5506
|
|
5507
5507
|
:example:
|
5508
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/get_network_firewall.py.html>`__ to see an example of how to use get_network_firewall API.
|
5509
5509
|
"""
|
5510
5510
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5511
5511
|
required_arguments = ['networkFirewallId']
|
@@ -5603,7 +5603,7 @@ class NetworkFirewallClient(object):
|
|
5603
5603
|
:rtype: :class:`~oci.response.Response`
|
5604
5604
|
|
5605
5605
|
:example:
|
5606
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5606
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/get_network_firewall_policy.py.html>`__ to see an example of how to use get_network_firewall_policy API.
|
5607
5607
|
"""
|
5608
5608
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5609
5609
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -5704,7 +5704,7 @@ class NetworkFirewallClient(object):
|
|
5704
5704
|
:rtype: :class:`~oci.response.Response`
|
5705
5705
|
|
5706
5706
|
:example:
|
5707
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/get_security_rule.py.html>`__ to see an example of how to use get_security_rule API.
|
5708
5708
|
"""
|
5709
5709
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5710
5710
|
required_arguments = ['networkFirewallPolicyId', 'securityRuleName']
|
@@ -5812,7 +5812,7 @@ class NetworkFirewallClient(object):
|
|
5812
5812
|
:rtype: :class:`~oci.response.Response`
|
5813
5813
|
|
5814
5814
|
:example:
|
5815
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5815
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/get_service.py.html>`__ to see an example of how to use get_service API.
|
5816
5816
|
"""
|
5817
5817
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5818
5818
|
required_arguments = ['networkFirewallPolicyId', 'serviceName']
|
@@ -5924,7 +5924,7 @@ class NetworkFirewallClient(object):
|
|
5924
5924
|
:rtype: :class:`~oci.response.Response`
|
5925
5925
|
|
5926
5926
|
:example:
|
5927
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5927
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/get_service_list.py.html>`__ to see an example of how to use get_service_list API.
|
5928
5928
|
"""
|
5929
5929
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5930
5930
|
required_arguments = ['networkFirewallPolicyId', 'serviceListName']
|
@@ -6026,7 +6026,7 @@ class NetworkFirewallClient(object):
|
|
6026
6026
|
:rtype: :class:`~oci.response.Response`
|
6027
6027
|
|
6028
6028
|
:example:
|
6029
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6029
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/get_url_list.py.html>`__ to see an example of how to use get_url_list API.
|
6030
6030
|
"""
|
6031
6031
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6032
6032
|
required_arguments = ['networkFirewallPolicyId', 'urlListName']
|
@@ -6125,7 +6125,7 @@ class NetworkFirewallClient(object):
|
|
6125
6125
|
:rtype: :class:`~oci.response.Response`
|
6126
6126
|
|
6127
6127
|
:example:
|
6128
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6128
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
6129
6129
|
"""
|
6130
6130
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6131
6131
|
required_arguments = ['workRequestId']
|
@@ -6242,7 +6242,7 @@ class NetworkFirewallClient(object):
|
|
6242
6242
|
:rtype: :class:`~oci.response.Response`
|
6243
6243
|
|
6244
6244
|
:example:
|
6245
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6245
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/list_address_lists.py.html>`__ to see an example of how to use list_address_lists API.
|
6246
6246
|
"""
|
6247
6247
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6248
6248
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -6389,7 +6389,7 @@ class NetworkFirewallClient(object):
|
|
6389
6389
|
:rtype: :class:`~oci.response.Response`
|
6390
6390
|
|
6391
6391
|
:example:
|
6392
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6392
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/list_application_groups.py.html>`__ to see an example of how to use list_application_groups API.
|
6393
6393
|
"""
|
6394
6394
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6395
6395
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -6536,7 +6536,7 @@ class NetworkFirewallClient(object):
|
|
6536
6536
|
:rtype: :class:`~oci.response.Response`
|
6537
6537
|
|
6538
6538
|
:example:
|
6539
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6539
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/list_applications.py.html>`__ to see an example of how to use list_applications API.
|
6540
6540
|
"""
|
6541
6541
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6542
6542
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -6683,7 +6683,7 @@ class NetworkFirewallClient(object):
|
|
6683
6683
|
:rtype: :class:`~oci.response.Response`
|
6684
6684
|
|
6685
6685
|
:example:
|
6686
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6686
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/list_decryption_profiles.py.html>`__ to see an example of how to use list_decryption_profiles API.
|
6687
6687
|
"""
|
6688
6688
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6689
6689
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -6833,7 +6833,7 @@ class NetworkFirewallClient(object):
|
|
6833
6833
|
:rtype: :class:`~oci.response.Response`
|
6834
6834
|
|
6835
6835
|
:example:
|
6836
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6836
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/list_decryption_rules.py.html>`__ to see an example of how to use list_decryption_rules API.
|
6837
6837
|
"""
|
6838
6838
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6839
6839
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -6982,7 +6982,7 @@ class NetworkFirewallClient(object):
|
|
6982
6982
|
:rtype: :class:`~oci.response.Response`
|
6983
6983
|
|
6984
6984
|
:example:
|
6985
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/list_mapped_secrets.py.html>`__ to see an example of how to use list_mapped_secrets API.
|
6986
6986
|
"""
|
6987
6987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6988
6988
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -7137,7 +7137,7 @@ class NetworkFirewallClient(object):
|
|
7137
7137
|
:rtype: :class:`~oci.response.Response`
|
7138
7138
|
|
7139
7139
|
:example:
|
7140
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7140
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/list_network_firewall_policies.py.html>`__ to see an example of how to use list_network_firewall_policies API.
|
7141
7141
|
"""
|
7142
7142
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7143
7143
|
required_arguments = ['compartmentId']
|
@@ -7302,7 +7302,7 @@ class NetworkFirewallClient(object):
|
|
7302
7302
|
:rtype: :class:`~oci.response.Response`
|
7303
7303
|
|
7304
7304
|
:example:
|
7305
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/list_network_firewalls.py.html>`__ to see an example of how to use list_network_firewalls API.
|
7306
7306
|
"""
|
7307
7307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7308
7308
|
required_arguments = ['compartmentId']
|
@@ -7456,7 +7456,7 @@ class NetworkFirewallClient(object):
|
|
7456
7456
|
:rtype: :class:`~oci.response.Response`
|
7457
7457
|
|
7458
7458
|
:example:
|
7459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7459
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/list_security_rules.py.html>`__ to see an example of how to use list_security_rules API.
|
7460
7460
|
"""
|
7461
7461
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7462
7462
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -7605,7 +7605,7 @@ class NetworkFirewallClient(object):
|
|
7605
7605
|
:rtype: :class:`~oci.response.Response`
|
7606
7606
|
|
7607
7607
|
:example:
|
7608
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7608
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/list_service_lists.py.html>`__ to see an example of how to use list_service_lists API.
|
7609
7609
|
"""
|
7610
7610
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7611
7611
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -7752,7 +7752,7 @@ class NetworkFirewallClient(object):
|
|
7752
7752
|
:rtype: :class:`~oci.response.Response`
|
7753
7753
|
|
7754
7754
|
:example:
|
7755
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7755
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/list_services.py.html>`__ to see an example of how to use list_services API.
|
7756
7756
|
"""
|
7757
7757
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7758
7758
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -7899,7 +7899,7 @@ class NetworkFirewallClient(object):
|
|
7899
7899
|
:rtype: :class:`~oci.response.Response`
|
7900
7900
|
|
7901
7901
|
:example:
|
7902
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7902
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/list_url_lists.py.html>`__ to see an example of how to use list_url_lists API.
|
7903
7903
|
"""
|
7904
7904
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7905
7905
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -8043,7 +8043,7 @@ class NetworkFirewallClient(object):
|
|
8043
8043
|
:rtype: :class:`~oci.response.Response`
|
8044
8044
|
|
8045
8045
|
:example:
|
8046
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8046
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
8047
8047
|
"""
|
8048
8048
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8049
8049
|
required_arguments = ['workRequestId']
|
@@ -8185,7 +8185,7 @@ class NetworkFirewallClient(object):
|
|
8185
8185
|
:rtype: :class:`~oci.response.Response`
|
8186
8186
|
|
8187
8187
|
:example:
|
8188
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8188
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
8189
8189
|
"""
|
8190
8190
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8191
8191
|
required_arguments = ['workRequestId']
|
@@ -8338,7 +8338,7 @@ class NetworkFirewallClient(object):
|
|
8338
8338
|
:rtype: :class:`~oci.response.Response`
|
8339
8339
|
|
8340
8340
|
:example:
|
8341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
8342
8342
|
"""
|
8343
8343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8344
8344
|
required_arguments = ['compartmentId']
|
@@ -8480,7 +8480,7 @@ class NetworkFirewallClient(object):
|
|
8480
8480
|
:rtype: :class:`~oci.response.Response`
|
8481
8481
|
|
8482
8482
|
:example:
|
8483
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8483
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/migrate_network_firewall_policy.py.html>`__ to see an example of how to use migrate_network_firewall_policy API.
|
8484
8484
|
"""
|
8485
8485
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8486
8486
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -8594,7 +8594,7 @@ class NetworkFirewallClient(object):
|
|
8594
8594
|
:rtype: :class:`~oci.response.Response`
|
8595
8595
|
|
8596
8596
|
:example:
|
8597
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/update_address_list.py.html>`__ to see an example of how to use update_address_list API.
|
8598
8598
|
"""
|
8599
8599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8600
8600
|
required_arguments = ['networkFirewallPolicyId', 'addressListName']
|
@@ -8710,7 +8710,7 @@ class NetworkFirewallClient(object):
|
|
8710
8710
|
:rtype: :class:`~oci.response.Response`
|
8711
8711
|
|
8712
8712
|
:example:
|
8713
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8713
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/update_application.py.html>`__ to see an example of how to use update_application API.
|
8714
8714
|
"""
|
8715
8715
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8716
8716
|
required_arguments = ['networkFirewallPolicyId', 'applicationName']
|
@@ -8826,7 +8826,7 @@ class NetworkFirewallClient(object):
|
|
8826
8826
|
:rtype: :class:`~oci.response.Response`
|
8827
8827
|
|
8828
8828
|
:example:
|
8829
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8829
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/update_application_group.py.html>`__ to see an example of how to use update_application_group API.
|
8830
8830
|
"""
|
8831
8831
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8832
8832
|
required_arguments = ['networkFirewallPolicyId', 'applicationGroupName']
|
@@ -8942,7 +8942,7 @@ class NetworkFirewallClient(object):
|
|
8942
8942
|
:rtype: :class:`~oci.response.Response`
|
8943
8943
|
|
8944
8944
|
:example:
|
8945
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8945
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/update_decryption_profile.py.html>`__ to see an example of how to use update_decryption_profile API.
|
8946
8946
|
"""
|
8947
8947
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8948
8948
|
required_arguments = ['networkFirewallPolicyId', 'decryptionProfileName']
|
@@ -9058,7 +9058,7 @@ class NetworkFirewallClient(object):
|
|
9058
9058
|
:rtype: :class:`~oci.response.Response`
|
9059
9059
|
|
9060
9060
|
:example:
|
9061
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9061
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/update_decryption_rule.py.html>`__ to see an example of how to use update_decryption_rule API.
|
9062
9062
|
"""
|
9063
9063
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9064
9064
|
required_arguments = ['networkFirewallPolicyId', 'decryptionRuleName']
|
@@ -9174,7 +9174,7 @@ class NetworkFirewallClient(object):
|
|
9174
9174
|
:rtype: :class:`~oci.response.Response`
|
9175
9175
|
|
9176
9176
|
:example:
|
9177
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9177
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/update_mapped_secret.py.html>`__ to see an example of how to use update_mapped_secret API.
|
9178
9178
|
"""
|
9179
9179
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9180
9180
|
required_arguments = ['networkFirewallPolicyId', 'mappedSecretName']
|
@@ -9289,7 +9289,7 @@ class NetworkFirewallClient(object):
|
|
9289
9289
|
:rtype: :class:`~oci.response.Response`
|
9290
9290
|
|
9291
9291
|
:example:
|
9292
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9292
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/update_network_firewall.py.html>`__ to see an example of how to use update_network_firewall API.
|
9293
9293
|
"""
|
9294
9294
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9295
9295
|
required_arguments = ['networkFirewallId']
|
@@ -9399,7 +9399,7 @@ class NetworkFirewallClient(object):
|
|
9399
9399
|
:rtype: :class:`~oci.response.Response`
|
9400
9400
|
|
9401
9401
|
:example:
|
9402
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9402
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/update_network_firewall_policy.py.html>`__ to see an example of how to use update_network_firewall_policy API.
|
9403
9403
|
"""
|
9404
9404
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9405
9405
|
required_arguments = ['networkFirewallPolicyId']
|
@@ -9512,7 +9512,7 @@ class NetworkFirewallClient(object):
|
|
9512
9512
|
:rtype: :class:`~oci.response.Response`
|
9513
9513
|
|
9514
9514
|
:example:
|
9515
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9515
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/update_security_rule.py.html>`__ to see an example of how to use update_security_rule API.
|
9516
9516
|
"""
|
9517
9517
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9518
9518
|
required_arguments = ['networkFirewallPolicyId', 'securityRuleName']
|
@@ -9628,7 +9628,7 @@ class NetworkFirewallClient(object):
|
|
9628
9628
|
:rtype: :class:`~oci.response.Response`
|
9629
9629
|
|
9630
9630
|
:example:
|
9631
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9631
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/update_service.py.html>`__ to see an example of how to use update_service API.
|
9632
9632
|
"""
|
9633
9633
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9634
9634
|
required_arguments = ['networkFirewallPolicyId', 'serviceName']
|
@@ -9744,7 +9744,7 @@ class NetworkFirewallClient(object):
|
|
9744
9744
|
:rtype: :class:`~oci.response.Response`
|
9745
9745
|
|
9746
9746
|
:example:
|
9747
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9747
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/update_service_list.py.html>`__ to see an example of how to use update_service_list API.
|
9748
9748
|
"""
|
9749
9749
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9750
9750
|
required_arguments = ['networkFirewallPolicyId', 'serviceListName']
|
@@ -9860,7 +9860,7 @@ class NetworkFirewallClient(object):
|
|
9860
9860
|
:rtype: :class:`~oci.response.Response`
|
9861
9861
|
|
9862
9862
|
:example:
|
9863
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9863
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.1/networkfirewall/update_url_list.py.html>`__ to see an example of how to use update_url_list API.
|
9864
9864
|
"""
|
9865
9865
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9866
9866
|
required_arguments = ['networkFirewallPolicyId', 'urlListName']
|