Show / Hide Table of Contents

Class PreemptibleInstanceConfigDetails

Configuration options for preemptible instances.

Inheritance
object
PreemptibleInstanceConfigDetails
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 PreemptibleInstanceConfigDetails

Properties

PreemptionAction

Declaration
[Required(ErrorMessage = "PreemptionAction is required.")]
[JsonProperty(PropertyName = "preemptionAction")]
public PreemptionAction PreemptionAction { get; set; }
Property Value
Type Description
PreemptionAction
Remarks

Required

In this article
Back to top