Module netapp_ontap.models.application_statistics_space

Copyright © 2023 NetApp Inc. All rights reserved.

This file has been automatically generated based on the ONTAP REST API documentation.

Classes

class ApplicationStatisticsSpaceSchema (*, 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 ApplicationStatisticsSpace object

Ancestors

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

Class variables

available: Size GET

The available amount of space left in the application. Note that this field has limited meaning for SAN applications. Space may be considered used from ONTAP's perspective while the host filesystem still considers it available.

logical_used: Size GET

The amount of space that would currently be used if no space saving features were enabled. For example, if compression were the only space saving feature enabled, this field would represent the uncompressed amount of space used.

provisioned: Size GET

The originally requested amount of space that was provisioned for the application.

reserved_unused: Size GET

The amount of space reserved for system features such as Snapshot copies that has not yet been used.

savings: Size GET

The amount of space saved by all enabled space saving features.

used: Size GET

The amount of space that is currently being used by the application. Note that this includes any space reserved by the system for features such as Snapshot copies.

used_excluding_reserves: Size GET

The amount of space that is currently being used, excluding any space that is reserved by the system for features such as Snapshot copies.

used_percent: Size GET

The percentage of the originally provisioned space that is currently being used by the application.