Module netapp_ontap.models.web_statistics_connection_wait_period

Copyright © 2022 NetApp Inc. All rights reserved.

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

Classes

class WebStatisticsConnectionWaitPeriodSchema (*, 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 WebStatisticsConnectionWaitPeriod object

Ancestors

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

Class variables

mean: Size GET

Indicates the mean delay incurred by delayed connections, in milliseconds. This is persistent across restarts.

Example: 0

peak: Size GET

Indicates the maximum delay incurred by any delayed connection, in milliseconds. This is persistent across restarts.

Example: 0

total: Size GET

Indicates the sum of the delays incurred by all delayed connections, in milliseconds. This is persistent across restarts.

Example: 0