Class: Google::Apis::ComputeAlpha::ShieldedVmIntegrityPolicy
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::ShieldedVmIntegrityPolicy
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb
Overview
The policy describes how boot integrity measurements are evaluated.
Instance Attribute Summary collapse
-
#update_auto_learn_policy ⇒ Boolean
(also: #update_auto_learn_policy?)
Triggers an auto relearn event: the integrity monitoring module copies existing guest measurements to the baseline.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ShieldedVmIntegrityPolicy
constructor
A new instance of ShieldedVmIntegrityPolicy.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ShieldedVmIntegrityPolicy
Returns a new instance of ShieldedVmIntegrityPolicy
22607 22608 22609 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 22607 def initialize(**args) update!(**args) end |
Instance Attribute Details
#update_auto_learn_policy ⇒ Boolean Also known as: update_auto_learn_policy?
Triggers an auto relearn event: the integrity monitoring module copies
existing guest measurements to the baseline.
Corresponds to the JSON property updateAutoLearnPolicy
22604 22605 22606 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 22604 def update_auto_learn_policy @update_auto_learn_policy end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
22612 22613 22614 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 22612 def update!(**args) @update_auto_learn_policy = args[:update_auto_learn_policy] if args.key?(:update_auto_learn_policy) end |