Module netapp_ontap.models.performance_metric_raw
Copyright © 2019 NetApp Inc. All rights reserved.
Classes
class PerformanceMetricRawSchema (only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)
-
The fields of the PerformanceMetricRaw object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.schema.BaseSchema
- marshmallow.base.SchemaABC
Class variables
var iops_raw
-
The iops_raw field of the performance_metric_raw.
var latency_raw
-
The latency_raw field of the performance_metric_raw.
var opts
var status
-
Any errors associated with the sample. For example, if the aggregation of data over multiple nodes fails then any of the partial errors might be returned, "ok" on success, or "error" on any internal uncategorized failure. Whenever a sample collection is missed but done at a later time, it is back filled to the previous 15 second timestamp and tagged with "backfilled_data". "Inconsistent_delta_time" is encountered 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 does not have the latest data.
Valid choices:
- ok
- error
- partial_no_data
- partial_no_response
- partial_other_error
- negative_delta
- backfilled_data
- inconsistent_delta_time
- inconsistent_old_data
var throughput_raw
-
The throughput_raw field of the performance_metric_raw.
var timestamp
-
The timestamp of the performance data.
Example: 2017-01-25T11:20:13.000+0000
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