Module netapp_ontap.models.aggregate_block_storage_hybrid_cache

Copyright © 2022 NetApp Inc. All rights reserved.

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

Classes

class AggregateBlockStorageHybridCacheSchema (*, 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 AggregateBlockStorageHybridCache object

Ancestors

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

Class variables

disk_count: Size GET

Number of disks used in the cache tier of the aggregate. Only provided when hybrid_cache.enabled is 'true'.

Example: 6

enabled: bool GET

Specifies whether the aggregate uses HDDs with SSDs as a cache.

raid_type: str GET

RAID type for SSD cache of the aggregate. Only provided when hybrid_cache.enabled is 'true'.

Valid choices:

  • raid_dp
  • raid_tec
  • raid4
size: Size GET

Total usable space in bytes of SSD cache. Only provided when hybrid_cache.enabled is 'true'.

Example: 1612709888

storage_pools: List[AggregateBlockStorageHybridCacheStoragePools] GET POST PATCH

List of storage pool properties and allocation_units_count for aggregate.

used: Size GET

Space used in bytes of SSD cache. Only provided when hybrid_cache.enabled is 'true'.

Example: 26501122