ComputeInstanceGroupFailurePolicy¶
- 
class oci.devops.models.ComputeInstanceGroupFailurePolicy(**kwargs)¶
- Bases: - object- Specifies a failure policy for a compute instance group rolling deployment stage. - Attributes - POLICY_TYPE_COMPUTE_INSTANCE_GROUP_FAILURE_POLICY_BY_COUNT- A constant which can be used with the policy_type property of a ComputeInstanceGroupFailurePolicy. - POLICY_TYPE_COMPUTE_INSTANCE_GROUP_FAILURE_POLICY_BY_PERCENTAGE- A constant which can be used with the policy_type property of a ComputeInstanceGroupFailurePolicy. - policy_type- [Required] Gets the policy_type of this ComputeInstanceGroupFailurePolicy. - Methods - __init__(**kwargs)- Initializes a new ComputeInstanceGroupFailurePolicy 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. - 
POLICY_TYPE_COMPUTE_INSTANCE_GROUP_FAILURE_POLICY_BY_COUNT= 'COMPUTE_INSTANCE_GROUP_FAILURE_POLICY_BY_COUNT'¶
- A constant which can be used with the policy_type property of a ComputeInstanceGroupFailurePolicy. This constant has a value of “COMPUTE_INSTANCE_GROUP_FAILURE_POLICY_BY_COUNT” 
 - 
POLICY_TYPE_COMPUTE_INSTANCE_GROUP_FAILURE_POLICY_BY_PERCENTAGE= 'COMPUTE_INSTANCE_GROUP_FAILURE_POLICY_BY_PERCENTAGE'¶
- A constant which can be used with the policy_type property of a ComputeInstanceGroupFailurePolicy. This constant has a value of “COMPUTE_INSTANCE_GROUP_FAILURE_POLICY_BY_PERCENTAGE” 
 - 
__init__(**kwargs)¶
- Initializes a new ComputeInstanceGroupFailurePolicy 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: - policy_type (str) – The value to assign to the policy_type property of this ComputeInstanceGroupFailurePolicy. Allowed values for this property are: “COMPUTE_INSTANCE_GROUP_FAILURE_POLICY_BY_COUNT”, “COMPUTE_INSTANCE_GROUP_FAILURE_POLICY_BY_PERCENTAGE”, ‘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. 
 - 
policy_type¶
- [Required] Gets the policy_type of this ComputeInstanceGroupFailurePolicy. Specifies if the failure instance size is given by absolute number or by percentage. - Allowed values for this property are: “COMPUTE_INSTANCE_GROUP_FAILURE_POLICY_BY_COUNT”, “COMPUTE_INSTANCE_GROUP_FAILURE_POLICY_BY_PERCENTAGE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The policy_type of this ComputeInstanceGroupFailurePolicy. - Return type: - str 
 
-