Skip to content

Latest commit

 

History

History
91 lines (68 loc) · 1.63 KB

File metadata and controls

91 lines (68 loc) · 1.63 KB

AccessPoint

Represents NetXMS access point object.

Instance attributes

apState: String

State from Access point state

controller ⇒ [class-node]

Acess point controller of class [class-node].

controllerId: int

Acess point controller object id.

downSince: int

UNIX epoch timestamp down since.

index: int

Index

macAddress: String

Mac address

model: String

Model

peerInterface ⇒ [class-interface]

Peer interface of class [class-interface]

peerNode ⇒ [class-node]

Peer interface of class [class-node]

radioInterfaces ⇒ [class-radiointerface]

Radio interface of class [class-radiointerface]

serialNumber: String

Serial number

vendor: String

Vendor

wirelessDomain ⇒ [class-wirelessdomain]

Wireless domain of class [class-wirelessdomain]

wirelessDomainId: int

Wireless domain id

wirelessStations: String

Wireless station of class [class-wirelessstation]

Constants

Table 1. Access point state
Description Value

AP_UP

0

AP_UNPROVISIONED

1

AP_DOWN

2

AP_UNKNOWN

3