Module netapp_ontap.models.volume_constituents_space
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class VolumeConstituentsSpaceSchema (*, only: Union[Sequence[str], Set[str]] = None, exclude: Union[Sequence[str], Set[str]] = (), many: bool = False, context: Dict = None, load_only: Union[Sequence[str], Set[str]] = (), dump_only: Union[Sequence[str], Set[str]] = (), partial: Union[bool, Sequence[str], Set[str]] = False, unknown: str = None)
-
The fields of the VolumeConstituentsSpace object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
afs_total: Size GET POST PATCH
-
Total size of AFS, excluding snap-reserve, in bytes.
-
available: Size GET
-
The available space, in bytes.
-
available_percent: Size GET POST PATCH
-
The space available, as a percent.
-
block_storage_inactive_user_data: Size 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.
-
capacity_tier_footprint: Size GET
-
Space used by capacity tier for this volume in the FabricPool aggregate, in bytes.
-
footprint: Size GET
-
Data used for this volume in the aggregate, in bytes.
-
large_size_enabled: bool GET POST PATCH
-
Specifies whether the support for large volumes and large files is enabled on the volume.
-
local_tier_footprint: Size GET
-
Space used by the local tier for this volume in the aggregate, in bytes.
-
logical_space: VolumeConstituentsSpaceLogicalSpace GET POST PATCH
-
The logical_space field of the volume_constituents_space.
-
metadata: Size GET
-
Space used by the volume metadata in the aggregate, in bytes.
-
over_provisioned: Size GET
-
The amount of space not available for this volume in the aggregate, in bytes.
-
performance_tier_footprint: Size GET
-
Space used by the performance tier for this volume in the FabricPool aggregate, in bytes.
-
size: Size GET POST PATCH
-
Total provisioned size. The default size is equal to the minimum size of 20MB, in bytes.
-
snapshot: VolumeConstituentsSpaceSnapshot GET POST PATCH
-
The snapshot field of the volume_constituents_space.
-
total_footprint: Size GET
-
Data and metadata used for this volume in the aggregate, in bytes.
-
used: Size GET
-
The virtual space used (includes volume reserves) before storage efficiency, in bytes.
-
used_by_afs: Size GET POST PATCH
-
The space used by Active Filesystem, in bytes.
-
used_percent: Size GET POST PATCH
-
The virtual space used (includes volume reserves) before storage efficiency, as a percent.