Module netapp_ontap.models.consistency_group_qos_policy
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class ConsistencyGroupQosPolicySchema (*, 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 ConsistencyGroupQosPolicy object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
links: SelfLink GET
-
The links field of the consistency_group_qos_policy.
-
max_throughput_iops: Size GET POST PATCH
-
Specifies the maximum throughput in IOPS, 0 means none. This is mutually exclusive with name and UUID during POST and PATCH.
Example: 10000
-
max_throughput_mbps: Size GET POST PATCH
-
Specifies the maximum throughput in Megabytes per sec, 0 means none. This is mutually exclusive with name and UUID during POST and PATCH.
Example: 500
-
min_throughput_iops: Size GET POST PATCH
-
Specifies the minimum throughput in IOPS, 0 means none. Setting "min_throughput" is supported on AFF platforms only, unless FabricPool tiering policies are set. This is mutually exclusive with name and UUID during POST and PATCH.
Example: 2000
-
min_throughput_mbps: Size GET POST PATCH
-
Specifies the minimum throughput in Megabytes per sec, 0 means none. This is mutually exclusive with name and UUID during POST and PATCH.
Example: 500
-
name: str GET POST PATCH
-
The QoS policy group name. This is mutually exclusive with UUID and other QoS attributes during POST and PATCH.
Example: performance
-
uuid: str GET POST PATCH
-
The QoS policy group UUID. This is mutually exclusive with name and other QoS attributes during POST and PATCH.
Example: 1cd8a442-86d1-11e0-ae1c-123478563412