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

#include <managed_zone_forwarding_config_name_server_target.h>

Inheritance diagram for google_dns_api::ManagedZoneForwardingConfigNameServerTarget:

Public Member Functions

 ManagedZoneForwardingConfigNameServerTarget (const Json::Value &storage)
 
 ManagedZoneForwardingConfigNameServerTarget (Json::Value *storage)
 
virtual ~ManagedZoneForwardingConfigNameServerTarget ()
 
const StringPiece GetTypeName () const
 
bool has_ipv4_address () const
 
void clear_ipv4_address ()
 
const StringPiece get_ipv4_address () const
 
void set_ipv4_address (const StringPiece &value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 

Static Public Member Functions

static ManagedZoneForwardingConfigNameServerTargetNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ManagedZoneForwardingConfigNameServerTarget() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ManagedZoneForwardingConfigNameServerTarget() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ManagedZoneForwardingConfigNameServerTarget()

google_dns_api::ManagedZoneForwardingConfigNameServerTarget::~ManagedZoneForwardingConfigNameServerTarget ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_ipv4_address()

void google_dns_api::ManagedZoneForwardingConfigNameServerTarget::clear_ipv4_address ( )
inline

Clears the 'ipv4Address' attribute.

◆ clear_kind()

void google_dns_api::ManagedZoneForwardingConfigNameServerTarget::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ get_ipv4_address()

const StringPiece google_dns_api::ManagedZoneForwardingConfigNameServerTarget::get_ipv4_address ( ) const
inline

Get the value of the 'ipv4Address' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dns_api::ManagedZoneForwardingConfigNameServerTarget

◆ has_ipv4_address()

bool google_dns_api::ManagedZoneForwardingConfigNameServerTarget::has_ipv4_address ( ) const
inline

Determine if the 'ipv4Address' attribute was set.

Returns
true if the 'ipv4Address' attribute was set.

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ New()

ManagedZoneForwardingConfigNameServerTarget * google_dns_api::ManagedZoneForwardingConfigNameServerTarget::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_ipv4_address()

void google_dns_api::ManagedZoneForwardingConfigNameServerTarget::set_ipv4_address ( const StringPiece &  value)
inline

Change the 'ipv4Address' attribute.

IPv4 address of a target name server.

Parameters
[in]valueThe new value.

◆ set_kind()

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

Change the 'kind' attribute.

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

Parameters
[in]valueThe new value.

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