Module netapp_ontap.models.cluster_space_block_storage_medias

Copyright © 2023 NetApp Inc. All rights reserved.

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

Classes

class ClusterSpaceBlockStorageMediasSchema (*, 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 ClusterSpaceBlockStorageMedias object

Ancestors

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

Class variables

available: Size GET POST PATCH

Available space of all the aggregates based on media type.

efficiency: SpaceEfficiency GET POST PATCH

The efficiency field of the cluster_space_block_storage_medias.

efficiency_without_snapshots: SpaceEfficiency GET POST PATCH

The efficiency_without_snapshots field of the cluster_space_block_storage_medias.

efficiency_without_snapshots_flexclones: SpaceEfficiency GET POST PATCH

The efficiency_without_snapshots_flexclones field of the cluster_space_block_storage_medias.

physical_used: Size GET POST PATCH

Total physical used space of all the aggregates based on media type.

size: Size GET POST PATCH

Total space of all the aggregates based on media type.

type: str GET POST PATCH

The type of media being used.

Valid choices:

  • hdd
  • hybrid
  • lun
  • ssd
  • vmdisk
used: Size GET POST PATCH

Used space of all the aggregates based on media type.