Module netapp_ontap.models.aggregate_space_snapshot
Copyright © 2022 NetApp Inc. All rights reserved.
Classes
class AggregateSpaceSnapshotSchema (*, 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 AggregateSpaceSnapshot object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
available GET -
Available space for Snapshot copies in bytes
Example: 2000
-
reserve_percent GET -
Percentage of space reserved for Snapshot copies
Example: 20
-
total GET -
Total space for Snapshot copies in bytes
Example: 5000
-
used GET -
Space used by Snapshot copies in bytes
Example: 3000
-
used_percent GET -
Percentage of disk space used by Snapshot copies
Example: 45