compute
v1
|
#include <image.h>
Public Member Functions | |
ImageRawDisk (const Json::Value &storage) | |
ImageRawDisk (Json::Value *storage) | |
virtual | ~ImageRawDisk () |
const StringPiece | GetTypeName () const |
bool | has_container_type () const |
void | clear_container_type () |
const StringPiece | get_container_type () const |
void | set_container_type (const StringPiece &value) |
bool | has_sha1_checksum () const |
void | clear_sha1_checksum () |
const StringPiece | get_sha1_checksum () const |
void | set_sha1_checksum (const StringPiece &value) |
bool | has_source () const |
void | clear_source () |
const StringPiece | get_source () const |
void | set_source (const StringPiece &value) |
Static Public Member Functions | |
static ImageRawDisk * | New () |
The parameters of the raw disk image.
|
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 'containerType
' attribute.
|
inline |
Clears the 'sha1Checksum
' attribute.
|
inline |
Clears the 'source
' attribute.
|
inline |
Get the value of the 'containerType
' attribute.
|
inline |
Get the value of the 'sha1Checksum
' attribute.
|
inline |
Get the value of the 'source
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_compute_api::ImageRawDisk
|
inline |
Determine if the 'containerType
' attribute was set.
containerType
' attribute was set.
|
inline |
Determine if the 'sha1Checksum
' attribute was set.
sha1Checksum
' attribute was set.
|
inline |
Determine if the 'source
' attribute was set.
source
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'containerType
' attribute.
The format used to encode and transmit the block device, which should be TAR. This is just a container and transmission format and not a runtime format. Provided by the client when the disk image is created.
[in] | value | The new value. |
|
inline |
Change the 'sha1Checksum
' attribute.
An optional SHA1 checksum of the disk image before unpackaging provided by the client when the disk image is created.
[in] | value | The new value. |
|
inline |
Change the 'source
' attribute.
The full Google Cloud Storage URL where the disk image is stored. You must provide either this property or the sourceDisk property but not both.
[in] | value | The new value. |