|
sqladmin
v1beta4
|
#include <tier.h>
Public Member Functions | |
| Tier (const Json::Value &storage) | |
| Tier (Json::Value *storage) | |
| virtual | ~Tier () |
| const StringPiece | GetTypeName () const |
| bool | has_disk_quota () const |
| void | clear_disk_quota () |
| int64 | get_disk_quota () const |
| void | set_disk_quota (int64 value) |
| bool | has_ram () const |
| void | clear_ram () |
| int64 | get_ram () const |
| void | set_ram (int64 value) |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
| bool | has_region () const |
| void | clear_region () |
| const client::JsonCppArray< string > | get_region () const |
| client::JsonCppArray< string > | mutable_region () |
| bool | has_tier () const |
| void | clear_tier () |
| const StringPiece | get_tier () const |
| void | set_tier (const StringPiece &value) |
Static Public Member Functions | |
| static Tier * | New () |
A Google Cloud SQL service tier resource.
|
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 'DiskQuota' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Clears the 'RAM' attribute.
|
inline |
Clears the 'region' attribute.
|
inline |
Clears the 'tier' attribute.
|
inline |
Get the value of the 'DiskQuota' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Get the value of the 'RAM' attribute.
|
inline |
Get a reference to the value of the 'region' attribute.
|
inline |
Get the value of the 'tier' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_sqladmin_api::Tier
|
inline |
Determine if the 'DiskQuota' attribute was set.
DiskQuota' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
inline |
Determine if the 'RAM' attribute was set.
RAM' attribute was set.
|
inline |
Determine if the 'region' attribute was set.
region' attribute was set.
|
inline |
Determine if the 'tier' attribute was set.
tier' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'region' property.
The applicable regions for this tier.
|
static |
Creates a new default instance.
|
inline |
Change the 'DiskQuota' attribute.
The maximum disk size of this tier in bytes.
| [in] | value | The new value. |
|
inline |
Change the 'kind' attribute.
This is always sql::tier.
| [in] | value | The new value. |
|
inline |
Change the 'RAM' attribute.
The maximum RAM usage of this tier in bytes.
| [in] | value | The new value. |
|
inline |
Change the 'tier' attribute.
An identifier for the machine type, for example, db-n1-standard-1. For related information, see Pricing.
| [in] | value | The new value. |