CreateNonRollingBatchingStrategyDetails¶
-
class
oci.fleet_software_update.models.
CreateNonRollingBatchingStrategyDetails
(**kwargs)¶ Bases:
oci.fleet_software_update.models.create_batching_strategy_details.CreateBatchingStrategyDetails
Non-rolling batching strategy details to use during PRECHECK and APPLY Cycle Actions.
Attributes
TYPE_FIFTY_FIFTY
str(object=’’) -> str TYPE_NON_ROLLING
str(object=’’) -> str TYPE_SEQUENTIAL
str(object=’’) -> str TYPE_SERVICE_AVAILABILITY_FACTOR
str(object=’’) -> str type
Gets the type of this CreateBatchingStrategyDetails. Methods
__init__
(**kwargs)Initializes a new CreateNonRollingBatchingStrategyDetails 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. -
TYPE_FIFTY_FIFTY
= 'FIFTY_FIFTY'¶
-
TYPE_NON_ROLLING
= 'NON_ROLLING'¶
-
TYPE_SEQUENTIAL
= 'SEQUENTIAL'¶
-
TYPE_SERVICE_AVAILABILITY_FACTOR
= 'SERVICE_AVAILABILITY_FACTOR'¶
-
__init__
(**kwargs)¶ Initializes a new CreateNonRollingBatchingStrategyDetails object with values from keyword arguments. The default value of the
type
attribute of this class isNON_ROLLING
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: type (str) – The value to assign to the type property of this CreateNonRollingBatchingStrategyDetails. Allowed values for this property are: “SEQUENTIAL”, “FIFTY_FIFTY”, “SERVICE_AVAILABILITY_FACTOR”, “NON_ROLLING”
-
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.
-
type
¶ Gets the type of this CreateBatchingStrategyDetails. Supported batching strategies.
Allowed values for this property are: “SEQUENTIAL”, “FIFTY_FIFTY”, “SERVICE_AVAILABILITY_FACTOR”, “NON_ROLLING”
Returns: The type of this CreateBatchingStrategyDetails. Return type: str
-