VirtualBox

Ignore:
Timestamp:
Mar 26, 2019 4:01:42 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129586
Message:

bugref:9404. Added two new commands for VBoxManage - one displays the list of cloud machine instances, second displays the list of cloud images. The generated documentation uses new style.

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk

    r77353 r77883  
    9393        VBoxManageUSB.cpp \
    9494        $(if $(VBOX_WITH_NAT_SERVICE),VBoxManageNATNetwork.cpp,) \
    95         $(if $(VBOX_WITH_NAT_SERVICE),../../NetworkServices/NetLib/VBoxNetPortForwardString.cpp,)
     95        $(if $(VBOX_WITH_NAT_SERVICE),../../NetworkServices/NetLib/VBoxNetPortForwardString.cpp,) \
     96        VBoxManageCloud.cpp
    9697 VBoxManage_SOURCES.win = \
    9798        VBoxManage.rc
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r77801 r77883  
    160160    { "convertdd",          USAGE_CONVERTFROMRAW,   VBMG_CMD_TODO, handleConvertFromRaw,       VBMG_CMD_F_NO_COM },
    161161    { "usbdevsource",       USAGE_USBDEVSOURCE,     VBMG_CMD_TODO, handleUSBDevSource,         0 },
    162     { "cloudprofile",       USAGE_S_NEWCMD,      HELP_CMD_CLOUDPROFILE, handleCloudProfile,         0 }
     162    { "cloudprofile",       USAGE_S_NEWCMD,      HELP_CMD_CLOUDPROFILE, handleCloudProfile,         0 },
     163    { "cloud",              USAGE_S_NEWCMD,         VBMG_CMD_TODO, handleCloud,               0 }
    163164};
    164 
    165165
    166166/**
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h

    r77801 r77883  
    341341RTEXITCODE handleBandwidthControl(HandlerArg *a);
    342342
     343/* VBoxManageCloud.cpp */
     344RTEXITCODE handleCloud(HandlerArg *a);
     345
    343346#endif /* !VBOX_ONLY_DOCS */
    344347
Note: See TracChangeset for help on using the changeset viewer.

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