Module netapp_ontap.models.raid_group_disk

Copyright © 2019 NetApp Inc. All rights reserved.

Classes

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

The fields of the RaidGroupDisk object

Ancestors

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

Class variables

var disk

The disk field of the raid_group_disk.

var opts
var position

The position of the disk within the RAID group.

Valid choices:

  • data
  • parity
  • dparity
  • tparity
  • copy
var state

The state of the disk within the RAID group.

Valid choices:

  • normal
  • failed
  • zeroing
  • copy
  • replacing
  • evacuating
  • prefail
  • offline
  • reconstructing
var type

Disk interface type

Valid choices:

  • ata
  • bsas
  • fcal
  • fsas
  • lun
  • sas
  • msata
  • ssd
  • vmdisk
  • unknown
  • ssd_nvm
var usable_size

Size in bytes that is usable by the aggregate.

Example: 947912704

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