compute  v1
Public Member Functions | Static Public Member Functions | List of all members
google_compute_api::InstanceGroupManagersSetTargetPoolsRequest Class Reference

#include <instance_group_managers_set_target_pools_request.h>

Inheritance diagram for google_compute_api::InstanceGroupManagersSetTargetPoolsRequest:

Public Member Functions

 InstanceGroupManagersSetTargetPoolsRequest (const Json::Value &storage)
 
 InstanceGroupManagersSetTargetPoolsRequest (Json::Value *storage)
 
virtual ~InstanceGroupManagersSetTargetPoolsRequest ()
 
const StringPiece GetTypeName () const
 
bool has_fingerprint () const
 
void clear_fingerprint ()
 
const StringPiece get_fingerprint () const
 
void set_fingerprint (const StringPiece &value)
 
bool has_target_pools () const
 
void clear_target_pools ()
 
const client::JsonCppArray< string > get_target_pools () const
 
client::JsonCppArray< string > mutable_targetPools ()
 

Static Public Member Functions

static InstanceGroupManagersSetTargetPoolsRequestNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ InstanceGroupManagersSetTargetPoolsRequest() [1/2]

google_compute_api::InstanceGroupManagersSetTargetPoolsRequest::InstanceGroupManagersSetTargetPoolsRequest ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~InstanceGroupManagersSetTargetPoolsRequest()

google_compute_api::InstanceGroupManagersSetTargetPoolsRequest::~InstanceGroupManagersSetTargetPoolsRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_compute_api::InstanceGroupManagersSetTargetPoolsRequest

◆ 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()

InstanceGroupManagersSetTargetPoolsRequest * google_compute_api::InstanceGroupManagersSetTargetPoolsRequest::New ( )
static

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
[in]valueThe new value.

The documentation for this class was generated from the following files: