Module netapp_ontap.models.qos_policy_burst
Copyright © 2026 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class QosPolicyBurstSchema (*, 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 QosPolicyBurst object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
- abc.ABC
Class variables
-
duration: Size GET POST PATCH -
Amount of time in seconds a policy can burst at either the maximum percentage or maximum IOPS above the set limit.
-
iops: Size GET POST PATCH -
Burst maximum IOPS for a policy max_throughput or peak_iops. Policy max_throughput must have an IOPS component. If burst_iops is less than max_throughput or peak_iops, then max_throughput or peak_iops is used. This is mutually exclusive with burst_percent.
-
percent: Size GET POST PATCH -
Percentage of IOPS or throughput above policy max_throughput or peak_iops. This is mutually exclusive with burst_iops.