#include <security_policy_rule_matcher_config.h>
◆ SecurityPolicyRuleMatcherConfig() [1/2]
google_compute_api::SecurityPolicyRuleMatcherConfig::SecurityPolicyRuleMatcherConfig |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ SecurityPolicyRuleMatcherConfig() [2/2]
google_compute_api::SecurityPolicyRuleMatcherConfig::SecurityPolicyRuleMatcherConfig |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~SecurityPolicyRuleMatcherConfig()
google_compute_api::SecurityPolicyRuleMatcherConfig::~SecurityPolicyRuleMatcherConfig |
( |
| ) |
|
|
virtual |
◆ clear_src_ip_ranges()
void google_compute_api::SecurityPolicyRuleMatcherConfig::clear_src_ip_ranges |
( |
| ) |
|
|
inline |
Clears the 'srcIpRanges
' attribute.
◆ get_src_ip_ranges()
const client::JsonCppArray<string > google_compute_api::SecurityPolicyRuleMatcherConfig::get_src_ip_ranges |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'srcIpRanges
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::SecurityPolicyRuleMatcherConfig::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_src_ip_ranges()
bool google_compute_api::SecurityPolicyRuleMatcherConfig::has_src_ip_ranges |
( |
| ) |
const |
|
inline |
Determine if the 'srcIpRanges
' attribute was set.
- Returns
- true if the '
srcIpRanges
' attribute was set.
◆ mutable_srcIpRanges()
client::JsonCppArray<string > google_compute_api::SecurityPolicyRuleMatcherConfig::mutable_srcIpRanges |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'srcIpRanges
' property.
CIDR IP address range.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files: