Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 1.17 KB

accesspoint.adoc

File metadata and controls

73 lines (50 loc) · 1.17 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 ⇒ Integer

Acess point controller object id.

downSince ⇒ Integer

UNIX epoch timestamp down since.

index ⇒ Integer

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 ⇒ Integer

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