#include <target_pools_add_instance_request.h>
◆ TargetPoolsAddInstanceRequest() [1/2]
google_compute_api::TargetPoolsAddInstanceRequest::TargetPoolsAddInstanceRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ TargetPoolsAddInstanceRequest() [2/2]
google_compute_api::TargetPoolsAddInstanceRequest::TargetPoolsAddInstanceRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~TargetPoolsAddInstanceRequest()
google_compute_api::TargetPoolsAddInstanceRequest::~TargetPoolsAddInstanceRequest |
( |
| ) |
|
|
virtual |
◆ clear_instances()
void google_compute_api::TargetPoolsAddInstanceRequest::clear_instances |
( |
| ) |
|
|
inline |
Clears the 'instances
' attribute.
◆ get_instances()
const client::JsonCppArray<InstanceReference > google_compute_api::TargetPoolsAddInstanceRequest::get_instances |
( |
| ) |
const |
Get a reference to the value of the 'instances
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::TargetPoolsAddInstanceRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_instances()
bool google_compute_api::TargetPoolsAddInstanceRequest::has_instances |
( |
| ) |
const |
|
inline |
Determine if the 'instances
' attribute was set.
- Returns
- true if the '
instances
' attribute was set.
◆ mutable_instances()
client::JsonCppArray<InstanceReference > google_compute_api::TargetPoolsAddInstanceRequest::mutable_instances |
( |
| ) |
|
Gets a reference to a mutable value of the 'instances
' property.
A full or partial URL to an instance to add to this target pool. This can be a full or partial URL. For example, the following are valid URLs:
- https://www.googleapis.com/compute/v1/projects/project- id/zones/zone/instances/instance-name
- projects/project-id/zones/zone/instances/instance-name.
- zones/zone/instances/instance
- name.
- 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: