#include <managed_zone_forwarding_config.h>
◆ ManagedZoneForwardingConfig() [1/2]
google_dns_api::ManagedZoneForwardingConfig::ManagedZoneForwardingConfig |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~ManagedZoneForwardingConfig()
google_dns_api::ManagedZoneForwardingConfig::~ManagedZoneForwardingConfig |
( |
| ) |
|
|
virtual |
◆ 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()
Get a reference to the value of the 'targetNameServers
' attribute.
◆ GetTypeName()
const StringPiece google_dns_api::ManagedZoneForwardingConfig::GetTypeName |
( |
| ) |
const |
|
inline |
◆ 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()
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()
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
-
The documentation for this class was generated from the following files: