Module netapp_ontap.models.nvme_namespace_location
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
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: str GET POST
-
The base name component of the NVMe namespace. Valid in POST.
If propertiesname
andlocation.namespace
are specified in the same request, they must refer to the base name.
NVMe namespaces do not support rename.Example: namespace1
-
node: Node GET POST PATCH
-
The node field of the nvme_namespace_location.
-
qtree: Qtree GET POST
-
The qtree field of the nvme_namespace_location.
-
volume: Volume GET POST
-
The volume field of the nvme_namespace_location.