dns  v1
Public Member Functions | Static Public Member Functions | List of all members
google_dns_api::PolicyNetwork Class Reference

#include <policy_network.h>

Inheritance diagram for google_dns_api::PolicyNetwork:

Public Member Functions

 PolicyNetwork (const Json::Value &storage)
 
 PolicyNetwork (Json::Value *storage)
 
virtual ~PolicyNetwork ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_network_url () const
 
void clear_network_url ()
 
const StringPiece get_network_url () const
 
void set_network_url (const StringPiece &value)
 

Static Public Member Functions

static PolicyNetworkNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ PolicyNetwork() [1/2]

google_dns_api::PolicyNetwork::PolicyNetwork ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ PolicyNetwork() [2/2]

google_dns_api::PolicyNetwork::PolicyNetwork ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~PolicyNetwork()

google_dns_api::PolicyNetwork::~PolicyNetwork ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_dns_api::PolicyNetwork::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_network_url()

void google_dns_api::PolicyNetwork::clear_network_url ( )
inline

Clears the 'networkUrl' attribute.

◆ get_kind()

const StringPiece google_dns_api::PolicyNetwork::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_network_url()

const StringPiece google_dns_api::PolicyNetwork::get_network_url ( ) const
inline

Get the value of the 'networkUrl' attribute.

◆ GetTypeName()

const StringPiece google_dns_api::PolicyNetwork::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_dns_api::PolicyNetwork

◆ has_kind()

bool google_dns_api::PolicyNetwork::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_network_url()

bool google_dns_api::PolicyNetwork::has_network_url ( ) const
inline

Determine if the 'networkUrl' attribute was set.

Returns
true if the 'networkUrl' attribute was set.

◆ New()

PolicyNetwork * google_dns_api::PolicyNetwork::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

void google_dns_api::PolicyNetwork::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

Identifies what kind of resource this is. Value: the fixed string "dns#policyNetwork".

Parameters
[in]valueThe new value.

◆ set_network_url()

void google_dns_api::PolicyNetwork::set_network_url ( const StringPiece &  value)
inline

Change the 'networkUrl' attribute.

The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/glo bal/networks/{network}.

Parameters
[in]valueThe new value.

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