TerminatePreemptionAction¶
-
class
oci.core.models.
TerminatePreemptionAction
(**kwargs)¶ Bases:
oci.core.models.preemption_action.PreemptionAction
Terminates the preemptible instance when it is interrupted for eviction.
Attributes
TYPE_TERMINATE
str(object=’’) -> str preserve_boot_volume
Gets the preserve_boot_volume of this TerminatePreemptionAction. type
[Required] Gets the type of this PreemptionAction. Methods
__init__
(**kwargs)Initializes a new TerminatePreemptionAction 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_TERMINATE
= 'TERMINATE'¶
-
__init__
(**kwargs)¶ Initializes a new TerminatePreemptionAction object with values from keyword arguments. The default value of the
type
attribute of this class isTERMINATE
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 TerminatePreemptionAction. Allowed values for this property are: “TERMINATE”
- preserve_boot_volume (bool) – The value to assign to the preserve_boot_volume property of this TerminatePreemptionAction.
-
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.
-
preserve_boot_volume
¶ Gets the preserve_boot_volume of this TerminatePreemptionAction. Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
Returns: The preserve_boot_volume of this TerminatePreemptionAction. Return type: bool
-
type
¶ [Required] Gets the type of this PreemptionAction. The type of action to run when the instance is interrupted for eviction.
Allowed values for this property are: “TERMINATE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this PreemptionAction. Return type: str
-