%all.entities; ]> $Date: 2023-01-17 15:15:46 +0100 (Tue, 17 Jan 2023) $ VBoxManage cloud list VBoxManage-cloudlist 1 VBoxManage-cloudlist 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 Oracle VM VirtualBox VBoxManage cloud --provider=name --profile=name list instances --state=string --compartment-id=string VBoxManage cloud --provider=name --profile=name list images --compartment-id=string --state=string Description 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. 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.