%all.entities; ]> $Date: 2023-04-21 21:59:02 +0000 (Fri, 21 Apr 2023) $ 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 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. cloudprofile add Add new cloud profile for a 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 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 a 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 your tenancy. ID of your compartment. Region name. Region is where you plan to deploy an application. cloudprofile delete Delete a cloud profile for a specified cloud provider.