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
| 22348 22349 22350 | # File 'generated/google/apis/compute_alpha/classes.rb', line 22348 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
| 22345 22346 22347 | # File 'generated/google/apis/compute_alpha/classes.rb', line 22345 def update_auto_learn_policy @update_auto_learn_policy end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 22353 22354 22355 | # File 'generated/google/apis/compute_alpha/classes.rb', line 22353 def update!(**args) @update_auto_learn_policy = args[:update_auto_learn_policy] if args.key?(:update_auto_learn_policy) end |