PreemptibleNodeConfigDetails¶
-
class
oci.container_engine.models.
PreemptibleNodeConfigDetails
(**kwargs)¶ Bases:
object
Configuration options for preemptible nodes.
Methods
__init__
(**kwargs)Initializes a new PreemptibleNodeConfigDetails object with values from keyword arguments. Attributes
preemption_action
[Required] Gets the preemption_action of this PreemptibleNodeConfigDetails. -
__init__
(**kwargs)¶ Initializes a new PreemptibleNodeConfigDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: preemption_action (oci.container_engine.models.PreemptionAction) – The value to assign to the preemption_action property of this PreemptibleNodeConfigDetails.
-
preemption_action
¶ [Required] Gets the preemption_action of this PreemptibleNodeConfigDetails.
Returns: The preemption_action of this PreemptibleNodeConfigDetails. Return type: oci.container_engine.models.PreemptionAction
-