Class PreemptibleInstanceConfigDetails
Configuration options for preemptible instances.
Inherited Members
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