Module netapp_ontap.models.volume_space
Copyright © 2019 NetApp Inc. All rights reserved.
Classes
class VolumeSpaceSchema (only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)
-
The fields of the VolumeSpace object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.schema.BaseSchema
- marshmallow.base.SchemaABC
Class variables
var available
-
The available space, in bytes.
var block_storage_inactive_user_data
-
The size that is physically used in the block storage of the volume and has a cold temperature. In bytes. This parameter is only supported if the volume is in an aggregate that is either attached to a cloud store or could be attached to a cloud store.
var capacity_tier_footprint
-
The space used by capacity tier for this volume in the aggregate, in bytes.
var footprint
-
Data and metadata used for this volume in the aggregate, in bytes.
var logical_space
-
The logical_space field of the volume_space.
var metadata
-
The space used by the total metadata in the volume, in bytes.
var opts
var over_provisioned
-
The amount of space not available for this volume in the aggregate, in bytes.
var size
-
Total provisioned size. The default size is equal to the minimum size of 20MB, in bytes.
var snapshot
-
The snapshot field of the volume_space.
var used
-
The virtual space used (includes volume reserves) before storage efficiency, in bytes.
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