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

#include <instance_group_managers_scoped_list.h>

Inheritance diagram for google_compute_api::InstanceGroupManagersScopedList:

Classes

class  InstanceGroupManagersScopedListWarning
 

Public Member Functions

 InstanceGroupManagersScopedList (const Json::Value &storage)
 
 InstanceGroupManagersScopedList (Json::Value *storage)
 
virtual ~InstanceGroupManagersScopedList ()
 
const StringPiece GetTypeName () const
 
bool has_instance_group_managers () const
 
void clear_instance_group_managers ()
 
const client::JsonCppArray< InstanceGroupManagerget_instance_group_managers () const
 
client::JsonCppArray< InstanceGroupManagermutable_instanceGroupManagers ()
 
bool has_warning () const
 
void clear_warning ()
 
const InstanceGroupManagersScopedListWarning get_warning () const
 
InstanceGroupManagersScopedListWarning mutable_warning ()
 

Static Public Member Functions

static InstanceGroupManagersScopedListNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ InstanceGroupManagersScopedList() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ InstanceGroupManagersScopedList() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~InstanceGroupManagersScopedList()

google_compute_api::InstanceGroupManagersScopedList::~InstanceGroupManagersScopedList ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_instance_group_managers()

void google_compute_api::InstanceGroupManagersScopedList::clear_instance_group_managers ( )
inline

Clears the 'instanceGroupManagers' attribute.

◆ clear_warning()

void google_compute_api::InstanceGroupManagersScopedList::clear_warning ( )
inline

Clears the 'warning' attribute.

◆ get_instance_group_managers()

const client::JsonCppArray<InstanceGroupManager > google_compute_api::InstanceGroupManagersScopedList::get_instance_group_managers ( ) const

Get a reference to the value of the 'instanceGroupManagers' attribute.

◆ get_warning()

const InstanceGroupManagersScopedListWarning google_compute_api::InstanceGroupManagersScopedList::get_warning ( ) const
inline

Get a reference to the value of the 'warning' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::InstanceGroupManagersScopedList

◆ has_instance_group_managers()

bool google_compute_api::InstanceGroupManagersScopedList::has_instance_group_managers ( ) const
inline

Determine if the 'instanceGroupManagers' attribute was set.

Returns
true if the 'instanceGroupManagers' attribute was set.

◆ has_warning()

bool google_compute_api::InstanceGroupManagersScopedList::has_warning ( ) const
inline

Determine if the 'warning' attribute was set.

Returns
true if the 'warning' attribute was set.

◆ mutable_instanceGroupManagers()

client::JsonCppArray<InstanceGroupManager > google_compute_api::InstanceGroupManagersScopedList::mutable_instanceGroupManagers ( )

Gets a reference to a mutable value of the 'instanceGroupManagers' property.

[Output Only] The list of managed instance groups that are contained in the specified project and zone.

Returns
The result can be modified to change the attribute value.

◆ mutable_warning()

InstanceGroupManagersScopedListWarning google_compute_api::InstanceGroupManagersScopedList::mutable_warning ( )
inline

Gets a reference to a mutable value of the 'warning' property.

[Output Only] The warning that replaces the list of managed instance groups when the list is empty.

Returns
The result can be modified to change the attribute value.

◆ New()

InstanceGroupManagersScopedList * google_compute_api::InstanceGroupManagersScopedList::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

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