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

#include <node_groups_scoped_list.h>

Inheritance diagram for google_compute_api::NodeGroupsScopedList:

Classes

class  NodeGroupsScopedListWarning
 

Public Member Functions

 NodeGroupsScopedList (const Json::Value &storage)
 
 NodeGroupsScopedList (Json::Value *storage)
 
virtual ~NodeGroupsScopedList ()
 
const StringPiece GetTypeName () const
 
bool has_node_groups () const
 
void clear_node_groups ()
 
const client::JsonCppArray< NodeGroupget_node_groups () const
 
client::JsonCppArray< NodeGroupmutable_nodeGroups ()
 
bool has_warning () const
 
void clear_warning ()
 
const NodeGroupsScopedListWarning get_warning () const
 
NodeGroupsScopedListWarning mutable_warning ()
 

Static Public Member Functions

static NodeGroupsScopedListNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ NodeGroupsScopedList() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ NodeGroupsScopedList() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~NodeGroupsScopedList()

google_compute_api::NodeGroupsScopedList::~NodeGroupsScopedList ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_node_groups()

void google_compute_api::NodeGroupsScopedList::clear_node_groups ( )
inline

Clears the 'nodeGroups' attribute.

◆ clear_warning()

void google_compute_api::NodeGroupsScopedList::clear_warning ( )
inline

Clears the 'warning' attribute.

◆ get_node_groups()

const client::JsonCppArray<NodeGroup > google_compute_api::NodeGroupsScopedList::get_node_groups ( ) const

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

◆ get_warning()

const NodeGroupsScopedListWarning google_compute_api::NodeGroupsScopedList::get_warning ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::NodeGroupsScopedList

◆ has_node_groups()

bool google_compute_api::NodeGroupsScopedList::has_node_groups ( ) const
inline

Determine if the 'nodeGroups' attribute was set.

Returns
true if the 'nodeGroups' attribute was set.

◆ has_warning()

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

Determine if the 'warning' attribute was set.

Returns
true if the 'warning' attribute was set.

◆ mutable_nodeGroups()

client::JsonCppArray<NodeGroup > google_compute_api::NodeGroupsScopedList::mutable_nodeGroups ( )

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

[Output Only] A list of node groups contained in this scope.

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

◆ mutable_warning()

NodeGroupsScopedListWarning google_compute_api::NodeGroupsScopedList::mutable_warning ( )
inline

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

[Output Only] An informational warning that appears when the nodeGroup list is empty.

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

◆ New()

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