Show / Hide Table of Contents

Class UpdateInstanceSourceDetails

The details for updating the instance source.

Inheritance
object
UpdateInstanceSourceDetails
UpdateInstanceSourceViaBootVolumeDetails
UpdateInstanceSourceViaImageDetails
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
[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.

In this article
Back to top