Class: Aws::Imagebuilder::Types::ImportVmImageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ImportVmImageRequest
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
-
#description ⇒ String
The description for the base image that is created by the import process.
-
#name ⇒ String
The name of the base image that is created by the import process.
-
#os_version ⇒ String
The operating system version for the imported VM.
-
#platform ⇒ String
The operating system platform for the imported VM.
-
#semantic_version ⇒ String
The semantic version to attach to the base image that was created during the import process.
-
#tags ⇒ Hash<String,String>
Tags that are attached to the import resources.
-
#vm_import_task_id ⇒ String
The
importTaskId
(API) orImportTaskId
(CLI) from the Amazon EC2 VM import process.
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
A suitable default value is auto-generated. You should normally not need to pass this option.
3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3289 class ImportVmImageRequest < Struct.new( :name, :semantic_version, :description, :platform, :os_version, :vm_import_task_id, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for the base image that is created by the import process.
3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3289 class ImportVmImageRequest < Struct.new( :name, :semantic_version, :description, :platform, :os_version, :vm_import_task_id, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the base image that is created by the import process.
3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3289 class ImportVmImageRequest < Struct.new( :name, :semantic_version, :description, :platform, :os_version, :vm_import_task_id, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#os_version ⇒ String
The operating system version for the imported VM.
3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3289 class ImportVmImageRequest < Struct.new( :name, :semantic_version, :description, :platform, :os_version, :vm_import_task_id, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
The operating system platform for the imported VM.
3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3289 class ImportVmImageRequest < Struct.new( :name, :semantic_version, :description, :platform, :os_version, :vm_import_task_id, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#semantic_version ⇒ String
The semantic version to attach to the base image that was created during the import process. This version follows the semantic version syntax.
Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 230-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.
Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3289 class ImportVmImageRequest < Struct.new( :name, :semantic_version, :description, :platform, :os_version, :vm_import_task_id, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags that are attached to the import resources.
3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3289 class ImportVmImageRequest < Struct.new( :name, :semantic_version, :description, :platform, :os_version, :vm_import_task_id, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#vm_import_task_id ⇒ String
The importTaskId
(API) or ImportTaskId
(CLI) from the Amazon EC2
VM import process. Image Builder retrieves information from the
import process to pull in the AMI that is created from the VM source
as the base image for your recipe.
3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3289 class ImportVmImageRequest < Struct.new( :name, :semantic_version, :description, :platform, :os_version, :vm_import_task_id, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |