CreateWaitCriteriaDetails¶
- 
class oci.devops.models.CreateWaitCriteriaDetails(**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 CreateWaitCriteriaDetails. - wait_type- [Required] Gets the wait_type of this CreateWaitCriteriaDetails. - Methods - __init__(**kwargs)- Initializes a new CreateWaitCriteriaDetails 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 CreateWaitCriteriaDetails. This constant has a value of “ABSOLUTE_WAIT” 
 - 
__init__(**kwargs)¶
- Initializes a new CreateWaitCriteriaDetails 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 CreateWaitCriteriaDetails. 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 CreateWaitCriteriaDetails. Wait criteria type. - Allowed values for this property are: “ABSOLUTE_WAIT” - Returns: - The wait_type of this CreateWaitCriteriaDetails. - Return type: - str 
 
-