QuickRecycleSettings¶
-
class
oci.core.models.QuickRecycleSettings(**kwargs)¶ Bases:
objectAdditional quick recycle settings.
Methods
__init__(**kwargs)Initializes a new QuickRecycleSettings object with values from keyword arguments. Attributes
nvme_wipeGets the nvme_wipe of this QuickRecycleSettings. -
__init__(**kwargs)¶ Initializes a new QuickRecycleSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: nvme_wipe (bool) – The value to assign to the nvme_wipe property of this QuickRecycleSettings.
-
nvme_wipe¶ Gets the nvme_wipe of this QuickRecycleSettings. Whether to wipe NVMe data during quick recycle.
Returns: The nvme_wipe of this QuickRecycleSettings. Return type: bool
-