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