#include <instance_move_request.h>
◆ InstanceMoveRequest() [1/2]
google_compute_api::InstanceMoveRequest::InstanceMoveRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ InstanceMoveRequest() [2/2]
google_compute_api::InstanceMoveRequest::InstanceMoveRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~InstanceMoveRequest()
google_compute_api::InstanceMoveRequest::~InstanceMoveRequest |
( |
| ) |
|
|
virtual |
◆ clear_destination_zone()
void google_compute_api::InstanceMoveRequest::clear_destination_zone |
( |
| ) |
|
|
inline |
Clears the 'destinationZone
' attribute.
◆ clear_target_instance()
void google_compute_api::InstanceMoveRequest::clear_target_instance |
( |
| ) |
|
|
inline |
Clears the 'targetInstance
' attribute.
◆ get_destination_zone()
const StringPiece google_compute_api::InstanceMoveRequest::get_destination_zone |
( |
| ) |
const |
|
inline |
Get the value of the 'destinationZone
' attribute.
◆ get_target_instance()
const StringPiece google_compute_api::InstanceMoveRequest::get_target_instance |
( |
| ) |
const |
|
inline |
Get the value of the 'targetInstance
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::InstanceMoveRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_destination_zone()
bool google_compute_api::InstanceMoveRequest::has_destination_zone |
( |
| ) |
const |
|
inline |
Determine if the 'destinationZone
' attribute was set.
- Returns
- true if the '
destinationZone
' attribute was set.
◆ has_target_instance()
bool google_compute_api::InstanceMoveRequest::has_target_instance |
( |
| ) |
const |
|
inline |
Determine if the 'targetInstance
' attribute was set.
- Returns
- true if the '
targetInstance
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_destination_zone()
void google_compute_api::InstanceMoveRequest::set_destination_zone |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'destinationZone
' attribute.
The URL of the destination zone to move the instance. This can be a full or partial URL. For example, the following are all valid URLs to a zone:
- Parameters
-
◆ set_target_instance()
void google_compute_api::InstanceMoveRequest::set_target_instance |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'targetInstance
' attribute.
The URL of the target instance to move. This can be a full or partial URL. For example, the following are all valid URLs to an instance:
- Parameters
-
The documentation for this class was generated from the following files: