compute
v1
|
#include <firewall_log_config.h>
Public Member Functions | |
FirewallLogConfig (const Json::Value &storage) | |
FirewallLogConfig (Json::Value *storage) | |
virtual | ~FirewallLogConfig () |
const StringPiece | GetTypeName () const |
bool | has_enable () const |
void | clear_enable () |
bool | get_enable () const |
void | set_enable (bool value) |
Static Public Member Functions | |
static FirewallLogConfig * | New () |
The available logging options for a firewall rule.
|
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 'enable
' attribute.
|
inline |
Get the value of the 'enable
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'enable
' attribute was set.
enable
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'enable
' attribute.
This field denotes whether to enable logging for a particular firewall rule.
[in] | value | The new value. |