#include <managed_zone_private_visibility_config.h>
◆ ManagedZonePrivateVisibilityConfig() [1/2]
google_dns_api::ManagedZonePrivateVisibilityConfig::ManagedZonePrivateVisibilityConfig |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ManagedZonePrivateVisibilityConfig() [2/2]
google_dns_api::ManagedZonePrivateVisibilityConfig::ManagedZonePrivateVisibilityConfig |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ManagedZonePrivateVisibilityConfig()
google_dns_api::ManagedZonePrivateVisibilityConfig::~ManagedZonePrivateVisibilityConfig |
( |
| ) |
|
|
virtual |
◆ clear_kind()
void google_dns_api::ManagedZonePrivateVisibilityConfig::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_networks()
void google_dns_api::ManagedZonePrivateVisibilityConfig::clear_networks |
( |
| ) |
|
|
inline |
Clears the 'networks
' attribute.
◆ get_kind()
const StringPiece google_dns_api::ManagedZonePrivateVisibilityConfig::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_networks()
Get a reference to the value of the 'networks
' attribute.
◆ GetTypeName()
const StringPiece google_dns_api::ManagedZonePrivateVisibilityConfig::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_kind()
bool google_dns_api::ManagedZonePrivateVisibilityConfig::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_networks()
bool google_dns_api::ManagedZonePrivateVisibilityConfig::has_networks |
( |
| ) |
const |
|
inline |
Determine if the 'networks
' attribute was set.
- Returns
- true if the '
networks
' attribute was set.
◆ mutable_networks()
Gets a reference to a mutable value of the 'networks
' property.
The list of VPC networks that can see this zone.
- 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::ManagedZonePrivateVisibilityConfig::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Identifies what kind of resource this is. Value: the fixed string "dns#managedZonePrivateVisibilityConfig".
- Parameters
-
The documentation for this class was generated from the following files: