Module netapp_ontap.models.cluster_space_block_storage
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class ClusterSpaceBlockStorageSchema (*, 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 ClusterSpaceBlockStorage object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
available: Size GET POST PATCH
-
Available space of all aggregates across the cluster.
-
inactive_data: Size GET POST PATCH
-
Inactive data of all aggregates across the cluster.
-
medias: List[ClusterSpaceBlockStorageMedias] GET POST PATCH
-
Configuration information based on type of media. For example, SSD media type information includes the sum of all the SSD aggregates across the cluster.
-
physical_used: Size GET POST PATCH
-
Total physical used space of all aggregates across the cluster.
-
size: Size GET POST PATCH
-
Total space of all aggregates across the cluster.
-
used: Size GET POST PATCH
-
Used space (includes volume reserves) of the all aggregates across the cluster.