|
sqladmin
v1beta4
|
#include <instances_failover_request.h>
Public Member Functions | |
| InstancesFailoverRequest (const Json::Value &storage) | |
| InstancesFailoverRequest (Json::Value *storage) | |
| virtual | ~InstancesFailoverRequest () |
| const StringPiece | GetTypeName () const |
| bool | has_failover_context () const |
| void | clear_failover_context () |
| const FailoverContext | get_failover_context () const |
| FailoverContext | mutable_failoverContext () |
Static Public Member Functions | |
| static InstancesFailoverRequest * | New () |
Instance failover request.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'failoverContext' attribute.
| const FailoverContext google_sqladmin_api::InstancesFailoverRequest::get_failover_context | ( | ) | const |
Get a reference to the value of the 'failoverContext' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'failoverContext' attribute was set.
failoverContext' attribute was set. | FailoverContext google_sqladmin_api::InstancesFailoverRequest::mutable_failoverContext | ( | ) |
Gets a reference to a mutable value of the 'failoverContext' property.
Failover Context.
|
static |
Creates a new default instance.