#include <region_instance_group_managers_set_target_pools_request.h>
◆ RegionInstanceGroupManagersSetTargetPoolsRequest() [1/2]
| google_compute_api::RegionInstanceGroupManagersSetTargetPoolsRequest::RegionInstanceGroupManagersSetTargetPoolsRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ RegionInstanceGroupManagersSetTargetPoolsRequest() [2/2]
| google_compute_api::RegionInstanceGroupManagersSetTargetPoolsRequest::RegionInstanceGroupManagersSetTargetPoolsRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~RegionInstanceGroupManagersSetTargetPoolsRequest()
| google_compute_api::RegionInstanceGroupManagersSetTargetPoolsRequest::~RegionInstanceGroupManagersSetTargetPoolsRequest |
( |
| ) |
|
|
virtual |
◆ clear_fingerprint()
| void google_compute_api::RegionInstanceGroupManagersSetTargetPoolsRequest::clear_fingerprint |
( |
| ) |
|
|
inline |
Clears the 'fingerprint' attribute.
◆ clear_target_pools()
| void google_compute_api::RegionInstanceGroupManagersSetTargetPoolsRequest::clear_target_pools |
( |
| ) |
|
|
inline |
Clears the 'targetPools' attribute.
◆ get_fingerprint()
| const StringPiece google_compute_api::RegionInstanceGroupManagersSetTargetPoolsRequest::get_fingerprint |
( |
| ) |
const |
|
inline |
Get the value of the 'fingerprint' attribute.
◆ get_target_pools()
| const client::JsonCppArray<string > google_compute_api::RegionInstanceGroupManagersSetTargetPoolsRequest::get_target_pools |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'targetPools' attribute.
◆ GetTypeName()
| const StringPiece google_compute_api::RegionInstanceGroupManagersSetTargetPoolsRequest::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_compute_api::RegionInstanceGroupManagersSetTargetPools Request
◆ has_fingerprint()
| bool google_compute_api::RegionInstanceGroupManagersSetTargetPoolsRequest::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::RegionInstanceGroupManagersSetTargetPoolsRequest::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::RegionInstanceGroupManagersSetTargetPoolsRequest::mutable_targetPools |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'targetPools' property.
The URL of all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.
- 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::RegionInstanceGroupManagersSetTargetPoolsRequest::set_fingerprint |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'fingerprint' attribute.
Fingerprint of the target pools information, which is a hash of the contents. This field is used for optimistic locking when you update the target pool entries. This field is optional.
- Parameters
-
The documentation for this class was generated from the following files: