compute  v1
Public Member Functions | Static Public Member Functions | List of all members
google_compute_api::SecurityPolicyRuleMatcherConfig Class Reference

#include <security_policy_rule_matcher_config.h>

Inheritance diagram for google_compute_api::SecurityPolicyRuleMatcherConfig:

Public Member Functions

 SecurityPolicyRuleMatcherConfig (const Json::Value &storage)
 
 SecurityPolicyRuleMatcherConfig (Json::Value *storage)
 
virtual ~SecurityPolicyRuleMatcherConfig ()
 
const StringPiece GetTypeName () const
 
bool has_src_ip_ranges () const
 
void clear_src_ip_ranges ()
 
const client::JsonCppArray< string > get_src_ip_ranges () const
 
client::JsonCppArray< string > mutable_srcIpRanges ()
 

Static Public Member Functions

static SecurityPolicyRuleMatcherConfigNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ SecurityPolicyRuleMatcherConfig() [1/2]

google_compute_api::SecurityPolicyRuleMatcherConfig::SecurityPolicyRuleMatcherConfig ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~SecurityPolicyRuleMatcherConfig()

google_compute_api::SecurityPolicyRuleMatcherConfig::~SecurityPolicyRuleMatcherConfig ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_compute_api::SecurityPolicyRuleMatcherConfig

◆ 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()

SecurityPolicyRuleMatcherConfig * google_compute_api::SecurityPolicyRuleMatcherConfig::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

The documentation for this class was generated from the following files: