Class: Aws::Drs::Types::SourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::SourceProperties
- Defined in:
- gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb
Overview
Properties of the Source Server machine.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cpus ⇒ Array<Types::CPU>
An array of CPUs.
-
#disks ⇒ Array<Types::Disk>
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 Source 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.
-
#recommended_instance_type ⇒ String
The recommended EC2 instance type that will be used when recovering the Source Server.
-
#supports_nitro_instances ⇒ Boolean
Are EC2 nitro instance types supported when recovering the Source Server.
Instance Attribute Details
#cpus ⇒ Array<Types::CPU>
An array of CPUs.
3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3239 class SourceProperties < Struct.new( :last_updated_date_time, :recommended_instance_type, :identification_hints, :network_interfaces, :disks, :cpus, :ram_bytes, :os, :supports_nitro_instances) SENSITIVE = [] include Aws::Structure end |
#disks ⇒ Array<Types::Disk>
An array of disks.
3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3239 class SourceProperties < Struct.new( :last_updated_date_time, :recommended_instance_type, :identification_hints, :network_interfaces, :disks, :cpus, :ram_bytes, :os, :supports_nitro_instances) SENSITIVE = [] include Aws::Structure end |
#identification_hints ⇒ Types::IdentificationHints
Hints used to uniquely identify a machine.
3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3239 class SourceProperties < Struct.new( :last_updated_date_time, :recommended_instance_type, :identification_hints, :network_interfaces, :disks, :cpus, :ram_bytes, :os, :supports_nitro_instances) SENSITIVE = [] include Aws::Structure end |
#last_updated_date_time ⇒ String
The date and time the Source Properties were last updated on.
3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3239 class SourceProperties < Struct.new( :last_updated_date_time, :recommended_instance_type, :identification_hints, :network_interfaces, :disks, :cpus, :ram_bytes, :os, :supports_nitro_instances) SENSITIVE = [] include Aws::Structure end |
#network_interfaces ⇒ Array<Types::NetworkInterface>
An array of network interfaces.
3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3239 class SourceProperties < Struct.new( :last_updated_date_time, :recommended_instance_type, :identification_hints, :network_interfaces, :disks, :cpus, :ram_bytes, :os, :supports_nitro_instances) SENSITIVE = [] include Aws::Structure end |
#os ⇒ Types::OS
Operating system.
3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3239 class SourceProperties < Struct.new( :last_updated_date_time, :recommended_instance_type, :identification_hints, :network_interfaces, :disks, :cpus, :ram_bytes, :os, :supports_nitro_instances) SENSITIVE = [] include Aws::Structure end |
#ram_bytes ⇒ Integer
The amount of RAM in bytes.
3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3239 class SourceProperties < Struct.new( :last_updated_date_time, :recommended_instance_type, :identification_hints, :network_interfaces, :disks, :cpus, :ram_bytes, :os, :supports_nitro_instances) SENSITIVE = [] include Aws::Structure end |
#recommended_instance_type ⇒ String
The recommended EC2 instance type that will be used when recovering the Source Server.
3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3239 class SourceProperties < Struct.new( :last_updated_date_time, :recommended_instance_type, :identification_hints, :network_interfaces, :disks, :cpus, :ram_bytes, :os, :supports_nitro_instances) SENSITIVE = [] include Aws::Structure end |
#supports_nitro_instances ⇒ Boolean
Are EC2 nitro instance types supported when recovering the Source Server.
3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3239 class SourceProperties < Struct.new( :last_updated_date_time, :recommended_instance_type, :identification_hints, :network_interfaces, :disks, :cpus, :ram_bytes, :os, :supports_nitro_instances) SENSITIVE = [] include Aws::Structure end |