|
compute
v1
|
#include <zone.h>
Public Member Functions | |
| Zone (const Json::Value &storage) | |
| Zone (Json::Value *storage) | |
| virtual | ~Zone () |
| const StringPiece | GetTypeName () const |
| bool | has_available_cpu_platforms () const |
| void | clear_available_cpu_platforms () |
| const client::JsonCppArray< string > | get_available_cpu_platforms () const |
| client::JsonCppArray< string > | mutable_availableCpuPlatforms () |
| bool | has_creation_timestamp () const |
| void | clear_creation_timestamp () |
| const StringPiece | get_creation_timestamp () const |
| void | set_creation_timestamp (const StringPiece &value) |
| bool | has_deprecated () const |
| void | clear_deprecated () |
| const DeprecationStatus | get_deprecated () const |
| DeprecationStatus | mutable_deprecated () |
| bool | has_description () const |
| void | clear_description () |
| const StringPiece | get_description () const |
| void | set_description (const StringPiece &value) |
| bool | has_id () const |
| void | clear_id () |
| uint64 | get_id () const |
| void | set_id (uint64 value) |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
| bool | has_name () const |
| void | clear_name () |
| const StringPiece | get_name () const |
| void | set_name (const StringPiece &value) |
| bool | has_region () const |
| void | clear_region () |
| const StringPiece | get_region () const |
| void | set_region (const StringPiece &value) |
| bool | has_self_link () const |
| void | clear_self_link () |
| const StringPiece | get_self_link () const |
| void | set_self_link (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 Zone * | New () |
A Zone resource. (== resource_for beta.zones ==) (== resource_for v1.zones ==) Next ID: 17.
|
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 'availableCpuPlatforms' attribute.
|
inline |
Clears the 'creationTimestamp' attribute.
|
inline |
Clears the 'deprecated' attribute.
|
inline |
Clears the 'description' attribute.
|
inline |
Clears the 'id' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Clears the 'name' attribute.
|
inline |
Clears the 'region' attribute.
|
inline |
Clears the 'selfLink' attribute.
|
inline |
Clears the 'status' attribute.
|
inline |
Get a reference to the value of the 'availableCpuPlatforms' attribute.
|
inline |
Get the value of the 'creationTimestamp' attribute.
| const DeprecationStatus google_compute_api::Zone::get_deprecated | ( | ) | const |
Get a reference to the value of the 'deprecated' attribute.
|
inline |
Get the value of the 'description' attribute.
|
inline |
Get the value of the 'id' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Get the value of the 'name' attribute.
|
inline |
Get the value of the 'region' attribute.
|
inline |
Get the value of the 'selfLink' attribute.
|
inline |
Get the value of the 'status' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_compute_api::Zone
|
inline |
Determine if the 'availableCpuPlatforms' attribute was set.
availableCpuPlatforms' attribute was set.
|
inline |
Determine if the 'creationTimestamp' attribute was set.
creationTimestamp' attribute was set.
|
inline |
Determine if the 'deprecated' attribute was set.
deprecated' attribute was set.
|
inline |
Determine if the 'description' attribute was set.
description' attribute was set.
|
inline |
Determine if the 'id' attribute was set.
id' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
inline |
Determine if the 'name' attribute was set.
name' attribute was set.
|
inline |
Determine if the 'region' attribute was set.
region' attribute was set.
|
inline |
Determine if the 'selfLink' attribute was set.
selfLink' attribute was set.
|
inline |
Determine if the 'status' attribute was set.
status' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'availableCpuPlatforms' property.
[Output Only] Available cpu/platform selections for the zone.
| DeprecationStatus google_compute_api::Zone::mutable_deprecated | ( | ) |
Gets a reference to a mutable value of the 'deprecated' property.
[Output Only] The deprecation status associated with this zone.
|
static |
Creates a new default instance.
|
inline |
Change the 'creationTimestamp' attribute.
[Output Only] Creation timestamp in RFC3339 text format.
| [in] | value | The new value. |
|
inline |
Change the 'description' attribute.
[Output Only] Textual description of the resource.
| [in] | value | The new value. |
|
inline |
Change the 'id' attribute.
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
| [in] | value | The new value. |
|
inline |
Change the 'kind' attribute.
[Output Only] Type of the resource. Always compute::zone for zones.
| [in] | value | The new value. |
|
inline |
Change the 'name' attribute.
[Output Only] Name of the resource.
| [in] | value | The new value. |
|
inline |
Change the 'region' attribute.
[Output Only] Full URL reference to the region which hosts the zone.
| [in] | value | The new value. |
|
inline |
Change the 'selfLink' attribute.
[Output Only] Server-defined URL for the resource.
| [in] | value | The new value. |
|
inline |
Change the 'status' attribute.
[Output Only] Status of the zone, either UP or DOWN.
| [in] | value | The new value. |