Show / Hide Table of Contents

Class QuickRecycleSettings

Additional quick recycle settings.

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

Properties

NvmeWipe

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

Whether to wipe NVMe data during quick recycle.

In this article
Back to top