Module netapp_ontap.models.cluster_space_block_storage

Copyright © 2024 NetApp Inc. All rights reserved.

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

Classes

class ClusterSpaceBlockStorageSchema (*, only: types.StrSequenceOrSet | None = None, exclude: types.StrSequenceOrSet = (), many: bool | None = None, context: dict | None = None, load_only: types.StrSequenceOrSet = (), dump_only: types.StrSequenceOrSet = (), partial: bool | types.StrSequenceOrSet | None = None, unknown: str | None = None)

The fields of the ClusterSpaceBlockStorage object

Ancestors

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

Class variables

available: Size GET

Available space across the cluster.

delayed_frees: Size GET

Total delayed free space across the cluster.

Platform Specifics

  • Unified ONTAP: This property is not available as part of cluster_space.block_storage object in the REST API and is not reported for GET requests.
  • ASA r2: Available for GET requests.
full_threshold_percent: Size GET POST PATCH

The cluster space full threshold percentage that triggers an EMS error.

Platform Specifics

  • Unified ONTAP: This property is not available as part of cluster_space.block_storage object in the REST API and is not reported for GET requests.
  • ASA r2: Available for GET, POST, and PATCH requests.
inactive_data: Size GET

Inactive data across the cluster.

Platform Specifics

  • Unified ONTAP: Available for GET requests.
  • ASA r2: This property is not applicable, it is not available in the REST API and is not reported for GET requests.
medias: List[ClusterSpaceBlockStorageMedias] GET

Configuration information based on type of media. For example, SSD media type information includes the sum of all the SSD storage across the cluster.

nearly_full_threshold_percent: Size GET POST PATCH

The cluster space nearly full threshold percentage that triggers an EMS warning.

Platform Specifics

  • Unified ONTAP: This property is not available as part of cluster_space.block_storage object in the REST API and is not reported for GET requests.
  • ASA r2: Available for GET, POST, and PATCH requests.
physical_used: Size GET

Total physical used space across the cluster.

physical_used_percent: Size GET

The Physical space used percentage across the cluster.

Platform Specifics

  • Unified ONTAP: This property is not available as part of the cluster_space.block_storage object in the REST API and is not reported for GET requests.
  • ASA r2: Available for GET requests.
size: Size GET

Total space across the cluster.

total_metadata_used: Size GET

Total metadata used in the cluster.

Platform Specifics

  • Unified ONTAP: This property is not available as part of cluster_space.block_storage object in the REST API and is not reported for GET requests.
  • ASA r2: Available for GET requests.
unusable_space: Size GET

Total unusable space across the cluster due to some aggregate being unavailable.

Platform Specifics

  • Unified ONTAP: This property is not available as part of cluster_space.block_storage object in the REST API and is not reported for GET requests.
  • ASA r2: Available for GET requests.
used: Size GET

Used space (includes volume reserves) across the cluster.

Platform Specifics

  • Unified ONTAP: Available for GET requests.
  • ASA r2: This property is not applicable, it is not available in the REST API and is not reported for GET requests.