#include <shielded_instance_integrity_policy.h>
The policy describes the baseline against which Instance boot integrity is measured.
◆ ShieldedInstanceIntegrityPolicy() [1/2]
google_compute_api::ShieldedInstanceIntegrityPolicy::ShieldedInstanceIntegrityPolicy |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ShieldedInstanceIntegrityPolicy() [2/2]
google_compute_api::ShieldedInstanceIntegrityPolicy::ShieldedInstanceIntegrityPolicy |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ShieldedInstanceIntegrityPolicy()
google_compute_api::ShieldedInstanceIntegrityPolicy::~ShieldedInstanceIntegrityPolicy |
( |
| ) |
|
|
virtual |
◆ clear_update_auto_learn_policy()
void google_compute_api::ShieldedInstanceIntegrityPolicy::clear_update_auto_learn_policy |
( |
| ) |
|
|
inline |
Clears the 'updateAutoLearnPolicy
' attribute.
◆ get_update_auto_learn_policy()
bool google_compute_api::ShieldedInstanceIntegrityPolicy::get_update_auto_learn_policy |
( |
| ) |
const |
|
inline |
Get the value of the 'updateAutoLearnPolicy
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::ShieldedInstanceIntegrityPolicy::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_update_auto_learn_policy()
bool google_compute_api::ShieldedInstanceIntegrityPolicy::has_update_auto_learn_policy |
( |
| ) |
const |
|
inline |
Determine if the 'updateAutoLearnPolicy
' attribute was set.
- Returns
- true if the '
updateAutoLearnPolicy
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_update_auto_learn_policy()
void google_compute_api::ShieldedInstanceIntegrityPolicy::set_update_auto_learn_policy |
( |
bool |
value | ) |
|
|
inline |
Change the 'updateAutoLearnPolicy
' attribute.
Updates the integrity policy baseline using the measurements from the VM instance's most recent boot.
- Parameters
-
The documentation for this class was generated from the following files: