#include <shielded_instance_config.h>
A set of Shielded Instance options.
◆ ShieldedInstanceConfig() [1/2]
google_compute_api::ShieldedInstanceConfig::ShieldedInstanceConfig |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ShieldedInstanceConfig() [2/2]
google_compute_api::ShieldedInstanceConfig::ShieldedInstanceConfig |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ShieldedInstanceConfig()
google_compute_api::ShieldedInstanceConfig::~ShieldedInstanceConfig |
( |
| ) |
|
|
virtual |
◆ clear_enable_integrity_monitoring()
void google_compute_api::ShieldedInstanceConfig::clear_enable_integrity_monitoring |
( |
| ) |
|
|
inline |
Clears the 'enableIntegrityMonitoring
' attribute.
◆ clear_enable_secure_boot()
void google_compute_api::ShieldedInstanceConfig::clear_enable_secure_boot |
( |
| ) |
|
|
inline |
Clears the 'enableSecureBoot
' attribute.
◆ clear_enable_vtpm()
void google_compute_api::ShieldedInstanceConfig::clear_enable_vtpm |
( |
| ) |
|
|
inline |
Clears the 'enableVtpm
' attribute.
◆ get_enable_integrity_monitoring()
bool google_compute_api::ShieldedInstanceConfig::get_enable_integrity_monitoring |
( |
| ) |
const |
|
inline |
Get the value of the 'enableIntegrityMonitoring
' attribute.
◆ get_enable_secure_boot()
bool google_compute_api::ShieldedInstanceConfig::get_enable_secure_boot |
( |
| ) |
const |
|
inline |
Get the value of the 'enableSecureBoot
' attribute.
◆ get_enable_vtpm()
bool google_compute_api::ShieldedInstanceConfig::get_enable_vtpm |
( |
| ) |
const |
|
inline |
Get the value of the 'enableVtpm
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::ShieldedInstanceConfig::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_enable_integrity_monitoring()
bool google_compute_api::ShieldedInstanceConfig::has_enable_integrity_monitoring |
( |
| ) |
const |
|
inline |
Determine if the 'enableIntegrityMonitoring
' attribute was set.
- Returns
- true if the '
enableIntegrityMonitoring
' attribute was set.
◆ has_enable_secure_boot()
bool google_compute_api::ShieldedInstanceConfig::has_enable_secure_boot |
( |
| ) |
const |
|
inline |
Determine if the 'enableSecureBoot
' attribute was set.
- Returns
- true if the '
enableSecureBoot
' attribute was set.
◆ has_enable_vtpm()
bool google_compute_api::ShieldedInstanceConfig::has_enable_vtpm |
( |
| ) |
const |
|
inline |
Determine if the 'enableVtpm
' attribute was set.
- Returns
- true if the '
enableVtpm
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_enable_integrity_monitoring()
void google_compute_api::ShieldedInstanceConfig::set_enable_integrity_monitoring |
( |
bool |
value | ) |
|
|
inline |
Change the 'enableIntegrityMonitoring
' attribute.
Defines whether the instance has integrity monitoring enabled.
- Parameters
-
◆ set_enable_secure_boot()
void google_compute_api::ShieldedInstanceConfig::set_enable_secure_boot |
( |
bool |
value | ) |
|
|
inline |
Change the 'enableSecureBoot
' attribute.
Defines whether the instance has Secure Boot enabled.
- Parameters
-
◆ set_enable_vtpm()
void google_compute_api::ShieldedInstanceConfig::set_enable_vtpm |
( |
bool |
value | ) |
|
|
inline |
Change the 'enableVtpm
' attribute.
Defines whether the instance has the vTPM enabled.
- Parameters
-
The documentation for this class was generated from the following files: