Java exec execVmCmdAsync(String vmNameSpace, String vmKey, String vmUser, String vmIp, String vmCmd, String controllerOutPutFile)

Here you can find the source of execVmCmdAsync(String vmNameSpace, String vmKey, String vmUser, String vmIp, String vmCmd, String controllerOutPutFile)

Description

exec Vm Cmd Async

License

Open Source License

Declaration

public static void execVmCmdAsync(String vmNameSpace, String vmKey, String vmUser, String vmIp, String vmCmd,
            String controllerOutPutFile) throws IOException 

Method Source Code


//package com.java2s;
//License from project: Open Source License 

import java.io.IOException;

public class Main {
    public static void execVmCmdAsync(String vmNameSpace, String vmKey, String vmUser, String vmIp, String vmCmd,
            String controllerOutPutFile) throws IOException {

    }// w w w .j a va2s  .c  om
}

Related

  1. executeShellCommand(String command)
  2. executeShellCommand(String command, File dir)
  3. executeShellCommand(String commandName)
  4. executeShellScript(final String shellScript, final File tempDirectory)
  5. executeSMTPSend(String fromEmailAddress, List toEmailAddresses, String subject, String body, Transport transport, File... fileAttachments)
  6. execWindowsCommand(String cmd)
  7. execWithOutput(File dumpFile, String... args)
  8. execWithResult(String cmd)