Package | Description |
---|---|
com.hp.sdn.device |
API for accessing & supplying information about network infrastructure devices.
|
Modifier and Type | Method and Description |
---|---|
static DeviceEvent.Type |
DeviceEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceEvent.Type[] |
DeviceEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DefaultDeviceEvent(DeviceEvent.Type type,
Device subject,
Interface netInterface)
Constructs a device event with the given type, device and optionally
network interface.
|
Copyright © 2015. All Rights Reserved.