GovernanceRuleClientCompositeOperations

class oci.governance_rules_control_plane.GovernanceRuleClientCompositeOperations(client, **kwargs)

This class provides a wrapper around GovernanceRuleClient 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 GovernanceRuleClientCompositeOperations object
create_governance_rule_and_wait_for_state(…) Calls create_governance_rule() and waits for the WorkRequest to enter the given state(s).
create_inclusion_criterion_and_wait_for_state(…) Calls create_inclusion_criterion() and waits for the WorkRequest to enter the given state(s).
delete_governance_rule_and_wait_for_state(…) Calls delete_governance_rule() and waits for the WorkRequest to enter the given state(s).
delete_inclusion_criterion_and_wait_for_state(…) Calls delete_inclusion_criterion() and waits for the WorkRequest to enter the given state(s).
retry_governance_rule_and_wait_for_state(…) Calls retry_governance_rule() and waits for the WorkRequest to enter the given state(s).
retry_tenancy_attachment_and_wait_for_state(…) Calls retry_tenancy_attachment() and waits for the WorkRequest to enter the given state(s).
update_governance_rule_and_wait_for_state(…) Calls update_governance_rule() and waits for the WorkRequest to enter the given state(s).
__init__(client, **kwargs)

Creates a new GovernanceRuleClientCompositeOperations object

Parameters:client (GovernanceRuleClient) – The service client which will be wrapped by this object
create_governance_rule_and_wait_for_state(create_governance_rule_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • create_governance_rule_details (oci.governance_rules_control_plane.models.CreateGovernanceRuleDetails) – (required) Details to create a new governance rule.
  • 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_governance_rule()
  • 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_inclusion_criterion_and_wait_for_state(create_inclusion_criterion_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • create_inclusion_criterion_details (oci.governance_rules_control_plane.models.CreateInclusionCriterionDetails) – (required) Details to create a new inclusion criterion.
  • 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_inclusion_criterion()
  • 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_governance_rule_and_wait_for_state(governance_rule_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • governance_rule_id (str) – (required) Unique governance rule identifier.
  • 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_governance_rule()
  • 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_inclusion_criterion_and_wait_for_state(inclusion_criterion_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • inclusion_criterion_id (str) – (required) Unique inclusion criterion identifier.
  • 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_inclusion_criterion()
  • 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
retry_governance_rule_and_wait_for_state(governance_rule_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • governance_rule_id (str) – (required) Unique governance rule identifier.
  • 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 retry_governance_rule()
  • 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
retry_tenancy_attachment_and_wait_for_state(tenancy_attachment_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • tenancy_attachment_id (str) – (required) Unique tenancy attachment identifier.
  • 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 retry_tenancy_attachment()
  • 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_governance_rule_and_wait_for_state(governance_rule_id, update_governance_rule_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • governance_rule_id (str) – (required) Unique governance rule identifier.
  • update_governance_rule_details (oci.governance_rules_control_plane.models.UpdateGovernanceRuleDetails) – (required) Details to update the governance rule.
  • 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_governance_rule()
  • 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