PreemptibleInstanceConfigDetails

class oci.core.models.PreemptibleInstanceConfigDetails(**kwargs)

Bases: object

Configuration options for preemptible instances.

Methods

__init__(**kwargs) Initializes a new PreemptibleInstanceConfigDetails object with values from keyword arguments.

Attributes

preemption_action [Required] Gets the preemption_action of this PreemptibleInstanceConfigDetails.
__init__(**kwargs)

Initializes a new PreemptibleInstanceConfigDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:preemption_action (oci.core.models.PreemptionAction) – The value to assign to the preemption_action property of this PreemptibleInstanceConfigDetails.
preemption_action

[Required] Gets the preemption_action of this PreemptibleInstanceConfigDetails.

Returns:The preemption_action of this PreemptibleInstanceConfigDetails.
Return type:oci.core.models.PreemptionAction