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

#include <instance_group_manager_actions_summary.h>

Inheritance diagram for google_compute_api::InstanceGroupManagerActionsSummary:

Public Member Functions

 InstanceGroupManagerActionsSummary (const Json::Value &storage)
 
 InstanceGroupManagerActionsSummary (Json::Value *storage)
 
virtual ~InstanceGroupManagerActionsSummary ()
 
const StringPiece GetTypeName () const
 
bool has_abandoning () const
 
void clear_abandoning ()
 
int32 get_abandoning () const
 
void set_abandoning (int32 value)
 
bool has_creating () const
 
void clear_creating ()
 
int32 get_creating () const
 
void set_creating (int32 value)
 
bool has_creating_without_retries () const
 
void clear_creating_without_retries ()
 
int32 get_creating_without_retries () const
 
void set_creating_without_retries (int32 value)
 
bool has_deleting () const
 
void clear_deleting ()
 
int32 get_deleting () const
 
void set_deleting (int32 value)
 
bool has_none () const
 
void clear_none ()
 
int32 get_none () const
 
void set_none (int32 value)
 
bool has_recreating () const
 
void clear_recreating ()
 
int32 get_recreating () const
 
void set_recreating (int32 value)
 
bool has_refreshing () const
 
void clear_refreshing ()
 
int32 get_refreshing () const
 
void set_refreshing (int32 value)
 
bool has_restarting () const
 
void clear_restarting ()
 
int32 get_restarting () const
 
void set_restarting (int32 value)
 
bool has_verifying () const
 
void clear_verifying ()
 
int32 get_verifying () const
 
void set_verifying (int32 value)
 

Static Public Member Functions

static InstanceGroupManagerActionsSummaryNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ InstanceGroupManagerActionsSummary() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ InstanceGroupManagerActionsSummary() [2/2]

google_compute_api::InstanceGroupManagerActionsSummary::InstanceGroupManagerActionsSummary ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~InstanceGroupManagerActionsSummary()

google_compute_api::InstanceGroupManagerActionsSummary::~InstanceGroupManagerActionsSummary ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_abandoning()

void google_compute_api::InstanceGroupManagerActionsSummary::clear_abandoning ( )
inline

Clears the 'abandoning' attribute.

◆ clear_creating()

void google_compute_api::InstanceGroupManagerActionsSummary::clear_creating ( )
inline

Clears the 'creating' attribute.

◆ clear_creating_without_retries()

void google_compute_api::InstanceGroupManagerActionsSummary::clear_creating_without_retries ( )
inline

Clears the 'creatingWithoutRetries' attribute.

◆ clear_deleting()

void google_compute_api::InstanceGroupManagerActionsSummary::clear_deleting ( )
inline

Clears the 'deleting' attribute.

◆ clear_none()

void google_compute_api::InstanceGroupManagerActionsSummary::clear_none ( )
inline

Clears the 'none' attribute.

◆ clear_recreating()

void google_compute_api::InstanceGroupManagerActionsSummary::clear_recreating ( )
inline

Clears the 'recreating' attribute.

◆ clear_refreshing()

void google_compute_api::InstanceGroupManagerActionsSummary::clear_refreshing ( )
inline

Clears the 'refreshing' attribute.

◆ clear_restarting()

void google_compute_api::InstanceGroupManagerActionsSummary::clear_restarting ( )
inline

Clears the 'restarting' attribute.

◆ clear_verifying()

void google_compute_api::InstanceGroupManagerActionsSummary::clear_verifying ( )
inline

Clears the 'verifying' attribute.

◆ get_abandoning()

int32 google_compute_api::InstanceGroupManagerActionsSummary::get_abandoning ( ) const
inline

Get the value of the 'abandoning' attribute.

◆ get_creating()

int32 google_compute_api::InstanceGroupManagerActionsSummary::get_creating ( ) const
inline

Get the value of the 'creating' attribute.

◆ get_creating_without_retries()

int32 google_compute_api::InstanceGroupManagerActionsSummary::get_creating_without_retries ( ) const
inline

Get the value of the 'creatingWithoutRetries' attribute.

◆ get_deleting()

int32 google_compute_api::InstanceGroupManagerActionsSummary::get_deleting ( ) const
inline

Get the value of the 'deleting' attribute.

◆ get_none()

int32 google_compute_api::InstanceGroupManagerActionsSummary::get_none ( ) const
inline

Get the value of the 'none' attribute.

◆ get_recreating()

int32 google_compute_api::InstanceGroupManagerActionsSummary::get_recreating ( ) const
inline

Get the value of the 'recreating' attribute.

◆ get_refreshing()

int32 google_compute_api::InstanceGroupManagerActionsSummary::get_refreshing ( ) const
inline

Get the value of the 'refreshing' attribute.

◆ get_restarting()

int32 google_compute_api::InstanceGroupManagerActionsSummary::get_restarting ( ) const
inline

Get the value of the 'restarting' attribute.

◆ get_verifying()

int32 google_compute_api::InstanceGroupManagerActionsSummary::get_verifying ( ) const
inline

Get the value of the 'verifying' attribute.

◆ GetTypeName()

const StringPiece google_compute_api::InstanceGroupManagerActionsSummary::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_compute_api::InstanceGroupManagerActionsSummary

