$Date: 2019-03-19 10:08:37 +0000 (Tue, 19 Mar 2019) $ VBoxManage cloudprofile VBoxManage-cloudprofile 1 VBoxManage-cloudprofile manage the cloud profiles Oracle VM VirtualBox VBoxManage cloudprofile --provider=name --profile=name add --clouduser=uuid --fingerprint=MD5 string --keyfile=path --passphrase=string --tenancy=uuid --compartment=uuid --region=string VBoxManage cloudprofile --provider=name --profile=name update --clouduser=uuid --fingerprint=MD5 string --keyfile=path --passphrase=string --tenancy=uuid --compartment=uuid --region=string VBoxManage cloudprofile --provider=name --profile=name delete VBoxManage cloudprofile --provider=name --profile=name show Description Common options The subcommands of cloudprofile realize the standard CRUD operations for a cloud profile. The following common options can be placed before the sub-command: --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 identify 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 identify 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.