$Date: 2020-10-26 16:38:59 +0000 (Mon, 26 Oct 2020) $VBoxManage cloudVBoxManage-cloud1VBoxManage-cloudManage the cloud entitiesOracle VM VirtualBoxVBoxManage cloud--provider=name--profile=namelistinstances--state=string--compartment-id=stringVBoxManage cloud--provider=name--profile=namelistimages--compartment-id=string--state=stringVBoxManage cloud--provider=name--profile=nameinstancecreate--domain-name=name--image-id=id--boot-volume-id=id--display-name=name--shape=type--subnet=id--boot-disk-size=size in GB--publicip=true/false--privateip=IP address--public-ssh-key=key string--launch-mode=NATIVE/EMULATED/PARAVIRTUALIZEDVBoxManage cloud--provider=name--profile=nameinstanceinfo--id=unique idVBoxManage cloud--provider=name--profile=nameinstanceterminate--id=unique idVBoxManage cloud--provider=name--profile=nameinstancestart--id=unique idVBoxManage cloud--provider=name--profile=nameinstancepause--id=unique idVBoxManage cloud--provider=name--profile=nameimagecreate--display-name=name--bucket-name=name--object-name=name--instance-id=unique idVBoxManage cloud--provider=name--profile=nameimageinfo--id=unique idVBoxManage cloud--provider=name--profile=nameimagedelete--id=unique idVBoxManage cloud--provider=name--profile=nameimageimport--id=unique id--bucket-name=name--object-name=nameVBoxManage cloud--provider=name--profile=nameimageexport--id=unique id--display-name=name--bucket-name=name--object-name=nameVBoxManage cloud--provider=name--profile=namenetwork setup--local-gateway-iso=path--gateway-os-name=string--gateway-os-version=string--gateway-shape=string--tunnel-network-name=string--tunnel-network-range=string--guest-additions-iso=path--proxy=string--compartment-id=stringVBoxManage cloud--provider=name--profile=namenetwork create--name=string--network-id=string--enable--disableVBoxManage cloud network update--name=string--network-id=string--enable--disableVBoxManage cloudnetwork delete--name=stringVBoxManage cloudnetwork info--name=stringDescriptionCommon optionsThe word "cloud" is an umbrella for all commands related to the interconnection with the Cloud.
The next common options must be placed between the "cloud" and the following sub-commands:--provider=nameShort cloud provider name.--profile=nameCloud profile name. cloud list instances
Displays the list of the instances for a specified compartment.
--state"running/paused/terminated"The state of cloud instance. The possible states are "running/paused/terminated" at moment.
If the state isn't provided the list of instances with all possible states is returned.
A compartment is the logical container used to organize and isolate cloud resources.
The different cloud providers can have the different names for this entity.
cloud list images
Displays the list of the images for a specified compartment.
--state"available/disabled/deleted"The state of cloud image. The possible states are "available/disabled/deleted" at moment.
If the state isn't provided the list of images with all possible states is returned.
A compartment is the logical container used to organize and isolate cloud resources.
The different cloud providers can have the different names for this entity.
cloud instance create
Creates new instance in the Cloud.
There are two standard ways to create an instance in the Cloud:
1. Create an instance from an existing custom image.
2. Create an instance from an existing bootable volume. This bootable volume shouldn't be attached to any instance.
For the 1st approach next parameters are required: image-id, boot-disk-size.
For the 2nd approach next parameters are required: boot-volume-id.
The rest parameters are common for both cases:
display-name, launch-mode, subnet-id, publicIP, privateIP, shape, domain.
Cloud domain where new instance is created.Unique identifier which fully identifies a custom image in the Cloud.Unique identifier which fully identifies a boot volume in the Cloud.Name for new instance in the Cloud. The shape of instance, defines the number of CPUs and RAM memory. Unique identifier which fully identifies an existing subnet in the Cloud which will be used by the instance. The size of bootable image in GB. Default is 50GB.Whether the instance will have a public IP or not.Private IP address for the created instance.Public SSH key used to connect to the instance via SSH.
This parameter may be repeated if you plan to use more than one key as:
"--public-ssh-key=firstSSHKey --public-ssh-key=secondSSHKey".
The most known values here may be EMULATED, NATIVE, PARAVIRTUALIZED. cloud instance info
Display information about a cloud instance with a specified id.
Unique identifier which fully identify the instance in the Cloud.cloud instance termination
Delete a cloud instance with a specified id.
Unique identifier which fully identify the instance in the Cloud.cloud instance start
Start a cloud instance with a specified id.
Unique identifier which fully identify the instance in the Cloud.cloud instance pause
Pause a cloud instance with a specified id.
Unique identifier which fully identify the instance in the Cloud.cloud image create
Creates new image in the Cloud.
There are two standard ways to create an image in the Cloud:
1. Create an image from an object in the Cloud Storage;
2. Create an image from an existing cloud instance.
For the 1st approach next parameters are required:
bucket-name - cloud bucket name where an object is located;
object-name - name of object in the bucket;
display-name - name for new image in the Cloud.
For the 2d approach next parameters are required:
instance-id - Id of instance in the Cloud;
display-name - name for new image in the Cloud.
Name for new image in the Cloud.Cloud bucket name where an object is located.Name of object in the bucket.Unique identifier which fully identifies the instance in the Cloud.cloud image info
Display information about a cloud image with a specified id.
Unique identifier which fully identifies the image in the Cloud.cloud image delete
Delete an image with a specified id from the Cloud.
Unique identifier which fully identifies the image in the Cloud.cloud image import
Import an image with a specified id from the Cloud to a local host.
The result is an object in the local "temp" folder on the local host.
Possible approach may have two general steps:
1. Create an object from an image in the Cloud Storage;
2. Download the object to the local host.
So the next parameters may be required:
bucket-name - cloud bucket name where the object will be created;
object-name - name of object in the bucket. if parameter "object-name" is absent a displayed image name is used.
If the first step isn't needed only the parameter "id" is required.
Unique identifier which fully identifies the image in the Cloud.Cloud bucket name where an object will be created.
Name of created object in the bucket. The downloaded object will have this name.
cloud image export
Export an existing VBox image with a specified uuid from a local host to the Cloud.
The result is new image in the Cloud.
Possible approach may have two general steps:
1. Upload VBox image to the Cloud Storage;
2. Create an image from the uploaded object.
So the next parameters may be required:
bucket-name -cloud bucket name where the object will be uploaded;
object-name - name of object in the bucket. If parameter "object-name" is absent the image id is used;
display-name - name for new image in the Cloud.
If the first step isn't needed the parameters "id" and "display-name" are required only.
Unique identifier of the image in the VirtualBox.Name for new image in the Cloud.Cloud bucket name where the image (object) will be uploaded.Name of object in the bucket.cloud network setup
Set up a cloud network environment for the specified cloud profile.
The local path to an installation media for a local gateway.The name of OS to use for a cloud gateway.The version of OS to use for a cloud gateway.The instance shape to use for a cloud gateway. The name of VCN/subnet to use for tunneling.The IP address range to use for tunneling. The local path to an installation media for VirtualBox guest additions.The proxy URL to be used in local gateway installation.The compartment to create the tunnel network in.cloud network create
Create a new cloud network descriptor associated with an existing cloud subnet.
The name to assign to the cloud network descriptor.The unique identifier of an existing subnet in the cloud., --disableWhether to enable the network descriptor or disable it. If not specified,
the network will be enabled.cloud network update
Modify an existing cloud network descriptor.
The name of an existing cloud network descriptor.The unique identifier of an existing subnet in the cloud., --disableWhether to enable the network descriptor or disable it.cloud network delete
Delete an existing cloud network descriptor.
The name of an existing cloud network descriptor.cloud network info
Display information about a cloud network descriptor.
The name of an existing cloud network descriptor.