Module netapp_ontap.models.aggregate_space_block_storage

Copyright © 2019 NetApp Inc. All rights reserved.

Classes

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

The fields of the AggregateSpaceBlockStorage object

Ancestors

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

Class variables

var available

Space available in bytes

Example: 10156560384

var full_threshold_percent

The aggregate used percentage at which 'monitor.volume.full' EMS is generated.

var inactive_user_data

The size that is physically used in the block storage and has a cold temperature, in bytes. This property is only supported if the aggregate is either attached to a cloud store or can be attached to a cloud store. This is an advanced property; there is an added cost to retrieving its value. The field is not populated for either a collection GET or an instance GET unless it is explicitly requested using the fields query parameter containing either block_storage.inactive_user_data or **.

Example: 304448

var opts
var size

Total usable space in bytes, not including WAFL reserve and aggregate Snapshot copy reserve.

Example: 10156769280

var used

Space used or reserved in bytes. Includes volume guarantees and aggregate metadata.

Example: 2088960

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