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

#include <managed_instance_last_attempt.h>

Inheritance diagram for google_compute_api::ManagedInstanceLastAttempt:

Classes

class  ManagedInstanceLastAttemptErrors
 

Public Member Functions

 ManagedInstanceLastAttempt (const Json::Value &storage)
 
 ManagedInstanceLastAttempt (Json::Value *storage)
 
virtual ~ManagedInstanceLastAttempt ()
 
const StringPiece GetTypeName () const
 
bool has_errors () const
 
void clear_errors ()
 
const ManagedInstanceLastAttemptErrors get_errors () const
 
ManagedInstanceLastAttemptErrors mutable_errors ()
 

Static Public Member Functions

static ManagedInstanceLastAttemptNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ManagedInstanceLastAttempt() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ManagedInstanceLastAttempt() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ManagedInstanceLastAttempt()

google_compute_api::ManagedInstanceLastAttempt::~ManagedInstanceLastAttempt ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_errors()

void google_compute_api::ManagedInstanceLastAttempt::clear_errors ( )
inline

Clears the 'errors' attribute.

◆ get_errors()

const ManagedInstanceLastAttemptErrors google_compute_api::ManagedInstanceLastAttempt::get_errors ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::ManagedInstanceLastAttempt

◆ has_errors()

bool google_compute_api::ManagedInstanceLastAttempt::has_errors ( ) const
inline

Determine if the 'errors' attribute was set.

Returns
true if the 'errors' attribute was set.

◆ mutable_errors()

ManagedInstanceLastAttemptErrors google_compute_api::ManagedInstanceLastAttempt::mutable_errors ( )
inline

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

[Output Only] Encountered errors during the last attempt to create or delete the instance.

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

◆ New()

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