#include <instance_group_managers_set_target_pools_request.h>
◆ InstanceGroupManagersSetTargetPoolsRequest() [1/2]
google_compute_api::InstanceGroupManagersSetTargetPoolsRequest::InstanceGroupManagersSetTargetPoolsRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ InstanceGroupManagersSetTargetPoolsRequest() [2/2]
google_compute_api::InstanceGroupManagersSetTargetPoolsRequest::InstanceGroupManagersSetTargetPoolsRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~InstanceGroupManagersSetTargetPoolsRequest()
google_compute_api::InstanceGroupManagersSetTargetPoolsRequest::~InstanceGroupManagersSetTargetPoolsRequest |
( |
| ) |
|
|
virtual |
◆ clear_fingerprint()
void google_compute_api::InstanceGroupManagersSetTargetPoolsRequest::clear_fingerprint |
( |
| ) |
|
|
inline |
Clears the 'fingerprint
' attribute.
◆ clear_target_pools()
void google_compute_api::InstanceGroupManagersSetTargetPoolsRequest::clear_target_pools |
( |
| ) |
|
|
inline |
Clears the 'targetPools
' attribute.
◆ get_fingerprint()
const StringPiece google_compute_api::InstanceGroupManagersSetTargetPoolsRequest::get_fingerprint |
( |
| ) |
const |
|
inline |
Get the value of the 'fingerprint
' attribute.
◆ get_target_pools()
const client::JsonCppArray<string > google_compute_api::InstanceGroupManagersSetTargetPoolsRequest::get_target_pools |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'targetPools
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::InstanceGroupManagersSetTargetPoolsRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_fingerprint()
bool google_compute_api::InstanceGroupManagersSetTargetPoolsRequest::has_fingerprint |
( |
| ) |
const |
|
inline |
Determine if the 'fingerprint
' attribute was set.
- Returns
- true if the '
fingerprint
' attribute was set.
◆ has_target_pools()
bool google_compute_api::InstanceGroupManagersSetTargetPoolsRequest::has_target_pools |
( |
| ) |
const |
|
inline |
Determine if the 'targetPools
' attribute was set.
- Returns
- true if the '
targetPools
' attribute was set.
◆ mutable_targetPools()
client::JsonCppArray<string > google_compute_api::InstanceGroupManagersSetTargetPoolsRequest::mutable_targetPools |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'targetPools
' property.
The list of target pool URLs that instances in this managed instance group belong to. The managed instance group applies these target pools to all of the instances in the group. Existing instances and new instances in the group all receive these target pool settings.
- 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_fingerprint()
void google_compute_api::InstanceGroupManagersSetTargetPoolsRequest::set_fingerprint |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'fingerprint
' attribute.
The fingerprint of the target pools information. Use this optional property to prevent conflicts when multiple users change the target pools settings concurrently. Obtain the fingerprint with the instanceGroupManagers.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request.
- Parameters
-
The documentation for this class was generated from the following files: