Class: Google::Apis::VmmigrationV1::AwsVmsDetails
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::VmmigrationV1::AwsVmsDetails
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/vmmigration_v1/classes.rb,
lib/google/apis/vmmigration_v1/representations.rb,
lib/google/apis/vmmigration_v1/representations.rb 
Overview
AWSVmsDetails describes VMs in AWS.
Instance Attribute Summary collapse
- 
  
    
      #details  ⇒ Array<Google::Apis::VmmigrationV1::AwsVmDetails> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The details of the AWS VMs.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ AwsVmsDetails 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of AwsVmsDetails.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ AwsVmsDetails
Returns a new instance of AwsVmsDetails.
      471 472 473  | 
    
      # File 'lib/google/apis/vmmigration_v1/classes.rb', line 471 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#details ⇒ Array<Google::Apis::VmmigrationV1::AwsVmDetails>
The details of the AWS VMs.
Corresponds to the JSON property details
      469 470 471  | 
    
      # File 'lib/google/apis/vmmigration_v1/classes.rb', line 469 def details @details end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      476 477 478  | 
    
      # File 'lib/google/apis/vmmigration_v1/classes.rb', line 476 def update!(**args) @details = args[:details] if args.key?(:details) end  |