Module netapp_ontap.models.nvme_namespace_subsystem_map

Copyright © 2022 NetApp Inc. All rights reserved.

Classes

class NvmeNamespaceSubsystemMapSchema (*, only: Union[Sequence[str], Set[str]] = None, exclude: Union[Sequence[str], Set[str]] = (), many: bool = False, context: Dict = None, load_only: Union[Sequence[str], Set[str]] = (), dump_only: Union[Sequence[str], Set[str]] = (), partial: Union[bool, Sequence[str], Set[str]] = False, unknown: str = None)

The fields of the NvmeNamespaceSubsystemMap object

Ancestors

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

Class variables

anagrpid GET

The Asymmetric Namespace Access Group ID (ANAGRPID) of the NVMe namespace.
The format for an ANAGRPID is 8 hexadecimal digits (zero-filled) followed by a lower case "h".

Example: 00103050h

The links field of the nvme_namespace_subsystem_map.

nsid GET

The NVMe namespace identifier. This is an identifier used by an NVMe controller to provide access to the NVMe namespace.
The format for an NVMe namespace identifier is 8 hexadecimal digits (zero-filled) followed by a lower case "h".

Example: 00000001h

subsystem GET POST PATCH

The subsystem field of the nvme_namespace_subsystem_map.