#include <disks_resize_request.h>
◆ DisksResizeRequest() [1/2]
google_compute_api::DisksResizeRequest::DisksResizeRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ DisksResizeRequest() [2/2]
google_compute_api::DisksResizeRequest::DisksResizeRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~DisksResizeRequest()
google_compute_api::DisksResizeRequest::~DisksResizeRequest |
( |
| ) |
|
|
virtual |
◆ clear_size_gb()
void google_compute_api::DisksResizeRequest::clear_size_gb |
( |
| ) |
|
|
inline |
Clears the 'sizeGb
' attribute.
◆ get_size_gb()
int64 google_compute_api::DisksResizeRequest::get_size_gb |
( |
| ) |
const |
|
inline |
Get the value of the 'sizeGb
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::DisksResizeRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_size_gb()
bool google_compute_api::DisksResizeRequest::has_size_gb |
( |
| ) |
const |
|
inline |
Determine if the 'sizeGb
' attribute was set.
- Returns
- true if the '
sizeGb
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_size_gb()
void google_compute_api::DisksResizeRequest::set_size_gb |
( |
int64 |
value | ) |
|
|
inline |
Change the 'sizeGb
' attribute.
The new size of the persistent disk, which is specified in GB.
- Parameters
-
The documentation for this class was generated from the following files: