class Google::Apis::ComputeBeta::ShieldedVmIntegrityPolicy

The policy describes the baseline against which VM 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 32576
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 32581
def update!(**args)
  @update_auto_learn_policy = args[:update_auto_learn_policy] if args.key?(:update_auto_learn_policy)
end