Module netapp_ontap.models.nvme_namespace_status

Copyright © 2019 NetApp Inc. All rights reserved.

Classes

class NvmeNamespaceStatusSchema (only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)

The fields of the NvmeNamespaceStatus object

Ancestors

  • netapp_ontap.resource.ResourceSchema
  • marshmallow.schema.Schema
  • marshmallow.schema.BaseSchema
  • marshmallow.base.SchemaABC

Class variables

var container_state

The state of the volume and aggregate that contain the NVMe namespace. Namespaces are only available when their containers are available.

Valid choices:

  • online
  • aggregate_offline
  • volume_offline
var mapped

Reports if the NVMe namespace is mapped to an NVMe subsystem.
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.

var opts
var read_only

Reports if the NVMe namespace allows only read access.

var state

The state of the NVMe namespace. Normal states for a namespace are online and offline. Other states indicate errors.

Valid choices:

  • nvfail
  • offline
  • online
  • space_error

Instance variables

var patchable_fields

Only fields in this list will be considered when patching a resource

var postable_fields

Only fields in this list will be considered when posting a resource