PreemptibleInstanceConfigDetails¶
-
class
oci.cloud_migrations.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.cloud_migrations.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.cloud_migrations.models.PreemptionAction
-