DowntimeBasedOdhPatchingConfig¶
-
class
oci.bds.models.
DowntimeBasedOdhPatchingConfig
(**kwargs)¶ Bases:
oci.bds.models.odh_patching_config.OdhPatchingConfig
Patching configurations which allows downtime. This patching config will patch all the nodes in parallel.
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 patching_config_strategy
[Required] Gets the patching_config_strategy of this OdhPatchingConfig. Methods
__init__
(**kwargs)Initializes a new DowntimeBasedOdhPatchingConfig 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 DowntimeBasedOdhPatchingConfig object with values from keyword arguments. The default value of the
patching_config_strategy
attribute of this class isDOWNTIME_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 DowntimeBasedOdhPatchingConfig. Allowed values for this property are: “DOWNTIME_BASED”, “BATCHING_BASED”, “DOMAIN_BASED”
-
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
-