container
v1
|
#include <shielded_instance_config.h>
Public Member Functions | |
ShieldedInstanceConfig (const Json::Value &storage) | |
ShieldedInstanceConfig (Json::Value *storage) | |
virtual | ~ShieldedInstanceConfig () |
const StringPiece | GetTypeName () const |
bool | has_enable_integrity_monitoring () const |
void | clear_enable_integrity_monitoring () |
bool | get_enable_integrity_monitoring () const |
void | set_enable_integrity_monitoring (bool value) |
bool | has_enable_secure_boot () const |
void | clear_enable_secure_boot () |
bool | get_enable_secure_boot () const |
void | set_enable_secure_boot (bool value) |
Static Public Member Functions | |
static ShieldedInstanceConfig * | New () |
A set of Shielded Instance options.
|
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 'enableIntegrityMonitoring
' attribute.
|
inline |
Clears the 'enableSecureBoot
' attribute.
|
inline |
Get the value of the 'enableIntegrityMonitoring
' attribute.
|
inline |
Get the value of the 'enableSecureBoot
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'enableIntegrityMonitoring
' attribute was set.
enableIntegrityMonitoring
' attribute was set.
|
inline |
Determine if the 'enableSecureBoot
' attribute was set.
enableSecureBoot
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'enableIntegrityMonitoring
' attribute.
Defines whether the instance has integrity monitoring enabled.
Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created.
[in] | value | The new value. |
|
inline |
Change the 'enableSecureBoot
' attribute.
Defines whether the instance has Secure Boot enabled.
Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.
[in] | value | The new value. |