From 4035b1bfb1e5843a539a8b624d21952b756974d1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 16:19:18 +0200 Subject: Adding upstream version 6.1.22-dfsg. Signed-off-by: Daniel Baumann --- doc/manual/en_US/man_VBoxManage-cloudprofile.xml | 176 +++++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 doc/manual/en_US/man_VBoxManage-cloudprofile.xml (limited to 'doc/manual/en_US/man_VBoxManage-cloudprofile.xml') diff --git a/doc/manual/en_US/man_VBoxManage-cloudprofile.xml b/doc/manual/en_US/man_VBoxManage-cloudprofile.xml new file mode 100644 index 00000000..bcf92ca0 --- /dev/null +++ b/doc/manual/en_US/man_VBoxManage-cloudprofile.xml @@ -0,0 +1,176 @@ + + + + + + + $Date: 2020-02-04 11:54:12 +0100 (Tue, 04 Feb 2020) $ + VBoxManage cloudprofile + + + + VBoxManage-cloudprofile + 1 + + + + VBoxManage-cloudprofile + Manage the cloud profiles + Oracle VM VirtualBox + + + + + 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. + + + + + + + -- cgit v1.2.3