Module netapp_ontap.models.lun_vvol_bindings
Copyright © 2024 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class LunVvolBindingsSchema (*, only: types.StrSequenceOrSet | None = None, exclude: types.StrSequenceOrSet = (), many: bool | None = None, context: dict | None = None, load_only: types.StrSequenceOrSet = (), dump_only: types.StrSequenceOrSet = (), partial: bool | types.StrSequenceOrSet | None = None, unknown: str | None = None)
-
The fields of the LunVvolBindings object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
- abc.ABC
Class variables
-
id: Size GET
-
The ONTAP internal identifier assigned to the vVol binding. The bind identifier is unique amongst all class
vvol
LUNs bound to the same classprotocol_endpoint
LUN.
This property was included in early releases of the REST API for vVols and is maintained for backward compatibility. See thesecondary_id
property, which replacesid
.Example: 1
-
links: SelfLink GET
-
The links field of the lun_vvol_bindings.
-
partner: LunVvolBindingsPartner GET POST PATCH
-
The LUN partner that this LUN is bound to. If this LUN is a
vvol
class LUN, the partner is aprotocol_endpoint
class LUN. -
secondary_id: str GET
-
The identifier assigned to the vVol binding, known as the secondary LUN ID. The identifier is unique amongst all class
vvol
LUNs bound to the same classprotocol_endpoint
LUN.
The format for a secondary LUN ID is 16 hexadecimal digits (zero-filled) followed by a lower case "h".Example: 0000D20000010000h