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

#include <managed_zone_peering_config_target_network.h>

Inheritance diagram for google_dns_api::ManagedZonePeeringConfigTargetNetwork:

Public Member Functions

 ManagedZonePeeringConfigTargetNetwork (const Json::Value &storage)
 
 ManagedZonePeeringConfigTargetNetwork (Json::Value *storage)
 
virtual ~ManagedZonePeeringConfigTargetNetwork ()
 
const StringPiece GetTypeName () const
 
bool has_deactivate_time () const
 
void clear_deactivate_time ()
 
const StringPiece get_deactivate_time () const
 
void set_deactivate_time (const StringPiece &value)
 
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 ManagedZonePeeringConfigTargetNetworkNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ManagedZonePeeringConfigTargetNetwork() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ManagedZonePeeringConfigTargetNetwork() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ManagedZonePeeringConfigTargetNetwork()

google_dns_api::ManagedZonePeeringConfigTargetNetwork::~ManagedZonePeeringConfigTargetNetwork ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_deactivate_time()

void google_dns_api::ManagedZonePeeringConfigTargetNetwork::clear_deactivate_time ( )
inline

Clears the 'deactivateTime' attribute.

◆ clear_kind()

void google_dns_api::ManagedZonePeeringConfigTargetNetwork::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_network_url()

void google_dns_api::ManagedZonePeeringConfigTargetNetwork::clear_network_url ( )
inline

Clears the 'networkUrl' attribute.

◆ get_deactivate_time()

const StringPiece google_dns_api::ManagedZonePeeringConfigTargetNetwork::get_deactivate_time ( ) const
inline

Get the value of the 'deactivateTime' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_network_url()

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

Get the value of the 'networkUrl' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dns_api::ManagedZonePeeringConfigTargetNetwork

◆ has_deactivate_time()

bool google_dns_api::ManagedZonePeeringConfigTargetNetwork::has_deactivate_time ( ) const
inline

Determine if the 'deactivateTime' attribute was set.

Returns
true if the 'deactivateTime' attribute was set.

◆ has_kind()

bool google_dns_api::ManagedZonePeeringConfigTargetNetwork::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::ManagedZonePeeringConfigTargetNetwork::has_network_url ( ) const
inline

Determine if the 'networkUrl' attribute was set.

Returns
true if the 'networkUrl' attribute was set.

◆ New()

ManagedZonePeeringConfigTargetNetwork * google_dns_api::ManagedZonePeeringConfigTargetNetwork::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_deactivate_time()

void google_dns_api::ManagedZonePeeringConfigTargetNetwork::set_deactivate_time ( const StringPiece &  value)
inline

Change the 'deactivateTime' attribute.

The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.

Parameters
[in]valueThe new value.

◆ set_kind()

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

Change the 'kind' attribute.

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

Parameters
[in]valueThe new value.

◆ set_network_url()

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

Change the 'networkUrl' attribute.

The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{pr oject}/global/networks/{network}.

Parameters
[in]valueThe new value.

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