Module netapp_ontap.models.raid_group
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
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: bool GET
-
RAID group is a cache tier
-
degraded: bool GET
-
RAID group is degraded. A RAID group is degraded when at least one disk from that group has failed or is offline.
-
disks: List[RaidGroupDisk] GET
-
The disks field of the raid_group.
-
name: str GET
-
RAID group name
Example: rg0
-
raid_type: str GET
-
RAID type of the raid group.
Valid choices:
- raid_dp
- raid_tec
- raid0
- raid4
- raid_ep
-
recomputing_parity: RaidGroupRecomputingParity GET
-
The recomputing_parity field of the raid_group.
-
reconstruct: RaidGroupReconstruct GET
-
The reconstruct field of the raid_group.