#include <distribution_policy.h>
◆ DistributionPolicy() [1/2]
google_compute_api::DistributionPolicy::DistributionPolicy |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ DistributionPolicy() [2/2]
google_compute_api::DistributionPolicy::DistributionPolicy |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~DistributionPolicy()
google_compute_api::DistributionPolicy::~DistributionPolicy |
( |
| ) |
|
|
virtual |
◆ clear_zones()
void google_compute_api::DistributionPolicy::clear_zones |
( |
| ) |
|
|
inline |
Clears the 'zones
' attribute.
◆ get_zones()
Get a reference to the value of the 'zones
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::DistributionPolicy::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_zones()
bool google_compute_api::DistributionPolicy::has_zones |
( |
| ) |
const |
|
inline |
Determine if the 'zones
' attribute was set.
- Returns
- true if the '
zones
' attribute was set.
◆ mutable_zones()
Gets a reference to a mutable value of the 'zones
' property.
Zones where the regional managed instance group will create and manage instances.
- 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.
The documentation for this class was generated from the following files: