Module netapp_ontap.models.aggregate_space

Copyright © 2023 NetApp Inc. All rights reserved.

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

Classes

class AggregateSpaceSchema (*, 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 AggregateSpace object

Ancestors

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

Class variables

block_storage: AggregateSpaceBlockStorage GET POST PATCH

The block_storage field of the aggregate_space.

cloud_storage: AggregateSpaceCloudStorage GET POST PATCH

The cloud_storage field of the aggregate_space.

efficiency: AggrSpaceEfficiency GET POST PATCH

The efficiency field of the aggregate_space.

efficiency_without_snapshots: SpaceEfficiency GET POST PATCH

The efficiency_without_snapshots field of the aggregate_space.

efficiency_without_snapshots_flexclones: SpaceEfficiency GET POST PATCH

The efficiency_without_snapshots_flexclones field of the aggregate_space.

footprint: Size GET

A summation of volume footprints (including volume guarantees), in bytes. This includes all of the volume footprints in the block_storage tier and the cloud_storage tier. This is an advanced property; there is an added computational cost to retrieving its value. The field is not populated for either a collection GET or an instance GET unless it is explicitly requested using the fields query parameter containing either footprint or **.

Example: 608896

snapshot: AggregateSpaceSnapshot GET POST PATCH

The snapshot field of the aggregate_space.