WaaClientCompositeOperations

class oci.waa.WaaClientCompositeOperations(client, **kwargs)

This class provides a wrapper around WaaClient and 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 WaaClientCompositeOperations object
change_web_app_acceleration_compartment_and_wait_for_state(…) Calls change_web_app_acceleration_compartment() and waits for the WorkRequest to enter the given state(s).
change_web_app_acceleration_policy_compartment_and_wait_for_state(…) Calls change_web_app_acceleration_policy_compartment() and waits for the WorkRequest to enter the given state(s).
create_web_app_acceleration_and_wait_for_state(…) Calls create_web_app_acceleration() and waits for the WorkRequest to enter the given state(s).
create_web_app_acceleration_policy_and_wait_for_state(…) Calls create_web_app_acceleration_policy() and waits for the WorkRequest to enter the given state(s).
delete_web_app_acceleration_and_wait_for_state(…) Calls delete_web_app_acceleration() and waits for the WorkRequest to enter the given state(s).
delete_web_app_acceleration_policy_and_wait_for_state(…) Calls delete_web_app_acceleration_policy() and waits for the WorkRequest to enter the given state(s).
purge_web_app_acceleration_cache_and_wait_for_state(…) Calls purge_web_app_acceleration_cache() and waits for the WorkRequest to enter the given state(s).
update_web_app_acceleration_and_wait_for_state(…) Calls update_web_app_acceleration() and waits for the WorkRequest to enter the given state(s).
update_web_app_acceleration_policy_and_wait_for_state(…) Calls update_web_app_acceleration_policy() and waits for the WorkRequest to enter the given state(s).
__init__(client, **kwargs)

Creates a new WaaClientCompositeOperations object

Parameters:client (WaaClient) – The service client which will be wrapped by this object
change_web_app_acceleration_compartment_and_wait_for_state(web_app_acceleration_id, change_web_app_acceleration_compartment_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls change_web_app_acceleration_compartment() and waits for the WorkRequest to enter the given state(s).

Parameters:
  • web_app_acceleration_id (str) –

    (required) The OCID of the WebAppAcceleration.

  • change_web_app_acceleration_compartment_details (oci.waa.models.ChangeWebAppAccelerationCompartmentDetails) – (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_acceleration_compartment()
  • waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until() function. For example, you could pass max_interval_seconds or max_interval_seconds as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
change_web_app_acceleration_policy_compartment_and_wait_for_state(web_app_acceleration_policy_id, change_web_app_acceleration_policy_compartment_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls change_web_app_acceleration_policy_compartment() and waits for the WorkRequest to enter the given state(s).

Parameters:
  • web_app_acceleration_policy_id (str) –

    (required) The OCID of the WebAppAccelerationPolicy.

  • change_web_app_acceleration_policy_compartment_details (oci.waa.models.ChangeWebAppAccelerationPolicyCompartmentDetails) – (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_acceleration_policy_compartment()
  • waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until() function. For example, you could pass max_interval_seconds or max_interval_seconds as 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_acceleration_and_wait_for_state(create_web_app_acceleration_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls create_web_app_acceleration() and waits for the WorkRequest to enter the given state(s).

Parameters:
  • create_web_app_acceleration_details (oci.waa.models.CreateWebAppAccelerationDetails) – (required) Details for the new WebAppAcceleration.
  • 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_acceleration()
  • waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until() function. For example, you could pass max_interval_seconds or max_interval_seconds as 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_acceleration_policy_and_wait_for_state(create_web_app_acceleration_policy_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls create_web_app_acceleration_policy() and waits for the WorkRequest to enter the given state(s).

Parameters:
  • create_web_app_acceleration_policy_details (oci.waa.models.CreateWebAppAccelerationPolicyDetails) – (required) Details for the new WebAppAccelerationPolicy.
  • 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_acceleration_policy()
  • waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until() function. For example, you could pass max_interval_seconds or max_interval_seconds as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
delete_web_app_acceleration_and_wait_for_state(web_app_acceleration_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls delete_web_app_acceleration() and waits for the WorkRequest to enter the given state(s).

Parameters:
  • web_app_acceleration_id (str) –

    (required) The OCID of the WebAppAcceleration.

  • 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_acceleration()
  • waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until() function. For example, you could pass max_interval_seconds or max_interval_seconds as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
delete_web_app_acceleration_policy_and_wait_for_state(web_app_acceleration_policy_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls delete_web_app_acceleration_policy() and waits for the WorkRequest to enter the given state(s).

Parameters:
  • web_app_acceleration_policy_id (str) –

    (required) The OCID of the WebAppAccelerationPolicy.

  • 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_acceleration_policy()
  • waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until() function. For example, you could pass max_interval_seconds or max_interval_seconds as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
purge_web_app_acceleration_cache_and_wait_for_state(web_app_acceleration_id, purge_web_app_acceleration_cache_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls purge_web_app_acceleration_cache() and waits for the WorkRequest to enter the given state(s).

Parameters:
  • web_app_acceleration_id (str) –

    (required) The OCID of the WebAppAcceleration.

  • purge_web_app_acceleration_cache_details (oci.waa.models.PurgeWebAppAccelerationCacheDetails) – (required) Options for the cache purge.
  • 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 purge_web_app_acceleration_cache()
  • waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until() function. For example, you could pass max_interval_seconds or max_interval_seconds as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
update_web_app_acceleration_and_wait_for_state(web_app_acceleration_id, update_web_app_acceleration_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls update_web_app_acceleration() and waits for the WorkRequest to enter the given state(s).

Parameters:
  • web_app_acceleration_id (str) –

    (required) The OCID of the WebAppAcceleration.

  • update_web_app_acceleration_details (oci.waa.models.UpdateWebAppAccelerationDetails) – (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_acceleration()
  • waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until() function. For example, you could pass max_interval_seconds or max_interval_seconds as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
update_web_app_acceleration_policy_and_wait_for_state(web_app_acceleration_policy_id, update_web_app_acceleration_policy_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls update_web_app_acceleration_policy() and waits for the WorkRequest to enter the given state(s).

Parameters:
  • web_app_acceleration_policy_id (str) –

    (required) The OCID of the WebAppAccelerationPolicy.

  • update_web_app_acceleration_policy_details (oci.waa.models.UpdateWebAppAccelerationPolicyDetails) – (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_acceleration_policy()
  • waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until() function. For example, you could pass max_interval_seconds or max_interval_seconds as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait