WaitCriteriaSummary

class oci.devops.models.WaitCriteriaSummary(**kwargs)

Bases: object

Specifies wait criteria for the Wait stage.

Attributes

WAIT_TYPE_ABSOLUTE_WAIT A constant which can be used with the wait_type property of a WaitCriteriaSummary.
wait_type [Required] Gets the wait_type of this WaitCriteriaSummary.

Methods

__init__(**kwargs) Initializes a new WaitCriteriaSummary object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
WAIT_TYPE_ABSOLUTE_WAIT = 'ABSOLUTE_WAIT'

A constant which can be used with the wait_type property of a WaitCriteriaSummary. This constant has a value of “ABSOLUTE_WAIT”

__init__(**kwargs)

Initializes a new WaitCriteriaSummary object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:wait_type (str) – The value to assign to the wait_type property of this WaitCriteriaSummary. Allowed values for this property are: “ABSOLUTE_WAIT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

wait_type

[Required] Gets the wait_type of this WaitCriteriaSummary. wait criteria type

Allowed values for this property are: “ABSOLUTE_WAIT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The wait_type of this WaitCriteriaSummary.
Return type:str