class Google::Apis::ComputeBeta::ShieldedInstanceIntegrityPolicy
The policy describes the baseline against which Instance
boot integrity is measured.
Attributes
update_auto_learn_policy[RW]
Updates the integrity policy baseline using the measurements from the VM instance's most recent boot. Corresponds to the JSON property `updateAutoLearnPolicy` @return [Boolean]
update_auto_learn_policy?[RW]
Updates the integrity policy baseline using the measurements from the VM instance's most recent boot. Corresponds to the JSON property `updateAutoLearnPolicy` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 32463 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_beta/classes.rb, line 32468 def update!(**args) @update_auto_learn_policy = args[:update_auto_learn_policy] if args.key?(:update_auto_learn_policy) end