#include <policy_alternative_name_server_config.h>
◆ PolicyAlternativeNameServerConfig() [1/2]
google_dns_api::PolicyAlternativeNameServerConfig::PolicyAlternativeNameServerConfig |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ PolicyAlternativeNameServerConfig() [2/2]
google_dns_api::PolicyAlternativeNameServerConfig::PolicyAlternativeNameServerConfig |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~PolicyAlternativeNameServerConfig()
google_dns_api::PolicyAlternativeNameServerConfig::~PolicyAlternativeNameServerConfig |
( |
| ) |
|
|
virtual |
◆ clear_kind()
void google_dns_api::PolicyAlternativeNameServerConfig::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_target_name_servers()
void google_dns_api::PolicyAlternativeNameServerConfig::clear_target_name_servers |
( |
| ) |
|
|
inline |
Clears the 'targetNameServers
' attribute.
◆ get_kind()
const StringPiece google_dns_api::PolicyAlternativeNameServerConfig::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_target_name_servers()
Get a reference to the value of the 'targetNameServers
' attribute.
◆ GetTypeName()
const StringPiece google_dns_api::PolicyAlternativeNameServerConfig::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_kind()
bool google_dns_api::PolicyAlternativeNameServerConfig::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::PolicyAlternativeNameServerConfig::has_target_name_servers |
( |
| ) |
const |
|
inline |
Determine if the 'targetNameServers
' attribute was set.
- Returns
- true if the '
targetNameServers
' attribute was set.
◆ mutable_targetNameServers()
Gets a reference to a mutable value of the 'targetNameServers
' property.
Sets an alternative name server for the associated networks. When specified, all DNS queries are forwarded to a name server that you choose. Names such as .internal are not available when an alternative name server is specified.
- 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::PolicyAlternativeNameServerConfig::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Identifies what kind of resource this is. Value: the fixed string "dns#policyAlternativeNameServerConfig".
- Parameters
-
The documentation for this class was generated from the following files: