DeliveryPolicy

class oci.ons.models.DeliveryPolicy(**kwargs)

Bases: object

The subscription delivery policy.

Methods

__init__(**kwargs) Initializes a new DeliveryPolicy object with values from keyword arguments.

Attributes

backoff_retry_policy Gets the backoff_retry_policy of this DeliveryPolicy.
__init__(**kwargs)

Initializes a new DeliveryPolicy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:backoff_retry_policy (oci.ons.models.BackoffRetryPolicy) – The value to assign to the backoff_retry_policy property of this DeliveryPolicy.
backoff_retry_policy

Gets the backoff_retry_policy of this DeliveryPolicy.

Returns:The backoff_retry_policy of this DeliveryPolicy.
Return type:oci.ons.models.BackoffRetryPolicy