class Google::Apis::ComputeV1::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_v1/classes.rb, line 33698
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_v1/classes.rb, line 33703
def update!(**args)
  @update_auto_learn_policy = args[:update_auto_learn_policy] if args.key?(:update_auto_learn_policy)
end