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

#include <managed_zone_forwarding_config.h>

Inheritance diagram for google_dns_api::ManagedZoneForwardingConfig:

Public Member Functions

 ManagedZoneForwardingConfig (const Json::Value &storage)
 
 ManagedZoneForwardingConfig (Json::Value *storage)
 
virtual ~ManagedZoneForwardingConfig ()
 
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_name_servers () const
 
void clear_target_name_servers ()
 
const client::JsonCppArray< ManagedZoneForwardingConfigNameServerTargetget_target_name_servers () const
 
client::JsonCppArray< ManagedZoneForwardingConfigNameServerTargetmutable_targetNameServers ()
 

Static Public Member Functions

static ManagedZoneForwardingConfigNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ManagedZoneForwardingConfig() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ManagedZoneForwardingConfig() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ManagedZoneForwardingConfig()

google_dns_api::ManagedZoneForwardingConfig::~ManagedZoneForwardingConfig ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_dns_api::ManagedZoneForwardingConfig::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_target_name_servers()

void google_dns_api::ManagedZoneForwardingConfig::clear_target_name_servers ( )
inline

Clears the 'targetNameServers' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_target_name_servers()

const client::JsonCppArray<ManagedZoneForwardingConfigNameServerTarget > google_dns_api::ManagedZoneForwardingConfig::get_target_name_servers ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dns_api::ManagedZoneForwardingConfig

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_target_name_servers()

bool google_dns_api::ManagedZoneForwardingConfig::has_target_name_servers ( ) const
inline

Determine if the 'targetNameServers' attribute was set.

Returns
true if the 'targetNameServers' attribute was set.

◆ mutable_targetNameServers()

client::JsonCppArray<ManagedZoneForwardingConfigNameServerTarget > google_dns_api::ManagedZoneForwardingConfig::mutable_targetNameServers ( )

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

List of target name servers to forward to. Cloud DNS will select the best available name server if more than one target is given.

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

◆ New()

ManagedZoneForwardingConfig * google_dns_api::ManagedZoneForwardingConfig::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

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

Parameters
[in]valueThe new value.

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