Show / Hide Table of Contents

Class TerminatePreemptionAction

Terminates the preemptible instance when it is interrupted for eviction.

Inheritance
object
PreemptionAction
TerminatePreemptionAction
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class TerminatePreemptionAction : PreemptionAction

Properties

PreserveBootVolume

Declaration
[JsonProperty(PropertyName = "preserveBootVolume")]
public bool? PreserveBootVolume { get; set; }
Property Value
Type Description
bool?

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.

In this article
Back to top