|
compute
v1
|
#include <router_advertised_ip_range.h>
Public Member Functions | |
| RouterAdvertisedIpRange (const Json::Value &storage) | |
| RouterAdvertisedIpRange (Json::Value *storage) | |
| virtual | ~RouterAdvertisedIpRange () |
| const StringPiece | GetTypeName () const |
| bool | has_description () const |
| void | clear_description () |
| const StringPiece | get_description () const |
| void | set_description (const StringPiece &value) |
| bool | has_range () const |
| void | clear_range () |
| const StringPiece | get_range () const |
| void | set_range (const StringPiece &value) |
Static Public Member Functions | |
| static RouterAdvertisedIpRange * | New () |
Description-tagged IP ranges for the router to advertise.
|
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 'description' attribute.
|
inline |
Clears the 'range' attribute.
|
inline |
Get the value of the 'description' attribute.
|
inline |
Get the value of the 'range' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'description' attribute was set.
description' attribute was set.
|
inline |
Determine if the 'range' attribute was set.
range' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'description' attribute.
User-specified description for the IP range.
| [in] | value | The new value. |
|
inline |
Change the 'range' attribute.
The IP range to advertise. The value must be a CIDR-formatted string.
| [in] | value | The new value. |