compute
v1
|
#include <security_policy_rule_matcher.h>
Public Member Functions | |
SecurityPolicyRuleMatcher (const Json::Value &storage) | |
SecurityPolicyRuleMatcher (Json::Value *storage) | |
virtual | ~SecurityPolicyRuleMatcher () |
const StringPiece | GetTypeName () const |
bool | has_config () const |
void | clear_config () |
const SecurityPolicyRuleMatcherConfig | get_config () const |
SecurityPolicyRuleMatcherConfig | mutable_config () |
bool | has_versioned_expr () const |
void | clear_versioned_expr () |
const StringPiece | get_versioned_expr () const |
void | set_versioned_expr (const StringPiece &value) |
Static Public Member Functions | |
static SecurityPolicyRuleMatcher * | New () |
Represents a match condition that incoming traffic is evaluated against. Exactly one field must be specified.
|
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 'config
' attribute.
|
inline |
Clears the 'versionedExpr
' attribute.
const SecurityPolicyRuleMatcherConfig google_compute_api::SecurityPolicyRuleMatcher::get_config | ( | ) | const |
Get a reference to the value of the 'config
' attribute.
|
inline |
Get the value of the 'versionedExpr
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'config
' attribute was set.
config
' attribute was set.
|
inline |
Determine if the 'versionedExpr
' attribute was set.
versionedExpr
' attribute was set. SecurityPolicyRuleMatcherConfig google_compute_api::SecurityPolicyRuleMatcher::mutable_config | ( | ) |
Gets a reference to a mutable value of the 'config
' property.
The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.
|
static |
Creates a new default instance.
|
inline |
Change the 'versionedExpr
' attribute.
Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.
[in] | value | The new value. |