Class: Aws::Drs::Types::ConversionProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ConversionProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Properties of a conversion job
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_timestamp ⇒ String
The timestamp of when the snapshot being converted was taken.
-
#force_uefi ⇒ Boolean
Whether the volume being converted uses UEFI or not.
-
#root_volume_name ⇒ String
The root volume name of a conversion job.
-
#volume_to_conversion_map ⇒ Hash<String,Hash<String,String>>
A mapping between the volumes being converted and the converted snapshot ids.
-
#volume_to_product_codes ⇒ Hash<String,Array<Types::ProductCode>>
A mapping between the volumes being converted and the product codes associated with them.
-
#volume_to_volume_size ⇒ Hash<String,Integer>
A mapping between the volumes and their sizes.
Instance Attribute Details
#data_timestamp ⇒ String
The timestamp of when the snapshot being converted was taken
150 151 152 153 154 155 156 157 158 159 |
# File 'lib/aws-sdk-drs/types.rb', line 150 class ConversionProperties < Struct.new( :data_timestamp, :force_uefi, :root_volume_name, :volume_to_conversion_map, :volume_to_product_codes, :volume_to_volume_size) SENSITIVE = [] include Aws::Structure end |
#force_uefi ⇒ Boolean
Whether the volume being converted uses UEFI or not
150 151 152 153 154 155 156 157 158 159 |
# File 'lib/aws-sdk-drs/types.rb', line 150 class ConversionProperties < Struct.new( :data_timestamp, :force_uefi, :root_volume_name, :volume_to_conversion_map, :volume_to_product_codes, :volume_to_volume_size) SENSITIVE = [] include Aws::Structure end |
#root_volume_name ⇒ String
The root volume name of a conversion job
150 151 152 153 154 155 156 157 158 159 |
# File 'lib/aws-sdk-drs/types.rb', line 150 class ConversionProperties < Struct.new( :data_timestamp, :force_uefi, :root_volume_name, :volume_to_conversion_map, :volume_to_product_codes, :volume_to_volume_size) SENSITIVE = [] include Aws::Structure end |
#volume_to_conversion_map ⇒ Hash<String,Hash<String,String>>
A mapping between the volumes being converted and the converted snapshot ids
150 151 152 153 154 155 156 157 158 159 |
# File 'lib/aws-sdk-drs/types.rb', line 150 class ConversionProperties < Struct.new( :data_timestamp, :force_uefi, :root_volume_name, :volume_to_conversion_map, :volume_to_product_codes, :volume_to_volume_size) SENSITIVE = [] include Aws::Structure end |
#volume_to_product_codes ⇒ Hash<String,Array<Types::ProductCode>>
A mapping between the volumes being converted and the product codes associated with them
150 151 152 153 154 155 156 157 158 159 |
# File 'lib/aws-sdk-drs/types.rb', line 150 class ConversionProperties < Struct.new( :data_timestamp, :force_uefi, :root_volume_name, :volume_to_conversion_map, :volume_to_product_codes, :volume_to_volume_size) SENSITIVE = [] include Aws::Structure end |
#volume_to_volume_size ⇒ Hash<String,Integer>
A mapping between the volumes and their sizes
150 151 152 153 154 155 156 157 158 159 |
# File 'lib/aws-sdk-drs/types.rb', line 150 class ConversionProperties < Struct.new( :data_timestamp, :force_uefi, :root_volume_name, :volume_to_conversion_map, :volume_to_product_codes, :volume_to_volume_size) SENSITIVE = [] include Aws::Structure end |