7.44. VBoxManage cloudprofile

Manage the cloud profiles.

7.44.1. Synopsis

VBoxManage cloudprofile {--provider=name} {--profile=name} add [--clouduser=unique id] [--fingerprint=MD5 string] [--keyfile=path] [--passphrase=string] [--tenancy=unique id] [--compartment=unique id] [--region=string]

VBoxManage cloudprofile {--provider=name} {--profile=name} update [--clouduser=unique id] [--fingerprint=MD5 string] [--keyfile=path] [--passphrase=string] [--tenancy=unique id] [--compartment=unique id] [--region=string]

VBoxManage cloudprofile {--provider=name} {--profile=name} delete

VBoxManage cloudprofile {--provider=name} {--profile=name} show

7.44.2. Description

7.44.2.1. Common options

The subcommands of cloudprofile implement the standard CRUD operations for a cloud profile. The next common options must be placed between the "cloud" and the following sub-commands:

--provider=name

Short cloud provider name.

--profile=name

Cloud profile name.

7.44.2.2. cloudprofile add

VBoxManage cloudprofile {--provider=name} {--profile=name} add [--clouduser=unique id] [--fingerprint=MD5 string] [--keyfile=path] [--passphrase=string] [--tenancy=unique id] [--compartment=unique id] [--region=string]

Add new cloud profile for a specified cloud provider.

--clouduser

The name which fully identifies the user in the specified cloud provider.

--fingerprint

Fingerprint for the key pair being used.

--keyfile

Full path and filename of the private key.

--passphrase

Passphrase used for the key, if it is encrypted.

--tenancy

ID of your tenancy.

--compartment

ID of your compartment.

--region

Region name. Region is where you plan to deploy an application.

7.44.2.3. cloudprofile show

VBoxManage cloudprofile {--provider=name} {--profile=name} show

Display information about a cloud profile for a specified cloud provider.

7.44.2.4. cloudprofile update

VBoxManage cloudprofile {--provider=name} {--profile=name} update [--clouduser=unique id] [--fingerprint=MD5 string] [--keyfile=path] [--passphrase=string] [--tenancy=unique id] [--compartment=unique id] [--region=string]

Modify a cloud profile for the specified cloud provider.

--clouduser

The name which fully identifies the user in the specified cloud provider.

--fingerprint

Fingerprint for the key pair being used.

--keyfile

Full path and filename of the private key.

--passphrase

Passphrase used for the key, if it is encrypted.

--tenancy

ID of your tenancy.

--compartment

ID of your compartment.

--region

Region name. Region is where you plan to deploy an application.

7.44.2.5. cloudprofile delete

VBoxManage cloudprofile {--provider=name} {--profile=name} delete

Delete a cloud profile for a specified cloud provider.