◆ has_abandoning()

bool google_compute_api::InstanceGroupManagerActionsSummary::has_abandoning ( ) const
inline

Determine if the 'abandoning' attribute was set.

Returns
true if the 'abandoning' attribute was set.

◆ has_creating()

bool google_compute_api::InstanceGroupManagerActionsSummary::has_creating ( ) const
inline

Determine if the 'creating' attribute was set.

Returns
true if the 'creating' attribute was set.

◆ has_creating_without_retries()

bool google_compute_api::InstanceGroupManagerActionsSummary::has_creating_without_retries ( ) const
inline

Determine if the 'creatingWithoutRetries' attribute was set.

Returns
true if the 'creatingWithoutRetries' attribute was set.

◆ has_deleting()

bool google_compute_api::InstanceGroupManagerActionsSummary::has_deleting ( ) const
inline

Determine if the 'deleting' attribute was set.

Returns
true if the 'deleting' attribute was set.

◆ has_none()

bool google_compute_api::InstanceGroupManagerActionsSummary::has_none ( ) const
inline

Determine if the 'none' attribute was set.

Returns
true if the 'none' attribute was set.

◆ has_recreating()

bool google_compute_api::InstanceGroupManagerActionsSummary::has_recreating ( ) const
inline

Determine if the 'recreating' attribute was set.

Returns
true if the 'recreating' attribute was set.

◆ has_refreshing()

bool google_compute_api::InstanceGroupManagerActionsSummary::has_refreshing ( ) const
inline

Determine if the 'refreshing' attribute was set.

Returns
true if the 'refreshing' attribute was set.

◆ has_restarting()

bool google_compute_api::InstanceGroupManagerActionsSummary::has_restarting ( ) const
inline

Determine if the 'restarting' attribute was set.

Returns
true if the 'restarting' attribute was set.

◆ has_verifying()

bool google_compute_api::InstanceGroupManagerActionsSummary::has_verifying ( ) const
inline

Determine if the 'verifying' attribute was set.

Returns
true if the 'verifying' attribute was set.

◆ New()

InstanceGroupManagerActionsSummary * google_compute_api::InstanceGroupManagerActionsSummary::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_abandoning()

void google_compute_api::InstanceGroupManagerActionsSummary::set_abandoning ( int32  value)
inline

Change the 'abandoning' attribute.

[Output Only] The total number of instances in the managed instance group that are scheduled to be abandoned. Abandoning an instance removes it from the managed instance group without deleting it.

Parameters
[in]valueThe new value.

◆ set_creating()

void google_compute_api::InstanceGroupManagerActionsSummary::set_creating ( int32  value)
inline

Change the 'creating' attribute.

[Output Only] The number of instances in the managed instance group that are scheduled to be created or are currently being created. If the group fails to create any of these instances, it tries again until it creates the instance successfully.

If you have disabled creation retries, this field will not be populated; instead, the creatingWithoutRetries field will be populated.

Parameters
[in]valueThe new value.

◆ set_creating_without_retries()

void google_compute_api::InstanceGroupManagerActionsSummary::set_creating_without_retries ( int32  value)
inline

Change the 'creatingWithoutRetries' attribute.

[Output Only] The number of instances that the managed instance group will attempt to create. The group attempts to create each instance only once. If the group fails to create any of these instances, it decreases the group's targetSize value accordingly.

Parameters
[in]valueThe new value.

◆ set_deleting()

void google_compute_api::InstanceGroupManagerActionsSummary::set_deleting ( int32  value)
inline

Change the 'deleting' attribute.

[Output Only] The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.

Parameters
[in]valueThe new value.

◆ set_none()

void google_compute_api::InstanceGroupManagerActionsSummary::set_none ( int32  value)
inline

Change the 'none' attribute.

[Output Only] The number of instances in the managed instance group that are running and have no scheduled actions.

Parameters
[in]valueThe new value.

◆ set_recreating()

void google_compute_api::InstanceGroupManagerActionsSummary::set_recreating ( int32  value)
inline

Change the 'recreating' attribute.

[Output Only] The number of instances in the managed instance group that are scheduled to be recreated or are currently being being recreated. Recreating an instance deletes the existing root persistent disk and creates a new disk from the image that is defined in the instance template.

Parameters
[in]valueThe new value.

◆ set_refreshing()

void google_compute_api::InstanceGroupManagerActionsSummary::set_refreshing ( int32  value)
inline

Change the 'refreshing' attribute.

[Output Only] The number of instances in the managed instance group that are being reconfigured with properties that do not require a restart or a recreate action. For example, setting or removing target pools for the instance.

Parameters
[in]valueThe new value.

◆ set_restarting()

void google_compute_api::InstanceGroupManagerActionsSummary::set_restarting ( int32  value)
inline

Change the 'restarting' attribute.

[Output Only] The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.

Parameters
[in]valueThe new value.

◆ set_verifying()

void google_compute_api::InstanceGroupManagerActionsSummary::set_verifying ( int32  value)
inline

Change the 'verifying' attribute.

[Output Only] The number of instances in the managed instance group that are being verified. See the managedInstances[].currentAction property in the listManagedInstances method documentation.

Parameters
[in]valueThe new value.

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