compute
v1
|
#include <interconnect_diagnostics_arpe_ntry.h>
Public Member Functions | |
InterconnectDiagnosticsARPEntry (const Json::Value &storage) | |
InterconnectDiagnosticsARPEntry (Json::Value *storage) | |
virtual | ~InterconnectDiagnosticsARPEntry () |
const StringPiece | GetTypeName () const |
bool | has_ip_address () const |
void | clear_ip_address () |
const StringPiece | get_ip_address () const |
void | set_ip_address (const StringPiece &value) |
bool | has_mac_address () const |
void | clear_mac_address () |
const StringPiece | get_mac_address () const |
void | set_mac_address (const StringPiece &value) |
Static Public Member Functions | |
static InterconnectDiagnosticsARPEntry * | New () |
Describing the ARP neighbor entries seen on this link.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'ipAddress
' attribute.
|
inline |
Clears the 'macAddress
' attribute.
|
inline |
Get the value of the 'ipAddress
' attribute.
|
inline |
Get the value of the 'macAddress
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'ipAddress
' attribute was set.
ipAddress
' attribute was set.
|
inline |
Determine if the 'macAddress
' attribute was set.
macAddress
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'ipAddress
' attribute.
The IP address of this ARP neighbor.
[in] | value | The new value. |
|
inline |
Change the 'macAddress
' attribute.
The MAC address of this ARP neighbor.
[in] | value | The new value. |