%all.entities; ]> $Date: 2024-09-16 14:03:52 +0000 (Mon, 16 Sep 2024) $ VBoxManage cloudprofile VBoxManage-cloudprofile 1 VBoxManage-cloudprofile Manage the cloud profiles &product-name; 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 Description Common options The subcommands of cloudprofile implement the standard Create, Read, Update, and Delete (CRUD) operations for a cloud profile. The following common options must be placed after the cloudprofile argument and before the following sub-commands: --provider=name Short cloud provider name. --profile=name Cloud profile name. cloudprofile add Add a new cloud profile for the specified cloud provider. The name which fully identifies the user in the specified cloud provider. Fingerprint of the key pair being used. Full path and filename of the private key. Passphrase used for the key if it is encrypted. ID of your tenancy. ID of your compartment. Region name. Region is where you plan to deploy an application. cloudprofile show Display information about a cloud profile for the specified cloud provider. cloudprofile update Modify a cloud profile for the specified cloud provider. The name which fully identifies the user in the specified cloud provider. Fingerprint for the key pair being used. Full path and filename of the private key. Passphrase used for the key if it is encrypted. ID of the tenancy. ID of the compartment. Region name. Region is where you plan to deploy an application. cloudprofile delete Delete a cloud profile for a specified cloud provider.