The interface attributes

Hierarchy

  • InterfaceAttributes

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
alias?: string

The interface alias

description?: string

The interface description

index?: number

The interface index

macAddress?: string

The interface MAC address

name?: string

The interface name

The interface status

Generated using TypeDoc