UpdateBatchingStrategyDetails¶
-
class
oci.fleet_software_update.models.
UpdateBatchingStrategyDetails
(**kwargs)¶ Bases:
object
Batching strategy details to use during PRECHECK and APPLY Cycle Actions.
Attributes
TYPE_FIFTY_FIFTY
A constant which can be used with the type property of a UpdateBatchingStrategyDetails. TYPE_NONE
A constant which can be used with the type property of a UpdateBatchingStrategyDetails. TYPE_NON_ROLLING
A constant which can be used with the type property of a UpdateBatchingStrategyDetails. TYPE_SEQUENTIAL
A constant which can be used with the type property of a UpdateBatchingStrategyDetails. TYPE_SERVICE_AVAILABILITY_FACTOR
A constant which can be used with the type property of a UpdateBatchingStrategyDetails. type
Gets the type of this UpdateBatchingStrategyDetails. Methods
__init__
(**kwargs)Initializes a new UpdateBatchingStrategyDetails 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'¶ A constant which can be used with the type property of a UpdateBatchingStrategyDetails. This constant has a value of “FIFTY_FIFTY”
-
TYPE_NONE
= 'NONE'¶ A constant which can be used with the type property of a UpdateBatchingStrategyDetails. This constant has a value of “NONE”
-
TYPE_NON_ROLLING
= 'NON_ROLLING'¶ A constant which can be used with the type property of a UpdateBatchingStrategyDetails. This constant has a value of “NON_ROLLING”
-
TYPE_SEQUENTIAL
= 'SEQUENTIAL'¶ A constant which can be used with the type property of a UpdateBatchingStrategyDetails. This constant has a value of “SEQUENTIAL”
-
TYPE_SERVICE_AVAILABILITY_FACTOR
= 'SERVICE_AVAILABILITY_FACTOR'¶ A constant which can be used with the type property of a UpdateBatchingStrategyDetails. This constant has a value of “SERVICE_AVAILABILITY_FACTOR”
-
__init__
(**kwargs)¶ Initializes a new UpdateBatchingStrategyDetails 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:
UpdateSequentialBatchingStrategyDetails
UpdateNonRollingBatchingStrategyDetails
UpdateServiceAvailabilityFactorBatchingStrategyDetails
UpdateFiftyFiftyBatchingStrategyDetails
NoneBatchingStrategyDetails
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 UpdateBatchingStrategyDetails. Allowed values for this property are: “SEQUENTIAL”, “FIFTY_FIFTY”, “SERVICE_AVAILABILITY_FACTOR”, “NON_ROLLING”, “NONE”
-
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 UpdateBatchingStrategyDetails. Supported batching strategies.
Allowed values for this property are: “SEQUENTIAL”, “FIFTY_FIFTY”, “SERVICE_AVAILABILITY_FACTOR”, “NON_ROLLING”, “NONE”
Returns: The type of this UpdateBatchingStrategyDetails. Return type: str
-