#include <managed_zone_forwarding_config_name_server_target.h>
◆ ManagedZoneForwardingConfigNameServerTarget() [1/2]
google_dns_api::ManagedZoneForwardingConfigNameServerTarget::ManagedZoneForwardingConfigNameServerTarget |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ManagedZoneForwardingConfigNameServerTarget() [2/2]
google_dns_api::ManagedZoneForwardingConfigNameServerTarget::ManagedZoneForwardingConfigNameServerTarget |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ManagedZoneForwardingConfigNameServerTarget()
google_dns_api::ManagedZoneForwardingConfigNameServerTarget::~ManagedZoneForwardingConfigNameServerTarget |
( |
| ) |
|
|
virtual |
◆ clear_ipv4_address()
void google_dns_api::ManagedZoneForwardingConfigNameServerTarget::clear_ipv4_address |
( |
| ) |
|
|
inline |
Clears the 'ipv4Address
' attribute.
◆ clear_kind()
void google_dns_api::ManagedZoneForwardingConfigNameServerTarget::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ get_ipv4_address()
const StringPiece google_dns_api::ManagedZoneForwardingConfigNameServerTarget::get_ipv4_address |
( |
| ) |
const |
|
inline |
Get the value of the 'ipv4Address
' attribute.
◆ get_kind()
const StringPiece google_dns_api::ManagedZoneForwardingConfigNameServerTarget::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ GetTypeName()
const StringPiece google_dns_api::ManagedZoneForwardingConfigNameServerTarget::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_ipv4_address()
bool google_dns_api::ManagedZoneForwardingConfigNameServerTarget::has_ipv4_address |
( |
| ) |
const |
|
inline |
Determine if the 'ipv4Address
' attribute was set.
- Returns
- true if the '
ipv4Address
' attribute was set.
◆ has_kind()
bool google_dns_api::ManagedZoneForwardingConfigNameServerTarget::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_ipv4_address()
void google_dns_api::ManagedZoneForwardingConfigNameServerTarget::set_ipv4_address |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'ipv4Address
' attribute.
IPv4 address of a target name server.
- Parameters
-
◆ set_kind()
void google_dns_api::ManagedZoneForwardingConfigNameServerTarget::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Identifies what kind of resource this is. Value: the fixed string "dns#managedZoneForwardingConfigNameServerTarget".
- Parameters
-
The documentation for this class was generated from the following files: