BatchingBasedOdhPatchingConfig

class oci.bds.models.BatchingBasedOdhPatchingConfig(**kwargs)

Bases: oci.bds.models.odh_patching_config.OdhPatchingConfig

Patching configurations which allows patch the nodes batch by batch.

Attributes

PATCHING_CONFIG_STRATEGY_BATCHING_BASED str(object=’’) -> str
PATCHING_CONFIG_STRATEGY_DOMAIN_BASED str(object=’’) -> str
PATCHING_CONFIG_STRATEGY_DOWNTIME_BASED str(object=’’) -> str
batch_size [Required] Gets the batch_size of this BatchingBasedOdhPatchingConfig.
patching_config_strategy [Required] Gets the patching_config_strategy of this OdhPatchingConfig.
wait_time_between_batch_in_seconds [Required] Gets the wait_time_between_batch_in_seconds of this BatchingBasedOdhPatchingConfig.

Methods

__init__(**kwargs) Initializes a new BatchingBasedOdhPatchingConfig 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.
PATCHING_CONFIG_STRATEGY_BATCHING_BASED = 'BATCHING_BASED'
PATCHING_CONFIG_STRATEGY_DOMAIN_BASED = 'DOMAIN_BASED'
PATCHING_CONFIG_STRATEGY_DOWNTIME_BASED = 'DOWNTIME_BASED'
__init__(**kwargs)

Initializes a new BatchingBasedOdhPatchingConfig object with values from keyword arguments. The default value of the patching_config_strategy attribute of this class is BATCHING_BASED and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • patching_config_strategy (str) – The value to assign to the patching_config_strategy property of this BatchingBasedOdhPatchingConfig. Allowed values for this property are: “DOWNTIME_BASED”, “BATCHING_BASED”, “DOMAIN_BASED”
  • batch_size (int) – The value to assign to the batch_size property of this BatchingBasedOdhPatchingConfig.
  • wait_time_between_batch_in_seconds (int) – The value to assign to the wait_time_between_batch_in_seconds property of this BatchingBasedOdhPatchingConfig.
batch_size

[Required] Gets the batch_size of this BatchingBasedOdhPatchingConfig. How many nodes to be patched in each iteration.

Returns:The batch_size of this BatchingBasedOdhPatchingConfig.
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.

patching_config_strategy

[Required] Gets the patching_config_strategy of this OdhPatchingConfig. Type of strategy used for detailed patching configuration

Allowed values for this property are: “DOWNTIME_BASED”, “BATCHING_BASED”, “DOMAIN_BASED”

Returns:The patching_config_strategy of this OdhPatchingConfig.
Return type:str
wait_time_between_batch_in_seconds

[Required] Gets the wait_time_between_batch_in_seconds of this BatchingBasedOdhPatchingConfig. The wait time between batches in seconds.

Returns:The wait_time_between_batch_in_seconds of this BatchingBasedOdhPatchingConfig.
Return type:int