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

#include <managed_zone_dns_sec_config.h>

Inheritance diagram for google_dns_api::ManagedZoneDnsSecConfig:

Public Member Functions

 ManagedZoneDnsSecConfig (const Json::Value &storage)
 
 ManagedZoneDnsSecConfig (Json::Value *storage)
 
virtual ~ManagedZoneDnsSecConfig ()
 
const StringPiece GetTypeName () const
 
bool has_default_key_specs () const
 
void clear_default_key_specs ()
 
const client::JsonCppArray< DnsKeySpecget_default_key_specs () const
 
client::JsonCppArray< DnsKeySpecmutable_defaultKeySpecs ()
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_non_existence () const
 
void clear_non_existence ()
 
const StringPiece get_non_existence () const
 
void set_non_existence (const StringPiece &value)
 
bool has_state () const
 
void clear_state ()
 
const StringPiece get_state () const
 
void set_state (const StringPiece &value)
 

Static Public Member Functions

static ManagedZoneDnsSecConfigNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ManagedZoneDnsSecConfig() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ManagedZoneDnsSecConfig() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ManagedZoneDnsSecConfig()

google_dns_api::ManagedZoneDnsSecConfig::~ManagedZoneDnsSecConfig ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_default_key_specs()

void google_dns_api::ManagedZoneDnsSecConfig::clear_default_key_specs ( )
inline

Clears the 'defaultKeySpecs' attribute.

◆ clear_kind()

void google_dns_api::ManagedZoneDnsSecConfig::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_non_existence()

void google_dns_api::ManagedZoneDnsSecConfig::clear_non_existence ( )
inline

Clears the 'nonExistence' attribute.

◆ clear_state()

void google_dns_api::ManagedZoneDnsSecConfig::clear_state ( )
inline

Clears the 'state' attribute.

◆ get_default_key_specs()

const client::JsonCppArray<DnsKeySpec > google_dns_api::ManagedZoneDnsSecConfig::get_default_key_specs ( ) const

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

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_non_existence()

const StringPiece google_dns_api::ManagedZoneDnsSecConfig::get_non_existence ( ) const
inline

Get the value of the 'nonExistence' attribute.

◆ get_state()

const StringPiece google_dns_api::ManagedZoneDnsSecConfig::get_state ( ) const
inline

Get the value of the 'state' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dns_api::ManagedZoneDnsSecConfig

◆ has_default_key_specs()

bool google_dns_api::ManagedZoneDnsSecConfig::has_default_key_specs ( ) const
inline

Determine if the 'defaultKeySpecs' attribute was set.

Returns
true if the 'defaultKeySpecs' attribute was set.

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_non_existence()

bool google_dns_api::ManagedZoneDnsSecConfig::has_non_existence ( ) const
inline

Determine if the 'nonExistence' attribute was set.

Returns
true if the 'nonExistence' attribute was set.

◆ has_state()

bool google_dns_api::ManagedZoneDnsSecConfig::has_state ( ) const
inline

Determine if the 'state' attribute was set.

Returns
true if the 'state' attribute was set.

◆ mutable_defaultKeySpecs()

client::JsonCppArray<DnsKeySpec > google_dns_api::ManagedZoneDnsSecConfig::mutable_defaultKeySpecs ( )

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

Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.

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

◆ New()

ManagedZoneDnsSecConfig * google_dns_api::ManagedZoneDnsSecConfig::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

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

Parameters
[in]valueThe new value.

◆ set_non_existence()

void google_dns_api::ManagedZoneDnsSecConfig::set_non_existence ( const StringPiece &  value)
inline

Change the 'nonExistence' attribute.

Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.

Parameters
[in]valueThe new value.

◆ set_state()

void google_dns_api::ManagedZoneDnsSecConfig::set_state ( const StringPiece &  value)
inline

Change the 'state' attribute.

Specifies whether DNSSEC is enabled, and what mode it is in.

Parameters
[in]valueThe new value.

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