Module netapp_ontap.models.performance_namespace_metric_space

Copyright © 2024 NetApp Inc. All rights reserved.

This file has been automatically generated based on the ONTAP REST API documentation.

Classes

class PerformanceNamespaceMetricSpaceSchema (*, only: types.StrSequenceOrSet | None = None, exclude: types.StrSequenceOrSet = (), many: bool | None = None, context: dict | None = None, load_only: types.StrSequenceOrSet = (), dump_only: types.StrSequenceOrSet = (), partial: bool | types.StrSequenceOrSet | None = None, unknown: str | None = None)

The fields of the PerformanceNamespaceMetricSpace object

Ancestors

  • netapp_ontap.resource.ResourceSchema
  • marshmallow.schema.Schema
  • marshmallow.base.SchemaABC
  • abc.ABC

Class variables

available: Size GET

Total available free space of the NVMe namespace.

Example: 924

duration: str GET

The duration over which this sample is calculated. The time durations are represented in the ISO-8601 standard format. Samples can be calculated over the following durations:

Valid choices:

  • PT15S
  • PT5M
  • PT30M
  • PT2H
  • PT1D
size: Size GET

Total allocated space of the NVMe namespace.

Example: 1024

status: str GET

Errors associated with the sample. For example, if the aggregation of data over multiple nodes fails, any partial errors might return "ok" on success or "error" on an internal uncategorized failure. When a sample collection is missed but completed at a later time, it is back filled to the previous 15 second timestamp and tagged with "backfilled_data". The "Inconsistent_ delta_time" error occurs when the time between two collections is not the same for all nodes. Therefore, the aggregated value might be over or under inflated. "Negative_delta" is returned when an expected monotonically increasing value has decreased in value. "Inconsistent_old_data" is returned when one or more nodes do not have the latest data.

Valid choices:

  • ok
  • error
  • partial_no_data
  • partial_no_uuid
  • partial_no_response
  • partial_other_error
  • negative_delta
  • backfilled_data
  • inconsistent_delta_time
  • inconsistent_old_data
used: Size GET

Total occupied space of the NVMe namespace.

Example: 100

used_by_snapshots: Size GET

Total space used by snapshots of the NVMe namespace.

Example: 30