Module netapp_ontap.models.qos_policy_fixed
Copyright © 2022 NetApp Inc. All rights reserved.
Classes
class QosPolicyFixedSchema (*, 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 QosPolicyFixed object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
Specifies whether the capacities are shared across all objects that use this QoS policy-group. Default is false.
-
max_throughput_iops GET POST PATCH
-
Maximum throughput defined by this policy. It is specified in terms of IOPS. 0 means no maximum throughput is enforced.
-
max_throughput_mbps GET POST PATCH
-
Maximum throughput defined by this policy. It is specified in terms of Mbps. 0 means no maximum throughput is enforced.
-
min_throughput_iops GET POST PATCH
-
Minimum throughput defined by this policy. It is specified in terms of IOPS. 0 means no minimum throughput is enforced. These floors are not guaranteed on non-AFF platforms or when FabricPool tiering policies are set.
-
min_throughput_mbps GET POST PATCH
-
Minimum throughput defined by this policy. It is specified in terms of Mbps. 0 means no minimum throughput is enforced.