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

#include <managed_zone_peering_config.h>

Inheritance diagram for google_dns_api::ManagedZonePeeringConfig:

Public Member Functions

 ManagedZonePeeringConfig (const Json::Value &storage)
 
 ManagedZonePeeringConfig (Json::Value *storage)
 
virtual ~ManagedZonePeeringConfig ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_target_network () const
 
void clear_target_network ()
 
const ManagedZonePeeringConfigTargetNetwork get_target_network () const
 
ManagedZonePeeringConfigTargetNetwork mutable_targetNetwork ()
 

Static Public Member Functions

static ManagedZonePeeringConfigNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ManagedZonePeeringConfig() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ManagedZonePeeringConfig() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ManagedZonePeeringConfig()

google_dns_api::ManagedZonePeeringConfig::~ManagedZonePeeringConfig ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_dns_api::ManagedZonePeeringConfig::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_target_network()

void google_dns_api::ManagedZonePeeringConfig::clear_target_network ( )
inline

Clears the 'targetNetwork' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_target_network()

const ManagedZonePeeringConfigTargetNetwork google_dns_api::ManagedZonePeeringConfig::get_target_network ( ) const

Get a reference to the value of the 'targetNetwork' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dns_api::ManagedZonePeeringConfig

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_target_network()

bool google_dns_api::ManagedZonePeeringConfig::has_target_network ( ) const
inline

Determine if the 'targetNetwork' attribute was set.

Returns
true if the 'targetNetwork' attribute was set.

◆ mutable_targetNetwork()

ManagedZonePeeringConfigTargetNetwork google_dns_api::ManagedZonePeeringConfig::mutable_targetNetwork ( )

Gets a reference to a mutable value of the 'targetNetwork' property.

The network with which to peer.

Returns
The result can be modified to change the attribute value.

◆ New()

ManagedZonePeeringConfig * google_dns_api::ManagedZonePeeringConfig::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

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

Parameters
[in]valueThe new value.

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