Module netapp_ontap.models.volume_space1
Copyright © 2021 NetApp Inc. All rights reserved.
Classes
class VolumeSpace1Schema (*, only: typing.Union = None, exclude: typing.Union = (), many: bool = False, context: typing.Dict = None, load_only: typing.Union = (), dump_only: typing.Union = (), partial: typing.Union = False, unknown: str = None)-
The fields of the VolumeSpace1 object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
afs_total GET POST PATCH -
Total size of AFS, excluding snap-reserve, in bytes.
-
available GET -
The available space, in bytes.
-
available_percent GET POST PATCH -
The space available, as a percent.
-
block_storage_inactive_user_data GET -
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.
-
block_storage_inactive_user_data_percent GET -
Percentage of size that is physically used in the performance tier of the volume.
-
capacity_tier_footprint GET -
Space used by capacity tier for this volume in the FabricPool aggregate, in bytes.
-
footprint GET -
Data used for this volume in the aggregate, in bytes.
-
fractional_reserve GET POST PATCH -
Used to change the amount of space reserved for overwrites of reserved objects in a volume.
-
full_threshold_percent GET POST PATCH -
Volume full threshold percentage at which EMS warnings can be sent.
-
local_tier_footprint GET -
Space used by the local tier for this volume in the aggregate, in bytes.
-
logical_space GET POST PATCH -
The logical_space field of the volume_space1.
-
metadata GET -
Space used by the volume metadata in the aggregate, in bytes.
-
nearly_full_threshold_percent GET POST PATCH -
Volume nearly full threshold percentage at which EMS warnings can be sent.
-
over_provisioned GET -
The amount of space not available for this volume in the aggregate, in bytes.
-
overwrite_reserve GET -
Reserved space for overwrites, in bytes.
-
overwrite_reserve_used GET -
Overwrite logical reserve space used, in bytes.
-
percent_used GET -
Percentage of the volume size that is used.
-
performance_tier_footprint GET -
Space used by the performance tier for this volume in the FabricPool aggregate, in bytes.
-
size GET POST PATCH -
Total provisioned size. The default size is equal to the minimum size of 20MB, in bytes.
-
size_available_for_snapshots GET -
Available space for Snapshot copies from snap-reserve, in bytes.
-
snapshot GET POST PATCH -
The snapshot field of the volume_space1.
-
total_footprint GET -
Data and metadata used for this volume in the aggregate, in bytes.
-
used GET -
The virtual space used (includes volume reserves) before storage efficiency, in bytes.
-
used_by_afs GET POST PATCH -
The space used by Active Filesystem, in bytes.