ComputeInstanceGroupLinearRolloutPolicyByCount

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

Bases: oci.devops.models.compute_instance_group_rollout_policy.ComputeInstanceGroupRolloutPolicy

Specifies a linear rollout strategy for a compute instance group rolling deployment stage.

Attributes

POLICY_TYPE_COMPUTE_INSTANCE_GROUP_LINEAR_ROLLOUT_POLICY_BY_COUNT str(object=’’) -> str
POLICY_TYPE_COMPUTE_INSTANCE_GROUP_LINEAR_ROLLOUT_POLICY_BY_PERCENTAGE str(object=’’) -> str
batch_count [Required] Gets the batch_count of this ComputeInstanceGroupLinearRolloutPolicyByCount.
batch_delay_in_seconds Gets the batch_delay_in_seconds of this ComputeInstanceGroupRolloutPolicy.
policy_type [Required] Gets the policy_type of this ComputeInstanceGroupRolloutPolicy.

Methods

__init__(**kwargs) Initializes a new ComputeInstanceGroupLinearRolloutPolicyByCount 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_LINEAR_ROLLOUT_POLICY_BY_COUNT = 'COMPUTE_INSTANCE_GROUP_LINEAR_ROLLOUT_POLICY_BY_COUNT'
POLICY_TYPE_COMPUTE_INSTANCE_GROUP_LINEAR_ROLLOUT_POLICY_BY_PERCENTAGE = 'COMPUTE_INSTANCE_GROUP_LINEAR_ROLLOUT_POLICY_BY_PERCENTAGE'
__init__(**kwargs)

Initializes a new ComputeInstanceGroupLinearRolloutPolicyByCount object with values from keyword arguments. The default value of the policy_type attribute of this class is COMPUTE_INSTANCE_GROUP_LINEAR_ROLLOUT_POLICY_BY_COUNT 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 ComputeInstanceGroupLinearRolloutPolicyByCount. Allowed values for this property are: “COMPUTE_INSTANCE_GROUP_LINEAR_ROLLOUT_POLICY_BY_COUNT”, “COMPUTE_INSTANCE_GROUP_LINEAR_ROLLOUT_POLICY_BY_PERCENTAGE”
  • batch_delay_in_seconds (int) – The value to assign to the batch_delay_in_seconds property of this ComputeInstanceGroupLinearRolloutPolicyByCount.
  • batch_count (int) – The value to assign to the batch_count property of this ComputeInstanceGroupLinearRolloutPolicyByCount.
batch_count

[Required] Gets the batch_count of this ComputeInstanceGroupLinearRolloutPolicyByCount. The number that will be used to determine how many instances will be deployed concurrently.

Returns:The batch_count of this ComputeInstanceGroupLinearRolloutPolicyByCount.
Return type:int
batch_delay_in_seconds

Gets the batch_delay_in_seconds of this ComputeInstanceGroupRolloutPolicy. The duration of delay between batch rollout. The default delay is 1 minute.

Returns:The batch_delay_in_seconds of this ComputeInstanceGroupRolloutPolicy.
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 ComputeInstanceGroupRolloutPolicy. The type of policy used for rolling out a deployment stage.

Allowed values for this property are: “COMPUTE_INSTANCE_GROUP_LINEAR_ROLLOUT_POLICY_BY_COUNT”, “COMPUTE_INSTANCE_GROUP_LINEAR_ROLLOUT_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 ComputeInstanceGroupRolloutPolicy.
Return type:str