Class UpdateInstanceSourceDetails
The details for updating the instance source.
Inheritance
UpdateInstanceSourceDetails
      
      
  Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
[JsonConverter(typeof(UpdateInstanceSourceDetailsModelConverter))]
public class UpdateInstanceSourceDetails
  Properties
IsPreserveBootVolumeEnabled
Declaration
[JsonProperty(PropertyName = "isPreserveBootVolumeEnabled")]
public bool? IsPreserveBootVolumeEnabled { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool? | Whether to preserve the boot volume that was previously attached to the instance after a successful replacement of that boot volume.  |