Module netapp_ontap.models.raid_group

Copyright © 2022 NetApp Inc. All rights reserved.

Classes

class RaidGroupSchema (*, 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 RaidGroup object

Ancestors

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

Class variables

cache_tier GET

RAID group is a cache tier

degraded GET

RAID group is degraded. A RAID group is degraded when at least one disk from that group has failed or is offline.

disks GET

The disks field of the raid_group.

name GET

RAID group name

Example: rg0

raid_type GET

RAID type of the raid group.

Valid choices:

  • raid_dp
  • raid_tec
  • raid0
  • raid4
  • raid_ep
recomputing_parity GET

The recomputing_parity field of the raid_group.

reconstruct GET

The reconstruct field of the raid_group.