#include <managed_zone_peering_config.h>
◆ ManagedZonePeeringConfig() [1/2]
google_dns_api::ManagedZonePeeringConfig::ManagedZonePeeringConfig |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ManagedZonePeeringConfig() [2/2]
google_dns_api::ManagedZonePeeringConfig::ManagedZonePeeringConfig |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ManagedZonePeeringConfig()
google_dns_api::ManagedZonePeeringConfig::~ManagedZonePeeringConfig |
( |
| ) |
|
|
virtual |
◆ clear_kind()
void google_dns_api::ManagedZonePeeringConfig::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_target_network()
void google_dns_api::ManagedZonePeeringConfig::clear_target_network |
( |
| ) |
|
|
inline |
Clears the 'targetNetwork
' attribute.
◆ get_kind()
const StringPiece google_dns_api::ManagedZonePeeringConfig::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_target_network()
Get a reference to the value of the 'targetNetwork
' attribute.
◆ GetTypeName()
const StringPiece google_dns_api::ManagedZonePeeringConfig::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_kind()
bool google_dns_api::ManagedZonePeeringConfig::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_target_network()
bool google_dns_api::ManagedZonePeeringConfig::has_target_network |
( |
| ) |
const |
|
inline |
Determine if the 'targetNetwork
' attribute was set.
- Returns
- true if the '
targetNetwork
' attribute was set.
◆ mutable_targetNetwork()
Gets a reference to a mutable value of the 'targetNetwork
' property.
The network with which to peer.
- 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::ManagedZonePeeringConfig::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Identifies what kind of resource this is. Value: the fixed string "dns#managedZonePeeringConfig".
- Parameters
-
The documentation for this class was generated from the following files: