DataSift\Storyplayer\HostLib\PhysicalHosts::powerOffHost PHP Method

powerOffHost() public method

public powerOffHost ( stdClass $envDetails ) : void
$envDetails stdClass
return void
    public function powerOffHost($envDetails)
    {
        throw new E5xx_ActionFailed(__METHOD__, "unsupported operation");
    }