#include <managed_zone_dns_sec_config.h>
◆ ManagedZoneDnsSecConfig() [1/2]
google_dns_api::ManagedZoneDnsSecConfig::ManagedZoneDnsSecConfig |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~ManagedZoneDnsSecConfig()
google_dns_api::ManagedZoneDnsSecConfig::~ManagedZoneDnsSecConfig |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
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
-
◆ 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
-
◆ 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
-
The documentation for this class was generated from the following files: