7.45. VBoxManage cloud list

The cloud list command gives information about some standard entities in the every Cloud and which can be represented by the list like the list of instances/disk images/networks and etc.

7.45.1. Synopsis

VBoxManage cloud {--provider=name} {--profile=name} list instances [--state=string] [--compartment-id=string]

VBoxManage cloud {--provider=name} {--profile=name} list images [--state=string] [--compartment-id=string]

7.45.2. Description

7.45.2.1. Common options

The word "cloud" is an umbrella for all commands related to the interconnection with the Cloud. The following common options must be placed between the "cloud" and the following command, in our case "list":

--provider=name

Short cloud provider name.

--profile=name

Cloud profile name.

7.45.2.2. cloud list instances

VBoxManage cloud {--provider=name} {--profile=name} list instances [--state=string] [--compartment-id=string]

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.

--compartment-id

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.

7.45.2.3. cloud list images

VBoxManage cloud {--provider=name} {--profile=name} list images [--state=string] [--compartment-id=string]

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.

--compartment-id

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.