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

#include <node_group_node.h>

Inheritance diagram for google_compute_api::NodeGroupNode:

Public Member Functions

 NodeGroupNode (const Json::Value &storage)
 
 NodeGroupNode (Json::Value *storage)
 
virtual ~NodeGroupNode ()
 
const StringPiece GetTypeName () const
 
bool has_instances () const
 
void clear_instances ()
 
const client::JsonCppArray< string > get_instances () const
 
client::JsonCppArray< string > mutable_instances ()
 
bool has_name () const
 
void clear_name ()
 
const StringPiece get_name () const
 
void set_name (const StringPiece &value)
 
bool has_node_type () const
 
void clear_node_type ()
 
const StringPiece get_node_type () const
 
void set_node_type (const StringPiece &value)
 
bool has_status () const
 
void clear_status ()
 
const StringPiece get_status () const
 
void set_status (const StringPiece &value)
 

Static Public Member Functions

static NodeGroupNodeNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ NodeGroupNode() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ NodeGroupNode() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~NodeGroupNode()

google_compute_api::NodeGroupNode::~NodeGroupNode ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_instances()

void google_compute_api::NodeGroupNode::clear_instances ( )
inline

Clears the 'instances' attribute.

◆ clear_name()

void google_compute_api::NodeGroupNode::clear_name ( )
inline

Clears the 'name' attribute.

◆ clear_node_type()

void google_compute_api::NodeGroupNode::clear_node_type ( )
inline

Clears the 'nodeType' attribute.

◆ clear_status()

void google_compute_api::NodeGroupNode::clear_status ( )
inline

Clears the 'status' attribute.

◆ get_instances()

const client::JsonCppArray<string > google_compute_api::NodeGroupNode::get_instances ( ) const
inline

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

◆ get_name()

const StringPiece google_compute_api::NodeGroupNode::get_name ( ) const
inline

Get the value of the 'name' attribute.

◆ get_node_type()

const StringPiece google_compute_api::NodeGroupNode::get_node_type ( ) const
inline

Get the value of the 'nodeType' attribute.

◆ get_status()

const StringPiece google_compute_api::NodeGroupNode::get_status ( ) const
inline

Get the value of the 'status' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::NodeGroupNode

◆ has_instances()

bool google_compute_api::NodeGroupNode::has_instances ( ) const
inline

Determine if the 'instances' attribute was set.

Returns
true if the 'instances' attribute was set.

◆ has_name()

bool google_compute_api::NodeGroupNode::has_name ( ) const
inline

Determine if the 'name' attribute was set.

Returns
true if the 'name' attribute was set.

◆ has_node_type()

bool google_compute_api::NodeGroupNode::has_node_type ( ) const
inline

Determine if the 'nodeType' attribute was set.

Returns
true if the 'nodeType' attribute was set.

◆ has_status()

bool google_compute_api::NodeGroupNode::has_status ( ) const
inline

Determine if the 'status' attribute was set.

Returns
true if the 'status' attribute was set.

◆ mutable_instances()

client::JsonCppArray<string > google_compute_api::NodeGroupNode::mutable_instances ( )
inline

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

Instances scheduled on this node.

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

◆ New()

NodeGroupNode * google_compute_api::NodeGroupNode::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_name()

void google_compute_api::NodeGroupNode::set_name ( const StringPiece &  value)
inline

Change the 'name' attribute.

The name of the node.

Parameters
[in]valueThe new value.

◆ set_node_type()

void google_compute_api::NodeGroupNode::set_node_type ( const StringPiece &  value)
inline

Change the 'nodeType' attribute.

The type of this node.

Parameters
[in]valueThe new value.

◆ set_status()

void google_compute_api::NodeGroupNode::set_status ( const StringPiece &  value)
inline

Change the 'status' attribute.

Parameters
[in]valueThe new value.

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