Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 3.39 KB

NvmeNamespace.md

File metadata and controls

22 lines (18 loc) · 3.39 KB

NvmeNamespace

Properties

Name Type Description Notes
Links *InlineResponse201Links [optional] [default to null]
AutoDelete bool This property marks the NVMe namespace for auto deletion when the volume containing the namespace runs out of space. This is most commonly set on namespace clones.<br/> When set to true, the NVMe namespace becomes eligible for automatic deletion when the volume runs out of space. Auto deletion only occurs when the volume containing the namespace is also configured for auto deletion and free space in the volume decreases below a particular threshold.<br/> This property is optional in POST and PATCH. The default value for a new NVMe namespace is false.<br/> There is an added cost to retrieving this property's value. It is not populated for either a collection GET or an instance GET unless it is explicitly requested using the `fields` query parameter. See `DOC Requesting specific fields` to learn more. [optional] [default to null]
Clone *NvmeNamespaceClone [optional] [default to null]
Comment string A configurable comment available for use by the administrator. Valid in POST and PATCH. [optional] [default to null]
Enabled bool The enabled state of the NVMe namespace. Namespaces can be disabled to prevent access to the namespace. Certain error conditions also cause the namespace to become disabled. If the namespace is disabled, you can consult the `state` property to determine if the namespace is administratively disabled (offline) or has become disabled as a result of an error. A namespace in an error condition can be brought online by setting the `enabled` property to true or brought administratively offline by setting the `enabled` property to false. Upon creation, an NVMe namespace is enabled by default. Valid in PATCH. [optional] [default to null]
Location *NvmeNamespaceLocation [optional] [default to null]
Name string The fully qualified path name of the NVMe namespace composed of a &quot;/vol&quot; prefix, the volume name, the (optional) qtree name and base name of the namespace. Valid in POST.<br/> NVMe namespaces do not support rename, or movement between volumes. [optional] [default to null]
OsType string The operating system type of the NVMe namespace.<br/> Required in POST when creating an NVMe namespace that is not a clone of another. Disallowed in POST when creating a namespace clone. [optional] [default to null]
Space *NvmeNamespaceSpace [optional] [default to null]
Status *NvmeNamespaceStatus [optional] [default to null]
SubsystemMap *NvmeNamespaceSubsystemMap [optional] [default to null]
Svm *AuditSvm [optional] [default to null]
Uuid string The unique identifier of the NVMe namespace. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]