Class: Aws::Drs::Types::RecoveryInstanceProperties
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::RecoveryInstanceProperties
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/types.rb
 
Overview
Properties of the Recovery Instance machine.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cpus  ⇒ Array<Types::CPU> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of CPUs.
 - 
  
    
      #disks  ⇒ Array<Types::RecoveryInstanceDisk> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of disks.
 - 
  
    
      #identification_hints  ⇒ Types::IdentificationHints 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Hints used to uniquely identify a machine.
 - 
  
    
      #last_updated_date_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time the Recovery Instance properties were last updated on.
 - 
  
    
      #network_interfaces  ⇒ Array<Types::NetworkInterface> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of network interfaces.
 - 
  
    
      #os  ⇒ Types::OS 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Operating system.
 - 
  
    
      #ram_bytes  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The amount of RAM in bytes.
 
Instance Attribute Details
#cpus ⇒ Array<Types::CPU>
An array of CPUs.
      2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2618 class RecoveryInstanceProperties < Struct.new( :cpus, :disks, :identification_hints, :last_updated_date_time, :network_interfaces, :os, :ram_bytes) SENSITIVE = [] include Aws::Structure end  | 
  
#disks ⇒ Array<Types::RecoveryInstanceDisk>
An array of disks.
      2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2618 class RecoveryInstanceProperties < Struct.new( :cpus, :disks, :identification_hints, :last_updated_date_time, :network_interfaces, :os, :ram_bytes) SENSITIVE = [] include Aws::Structure end  | 
  
#identification_hints ⇒ Types::IdentificationHints
Hints used to uniquely identify a machine.
      2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2618 class RecoveryInstanceProperties < Struct.new( :cpus, :disks, :identification_hints, :last_updated_date_time, :network_interfaces, :os, :ram_bytes) SENSITIVE = [] include Aws::Structure end  | 
  
#last_updated_date_time ⇒ String
The date and time the Recovery Instance properties were last updated on.
      2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2618 class RecoveryInstanceProperties < Struct.new( :cpus, :disks, :identification_hints, :last_updated_date_time, :network_interfaces, :os, :ram_bytes) SENSITIVE = [] include Aws::Structure end  | 
  
#network_interfaces ⇒ Array<Types::NetworkInterface>
An array of network interfaces.
      2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2618 class RecoveryInstanceProperties < Struct.new( :cpus, :disks, :identification_hints, :last_updated_date_time, :network_interfaces, :os, :ram_bytes) SENSITIVE = [] include Aws::Structure end  | 
  
#os ⇒ Types::OS
Operating system.
      2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2618 class RecoveryInstanceProperties < Struct.new( :cpus, :disks, :identification_hints, :last_updated_date_time, :network_interfaces, :os, :ram_bytes) SENSITIVE = [] include Aws::Structure end  | 
  
#ram_bytes ⇒ Integer
The amount of RAM in bytes.
      2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2618 class RecoveryInstanceProperties < Struct.new( :cpus, :disks, :identification_hints, :last_updated_date_time, :network_interfaces, :os, :ram_bytes) SENSITIVE = [] include Aws::Structure end  |