Module netapp_ontap.models.application_statistics_space

Copyright © 2019 NetApp Inc. All rights reserved.

Classes

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

The fields of the ApplicationStatisticsSpace object

Ancestors

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

Class variables

var available

The available amount of space left in the application component. Note that this field has limited meaning for SAN applications. Space may be considered used from ONTAP's perspective while the host filesystem still considers it available

var logical_used

The amount of space that would currently be used if no space saving features were enabled. For example, if compression were the only space saving feature enabled, this field would represent the uncompressed amount of space used

var opts
var provisioned

The originally requested amount of space that was provisioned for the application component

var reserved_unused

The amount of space reserved for system features such as snapshots that has not yet been used

var savings

The amount of space saved by all enabled space saving features

var used

The amount of space that is currently being used by the application component. Note that this includes any space reserved by the system for features such as snapshots

var used_excluding_reserves

The amount of space that is currently being used, excluding any space that is reserved by the system for features such as snapshots

var used_percent

The percentage of the originally provisioned space that is currently being used by the application component

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