#include <instances_start_with_encryption_key_request.h>
◆ InstancesStartWithEncryptionKeyRequest() [1/2]
google_compute_api::InstancesStartWithEncryptionKeyRequest::InstancesStartWithEncryptionKeyRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ InstancesStartWithEncryptionKeyRequest() [2/2]
google_compute_api::InstancesStartWithEncryptionKeyRequest::InstancesStartWithEncryptionKeyRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~InstancesStartWithEncryptionKeyRequest()
google_compute_api::InstancesStartWithEncryptionKeyRequest::~InstancesStartWithEncryptionKeyRequest |
( |
| ) |
|
|
virtual |
◆ clear_disks()
void google_compute_api::InstancesStartWithEncryptionKeyRequest::clear_disks |
( |
| ) |
|
|
inline |
Clears the 'disks
' attribute.
◆ get_disks()
Get a reference to the value of the 'disks
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::InstancesStartWithEncryptionKeyRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_disks()
bool google_compute_api::InstancesStartWithEncryptionKeyRequest::has_disks |
( |
| ) |
const |
|
inline |
Determine if the 'disks
' attribute was set.
- Returns
- true if the '
disks
' attribute was set.
◆ mutable_disks()
Gets a reference to a mutable value of the 'disks
' property.
Array of disks associated with this instance that are protected with a customer-supplied encryption key.
In order to start the instance, the disk url and its corresponding key must be provided.
If the disk is not protected with a customer-supplied encryption key it should not be specified.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files: