Module netapp_ontap.models.nvme_namespace_location

Copyright © 2022 NetApp Inc. All rights reserved.

Classes

class NvmeNamespaceLocationSchema (*, 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 NvmeNamespaceLocation object

Ancestors

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

Class variables

namespace GET POST

The base name component of the NVMe namespace. Valid in POST.
If properties name and location.namespace are specified in the same request, they must refer to the base name.
NVMe namespaces do not support rename.

Example: namespace1

node GET POST PATCH

The node field of the nvme_namespace_location.

qtree GET POST

The qtree field of the nvme_namespace_location.

volume GET POST

The volume field of the nvme_namespace_location.