Module netapp_ontap.models.aggregate_space_snapshot
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
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: Size GET
-
Available space for Snapshot copies in bytes
Example: 2000
-
reserve_percent: Size GET
-
Percentage of space reserved for Snapshot copies
Example: 20
-
total: Size GET
-
Total space for Snapshot copies in bytes
Example: 5000
-
used: Size GET
-
Space used by Snapshot copies in bytes
Example: 3000
-
used_percent: Size GET
-
Percentage of disk space used by Snapshot copies
Example: 45