conversions

conversions create

Usage

usage: -c conversions create [-h]
                          [-f {adaptive_table,json,shell,table,value,yaml}]
                          [-c COLUMN] [-m [NAME=VALUE [NAME=VALUE ...]]]
                          [--max-width <integer>] [--noindent]
                          [--prefix PREFIX] [--file FILE]
                          [--source-url SOURCE_URL]
                          [--image-name IMAGE_NAME] [--vm-name VM_NAME]
                          [--project-id PROJECT_ID] [--is-public]
                          [--hw-firmware-type HW_FIRMWARE_TYPE]
                          [--no-verify-ssl]
                          storage_pool

Description

Create new conversion.

Return

Returns dict: Conversion ID

Optional

 optional arguments:
-h, --help            show this help message and exit
--file FILE
--source-url SOURCE_URL
                      Image source URL
--image-name IMAGE_NAME
                      Image name for the new image
--vm-name VM_NAME     VM name
--project-id PROJECT_ID
                      The project ID to associate the new image with
--is-public           Is the new image public
--hw-firmware-type HW_FIRMWARE_TYPE
                      Hardware firmware type of the VM (BIOS, UEFI)
--no-verify-ssl       Skip SSL verification when accessing source_url

conversions delete

Usage

usage: -c conversions delete [-h]
                          [-f {adaptive_table,json,shell,table,value,yaml}]
                          [-c COLUMN] [-m [NAME=VALUE [NAME=VALUE ...]]]
                          [--max-width <integer>] [--noindent]
                          [--prefix PREFIX]
                          conversion_id

Description

Delete conversion.

Return

None

Optional

 optional arguments:
-h, --help            show this help message and exit

conversions info

Usage

usage: -c conversions info [-h]
                        [-f {adaptive_table,json,shell,table,value,yaml}]
                        [-c COLUMN] [-m [NAME=VALUE [NAME=VALUE ...]]]
                        [--max-width <integer>] [--noindent]
                        [--prefix PREFIX]
                        conversion_id

Description

Get info on conversion.

Return

Returns dict: The conversion

Optional

 optional arguments:
-h, --help            show this help message and exit

conversions list

Usage

usage: -c conversions list [-h]
                        [-f {adaptive_table,csv,json,table,value,yaml}]
                        [-c COLUMN] [-m [NAME=VALUE [NAME=VALUE ...]]]
                        [--max-width <integer>] [--noindent]
                        [--quote {all,minimal,none,nonnumeric}]
                        [--status STATUS] [--active]

Description

Returns all conversions.

Return

None

Optional

 optional arguments:
-h, --help            show this help message and exit
--status STATUS       Filter only conversions with a specific status
--active              Filter only active conversions