ComputeInstanceGroupFailurePolicyByPercentage

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

Bases: oci.devops.models.compute_instance_group_failure_policy.ComputeInstanceGroupFailurePolicy

Specifies a failure policy by percentage for a compute instance group rolling deployment stage.

Attributes

POLICY_TYPE_COMPUTE_INSTANCE_GROUP_FAILURE_POLICY_BY_COUNT str(object=’’) -> str
POLICY_TYPE_COMPUTE_INSTANCE_GROUP_FAILURE_POLICY_BY_PERCENTAGE str(object=’’) -> str
failure_percentage [Required] Gets the failure_percentage of this ComputeInstanceGroupFailurePolicyByPercentage.
policy_type [Required] Gets the policy_type of this ComputeInstanceGroupFailurePolicy.

Methods

__init__(**kwargs) Initializes a new ComputeInstanceGroupFailurePolicyByPercentage 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'
POLICY_TYPE_COMPUTE_INSTANCE_GROUP_FAILURE_POLICY_BY_PERCENTAGE = 'COMPUTE_INSTANCE_GROUP_FAILURE_POLICY_BY_PERCENTAGE'
__init__(**kwargs)

Initializes a new ComputeInstanceGroupFailurePolicyByPercentage object with values from keyword arguments. The default value of the policy_type attribute of this class is COMPUTE_INSTANCE_GROUP_FAILURE_POLICY_BY_PERCENTAGE and it should not be changed. 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 ComputeInstanceGroupFailurePolicyByPercentage. Allowed values for this property are: “COMPUTE_INSTANCE_GROUP_FAILURE_POLICY_BY_COUNT”, “COMPUTE_INSTANCE_GROUP_FAILURE_POLICY_BY_PERCENTAGE”
  • failure_percentage (int) – The value to assign to the failure_percentage property of this ComputeInstanceGroupFailurePolicyByPercentage.
failure_percentage

[Required] Gets the failure_percentage of this ComputeInstanceGroupFailurePolicyByPercentage. The failure percentage threshold, which when reached or exceeded sets the stage as Failed. Percentage is computed as the ceiling value of the number of failed instances over the total count of the instances in the group.

Returns:The failure_percentage of this ComputeInstanceGroupFailurePolicyByPercentage.
Return type:int
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