Module netapp_ontap.models.counter_schema

Copyright © 2023 NetApp Inc. All rights reserved.

This file has been automatically generated based on the ONTAP REST API documentation.

Classes

class CounterSchemaSchema (*, 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 CounterSchema object

Ancestors

  • netapp_ontap.resource.ResourceSchema
  • marshmallow.schema.Schema
  • marshmallow.base.SchemaABC

Class variables

denominator: CounterDenominator GET

The denominator field of the counter_schema.

description: str GET

Counter or property description.

name: str GET

Counter or property name.

type: str GET

Type of counter or property. Properties will always set this field to 'string'.

Valid choices:

  • average
  • rate
  • raw
  • delta
  • percent
  • string
unit: str GET

Counter unit.

Valid choices:

  • per_sec
  • b_per_sec
  • kb_per_sec
  • mb_per_sec
  • percent
  • millisec
  • microsec
  • nanosec
  • sec
  • none