UpdateWaitCriteriaDetails

class oci.devops.models.UpdateWaitCriteriaDetails(**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 UpdateWaitCriteriaDetails.
wait_type [Required] Gets the wait_type of this UpdateWaitCriteriaDetails.

Methods

__init__(**kwargs) Initializes a new UpdateWaitCriteriaDetails 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 UpdateWaitCriteriaDetails. This constant has a value of “ABSOLUTE_WAIT”

__init__(**kwargs)

Initializes a new UpdateWaitCriteriaDetails 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 UpdateWaitCriteriaDetails. Allowed values for this property are: “ABSOLUTE_WAIT”
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 UpdateWaitCriteriaDetails. Wait criteria type.

Allowed values for this property are: “ABSOLUTE_WAIT”

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