VirtualBox

Changeset 91154 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 8, 2021 1:49:52 PM (3 years ago)
Author:
vboxsync
Message:

VBoxManage: Make "cloud list vms" (parallel to "list vms" for local
vms) a synonym for "cloud list machines". bugref:10065.

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h

    r90234 r91154  
    347347RTEXITCODE handleCloud(HandlerArg *a);
    348348
     349/* VBoxManageCloudMachine.cpp */
     350RTEXITCODE handleCloudMachine(HandlerArg *a, int iFirst,
     351                              const char *pszProviderName,
     352                              const char *pszProfileName);
     353RTEXITCODE listCloudMachines(HandlerArg *a, int iFirst,
     354                              const char *pszProviderName,
     355                              const char *pszProfileName);
     356
    349357/* VBoxManageUpdateCheck.cpp */
    350358RTEXITCODE handleUpdateCheck(HandlerArg *a);
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp

    r91134 r91154  
    4141
    4242using namespace com;//at least for Bstr
    43 
    44 
    45 /*
    46  * "cloud machine" handling is in VBoxManageCloudMachine.cpp to make
    47  * this file less crowded.
    48  */
    49 RTEXITCODE handleCloudMachine(HandlerArg *a, int iFirst,
    50                               const char *pszProviderName,
    51                               const char *pszProfileName);
    52 RTEXITCODE listCloudMachines(HandlerArg *a, int iFirst,
    53                               const char *pszProviderName,
    54                               const char *pszProfileName);
    5543
    5644
     
    471459        { "subnets",             kCloudList_Subnets,   RTGETOPT_REQ_NOTHING },
    472460        { "vcns",                kCloudList_Vcns,      RTGETOPT_REQ_NOTHING },
     461        { "vms",                 kCloudList_Machines,  RTGETOPT_REQ_NOTHING },
    473462
    474463        { "help",                'h',                  RTGETOPT_REQ_NOTHING },
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette