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

#include <instance_groups_scoped_list.h>

Inheritance diagram for google_compute_api::InstanceGroupsScopedList:

Classes

class  InstanceGroupsScopedListWarning
 

Public Member Functions

 InstanceGroupsScopedList (const Json::Value &storage)
 
 InstanceGroupsScopedList (Json::Value *storage)
 
virtual ~InstanceGroupsScopedList ()
 
const StringPiece GetTypeName () const
 
bool has_instance_groups () const
 
void clear_instance_groups ()
 
const client::JsonCppArray< InstanceGroupget_instance_groups () const
 
client::JsonCppArray< InstanceGroupmutable_instanceGroups ()
 
bool has_warning () const
 
void clear_warning ()
 
const InstanceGroupsScopedListWarning get_warning () const
 
InstanceGroupsScopedListWarning mutable_warning ()
 

Static Public Member Functions

static InstanceGroupsScopedListNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ InstanceGroupsScopedList() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ InstanceGroupsScopedList() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~InstanceGroupsScopedList()

google_compute_api::InstanceGroupsScopedList::~InstanceGroupsScopedList ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_instance_groups()

void google_compute_api::InstanceGroupsScopedList::clear_instance_groups ( )
inline

Clears the 'instanceGroups' attribute.

◆ clear_warning()

void google_compute_api::InstanceGroupsScopedList::clear_warning ( )
inline

Clears the 'warning' attribute.

◆ get_instance_groups()

const client::JsonCppArray<InstanceGroup > google_compute_api::InstanceGroupsScopedList::get_instance_groups ( ) const

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

◆ get_warning()

const InstanceGroupsScopedListWarning google_compute_api::InstanceGroupsScopedList::get_warning ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::InstanceGroupsScopedList

◆ has_instance_groups()

bool google_compute_api::InstanceGroupsScopedList::has_instance_groups ( ) const
inline

Determine if the 'instanceGroups' attribute was set.

Returns
true if the 'instanceGroups' attribute was set.

◆ has_warning()

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

Determine if the 'warning' attribute was set.

Returns
true if the 'warning' attribute was set.

◆ mutable_instanceGroups()

client::JsonCppArray<InstanceGroup > google_compute_api::InstanceGroupsScopedList::mutable_instanceGroups ( )

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

[Output Only] The list of instance groups that are contained in this scope.

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

◆ mutable_warning()

InstanceGroupsScopedListWarning google_compute_api::InstanceGroupsScopedList::mutable_warning ( )
inline

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

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

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

◆ New()

InstanceGroupsScopedList * google_compute_api::InstanceGroupsScopedList::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: