WafClientCompositeOperations¶
- 
class oci.waf.WafClientCompositeOperations(client, **kwargs)¶
- This class provides a wrapper around - WafClientand offers convenience methods for operations that would otherwise need to be chained together. For example, instead of performing an action on a resource (e.g. launching an instance, creating a load balancer) and then using a waiter to wait for the resource to enter a given state, you can call a single method in this class to accomplish the same functionality- Methods - 
__init__(client, **kwargs)¶
- Creates a new WafClientCompositeOperations object - Parameters: - client (WafClient) – The service client which will be wrapped by this object 
 - 
change_network_address_list_compartment_and_wait_for_state(network_address_list_id, change_network_address_list_compartment_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶
- Calls - change_network_address_list_compartment()and waits for the- WorkRequestto enter the given state(s).- Parameters: - network_address_list_id (str) – (required) The OCID of the NetworkAddressList. 
- change_network_address_list_compartment_details (oci.waf.models.ChangeNetworkAddressListCompartmentDetails) – (required) The information to be updated.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to change_network_address_list_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until()function. For example, you could passmax_interval_secondsormax_interval_secondsas dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
 
- network_address_list_id (str) – 
 - 
change_web_app_firewall_compartment_and_wait_for_state(web_app_firewall_id, change_web_app_firewall_compartment_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶
- Calls - change_web_app_firewall_compartment()and waits for the- WorkRequestto enter the given state(s).- Parameters: - web_app_firewall_id (str) – (required) The OCID of the WebAppFirewall. 
- change_web_app_firewall_compartment_details (oci.waf.models.ChangeWebAppFirewallCompartmentDetails) – (required) The information to be updated.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to change_web_app_firewall_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until()function. For example, you could passmax_interval_secondsormax_interval_secondsas dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
 
- web_app_firewall_id (str) – 
 - 
change_web_app_firewall_policy_compartment_and_wait_for_state(web_app_firewall_policy_id, change_web_app_firewall_policy_compartment_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶
- Calls - change_web_app_firewall_policy_compartment()and waits for the- WorkRequestto enter the given state(s).- Parameters: - web_app_firewall_policy_id (str) – (required) The OCID of the WebAppFirewallPolicy. 
- change_web_app_firewall_policy_compartment_details (oci.waf.models.ChangeWebAppFirewallPolicyCompartmentDetails) – (required) The information to be updated.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to change_web_app_firewall_policy_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until()function. For example, you could passmax_interval_secondsormax_interval_secondsas dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
 
- web_app_firewall_policy_id (str) – 
 - 
create_network_address_list_and_wait_for_state(create_network_address_list_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶
- Calls - create_network_address_list()and waits for the- WorkRequestto enter the given state(s).- Parameters: - create_network_address_list_details (oci.waf.models.CreateNetworkAddressListDetails) – (required) Details for the new NetworkAddressList.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to create_network_address_list()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until()function. For example, you could passmax_interval_secondsormax_interval_secondsas dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
 
 - 
create_web_app_firewall_and_wait_for_state(create_web_app_firewall_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶
- Calls - create_web_app_firewall()and waits for the- WorkRequestto enter the given state(s).- Parameters: - create_web_app_firewall_details (oci.waf.models.CreateWebAppFirewallDetails) – (required) Details for the new Web App Firewall.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to create_web_app_firewall()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until()function. For example, you could passmax_interval_secondsormax_interval_secondsas dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
 
 - 
create_web_app_firewall_policy_and_wait_for_state(create_web_app_firewall_policy_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶
- Calls - create_web_app_firewall_policy()and waits for the- WorkRequestto enter the given state(s).- Parameters: - create_web_app_firewall_policy_details (oci.waf.models.CreateWebAppFirewallPolicyDetails) – (required) Details for the new WebAppFirewallPolicy.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to create_web_app_firewall_policy()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until()function. For example, you could passmax_interval_secondsormax_interval_secondsas dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
 
 - 
delete_network_address_list_and_wait_for_state(network_address_list_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶
- Calls - delete_network_address_list()and waits for the- WorkRequestto enter the given state(s).- Parameters: - network_address_list_id (str) – (required) The OCID of the NetworkAddressList. 
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to delete_network_address_list()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until()function. For example, you could passmax_interval_secondsormax_interval_secondsas dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
 
- network_address_list_id (str) – 
 - 
delete_web_app_firewall_and_wait_for_state(web_app_firewall_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶
- Calls - delete_web_app_firewall()and waits for the- WorkRequestto enter the given state(s).- Parameters: - web_app_firewall_id (str) – (required) The OCID of the WebAppFirewall. 
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to delete_web_app_firewall()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until()function. For example, you could passmax_interval_secondsormax_interval_secondsas dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
 
- web_app_firewall_id (str) – 
 - 
delete_web_app_firewall_policy_and_wait_for_state(web_app_firewall_policy_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶
- Calls - delete_web_app_firewall_policy()and waits for the- WorkRequestto enter the given state(s).- Parameters: - web_app_firewall_policy_id (str) – (required) The OCID of the WebAppFirewallPolicy. 
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to delete_web_app_firewall_policy()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until()function. For example, you could passmax_interval_secondsormax_interval_secondsas dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
 
- web_app_firewall_policy_id (str) – 
 - 
update_network_address_list_and_wait_for_state(network_address_list_id, update_network_address_list_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶
- Calls - update_network_address_list()and waits for the- WorkRequestto enter the given state(s).- Parameters: - network_address_list_id (str) – (required) The OCID of the NetworkAddressList. 
- update_network_address_list_details (oci.waf.models.UpdateNetworkAddressListDetails) – (required) The information to be updated.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to update_network_address_list()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until()function. For example, you could passmax_interval_secondsormax_interval_secondsas dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
 
- network_address_list_id (str) – 
 - 
update_web_app_firewall_and_wait_for_state(web_app_firewall_id, update_web_app_firewall_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶
- Calls - update_web_app_firewall()and waits for the- WorkRequestto enter the given state(s).- Parameters: - web_app_firewall_id (str) – (required) The OCID of the WebAppFirewall. 
- update_web_app_firewall_details (oci.waf.models.UpdateWebAppFirewallDetails) – (required) The information to be updated.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to update_web_app_firewall()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until()function. For example, you could passmax_interval_secondsormax_interval_secondsas dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
 
- web_app_firewall_id (str) – 
 - 
update_web_app_firewall_policy_and_wait_for_state(web_app_firewall_policy_id, update_web_app_firewall_policy_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶
- Calls - update_web_app_firewall_policy()and waits for the- WorkRequestto enter the given state(s).- Parameters: - web_app_firewall_policy_id (str) – (required) The OCID of the WebAppFirewallPolicy. 
- update_web_app_firewall_policy_details (oci.waf.models.UpdateWebAppFirewallPolicyDetails) – (required) The information to be updated.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to update_web_app_firewall_policy()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until()function. For example, you could passmax_interval_secondsormax_interval_secondsas dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
 
- web_app_firewall_policy_id (str) – 
 
-