Module netapp_ontap.models.lun_location
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class LunLocationSchema (*, 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 LunLocation object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
logical_unit: str GET POST PATCH
-
The base name component of the LUN. Valid in POST and PATCH.
If propertiesname
andlocation.logical_unit
are specified in the same request, they must refer to the base name.
A PATCH that modifies the base name of the LUN is considered a rename operation.Example: lun1
-
node: Node GET POST PATCH
-
The node field of the lun_location.
-
qtree: Qtree GET POST PATCH
-
The qtree field of the lun_location.
-
volume: Volume GET POST PATCH
-
The volume field of the lun_location.