Class DeviceAttributesInterfaceStatuses

Count of the device interfaces by status

Hierarchy

  • DeviceAttributesInterfaceStatuses

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
down?: number

The number of interfaces that are down

off?: number

The number of interfaces that are off

up?: number

The number of interfaces that are up

warning?: number

The number of interfaces that are in a warning state

Generated using TypeDoc