Module netapp_ontap.models.lun_location

Copyright © 2019 NetApp Inc. All rights reserved.

Classes

class LunLocationSchema (only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)

The fields of the LunLocation object

Ancestors

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

Class variables

var logical_unit

The base name component of the LUN. Valid in POST and PATCH.
If properties name and location.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

var opts
var qtree

The qtree field of the lun_location.

var volume

The volume field of the lun_location.

Instance variables

var patchable_fields

Only fields in this list will be considered when patching a resource

var postable_fields

Only fields in this list will be considered when posting a resource