DataSift\Storyplayer\HostLib\Ec2Vm::runCommandViaHostManager PHP 메소드

runCommandViaHostManager() 공개 메소드

public runCommandViaHostManager ( Ec2VmDetails $vmDetails, string $command ) : void
$vmDetails Ec2VmDetails
$command string
리턴 void
    public function runCommandViaHostManager($vmDetails, $command)
    {
        throw new E5xx_ActionFailed(__METHOD__, "not supported on EC2");
    }