Module netapp_ontap.models.consistency_group_namespace_subsystem_map
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class ConsistencyGroupNamespaceSubsystemMapSchema (*, 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 ConsistencyGroupNamespaceSubsystemMap object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
anagrpid: str 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".
There is an added computational 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 thefields
query parameter. SeeRequesting specific fields
to learn more.Example: 00103050h
-
links: SelfLink GET
-
The links field of the consistency_group_namespace_subsystem_map.
-
nsid: str 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: ConsistencyGroupNvmeSubsystem GET POST PATCH
-
The NVMe subsystem to which the NVMe namespace is mapped.