Module netapp_ontap.models.performance_metric_io_type
Copyright © 2019 NetApp Inc. All rights reserved.
Classes
class PerformanceMetricIoTypeSchema (only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)
-
The fields of the PerformanceMetricIoType object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.schema.BaseSchema
- marshmallow.base.SchemaABC
Class variables
var opts
var other
-
Performance metric for other I/O operations. Other I/O operations can be metadata operations, such as directory lookups and so on.
var read
-
Performance metric for read I/O operations.
Example: 200
var total
-
Performance metric aggregated over all types of I/O operations.
Example: 1000
var write
-
Peformance metric for write I/O operations.
Example: 100
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