Module netapp_ontap.models.aggregate_block_storage_hybrid_cache

Copyright © 2019 NetApp Inc. All rights reserved.

Classes

class AggregateBlockStorageHybridCacheSchema (only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)

The fields of the AggregateBlockStorageHybridCache object

Ancestors

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

Class variables

var disk_count

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

Example: 6

var enabled

Aggregate uses HDDs with SSDs as a cache

var opts
var raid_type

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

Valid choices:

  • raid_dp
  • raid_tec
  • raid4
var size

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

Example: 1612709888

var used

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

Example: 26501122

Instance variables

var patchable_fields

Only fields in this list will be considered when patching a resource

var postable_fields

Only fields in this list will be considered when posting a resource