Class: Google::Apis::ComputeBeta::ShieldedVmIntegrityPolicy
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ComputeBeta::ShieldedVmIntegrityPolicy
 
 
- Defined in:
 - generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb 
Overview
The policy describes the baseline against which VM instance boot integrity is measured.
Instance Attribute Summary collapse
- 
  
    
      #update_auto_learn_policy  ⇒ Boolean 
    
    
      (also: #update_auto_learn_policy?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Updates the integrity policy baseline using the measurements from the VM instance's most recent boot.
 
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
      20330 20331 20332  | 
    
      # File 'generated/google/apis/compute_beta/classes.rb', line 20330 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#update_auto_learn_policy ⇒ Boolean Also known as: update_auto_learn_policy?
Updates the integrity policy baseline using the measurements from the VM
instance's most recent boot.
Corresponds to the JSON property updateAutoLearnPolicy
      20327 20328 20329  | 
    
      # File 'generated/google/apis/compute_beta/classes.rb', line 20327 def update_auto_learn_policy @update_auto_learn_policy end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      20335 20336 20337  | 
    
      # File 'generated/google/apis/compute_beta/classes.rb', line 20335 def update!(**args) @update_auto_learn_policy = args[:update_auto_learn_policy] if args.key?(:update_auto_learn_policy) end  |