Module netapp_ontap.models.storage_pool_capacity

Copyright © 2023 NetApp Inc. All rights reserved.

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

Classes

class StoragePoolCapacitySchema (*, 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 StoragePoolCapacity object

Ancestors

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

Class variables

disk_count: Size GET POST PATCH

The number of disks in the storage pool.

disks: List[StoragePoolDisk] GET POST PATCH

Properties of each disk used in the shared storage pool.

remaining: Size GET

Remaining usable capacity in the flash pool, in bytes.

spare_allocation_units: List[StoragePoolSpareAllocationUnit] GET POST PATCH

Properties of spare allocation units.

total: Size GET

Total size of the flash pool, in bytes.

used_allocation_units: List[StoragePoolUsedAllocationUnit] GET

Information about the storage pool allocation units participating in the cache tier of an aggregate.