Class: Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatusLastAttempt
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatusLastAttempt
 
 
- Includes:
 - Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb 
Defined Under Namespace
Classes: Error
Instance Attribute Summary collapse
- 
  
    
      #error  ⇒ Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatusLastAttempt::Error 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Errors that prevented the ResizeRequest to be fulfilled.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ InstanceGroupManagerResizeRequestStatusLastAttempt 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of InstanceGroupManagerResizeRequestStatusLastAttempt.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ InstanceGroupManagerResizeRequestStatusLastAttempt
Returns a new instance of InstanceGroupManagerResizeRequestStatusLastAttempt.
      16983 16984 16985  | 
    
      # File 'lib/google/apis/compute_beta/classes.rb', line 16983 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#error ⇒ Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatusLastAttempt::Error
Errors that prevented the ResizeRequest to be fulfilled.
Corresponds to the JSON property error
      16981 16982 16983  | 
    
      # File 'lib/google/apis/compute_beta/classes.rb', line 16981 def error @error end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      16988 16989 16990  | 
    
      # File 'lib/google/apis/compute_beta/classes.rb', line 16988 def update!(**args) @error = args[:error] if args.key?(:error) end  |