Module netapp_ontap.models.application_statistics_space1
Copyright © 2019 NetApp Inc. All rights reserved.
Classes
class ApplicationStatisticsSpace1Schema (only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)
-
The fields of the ApplicationStatisticsSpace1 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. 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
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. 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
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