UpdateNodeReplaceConfigurationDetails¶
-
class
oci.bds.models.
UpdateNodeReplaceConfigurationDetails
(**kwargs)¶ Bases:
object
The information about the NodeReplaceConfiguration
Methods
__init__
(**kwargs)Initializes a new UpdateNodeReplaceConfigurationDetails object with values from keyword arguments. Attributes
display_name
Gets the display_name of this UpdateNodeReplaceConfigurationDetails. duration_in_minutes
Gets the duration_in_minutes of this UpdateNodeReplaceConfigurationDetails. level_type_details
Gets the level_type_details of this UpdateNodeReplaceConfigurationDetails. metric_type
Gets the metric_type of this UpdateNodeReplaceConfigurationDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateNodeReplaceConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - level_type_details (oci.bds.models.LevelTypeDetails) – The value to assign to the level_type_details property of this UpdateNodeReplaceConfigurationDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateNodeReplaceConfigurationDetails.
- metric_type (str) – The value to assign to the metric_type property of this UpdateNodeReplaceConfigurationDetails.
- duration_in_minutes (int) – The value to assign to the duration_in_minutes property of this UpdateNodeReplaceConfigurationDetails.
-
display_name
¶ Gets the display_name of this UpdateNodeReplaceConfigurationDetails. A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
Returns: The display_name of this UpdateNodeReplaceConfigurationDetails. Return type: str
-
duration_in_minutes
¶ Gets the duration_in_minutes of this UpdateNodeReplaceConfigurationDetails. This value is the pending duration time to wait for metric emission before triggering node replacement. The value is in minutes.
Returns: The duration_in_minutes of this UpdateNodeReplaceConfigurationDetails. Return type: int
-
level_type_details
¶ Gets the level_type_details of this UpdateNodeReplaceConfigurationDetails.
Returns: The level_type_details of this UpdateNodeReplaceConfigurationDetails. Return type: oci.bds.models.LevelTypeDetails
-
metric_type
¶ Gets the metric_type of this UpdateNodeReplaceConfigurationDetails. Type of compute instance health metric to use for node replacement
Returns: The metric_type of this UpdateNodeReplaceConfigurationDetails. Return type: str
-